datatracker/ietf/person
Ole Laursen a99aa32c59 Refactor account code to use the built-in Django signing framework
(reusing code previously written for the community lists) instead of
the a custom MD5 scheme, add tests of all views, rewrite custom form
handling code to use plain forms and ensure that the data is properly
validated and errors visible in the UI. Move help texts on the Person
form up to the model.
 - Legacy-Id: 11136
2016-04-27 16:26:04 +00:00
..
migrations Stop making active unknown-email- objects. Mark existing such objects as inactive. Tweak exception handling in submit/utils to make it obvious that the utilities will not change the person an existing Email record is pointing to. Commit ready for merge. 2016-02-04 22:50:50 +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 Tweak factories to not randomly create keys that violate constraints. Commit ready for merge 2016-01-28 20:12:00 +00:00
fields.py Improved SearchablePersonField to show the primary email address for any search results where a name appears more than once. 2015-12-22 21:42:55 +00:00
models.py Refactor account code to use the built-in Django signing framework 2016-04-27 16:26:04 +00:00
name.py Add an name utility function to return a name's initials. Handle names with an uppercase surname to the left of the given name correctly. 2012-10-25 21:10:30 +00:00
resources.py Introduced caching for the api resources. 2016-03-15 23:12:04 +00:00
tests.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00
urls.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00
utils.py Improved SearchablePersonField to show the primary email address for any search results where a name appears more than once. 2015-12-22 21:42:55 +00:00
views.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00