Requests for virtual interim meeting should go directly Scheduled - Waiting for announcement state and an email notification sent to the secretariat. Fixes issue #1994.
- Legacy-Id: 11822
Note: SVN reference [11792] has been migrated to Git commit a13b751e1a
Fixes#1995. Show timezone with interim meeting request information.
- Legacy-Id: 11819
Note: SVN reference [11789] has been migrated to Git commit 47c7c49e37
Fix issue with interim meeting series of more than two meetings. Changed to not send meeting change notifications for meetings not yet announced.
- Legacy-Id: 11817
Note: SVN reference [11781] has been migrated to Git commit f65335e258
Removed bluesheet upload from the secr/ bluesheets generation page. Added navigation to session details from the meeting materials view rows.
- Legacy-Id: 11815
Note: SVN reference [11780] has been migrated to Git commit 9b295b1b5e346afafdcaf3d00b0b120a1b826e7f
Robustness improvements for the bluesheet migrations.
- Legacy-Id: 11814
Note: SVN reference [11779] has been migrated to Git commit 54a774caef8eb00f1d412dba658aaa9a91be3bb8
Enabled and refined document_main view for bluesheets.
Improved migration for 95 and 96 bluesheets, adding DocAlias and DocEvent creation.
Added bluesheet upload to the session details view.
Moved a function out of secr/proceedings/views into its own util.py file to allow reusing it in other modules without introducing circular imports.
- Legacy-Id: 11811
Note: SVN reference [11778] has been migrated to Git commit 0611444b36bc071e8db068a093cc1ad93bb69659
Merged from rcross: Add Introduction header to proceedings. Add Acknowlegements to the meeting model. Add a view for acknowlegements.
- Legacy-Id: 11804
Note: SVN reference [11770] has been migrated to Git commit 0b196e5eb5
- Legacy-Id: 11803
Note: SVN reference [11765] has been migrated to Git commit 485fcd0e53
Note: SVN reference [11768] has been migrated to Git commit 4abb5026d3
add status reports to proceedings. add a view for the applicable status report for a given meeting.
- Legacy-Id: 11799
Note: SVN reference [11766] has been migrated to Git commit 9b2d73b365
Moved the materials start, cutoff, and revision dates into the Meeting object
Add a bit to meeting to note whether proceedings are final.
Update proceedings view to reflect the status of that bit.
Add a function that finalizes a meetings proceedings.
Straighten out a migration numbering collision introduced in an earlier merge.
- Legacy-Id: 11795
Note: SVN reference [11764] has been migrated to Git commit 57afa06fcd
Continued iterative-improvements to auto-generated proceedings:
- Migration to create documents and sessionpresentations for ietf95 and 96 bluesheets. Add bluesheets to proceedings.
- Refactor columns for proceedings to group agenda, minutes, and bluesheets into one column.
- Add a column for recordings. Show the recordings for all sessions for a group.
- Refactored all_meeting_ functions on session. Improved (with a hack) how recordings are displayed.
- Add guards against very old meetings. For more modern, past, meetings, add a warning that these are not the official proceedings and provide a link to the official proceedings.
- Legacy-Id: 11794
Note: SVN reference [11758] has been migrated to Git commit f2964b9733
Provides a custom json view of meetings optimized for the iphone app.
- Legacy-Id: 11793
Note: SVN reference [11756] has been migrated to Git commit c68ae7669e
- Added a check for a reserved name in account registration
- Handle Person.ascii in edit profile better to try to ensure that
people fill it in correctly. Blank it out if it's unchanged from name
and use unidecode to set it automatically (with a warning if it
actually converts something).
- Throw a validation error if a profile name contains an @ sign upon
edit so that people do not forget to enter their name.
- Legacy-Id: 11791
Starting a page for direct rendering of proceedings.
- Legacy-Id: 11787
Note: SVN reference [11711] has been migrated to Git commit d9b1528f36e092892c9a18602615f7151edf75c3
Add a bit to meeting to note whether proceedings are final.
Update proceedings view to reflect the status of that bit.
Add a function that finalizes a meetings proceedings.
Straighten out a migration numbering collision introduced in an earlier merge.
Commit ready for merge.
- Legacy-Id: 11764
- Migration to create documents and sessionpresentations for ietf95 and 96 bluesheets. Add bluesheets to proceedings.
- Refactor columns for proceedings to group agenda, minutes, and bluesheets into one column.
- Add a column for recordings. Show the recordings for all sessions for a group.
- Refactored all_meeting_ functions on session. Improved (with a hack) how recordings are displayed.
- Add guards against very old meetings. For more modern, past, meetings, add a warning that these are not the official proceedings and provide a link to the official proceedings.
Commit ready for merge.
- Legacy-Id: 11758
people fill it in correctly. Blank it out if it's unchanged from name
and use unidecode to set it automatically (with a warning if it
actually converts something). Branch ready for merge.
- Legacy-Id: 11752