
Originally Posted by
pegasus
#1 For the LRM issue, please try this edit to vault/core/model/encode/vw.php.
You may need to add &nocache=1 to the URL to see the effect on an uncached page.
#1: No change in behaviour with this code change, unfortunately! I'm using friendly urls so had to adjust the URL slightly but that shouldn't have mattered, e.g. path/to/wiki/Article-Name?nocache=1

Originally Posted by
pegasus
#2 Are the timestamps for the non-current edits wrong? Do they appear to be stamped during the import? Including the current edit, are the edits listed in the wrong order? I have may have found the problem, but the current edit would be listed as the original edit, with the real original edit being listed with a more recent timestamp.
#2: Actually, yes re the import timestamp. I've found an image with 8 file versions with the last edit from 2013.
The 'current' version as far as MediaWiki is concerned is timestamped in VaultWiki as May 30, 2013, 6:28 PM - correct.
The 'original' version as far as MediaWiki is concerned is timestamped in VaultWiki as May 23, 2013, 8:30 PM - correct.
All 6 other file versions are timestamped in VaultWiki as Feb 20, 2017, 12:17 AM, which is indeed the date I last ran the importer.
Thus the order from bottom to top is, 1. initial file timestamp, 2. latest file timestamp, 3-8 other file versions other than initial/latest version with importer timestamp. But oddly, the file loaded against the file with the 'oldeest' timestamp is not actually the original revision.
The true latest file version in the history view is also showing as deleted so when trying to view it via the history page I get a permission error. The file version listed one above the true latest version shows the message "Username may have made changes that were omitted from this report to save resources". I'll attach a screenshot which is likely to make more sense.
I've applied those two edits to vault/core/controller/import/handle/mw/attach/vw.php, but won't be able to confirm whether it is fixed until the next time I do an import (which will be at least a few days away)