*Clean up deletion of revisions and remove some gaps
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 1 Oct 2007 19:38:28 +0000 (19:38 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 1 Oct 2007 19:38:28 +0000 (19:38 +0000)
commit4febfc77c24ba5763aa7bbe7f8c76c9f5a4976a4
tree910f335ee0be85b65a4801e38309b1ca0d6a3556
parentfe6780c7680ce31a7c51f69fc230e61fcb69cfff
*Clean up deletion of revisions and remove some gaps
*Allow blocking of users to hide names
*Implement revision deletion for images/deleted files/deleted revs
*Log deletion set off for now
*Add 'hidden' file dir
*Dissallow merging via undelete (which was inefficient and hard to reverse)
*Use restore points and diffs to special:undelete
*Add a special page to merge pages
*Get changeslist to use tables to avoid ugly formatting
*Add logs into RC for rebuildrecentchanges.php
*Add private logs
*List private logs at specialpages
*Tweak/add some deletion and merge messages
34 files changed:
includes/Article.php
includes/ChangesList.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/EditPage.php
includes/FileDeleteForm.php
includes/ImagePage.php
includes/Linker.php
includes/LogPage.php
includes/PageHistory.php
includes/RecentChange.php
includes/Revision.php
includes/Setup.php
includes/SpecialBlockip.php
includes/SpecialContributions.php
includes/SpecialIpblocklist.php
includes/SpecialLog.php
includes/SpecialMergeHistory.php [new file with mode: 0644]
includes/SpecialPage.php
includes/SpecialRecentchanges.php
includes/SpecialRevisiondelete.php
includes/SpecialSpecialpages.php
includes/SpecialUndelete.php
includes/SpecialWatchlist.php
includes/Title.php
includes/filerepo/ArchivedFile.php
includes/filerepo/FSRepo.php
includes/filerepo/File.php
includes/filerepo/FileRepo.php
includes/filerepo/LocalFile.php
includes/filerepo/OldLocalFile.php
languages/messages/MessagesEn.php
maintenance/rebuildrecentchanges.inc
maintenance/rebuildrecentchanges.php