aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Action.php
Commit message (Expand)AuthorAgeFilesLines
* * Use WikiPage instead of Article in Skin and SkinTemplateAlexandre Emsenhuber2011-11-271-6/+9
* Followup r103817, backing out ContextSource changes to SpecialPage and ActionJohn Du Hart2011-11-231-1/+86
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-76/+1
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-6/+13
* Add, update, tweak documentationSam Reed2011-10-261-0/+4
* * Changed action=history to use an Action subclassAlexandre Emsenhuber2011-10-231-8/+8
* * Use local context instead of global variables, made static function in Cred...Alexandre Emsenhuber2011-10-071-0/+11
* Use IContextSource instead of RequestContext inside type hints and instanceof...Daniel Friesen2011-09-151-5/+5
* * Follow-up to r91284: fix error in Action::exists by passing empty array as ...Ryan Schmidt2011-08-151-1/+1
* Revert r93237 ("use User::getBlock() accessor rather than accessing $mBlock d...Roan Kattouw2011-07-271-1/+2
* Follow-up r93234: use User::getBlock() accessor rather than accessing $mBlock...Happy-melon2011-07-261-2/+1
* * Changed action=revert to use a subclass of ActionAlexandre Emsenhuber2011-07-011-3/+15
* * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a...Aaron Schulz2011-06-291-3/+3
* Fix code styleSam Reed2011-06-221-6/+2
* Fix comment formattingSam Reed2011-06-221-6/+12
* Fix for r90406: giving an OutputPage object instead of an User object is not ...Alexandre Emsenhuber2011-06-201-2/+2
* Fix up a couple of uses of context->object instead of context->getObject(). F...Chad Horohoe2011-06-191-5/+5
* Revert r86872: Breaks LiquidThreads page moves with the below failure. Thread...Siebrand Mazeland2011-04-251-6/+72
* Implement an interface and abstract class to hold the widely-reused get(Reque...Happy-melon2011-04-251-72/+6
* Follow-up r86041: fix redirect in PurgeAction, and pass query parameters thro...Happy-melon2011-04-151-1/+8
* Follow-up r 86041 per CR and IRC:Happy-melon2011-04-141-41/+46
* r86001, now with less scariness :P I took out the delete action and did purg...Happy-melon2011-04-141-0/+441
* Revert r86001: Brion says it's too scary :D will recommit in piecesHappy-melon2011-04-131-440/+0
* New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit.Happy-melon2011-04-131-0/+440