datatracker/ietf/person
2018-05-05 12:40:30 +00:00
..
migrations Added a new field name_from_draft to Person, to hold the name field equivalent as captured from drafts, in case name has been modified by the user and we're asked to remove that info under GDPR. Added history for Email, and also an origin field to capture from where we got an email address (draft name, username, meeting registration, etc.) Added a log.assertion() to Email.save() in order to ensure we don't create any email without setting origin. 2018-05-05 12:37:15 +00:00
templatetags Added a get_active_ads() utility function that uses the cache to reduce database access. Moved some utility functions so as to reduce import loops. 2018-04-01 18:36:36 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Updated the admin interface to use the simple-history admin support for Person history. 2018-05-01 11:07:12 +00:00
ajax.py Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere. Commit ready for merge. 2018-03-17 15:14:57 +00:00
factories.py Added origin information to all places where we create email address entries. 2018-05-05 12:40:30 +00:00
fields.py Return a person search string instead of bombing out if there are multiple identical names where one don't have an active email address. 2017-04-19 14:05:43 +00:00
forms.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
models.py Added a new field name_from_draft to Person, to hold the name field equivalent as captured from drafts, in case name has been modified by the user and we're asked to remove that info under GDPR. Added history for Email, and also an origin field to capture from where we got an email address (draft name, username, meeting registration, etc.) Added a log.assertion() to Email.save() in order to ensure we don't create any email without setting origin. 2018-05-05 12:37:15 +00:00
name.py Tweaked person factory ascii name generation to not include periods inside names. 2018-03-20 15:24:20 +00:00
resources.py Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507. 2018-04-27 17:36:20 +00:00
tests.py Added origin information to all places where we create email address entries. 2018-05-05 12:40:30 +00:00
urls.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
utils.py Removed the Person.address field, which is not being used. This was a legacy from the 2001 perl-based datatracker tables. Fixes issue #2504. 2018-04-27 14:00:33 +00:00
views.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00