.. |
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
|
Renamed some datetime fields from 'time' to 'modified', to match their semantics, and changed them to use auto_now=True. This should fix an issue with outdated timestamps on some meeting-related objects.
|
2018-03-03 14:44:58 +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
|
Tweaked some meeting-related admin classes for better search and display.
|
2018-03-02 16:42:20 +00:00 |
ajax.py
|
Add check for deleted session when scheduling. Fixes #2450. Commit ready for merge
|
2018-03-17 15:10:20 +00:00 |
factories.py
|
Fixed a type issue with [14556]
|
2018-01-23 22:27:49 +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
|
Feed back encoding information to the FileUploadForm when doing mime type validation, for later use in decoding.
|
2018-03-13 13:51:00 +00:00 |
helpers.py
|
Reduce get_meeting buffer to handle earlier shceduling requests date. Commit ready for merge
|
2018-04-17 00:06:17 +00:00 |
models.py
|
Renamed some datetime fields from 'time' to 'modified', to match their semantics, and changed them to use auto_now=True. This should fix an issue with outdated timestamps on some meeting-related objects.
|
2018-03-03 14:44:58 +00:00 |
resources.py
|
Make the API accept ordering and relations for the meeting date field.
|
2017-11-02 12:17:17 +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 handling for when file magic doesn't return a definitive encoding for a file. Added a test case to excercise error cases.
|
2018-03-13 16:45:50 +00:00 |
urls.py
|
Tweaked some icalendar urls to avoid collisions.
|
2018-03-11 21:21:09 +00:00 |
utils.py
|
Re-worked create_proceedings_templates() so it does not blow up if it's run a second time for a given meeting.
|
2018-02-07 11:59:46 +00:00 |
views.py
|
Changed the meeting materials uploads to use the upload file encoding found by file-magic when decoding the upload content, and also return errors to the user if decoding the upload fails. Fixes issue #2469. This will also have the benefit (since we're saving with utf-8 encoding after decoding) of having meeting materials consistently stored with a consistent encoding on the server.
|
2018-03-13 14:00:51 +00:00 |