r86001, now with less scariness :P I took out the delete action and did purge instea...
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 14 Apr 2011 10:38:29 +0000 (10:38 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 14 Apr 2011 10:38:29 +0000 (10:38 +0000)
commit8779f4b55fe1753f762c8477f344f8c4267562ea
treebad69d6d7709706eaaf01f5f16f20ebd26a43307
parent3dde00f86374bde9840b40af9595402160e176a6
r86001, now with less scariness :P  I took out the delete action and did purge instead, which is a much more self-contained action-with-a-form.  Also implement a few changes suggested by Brion on IRC last night.
16 files changed:
includes/Action.php [new file with mode: 0644]
includes/Article.php
includes/AutoLoader.php
includes/Credits.php [deleted file]
includes/DefaultSettings.php
includes/EditPage.php
includes/FileDeleteForm.php
includes/ProtectionForm.php
includes/Setup.php
includes/Wiki.php
includes/actions/CreditsAction.php [new file with mode: 0644]
includes/actions/DeleteAction.php [new file with mode: 0644]
includes/actions/PurgeAction.php [new file with mode: 0644]
includes/actions/WatchAction.php [new file with mode: 0644]
includes/api/ApiBase.php
includes/api/ApiWatch.php