case we can't parse it and it's not empty, add page with list of
countries (to be able to refer people to it), add ISO codes as country
aliases - the country alias code is now more intelligent with respect
to case so it's easier to keep these aliases explicitly
- Legacy-Id: 12862
to the draft parser (incorporating patch from trunk), store the
extracted country instead of trying to turn it into an ISO country
code, add country and continent name models and add initial data for
those, add helper function for cleaning the countries, add author
country and continent charts, move the affiliation models to
stats/models.py, fix a bunch of bugs.
- Legacy-Id: 12846
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
DocumentAuthor, rename author field to email and make it optional (for
modeling old email-less submissions), remove the authors many to many
referencing field from Document as it is not really pointing the right
place.
Update the Secretariat tools to show affiliation and country.
Add migration for getting rid of the fake email addresses that the
migration script created some years ago (just set the author email
field to null).
- Legacy-Id: 12739
Tweak the docevent description for the event noting that a chartering effort has been abandoned. Fixes#2099.
- Legacy-Id: 12608
Note: SVN reference [12606] has been migrated to Git commit 6091d3c6a3
Show other completed reviews of a document on page showing the status of a review request. Fixes#2083.
- Legacy-Id: 12605
Note: SVN reference [12596] has been migrated to Git commit 2bad0b0bcd
Provide templates for directly entered review contents for those teams/review-types that have them. Fixes#2075.
- Legacy-Id: 12603
Note: SVN reference [12594] has been migrated to Git commit fbd2cd493d
Send mail to team secretaries when a review is explicitly requested. Change the From and Subject for assignment emails to reviewers to make it clearer what the review is for and who assigned it. Fixes#2053 and #2114.
- Legacy-Id: 12602
Note: SVN reference [12593] has been migrated to Git commit 10f4892eae
Show additional details about a review request when completing it. Fixes#2112.
- Legacy-Id: 12601
Note: SVN reference [12589] has been migrated to Git commit 128fec09bd
Change how we display review text to follow the tecnique used with other large blocks of pasted or imported text (shepherds writeups for instance). Fixes#2104.
- Legacy-Id: 12600
Note: SVN reference [12588] has been migrated to Git commit 7c182375af