datatracker/ietf/meeting
2020-10-08 16:27:42 +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 New branch from trunk @ r18382 for meeting improvements, with iola/meeting-improvement-r17835 merged in 2020-08-20 09:36:41 +00:00
migrations Change the length of the schedule name field from 16 to 64, to avoid running into lenght issues for schedule names auto-generated from person name or email. 2020-10-08 11:58:46 +00:00
templatetags Removed all __future__ imports. 2020-03-05 23:53:42 +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 New branch from trunk @ r18382 for meeting improvements, with iola/meeting-improvement-r17835 merged in 2020-08-20 09:36:41 +00:00
ajax.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
factories.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Convert IRTF area groups into their own group type rather than attempting to overload AG. Fixes #3027. Commit ready for merge. 2020-07-28 18:54:44 +00:00
helpers.py Merged in [18414] from olau@iola.dk: 2020-09-01 08:06:21 +00:00
models.py Change the length of the schedule name field from 16 to 64, to avoid running into lenght issues for schedule names auto-generated from person name or email. 2020-10-08 11:58:46 +00:00
resources.py Rebase automatic-scheduler-2 onto 7.3.2.dev0 2020-06-15 12:29:39 +00:00
test_data.py Rebase agenda customization from jennifer/7.13.1.dev0 to 7.17.1.dev0 2020-09-24 14:27:30 +00:00
tests_api.py Use querystring instead of URL hash for agenda filters 2020-08-11 13:45:41 +00:00
tests_js.py Added a comment to explain the lack of skipIf() for a test class. 2020-10-02 12:24:31 +00:00
tests_schedule_generator.py Renamed a test module to conform to our name convention ('test_...' to 'tests_...'). 2020-07-01 11:41:28 +00:00
tests_views.py Merged in the agenda filtering improvements from jennifer@painless-security.com. This completely reworks the filtering of the IETF agenda, in order to not collide with page navigation and clean up a number of edge cases. It also reinstates the same kind of filtering for the upcoming meetings page. 2020-09-30 11:39:40 +00:00
urls.py Add ical download/subscription for important dates for meetings, 2020-08-26 16:01:19 +00:00
utils.py Make the upcoming meetings iCal group the IETF meetings into one 2020-08-28 12:28:29 +00:00
views.py Tweaked the generation of .ics vtimezone entries to have a stable order in /meeting/upcoming.ics. Fixes issue #3097. 2020-10-08 16:27:42 +00:00