datatracker/ietf/person
Ole Laursen ef251c6bc7 Add author affiliation chart.
Also add a model for registering an alias for an affiliation so that
we can group affiliations that are considered the same for statistical
purposes, and a model for registering unimportant endings like Inc.
and GmbH.

Affiliation grouping is done through three means: stripping
uninteresting endings, merging entries that only differ in case and
aliases that map from case-insensitive alias to name.

Stripping endings and merging based on case seem to reduce the number
of needed manually maintained aliases greatly.
 - Legacy-Id: 12785
2017-02-03 18:49:43 +00:00
..
migrations Add author affiliation chart. 2017-02-03 18:49:43 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Add author affiliation chart. 2017-02-03 18:49:43 +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 Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +00:00
models.py Add author affiliation chart. 2017-02-03 18:49:43 +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 Added fixes for various profile page problems found by the test crawler. 2016-06-11 21:54:14 +00:00
utils.py Add author affiliation chart. 2017-02-03 18:49:43 +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