Combine deleteArchived{Files,Revisions}.inc into the .php scripts
authorKevin Israel <pleasestand@live.com>
Fri, 12 Sep 2014 05:44:14 +0000 (01:44 -0400)
committerPleaseStand <pleasestand@live.com>
Sun, 17 May 2015 00:01:42 +0000 (00:01 +0000)
commit5fca8e5130a5a40fdf68d4a106bb4336055d097d
tree39f9af0a8559b94fc0ea98bfb86596cfe3a0ffec
parent1e81e7f8a045feba712afb06036ad1cd33649843
Combine deleteArchived{Files,Revisions}.inc into the .php scripts

Some of deleteArchivedFiles.php and deleteArchivedRevisions.php were
split off to deleteArchivedFiles.inc and deleteArchivedRevisions.inc
respectively in r62948 (04b2413aacfd) for use in tests.

The tests no longer use those methods, so I moved them back and inlined
them into execute(). I also did some minor cleanup -- changing direct
calls to tableName() and query() to use query builder functions and
clarifying/fixing some of the logic that was in deleteArchivedFiles.inc.

Change-Id: Ica49dcac18a9c702cffe02e562c6dff48d2d2784
autoload.php
maintenance/deleteArchivedFiles.inc [deleted file]
maintenance/deleteArchivedFiles.php
maintenance/deleteArchivedRevisions.inc [deleted file]
maintenance/deleteArchivedRevisions.php