Bug: Many topics in Changes are marked as changed at same time
WebChanges shows lots of topics as changed at the same time and with identical revision, but none have in fact changed.
Environment
| TWiki version: |
03 Aug 2001 Beta |
| TWiki plugins: |
|
| Server OS: |
Linux |
| Web server: |
Apache |
| Perl version: |
|
| Client OS: |
N/A |
| Web Browser: |
N/A |
--
JohnTalintyre - 08 Aug 2001
The
changes script that reads the
.changes file is fine. The
WebChanges topic has a
%SEARCH{...}%, so this is seems to be a bug in TWiki::Search. Looks like the lazy reading of rev info is not done in the main search result loop.
--
PeterThoeny - 08 Aug 2001
But I don't think the topics had changed.
--
JohnTalintyre - 08 Aug 2001
Fixed and in
TWikiAlphaRelease. Problem was that
getRevisionInfoFromMeta() call had incorrect parameter names, thus reusing old topic names.
--
PeterThoeny - 09 Aug 2001