aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Action.php
Commit message (Expand)AuthorAgeFilesLines
* Fix user related direct member variable accessSam Reed2012-02-161-1/+1
* w/sMark A. Hershberger2012-02-111-1/+1
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* fix doc grouping for actionsAntoine Musso2012-02-081-0/+4
* [Actions] Update usage of wgDisabledActions to check wgActions insteadKrinkle2012-02-051-3/+3
* fix xssJeroen De Dauw2012-01-301-1/+1
* +@since for getActionName (r109678)Krinkle2012-01-211-0/+1
* Reinstate r109223 per CR + fixesKrinkle2012-01-211-0/+46
* Reverted r109223 per CRAaron Schulz2012-01-171-39/+0
* [Actions] Move action logic out of MediaWiki::getAction/MediaWiki::performAct...Krinkle2012-01-171-0/+39
* Fixup documentationSam Reed2012-01-081-4/+2
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-0/+1
* Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte...Chad Horohoe2011-12-061-1/+4
* * 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