datatracker/ietf/meeting
Ole Laursen acda84208d 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 ready for merge.
 - Legacy-Id: 9669
2015-06-17 13:37:16 +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 Updated the api resources file with the new meeting model fields. 2015-05-07 19:58:07 +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 Move meeting agenda editing over to new facelifted base template, although without actually facelifting the contents 2015-01-29 17:53:56 +00:00
tests_views.py checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests 2015-05-01 22:31:30 +00:00
timedeltafield.py Cleanup after Django 1.7 migration 2015-02-12 16:38:01 +00:00
urls.py checkpoint: views by type working 2015-04-30 21:44:45 +00:00
views.py Summary: Make the meeting agenda code use the historic info available 2015-06-17 13:37:16 +00:00