Modify ↓
Opened 14 years ago
Closed 14 years ago
#7672 closed enhancement (fixed)
Add support for renaming user names
Reported by: | Martin Scharrer | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | low | Component: | WatchlistPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The DB tables created by the WatchlistPlugin could be easily added.
I will do this as soon I finished the new version of it which will change the format of the watchlist_settings
table.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Component: | RenameTracUsersScript → WatchlistPlugin |
---|---|
Priority: | normal → low |
Summary: | Add support for WatchlistPlugin DB tables → Add support for renaming user names |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
A rename script has been added to the dev branch to implement this feature. The RenameTracUsersScript could make use of this script if wanted.
Note: See
TracTickets for help on using
tickets.
Ok, I had a look on it again and see that it doesn't handle tables where the user name and additional values are unique as set. Changing the code to fit the WatchlistPlugin would be a little to heavy. A own script/function by the WatchlistPlugin plugin would be better suited.