Bug: (title)
PARENT META-INFO LOST WHEN MOVING TOPIC (AT LEAST WHEN ACROSS WEBS)
Test case
- The title says it all -- this might not be the case when moving in a web, and I also could see how this might be a "feature"
--
MichaelKitchin - 02 Sep 2001
Fix record
Small correction in
Store.pm for this now commited to CVS. Turned out that file version information was being stripped rather than being left unaltered (makes me think I should have done as Peter suggested and kept format version info seperate from topic information).
Also fixed inability to correctly deal with meta fields on rename and bizarre regexp problem on Windows. The following sometimes caused Perl to get stuck in an infinite loop:
[\(-\s]
I wonder if this got interpreted as "(" to "space" - which is meaningless. Putting the "_" just after "[" solved the problem.
--
JohnTalintyre - 03 Sep 2001
Environment
| TWiki version: |
CVS, 9/2/01 |
| TWiki plugins: |
Smilies/Spreadsheet/TigerSkin |
| Server OS: |
Linux Mandrake 6 (x86) |
| Web server: |
Apache |
| Perl version: |
5.x |
| Client OS: |
Win2k, MacOS 9.1/X |
| Web Browser: |
IE 5.x, Mozilla 0.9.x |
--
MichaelKitchin - 02 Sep 2001