* Changed action=raw to use an Action subclass
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 20 Oct 2011 08:10:25 +0000 (08:10 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 20 Oct 2011 08:10:25 +0000 (08:10 +0000)
commite1280017e05c6bb41ad025b570c9bf8e2e754947
treefa568fc8bbac55731e0a0b9ba4d739ecd3c3c9b7
parent7414b487f56434b9971543170d46b8a78785ecc8
* Changed action=raw to use an Action subclass
* Left RawPage with back compat code for extensions that use it
* Removed calls to Skin for gen=(css|js). Calling action=raw&gen=(css|js) will now unconditionally return empty content
* Removed Skin::generateUserJs() and Skin::generateUserStylesheet() since they were only used in RawPage
includes/AutoLoader.php
includes/DefaultSettings.php
includes/RawPage.php [deleted file]
includes/Skin.php
includes/Wiki.php
includes/actions/RawAction.php [new file with mode: 0644]