* Made PermissionsError exception accept an optional second parameter for the descrip...
[lhc/web/wiklou.git] / includes / Action.php
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...