datatracker/ietf/meeting
2016-12-15 10:36:15 +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 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 Merged Django-1.8 upgrade work to trunk. Adjusted migration names, and added migrations as necessary. Fixed some instances of broken html. 2016-12-13 05:55:46 +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 Added model UrlResource with FK to Room 2016-07-13 13:07:20 +00:00
ajax.py Reverted one instance of caching, as it seems schedules can change owners. 2016-10-13 19:51:10 +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 Use models.DurationField from django directly now that it's available, instead of the inlined copy of the 1.8 DurationField code. 2016-12-07 19:40:18 +00:00
helpers.py Made session minutes available with the same kind of url as session minutes: /meeting//minutes/. (Both of these need to be refined to handle multiple agendas and minutes, for groups having multiple sessions in a meeting.) 2016-11-25 16:44:31 +00:00
models.py Merged django18 work forward to r12447 2016-12-05 15:03:40 +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 Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
test_data.py Rewrote Document.href() to not do database queries when possible, as that has a big performance impact. Fixed a number of tests which relied on href() not doing the right thing for simplified test data. Added caching of canonical_name(), which can be quite heavy. Additional refactoring in a number of places, to use better test data and avoid test failures for good code :-) 2016-10-28 16:59:42 +00:00
tests_api.py Reverted one instance of caching, as it seems schedules can change owners. 2016-10-13 19:51:10 +00:00
tests_js.py Merged in ^/branch/proceedings/6.33.1.dev0 from rjsparks@nostrum.com and rcross@amsl.com. This provides new ietf meeting proceedings pages. 2016-09-23 17:33:43 +00:00
tests_views.py Fixed another year's end related test bug. 2016-12-04 15:46:27 +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 Made session minutes available with the same kind of url as session minutes: /meeting//minutes/. (Both of these need to be refined to handle multiple agendas and minutes, for groups having multiple sessions in a meeting.) 2016-11-25 16:44:31 +00:00
utils.py Refactor Proceedings Introduction pages tests and implementation. Commit ready for merge 2016-10-13 23:31:03 +00:00
views.py Changed the state shown in all_id.txt for drafts which have entered IESG processing, but then been replaced, to show as 'Replaced' instead of 'In IESG Processing'. This is consistent with how they are shown in all_id2.txt. 2016-12-15 10:36:15 +00:00