The logic that automatically determines authors' family names should ignore the last word if it is in parentheses. For example, the family name of "John Smith (artist)" should be "Smith" rather than "(artist)".
summary: Last Name logic should ignore parentheses --> Family Name logic should ignore parentheses
Description has changed:
Diff:
--- old+++ new@@ -1 +1 @@-The logic that automatically determines authors' last names should ignore the last word if it is in parentheses. For example, the last name of "John Smith (artist)" should be "Smith" rather than "(artist)".+The logic that automatically determines authors' family names should ignore the last word if it is in parentheses. For example, the family name of "John Smith (artist)" should be "Smith" rather than "(artist)".
status: open --> closed
assigned_to: Ahasuerus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Implemented in mod/common.py 1.24. Installed in r2014-348 on 2014-10-16. Closing.
Diff: