datatracker/ietf/person
Ole Laursen e2e66522c7 Add review request page for review teams and first draft of manage
review requests page.

Add importer for importing review data from the existing Perl tool
(WIP, gets most but not all of the interesting information out).

Fix various bugs.
 - Legacy-Id: 11508
2016-07-01 16:06:16 +00:00
..
migrations Added a migration which provides photo field default values and updates the upload path to the one used in production. 2016-06-13 14:54:40 +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 Tweaked the person factory to provide bio and photo on request. 2016-06-09 21:51:46 +00:00
fields.py Add review request page for review teams and first draft of manage 2016-07-01 16:06:16 +00:00
models.py Merged in ^/personal/henrik/6.21.1-biophoto@11313, with work from rjsparks@nostrum.com and henrik@levkowetz.com which provides support for profile biography and photo. 2016-06-10 19:36:47 +00:00
name.py Added some guards against bad data in name_parts(). 2016-06-06 16:30:30 +00:00
resources.py Made it possible to filter on photo and bio fields in the API. 2016-06-11 19:48:36 +00:00
tests.py Added tests for various photo pages. 2016-06-09 21:59:17 +00:00
urls.py Added fixes for various profile page problems found by the test crawler. 2016-06-11 21:54:14 +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 Fixed pyflakes and consistency issues in person.views.profile(). 2016-06-11 23:05:08 +00:00