datatracker/ietf/person
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
..
migrations Added a backwards migration for person.0013_add_plain_name_aliases. 2016-06-14 15:11:05 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Made ietf/person pyflakes-clean. Fixed a bug where Person.role_email() might blow up if given a group parameter. 2014-03-15 19:37:25 +00:00
ajax.py Made ietf/person pyflakes-clean. Fixed a bug where Person.role_email() might blow up if given a group parameter. 2014-03-15 19:37:25 +00:00
factories.py Changed the 1id_index generation to use a new Person method .plain_ascii(). Added tests for some Person name methods. 2016-09-15 17:29:08 +00:00
fields.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
models.py Added more document information to the personal profile pages at /person/<full name>, after a suggestion from Benoit Claise. Fixes issue #2066. 2016-12-05 13:00:01 +00:00
name.py Make sure that name_parts doesn't accidentally turn Unicode strings 2016-10-14 09:41:21 +00:00
resources.py Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
tests.py Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +00:00
urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
utils.py django.admin.utils.get_deleted_objects() changed signature. Fixed. 2016-11-04 19:02:40 +00:00
views.py Make it possible to merge nominations with inactive email addresses in the Nominee Merge form. 2016-10-05 17:03:31 +00:00