datatracker/ietf/meeting
2020-03-26 19:07:10 +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 Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
migrations Add migration to cancel 107 sessions 2020-03-19 17:48:03 +00:00
templatetags Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +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 search fields to the admin index for SchedulingEvent. 2020-02-17 12:17:37 +00:00
ajax.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
factories.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
feeds.py Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
forms.py Allow area groups to request interim meetings. Fixed #2919. Commit ready for merge. 2020-03-16 16:45:01 +00:00
helpers.py Allow an out-of-area AD assigned as the AD for a WG to approve interim requests for that WG. Fixes #2930. Commit ready for merge. 2020-03-25 18:58:17 +00:00
models.py Added WebEx room resource name, query method and template logic to show WebEx room resources. 2020-03-14 12:45:22 +00:00
resources.py Fixed a bug in the resource description for SchedulingEvent that prevented it from being accessed under /api/v1/meeting/schedulingevent/. 2020-02-17 12:20:14 +00:00
test_data.py Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though. Commit ready for merge. 2020-01-30 22:15:00 +00:00
tests_api.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
tests_js.py Fix problem with missing names 2019-12-06 19:56:03 +00:00
tests_views.py Allow an out-of-area AD assigned as the AD for a WG to approve interim requests for that WG. Fixes #2930. Commit ready for merge. 2020-03-25 18:58:17 +00:00
urls.py Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk: 2019-12-17 23:43:07 +00:00
utils.py Repair construction of group_hierarchy used for the customisation controls at /meeting/upcoming. Fixes #2940. Commit ready for merge. 2020-03-26 19:07:10 +00:00
views.py Changed the page for upcoming meetings to show the current IETF meeting for 7 days from its start date, while interims are shown for today and forward. Also changed the upcoming.ics calendar to show future sessions, even if the meeting to which they belong started in the past. This improves on [17518]. 2020-03-23 18:39:45 +00:00