datatracker/ietf/secr/templates
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
..
announcement Updated templates to use the static template tag for static files. 2015-08-01 14:53:59 +00:00
areas Updated templates to use the static template tag for static files. 2015-08-01 14:53:59 +00:00
console Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
drafts Deprecation fix: Changed all instances of the old syntax for the 'cycle' template tag to use the new syntax. 2017-01-19 16:10:13 +00:00
groups Deprecation fix: Changed all instances of the old syntax for the 'cycle' template tag to use the new syntax. 2017-01-19 16:10:13 +00:00
includes Merged in [12748] from rcross@amsl.com: 2017-01-30 23:22:45 +00:00
meetings Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
proceedings Fixed some additional cases of template if statements not using '=='. 2017-01-23 18:56:44 +00:00
roles Deprecation fix: Changed all instances of the old syntax for the 'cycle' template tag to use the new syntax. 2017-01-19 16:10:13 +00:00
rolodex Deprecation fix: Changed all instances of the old syntax for the 'cycle' template tag to use the new syntax. 2017-01-19 16:10:13 +00:00
sreq Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
telechat Updated templates to use the static template tag for static files. 2015-08-01 14:53:59 +00:00
base_secr.html Fixed some additional static file references. 2015-08-01 22:02:14 +00:00
base_site.html Summary: Add rel="nofollow" to logout link in Secretariat tools 2015-09-30 12:34:06 +00:00
main.html Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces. 2014-12-21 19:26:33 +00:00
unauthorized.html add missing template unauthorized.html. ready for merge 2014-02-06 20:42:44 +00:00