* Made the show change size function work on page moves, page creations, and
authorLeon Weber <leon@users.mediawiki.org>
Wed, 13 Dec 2006 20:08:02 +0000 (20:08 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Wed, 13 Dec 2006 20:08:02 +0000 (20:08 +0000)
commitc62e068b274b032fef6ff98d84fd611cf525278a
tree8c7db34cf3381efc21dbe8e4ad8dc3065b37dbdf
parent54ceaaa96ece05987c7022c6810486594c712111
* Made the show change size function work on page moves, page creations, and
  log entries.
* Also fixed it in the javascript recentchanges.
* Moved the value behind the page title to ensure the columns are still lined up
* Merged both sql patches into one.
* Set the default for both columns to NULL to make it work on edits before the db
  update.
RELEASE-NOTES
includes/ChangesList.php
includes/RecentChange.php
maintenance/archives/patch-rc_len.sql [new file with mode: 0644]
maintenance/archives/patch-rc_new_len.sql [deleted file]
maintenance/archives/patch-rc_old_len.sql [deleted file]
maintenance/updaters.inc