Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / actions /
2011-09-16 Alexandre EmsenhuberRemoved useless check since the variable always exists...
2011-08-19 Roan KattouwMake the PROTO_ parameter to wfExpandUrl() explicit...
2011-08-16 Roan KattouwFollowup r89545: add ,0 to Article constructor call
2011-08-07 Alexandre EmsenhuberTemporaray revert of r94031; forgot that this was depen...
2011-08-06 Alexandre Emsenhuber* Moved action=history to use an Action subclass
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-16 Alexandre Emsenhuber* Use wfMessage() instead of OutputPage::addWikiMsgArra...
2011-07-12 Aaron SchulzFixed r92012 comment
2011-07-12 Aaron Schulz* Made (un)watch action show a form if the token is...
2011-07-12 Robin PepermansDo r91966 in a different way, per Brion: use unicode...
2011-07-12 Robin Pepermans(bug 12205) Bidirectional names in action=credits are...
2011-07-11 Alexandre EmsenhuberUse getPageTitle() to set the page title instead of...
2011-07-09 Alexandre EmsenhuberPass the User object to RecentChange::doMarkPatrolled...
2011-07-02 Alexandre EmsenhuberMoved action=rollback to an Action subclass
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-27 Happy-melonFollow-up r90877: spot the copy-and-pasted code... :D
2011-06-27 Happy-melonFollow-up r86044 CR (correct subtitle message for actio...
2011-06-25 Sam ReedFollowup r86198 per Happy-melon comment on CR, delete...
2011-06-22 Sam ReedFix comment formatting
2011-06-20 Matěj GrabovskýFollow-up r90371, per comment by ^demon
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...
2011-06-16 Sam ReedMinor doc fix to r84741
2011-06-12 Alexandre EmsenhuberMoved action=deletetrackback and action=markpatrolled...
2011-06-11 Alexandre Emsenhuber* Made Special:RevisionDelete use the local variables...
2011-06-06 KrinkleWatchAction requires token (BREAKING CHANGE)
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-05-31 Tim Starling* Fix hphpi mode in run-server, it wasn't quite working...
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd some more parameter documentation!!
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-04-30 Alexandre EmsenhuberI have no idea where that count() pass in r87165
2011-04-30 Alexandre EmsenhuberProperly escape the ouput in action=credits (and in...
2011-04-19 Happy-melonFollow-up r86143: retain query parameters for quick...
2011-04-16 Sam ReedRemove some unused variables/globals
2011-04-16 Sam ReedFix missing abstract methods, logging against r86001
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...