* Added generic Rev_List revision listing class and refactored RevDelete_List stuff...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 2 Jul 2011 09:04:32 +0000 (09:04 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 2 Jul 2011 09:04:32 +0000 (09:04 +0000)
commit3e4107b171fb53f4a3811240acea55ce2ccaf31e
tree2c510fb6b28de520cdb02eec54d9b033bbe7e542
parented7d6a6509e640cc22432e7e7952796ac7e57ae3
* Added generic Rev_List revision listing class and refactored RevDelete_List stuff to use it
* Fixed bug in revdelete where all list Items where assumed to be of the same type (no longer holds since r87804). This was causing "Undefined property: stdClass::$rev_timestamp" errors for deleted revs.
* Cleaned up RevisionDeleter::getRelationType()
* Minor cleanups to SpecialRevisionDelete
includes/AutoLoader.php
includes/RevisionList.php [new file with mode: 0644]
includes/revisiondelete/RevisionDelete.php
includes/revisiondelete/RevisionDeleteAbstracts.php
includes/revisiondelete/RevisionDeleter.php
includes/specials/SpecialRevisiondelete.php