* Add title prefix search for Special:Undelete
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 17 Jan 2007 02:38:40 +0000 (02:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 17 Jan 2007 02:38:40 +0000 (02:38 +0000)
commit1ae54a81e9856a876b3ed6146d56c22f03df03df
tree6b0492f64b47f5fc50dfee60951d2c9828e65e1d
parentd88bf87284c59097878f761cdbcfa27c75b6262c
* Add title prefix search for Special:Undelete
* Remove full-archive list from Special:Undelete
* Undelete page list can use plural marker

Integrating the log more cleanly might be nice.
I did a little experimenting with joining on logging -> archive, but found
that it wanted to do a big expensive filesort. Additionally we may want
to include the filearchive table in here to turn up image versions in
the archive that don't have text revisions attached.

Prefix search has a hardcoded limit of 100, no paging.
RELEASE-NOTES
includes/SpecialUndelete.php
languages/messages/MessagesEn.php