Fix metaData revisionDates that were left as 0 from upgrades. Thanks to Dale Trexe for the script which inspired this upgrade sub. Fixes bug #12339.

This commit is contained in:
Colin Kuskie 2012-08-30 11:46:43 -07:00
parent 93f583d069
commit 4f74c4cd3e
2 changed files with 58 additions and 0 deletions

View file

@ -2,6 +2,8 @@
- fixed #12379: userImport documentation error
- fixed #12382: WebGUI::Crud does not work with all form types
- fixed: Threads with no posts return the wrong lastReply data.
- fixed #12339: Upgrade to 7.10 causes metadata values to "disappear" (Dale Trexel)
7.10.26
- fixed: Template diagnostics when called without a session asset.