| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix user related direct member variable access | Sam Reed | 2012-02-16 | 1 | -1/+1 |
* | w/s | Mark A. Hershberger | 2012-02-11 | 1 | -1/+1 |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+1 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -1/+1 |
* | fix doc grouping for actions | Antoine Musso | 2012-02-08 | 1 | -0/+4 |
* | [Actions] Update usage of wgDisabledActions to check wgActions instead | Krinkle | 2012-02-05 | 1 | -3/+3 |
* | fix xss | Jeroen De Dauw | 2012-01-30 | 1 | -1/+1 |
* | +@since for getActionName (r109678) | Krinkle | 2012-01-21 | 1 | -0/+1 |
* | Reinstate r109223 per CR + fixes | Krinkle | 2012-01-21 | 1 | -0/+46 |
* | Reverted r109223 per CR | Aaron Schulz | 2012-01-17 | 1 | -39/+0 |
* | [Actions] Move action logic out of MediaWiki::getAction/MediaWiki::performAct... | Krinkle | 2012-01-17 | 1 | -0/+39 |
* | Fixup documentation | Sam Reed | 2012-01-08 | 1 | -4/+2 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -0/+1 |
* | Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte... | Chad Horohoe | 2011-12-06 | 1 | -1/+4 |
* | * Use WikiPage instead of Article in Skin and SkinTemplate | Alexandre Emsenhuber | 2011-11-27 | 1 | -6/+9 |
* | Followup r103817, backing out ContextSource changes to SpecialPage and Action | John Du Hart | 2011-11-23 | 1 | -1/+86 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -76/+1 |
* | * Made PermissionsError exception accept an optional second parameter for the... | Alexandre Emsenhuber | 2011-11-02 | 1 | -6/+13 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -0/+4 |
* | * Changed action=history to use an Action subclass | Alexandre Emsenhuber | 2011-10-23 | 1 | -8/+8 |
* | * Use local context instead of global variables, made static function in Cred... | Alexandre Emsenhuber | 2011-10-07 | 1 | -0/+11 |
* | Use IContextSource instead of RequestContext inside type hints and instanceof... | Daniel Friesen | 2011-09-15 | 1 | -5/+5 |
* | * Follow-up to r91284: fix error in Action::exists by passing empty array as ... | Ryan Schmidt | 2011-08-15 | 1 | -1/+1 |
* | Revert r93237 ("use User::getBlock() accessor rather than accessing $mBlock d... | Roan Kattouw | 2011-07-27 | 1 | -1/+2 |
* | Follow-up r93234: use User::getBlock() accessor rather than accessing $mBlock... | Happy-melon | 2011-07-26 | 1 | -2/+1 |
* | * Changed action=revert to use a subclass of Action | Alexandre Emsenhuber | 2011-07-01 | 1 | -3/+15 |
* | * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a... | Aaron Schulz | 2011-06-29 | 1 | -3/+3 |
* | Fix code style | Sam Reed | 2011-06-22 | 1 | -6/+2 |
* | Fix comment formatting | Sam Reed | 2011-06-22 | 1 | -6/+12 |
* | Fix for r90406: giving an OutputPage object instead of an User object is not ... | Alexandre Emsenhuber | 2011-06-20 | 1 | -2/+2 |
* | Fix up a couple of uses of context->object instead of context->getObject(). F... | Chad Horohoe | 2011-06-19 | 1 | -5/+5 |
* | Revert r86872: Breaks LiquidThreads page moves with the below failure. Thread... | Siebrand Mazeland | 2011-04-25 | 1 | -6/+72 |
* | Implement an interface and abstract class to hold the widely-reused get(Reque... | Happy-melon | 2011-04-25 | 1 | -72/+6 |
* | Follow-up r86041: fix redirect in PurgeAction, and pass query parameters thro... | Happy-melon | 2011-04-15 | 1 | -1/+8 |
* | Follow-up r 86041 per CR and IRC: | Happy-melon | 2011-04-14 | 1 | -41/+46 |
* | r86001, now with less scariness :P I took out the delete action and did purg... | Happy-melon | 2011-04-14 | 1 | -0/+441 |
* | Revert r86001: Brion says it's too scary :D will recommit in pieces | Happy-melon | 2011-04-13 | 1 | -440/+0 |
* | New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit. | Happy-melon | 2011-04-13 | 1 | -0/+440 |