Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13273, comment 9


Ignore:
Timestamp:
Jun 25, 2022, 8:40:45 PM (22 months ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13273, comment 9

    initial v1  
    11When you save a change to a wiki page the `sid` is stored in the `wiki.author` table. The intent of the rename command is to change all instances of `sid` that are stored in the database. The instances of `sid` are often stored in a column of a different name, such as `author`.
    22
    3 For example, the `sid` can be retrieved from `req.session`, which is used to populate the `author` field when saving a change:
     3For example, the `sid` is retrieved from `req.session`, which is used to populate the `author` field when saving a change:
    44* [browser:tags/trac-1.5.3/trac/wiki/web_ui.py@:370#L358]
    55* [browser:tags/trac-1.5.3/trac/util/__init__.py#L45]