Bug: Some references to a topic are still not being caught during a rename
Test case
- I have two topics in a web: "DesignReview" and "DesignReviewMaterial".
- When I go to rename "DesignReviewMaterial" the "DesignReview" topic is not listed as a reference.
- Other references to "DesignReviewMaterial" are found.
- In "DesignReview" the line with the topic text is
" * DesignReviewMaterial" (three spaces, a "*", and the text).
- This does form a valid link in the "DesignReview" topic.
- This has definitely shown up in other, similar situations.
Fix record
Removed look ahead on the regexp in
templates/renamebase.tmpl
Environment
| TWiki version: |
8/29 CVS update |
| TWiki plugins: |
TigerSkin/SpreadSheet/Smilies |
| Server OS: |
Linux Mandrake 6 (x86) |
| Web server: |
Apache |
| Perl version: |
5.x |
| Client OS: |
Win2k, Mac OS X |
| Web Browser: |
IE 5, Mozilla 0.9.2 |
--
MichaelKitchin - 30 Aug 2001
Thanks for pointing that out. I'd tested last change on
Win2K with cygwin, but not on unix. I'd accidentally left in a look ahead on the regexp in
templates/renamebase.tmpl (the
?= bit). Removed this and it works fine. CVS changed.
--
JohnTalintyre - 31 Aug 2001