datatracker/ietf/meeting
Robert Sparks 2042f981bd Changed default for apply_to_all for Slide uploads to False.
Added redirect for non-secretariat users from ietf.secr.proceedings.views.select to ietf.meeting.views.materials.
Added a note to the secr upload_footer pointing to where material upload is now done.
Modified the links on the group meetings page to make it less likely to miss the link to the session materials.
Used class anchor target to clean up landing on the right session of multiple sessions on a group's session details page. Modified the materials page to only add a fragment asking for that anchor for non-ag/wg/rg groups.
Only show the link to the (now) secretariat-only proceedings manipulation page if the user is the secretariat. Relabelled the link to better reflect the page's remaining purpose.
Changed the session_details "Artifacts" panel header to "Agenda, Minutes, and Bluesheets". Added a footer to the "Slides" panel calling out drag-and-drop reordering.
Commit ready for merge.
 - Legacy-Id: 12018
2016-09-22 20:15:57 +00:00
..
fixtures Merge forward Ryan's IETF Overview pages. Commit ready for merge. 2016-08-24 17:20:54 +00:00
management Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match. 2015-10-26 22:45:26 +00:00
migrations Added an order field to SessionPresentation. 2016-09-14 19:11:31 +00:00
templatetags Merged in [11780] from rjsparks@nostrum.com: 2016-08-17 22:52:11 +00:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Added model UrlResource with FK to Room 2016-07-13 13:07:20 +00:00
ajax.py Provides a custom json view of meetings optimized for the iphone app. Commit ready for merge. 2016-08-04 19:51:52 +00:00
factories.py Repaired a max string vs max int bug in MeetingFactory. Commit ready for merge. 2016-09-21 21:56:37 +00:00
feeds.py Updated a bunch of links from http: to https: based on a patch from lars@netapp.com. 2015-04-24 21:47:12 +00:00
forms.py Merged in [11792] from rcross@amsl.com: 2016-08-18 15:03:55 +00:00
helpers.py Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method. 2016-08-23 10:52:08 +00:00
models.py (somewhat bumpy) merge forward from proceedings/6.31.1.dev0 2016-09-14 22:09:30 +00:00
placement.py Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match. 2015-10-26 22:45:26 +00:00
resources.py Moved the materials start, cutoff, and revision dates into the Meeting object 2016-08-08 20:34:37 +00:00
test_data.py Added a test for the floorplan view. 2016-07-07 12:41:27 +00:00
tests_api.py Allow non-official schedules to be viewed in the same ways the official schedule for a meeting can be viewed. Fixes #1959. Commit ready for merge. 2016-06-29 20:56:08 +00:00
tests_js.py improve cleanup after slide reorder test. Commit ready for merge. 2016-09-19 14:17:52 +00:00
tests_views.py Added the ability to remove documents from a session to session_details. Made slide upload code more robust against removing a set of slides from a session and then revising them. Commit ready for merge. 2016-09-19 22:05:59 +00:00
timedeltafield.py Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +00:00
urls.py Added the ability to remove documents from a session to session_details. Made slide upload code more robust against removing a set of slides from a session and then revising them. Commit ready for merge. 2016-09-19 22:05:59 +00:00
utils.py 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 2016-08-08 20:14:04 +00:00
views.py Changed default for apply_to_all for Slide uploads to False. 2016-09-22 20:15:57 +00:00