datatracker/ietf/templates/ipr
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
..
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
add_comment.html Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge. 2016-02-09 20:15:49 +00:00
add_email.html Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge. 2016-02-09 20:15:49 +00:00
admin_list.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
details.txt 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
details_edit.html 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
details_history.html Removed instances of 'load future' from templates that don't need it any more. 2016-12-15 13:14:16 +00:00
details_tabs.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
details_view.html Tweaked the IPR Details page to show the possible a), b), and c) choices under section 'V' when licensing declaration to be provided later has been chosen. 2017-02-08 18:04:34 +00:00
disclosure.html Added new clarifying text to 3 IPR-related pages, based on direction from the IESG received 2016-11-28. 2016-11-29 12:27:15 +00:00
email.html Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge. 2016-02-09 20:15:49 +00:00
ipr_table.html Do not show updates related to a removed IPR disclosure. Fixes #1983. 2016-07-16 12:17:38 +00:00
list.html Added new clarifying text to 3 IPR-related pages, based on direction from the IESG received 2016-11-28. 2016-11-29 12:27:15 +00:00
migration_licensing.txt 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
new_update_email.txt 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
notify.html Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge. 2016-02-09 20:15:49 +00:00
posted_document_email.txt Merged trunk@9354 to facelift copy 2015-04-02 06:51:34 +00:00
posted_generic_email.txt 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
posted_submitter_email.txt 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
removed.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
search.html Updated templates to use the static template tag for static files. 2015-08-01 14:53:59 +00:00
search_doc_list.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
search_doc_result.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
search_doctitle_result.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
search_error.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
search_form.html Merged in ^/branch/iola/review-tracker-r12128@12397, bringing in the review tool functionality described in RFC7735. This adds the ability to set up review management pages for review teams such as genart, secdir, opsdir, etc.; letting the review team secretaries manage requested and completed reviews; letting the reviewers keep track of and document their reviews, and more. See the RFC for full specification, and the branch commit log for a full commit history. 2016-11-29 14:54:19 +00:00
search_holder_result.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
search_iprtitle_result.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
search_patent_result.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
search_result.html Removed instances of 'load future' from templates that don't need it any more. 2016-12-15 13:14:16 +00:00
search_wg_result.html Merged in [10621] from lars@netapp.com: 2016-01-12 16:47:18 +00:00
state.html Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
submitted.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
update_submitter_email.txt 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