datatracker/ietf/meeting
2017-07-23 14:47:46 +00:00
..
fixtures Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting. 2016-12-05 12:55:20 +00:00
management Dead code removal: placement.py and related. 2017-02-27 13:22:04 +00:00
migrations Moves Important Dates into the datatracker. Fixes #2338. Commit ready for merge. 2017-07-21 10:29:56 +00:00
templatetags A second performance improvement for the proceedings pages. Commit ready for merge. 2016-11-15 07:38:21 +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 Moves Important Dates into the datatracker. Fixes #2338. Commit ready for merge. 2017-07-21 10:29:56 +00:00
ajax.py Workaround an issue with the schedule editor by ensuring no sessions remain scheduled in a room whose purpose has changed to something other than holding sessions (such as becoming unavailable). Commit ready for merge. 2017-06-12 20:01:47 +00:00
factories.py A first go at adding floor labels to the agenda pages. The placement of the labels are complicated by available whitespace beeing in different horizontal positions for different types of lines. Adding another column will push the session title out of the screen on small devices. 2017-06-12 21:00:08 +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 Fixed a place where doc.save() was called instead of doc.save_with_history(). 2017-07-12 13:02:41 +00:00
helpers.py Moves Important Dates into the datatracker. Fixes #2338. Commit ready for merge. 2017-07-21 10:29:56 +00:00
models.py Fixed a time arithmetics issue in meeting cutoff date methods 2017-07-23 14:47:46 +00:00
resources.py Merged in [13957] from rjsparks@nostrum.com: 2017-07-21 16:30:04 +00:00
test_data.py Added a test for interim meeting agenda and minutes urls. 2017-07-12 12:38:26 +00:00
tests_api.py Code reorganization, doing away with multiple urls_* and views_ files in ietf.group. No intentional functionality changes. 2017-06-22 15:18:08 +00:00
tests_js.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
tests_views.py Added urls and views for individual meeting documents, in order to be able to serve them directly from the datatracker, instead of taking them from www.ietf.org through CDN. Adjusted the patterns used for href() accordingly. This also avoid different-origin issues. Shifted the url for materials_editable_groups() to an URL more in line to those it links to. Changed the iframe urls for the agenda week view to work for groups with different agendas for different sessions by using href(). 2017-07-21 21:23:53 +00:00
urls.py Added urls and views for individual meeting documents, in order to be able to serve them directly from the datatracker, instead of taking them from www.ietf.org through CDN. Adjusted the patterns used for href() accordingly. This also avoid different-origin issues. Shifted the url for materials_editable_groups() to an URL more in line to those it links to. Changed the iframe urls for the agenda week view to work for groups with different agendas for different sessions by using href(). 2017-07-21 21:23:53 +00:00
utils.py Merged in [12990] and [12991] from rcross@amsl.com: 2017-03-12 12:15:37 +00:00
views.py Changed the display of individual item update time on the materials overview page. In practice, having a tooltip on every agenda, minutes, and slides link became intrusive and annoying. Changed to display a bell if the update is within one day of now, and to display the time tooltip when hovering over the bell. Also corrected the colspan numbers for cancelled sessions, for consistency. 2017-07-22 11:39:11 +00:00