datatracker/ietf/meeting
Henrik Levkowetz 2f54511763 Changed all explicitly set HttpResponse content_types to specify charset.
Django sets charset if you don't specify a content_type; if you specify
one you also must add a charset specification (if you want one).  
Fixes issue #1647.
 - Legacy-Id: 9348
2015-03-26 21:35:21 +00:00
..
management Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
migrations Removed a superfluous import. 2015-03-08 14:33:50 +00:00
templatetags Removed the ams_filters template tag file from the meeting app -- it was a copy of the ams_filters under secr/, and masked it. 2013-10-22 19:01:18 +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 an admin view for the ResourceAssociation class. 2015-02-06 12:34:11 +00:00
ajax.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00
feeds.py Made ietf/meeting pyflakes-clean. Removed some debug-related dead code. 2014-03-15 18:57:07 +00:00
helpers.py Merged in [9097] from rcross@amsl.com: 2015-02-24 18:44:00 +00:00
models.py Fix ordering issue on agenda.html. Commit ready for merge 2015-03-01 16:08:02 +00:00
placement.py Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
resources.py Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files. 2015-03-03 20:23:36 +00:00
test_data.py Refactored history snippets for general use 2014-09-19 21:33:30 +00:00
tests_api.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00
tests_js.py Added settings for the PhantomJS ghostdriver.log and the temporary meeting materials directory used during testing, so that it's possible to place them in other places than the working copy. 2014-11-12 01:45:58 +00:00
tests_views.py Changed the handling of some test directory creation and removal code, to be more consistent. Fixed a problem where a test didn't create and remove a test directory it used. 2015-03-15 16:01:15 +00:00
timedeltafield.py Cleanup after Django 1.7 migration 2015-02-12 16:38:01 +00:00
urls.py Have working selectors for sessions related to a meeting and sessions related to a document, views for listing such sections that can be edited, and an edit form for changing the presented version. Checkpointing before big refactor to move the URI components around 2014-10-21 21:16:27 +00:00
views.py Changed all explicitly set HttpResponse content_types to specify charset. 2015-03-26 21:35:21 +00:00