datatracker/ietf/meeting
Henrik Levkowetz 40181b8eb0 Merged in [13586] from rjsparks@nostrum.com:
Workaround an issue with the schedule editor by ensuring no sessions remain scheduled in a room whose purpose has changed to something other than holding sessions (such as becoming unavailable).
 - Legacy-Id: 13589
Note: SVN reference [13586] has been migrated to Git commit d4acb1cbd9
2017-06-12 22:02:00 +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 A first go at adding floor labels to the agenda pages. The placement of the labels are complicated by available whitespace beeing in different horizontal positions for different types of lines. Adding another column will push the session title out of the screen on small devices. 2017-06-12 21:00:08 +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 A first go at adding floor labels to the agenda pages. The placement of the labels are complicated by available whitespace beeing in different horizontal positions for different types of lines. Adding another column will push the session title out of the screen on small devices. 2017-06-12 21:00:08 +00:00
ajax.py Workaround an issue with the schedule editor by ensuring no sessions remain scheduled in a room whose purpose has changed to something other than holding sessions (such as becoming unavailable). Commit ready for merge. 2017-06-12 20:01:47 +00:00
factories.py A first go at adding floor labels to the agenda pages. The placement of the labels are complicated by available whitespace beeing in different horizontal positions for different types of lines. Adding another column will push the session title out of the screen on small devices. 2017-06-12 21:00:08 +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 Fixed a problem with a formset, they don't have self.cleaned_data, so cannot return it. Fixes issue #2310. 2017-06-09 11:55:19 +00:00
helpers.py Added dates to unreachable() calls, to make it easier to decide when to remove marked code. 2017-06-06 07:27:07 +00:00
models.py A first go at adding floor labels to the agenda pages. The placement of the labels are complicated by available whitespace beeing in different horizontal positions for different types of lines. Adding another column will push the session title out of the screen on small devices. 2017-06-12 21:00:08 +00:00
resources.py A first go at adding floor labels to the agenda pages. The placement of the labels are complicated by available whitespace beeing in different horizontal positions for different types of lines. Adding another column will push the session title out of the screen on small devices. 2017-06-12 21:00:08 +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 Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
tests_js.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
tests_views.py Merged in ^/branch/iola/author-stats-r13145 from olau@iola.com, with additional features from ^/personal/henrik/6.52.1-authorstats. 2017-06-06 18:36:59 +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 Merged in [12990] and [12991] from rcross@amsl.com: 2017-03-12 12:15:37 +00:00
views.py Added dates to unreachable() calls, to make it easier to decide when to remove marked code. 2017-06-06 07:27:07 +00:00