datatracker/ietf/meeting
Henrik Levkowetz fb66c1856f Merged in [9669] from olau@iola.dk:
Summary: Make the meeting agenda code use the historic info available
for groups. In the process, added some select_related/prefetch_related
code to cut the number of database queries in the agenda down from
4000-5000 to about 50. Rewritten agenda CSV code to use Python arrays
rather than a template for improved readability/reuse. Rewritten week
view to assemble its data in Python. Plus a few other minor cleanups,
e.g. lame_description is now gone.
Fixes #1088. Branch
 - Legacy-Id: 10005
Note: SVN reference [9669] has been migrated to Git commit acda84208d
2015-08-10 19:46:11 +00:00
..
management Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +00:00
migrations some tweaks to the history 2015-05-04 13:09:41 +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 checkpoint. Model changes done and UI tweaked to match. 2015-04-30 15:57:48 +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
helpers.py Summary: Make the meeting agenda code use the historic info available 2015-06-17 13:37:16 +00:00
models.py Summary: Make the meeting agenda code use the historic info available 2015-06-17 13:37:16 +00:00
placement.py End help_texts with period consistently - the default error rendering in the bootstrap3 library depends on it 2015-01-28 13:25:21 +00:00
resources.py Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
test_data.py checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests 2015-05-01 22:31:30 +00:00
tests_api.py checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests 2015-05-01 22:31:30 +00:00
tests_js.py Make the selenium tests work with statifiles. 2015-08-08 21:08:03 +00:00
tests_views.py Updated a test in ietf.meeting.tests_views.MeetingTests to reflect the updated markup associated related to issue #1743. 2015-07-09 13:37:09 +00:00
timedeltafield.py Cleanup after Django 1.7 migration 2015-02-12 16:38:01 +00:00
urls.py Merged in [9651] from rjsparks@nostrum.com: 2015-06-22 19:33:15 +00:00
views.py Merged in [9669] from olau@iola.dk: 2015-08-10 19:46:11 +00:00