Changes between Initial Version and Version 1 of Ticket #7594, comment 11


Ignore:
Timestamp:
Mar 12, 2017, 11:49:23 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7594, comment 11

    initial v1  
    11There are some issues with r14773:
    22* For an authenticated user, before the change the authname was stored in the `author` column, now the user fullname is stored in the `author` column of the database. This makes posts before/after the change be associated with different authors. The `version_author` before and after the change is the authname.
    3 * For an authenticated users with a fullname set in preferences, the //add comment// form uses the authname, which is probably preferable, but inconsistent with the create/edit post form.
     3* For an authenticated user with a fullname set in preferences, the //add comment// form uses the authname, which is probably preferable, but inconsistent with the create/edit post form after r14773.
    44
    55Trac consistently stores the authname in the database rather than the fullname. It will probably be better to follow that pattern.