w/s
[lhc/web/wiklou.git] / includes / Action.php
2012-02-11 Mark A. Hershbergerw/s
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Antoine Mussofix doc grouping for actions
2012-02-05 Krinkle[Actions] Update usage of wgDisabledActions to check...
2012-01-30 Jeroen De Dauwfix xss
2012-01-21 Krinkle+@since for getActionName (r109678)
2012-01-21 KrinkleReinstate r109223 per CR + fixes
2012-01-17 Aaron SchulzReverted r109223 per CR
2012-01-17 Krinkle[Actions] Move action logic out of MediaWiki::getAction...
2012-01-08 Sam ReedFixup documentation
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Chad HorohoeReduce some duplication in Action::getRestriction(...
2011-11-27 Alexandre Emsenhuber* Use WikiPage instead of Article in Skin and SkinTemplate
2011-11-23 John Du HartFollowup r103817, backing out ContextSource changes...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-23 Alexandre Emsenhuber* Changed action=history to use an Action subclass
2011-10-07 Alexandre Emsenhuber* Use local context instead of global variables, made...
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-08-15 Ryan Schmidt* Follow-up to r91284: fix error in Action::exists...
2011-07-27 Roan KattouwRevert r93237 ("use User::getBlock() accessor rather...
2011-07-26 Happy-melonFollow-up r93234: use User::getBlock() accessor rather...
2011-07-01 Alexandre Emsenhuber* Changed action=revert to use a subclass of Action
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-22 Sam ReedFix code style
2011-06-22 Sam ReedFix comment formatting
2011-06-20 Alexandre EmsenhuberFix for r90406: giving an OutputPage object instead...
2011-06-19 Chad HorohoeFix up a couple of uses of context->object instead...
2011-04-25 Siebrand MazelandRevert r86872: Breaks LiquidThreads page moves with...
2011-04-25 Happy-melonImplement an interface and abstract class to hold the...
2011-04-15 Happy-melonFollow-up r86041: fix redirect in PurgeAction, and...
2011-04-14 Happy-melonFollow-up r 86041 per CR and IRC:
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...