Modify ↓
Opened 18 years ago
Closed 15 years ago
#606 closed defect (fixed)
WikiRenamePlugin doesn't update explicit links to renaming page when page name consist of more then one word
Reported by: | swl181 | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | WikiRenamePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
If renaming page have name, for example, "Two words", then plugin doesn't update explicit links to that page like this one - [wiki:"Two words"]
to new wiki page name
Attachments (1)
Change History (2)
Changed 18 years ago by
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The observation is quite old. As of
TracWikiRename2.1.1-p1 (4750) tested with
Trac 0.12dev-r9115
there is no such problem. Even more the current code of 0.11 branch seems almost unchanged for years. So this must have been fixed already back in 2006. Most of the changes in attached patch was about changing simple debug message 'calls print "..."' to 'env.log.debug("...")'. Don't know, if this is still relevant, but since it's no subject of this ticket I consider it fixed for now.
Note: See
TracTickets for help on using
tickets.
Patch to fix problem