datatracker/ietf/meeting
2017-02-28 20:16:52 +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 Removed all use of timedeltafield by converting old migrations to reference compatible types. 2017-02-12 17:10:06 +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 Preparation for dead code removal: Marked probable dead code with affirm() statements which will signal if we ever reach that point in the code. If no signals seen, the marked functions/methods will be removed after one release cycle. 2017-02-27 16:45:21 +00:00
factories.py Upgraded custom TimedeltaFields to use the builtin DurationField from Django 1.8, and adjusted forms and initialization values accordingly. 2016-12-20 22:56:34 +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 Specified strip=False for another bunch of CharField form fields with Textarea widgets. 2017-01-23 17:38:56 +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 Created a special function log.unreachable() to mark code unreachable, and changed a function name from log.affirm() to log.assertion(). 2017-02-28 20:16:52 +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 Made sure that sessionpresentation objects are saved before adding them to a m2m set. 2017-01-09 21:23:14 +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 Added an alert on the login form, to be shown if a user's password has been cleared. Adjusted url reverse strings to match the changed view function. 2017-02-25 15:50:47 +00:00
tests_views.py Fixed another year's end related test bug. 2016-12-04 15:46:27 +00:00
urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
utils.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
views.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00