Henrik Levkowetz
5f053ad21a
Cleaned up the remaining explicit url names, using dotted-paths to view
...
functions instead. In all almost 700 changes.
- Legacy-Id: 12923
2017-02-26 23:21:49 +00:00
Henrik Levkowetz
aa5e61d958
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
...
in order to autogenerate dotted path url pattern names. Updated a number
of url reverses to use dotted path, and removed explicit url pattern names
as needed.
Changed some imports to prevent import of ietf.urls before django
initialization was complete.
Changed 3 cases of form classes being curried to functions; django 1.10
didn't accept that.
Started converting old-style middleware classes to new-style middleware
functions (incomplete).
Tweaked a nomcom decorator to preserve function names and attributes, like
a good decorator should.
Replaced the removed django templatetag 'removetags' with our own version
which uses bleach, and does sanitizing in addition to removing explicitly
mentionied html tags.
Rewrote the filename argument handling in a management command which had
broken with the upgrade.
- Legacy-Id: 12818
2017-02-11 14:43:01 +00:00
Henrik Levkowetz
19d585255a
Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function.
...
- Legacy-Id: 12815
2017-02-10 14:49:16 +00:00
Henrik Levkowetz
c2541ec04b
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
...
- Legacy-Id: 12618
2016-12-22 17:21:57 +00:00
Robert Sparks
1a2b885864
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
...
- Legacy-Id: 10850
2016-02-22 17:03:46 +00:00
Robert Sparks
859f2ead3d
checkpoint: purged the rest of the day/seq URLs. Streamlined workflows to focus on "current" versions as a default. Plumbed editing and deleting sessionpresentations from a document perspective. Started adding meat to document factories.
...
- Legacy-Id: 10847
2016-02-19 04:20:57 +00:00
Robert Sparks
78ca39f237
checkpoint: start of a view showing all sessions associated with a document
...
- Legacy-Id: 10844
2016-02-17 16:38:33 +00:00
Robert Sparks
986768bf73
Cleaned up issues with date and weekday variants of the session views
...
- Legacy-Id: 8707
2014-11-24 21:06:58 +00:00
Robert Sparks
2d0eb1e011
Reworked URLs to explicitly invoke edit. Build list of possible sessions using group acronym and sequence variant of urls, not just sequence alone
...
- Legacy-Id: 8706
2014-11-24 20:53:36 +00:00
Robert Sparks
2f6799ece6
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
...
- Legacy-Id: 8453
2014-10-21 21:16:27 +00:00
Robert Sparks
31f687b343
allow editing of abstract for existing material
...
- Legacy-Id: 8435
2014-10-16 16:46:38 +00:00
Robert Sparks
754ee80016
snapshot before SIPit - have a working session presentation edit form
...
- Legacy-Id: 8358
2014-09-26 20:47:13 +00:00
Ole Laursen
88cf68d43f
Move group material handling code to doc/material/ now that the view of the material is integrated into /doc/, fix a bunch of bugs
...
- Legacy-Id: 7834
2014-06-03 09:42:16 +00:00