datatracker/ietf/templates/meeting
Ole Laursen f8b1568c87 Rewrite meeting PUTs to POSTs. For no apparent reason, parts of the
meeting AJAX code is using PUT instead of POST (even if it's not
PUT'ing in the literal sense but POST'ing). Theoretical discussions
aside, Django has poor support for PUTs turned POSTs so rewriting them
removes the need for a couple of hacks, and makes it easier to test.
 - Legacy-Id: 7067
2013-12-24 15:13:33 +00:00
..
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
agenda-utc.html Remove unnecessary escapes from another bunch of templates 2013-12-18 16:10:47 +00:00
agenda.csv Corrected the links to WG agendas in the csv file. 2013-11-06 15:08:47 +00:00
agenda.html Remove unnecessary escapes from another bunch of templates 2013-12-18 16:10:47 +00:00
agenda.ics Fixed a bug in the materials urls in agenda.ics. 2013-11-06 17:03:30 +00:00
agenda.txt Rewrite ifequal/endifequal template tags to if tags with ==/!= 2013-12-17 10:42:34 +00:00
agenda_list.html Rewrite ifequal/endifequal template tags to if tags with ==/!= 2013-12-17 10:42:34 +00:00
group_materials.html Rewrite ifequal/endifequal template tags to if tags with ==/!= 2013-12-17 10:42:34 +00:00
landscape_edit.html Port templates to new {% url %} syntax with quotes around the first parameter 2013-12-11 16:33:40 +00:00
m_agenda.html Remove unnecessary escapes from another bunch of templates 2013-12-18 16:10:47 +00:00
materials.html Removing remaining traces of shim layer usage in meeting 2013-12-06 16:10:10 +00:00
materials_upload_closed.html Added a section to the meeting materials page for IAB sessions. Added a link bar at the top to make it easier to find sections like Training and IAB. 2013-04-11 09:21:12 +00:00
private_agenda.html Port templates to new {% url %} syntax with quotes around the first parameter 2013-12-11 16:33:40 +00:00
properties_edit.html Rewrite meeting PUTs to POSTs. For no apparent reason, parts of the 2013-12-24 15:13:33 +00:00
requests.html Rewrite ifequal/endifequal template tags to if tags with ==/!= 2013-12-17 10:42:34 +00:00
timeslot_edit.html Rewrite ifequal/endifequal template tags to if tags with ==/!= 2013-12-17 10:42:34 +00:00
week-view.html Don't tack on the scheme and host in the template; if this is needed, it's now done in get_absolute_url(). 2013-11-02 14:44:14 +00:00