Bug 35034 - moved autocomment-prefix between the prefix and the arrow. Follow up...
[lhc/web/wiklou.git] / includes / actions /
2012-03-13 Aaron Schulz(bug 34978) Use a rev parent batch query to get the...
2012-03-11 Sam ReedMore of r113580
2012-03-01 Niklas LaxströmRestore many missing spaces from r112589
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses. Patch contribut...
2012-02-18 Sam ReedFix extraneous quote from r111800
2012-02-17 Andrew GarrettAdd both size *and* size difference on history page...
2012-02-16 Sam ReedMake wfProfileOut call be the last thing before the...
2012-02-11 Mark A. Hershbergerfixes Bug 34198 - first item in the history shows no...
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-02 Alexandre EmsenhuberUse WikiPage instead of Title to get its id, whether...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-30 Alexandre EmsenhuberUse local context to get messages instead of relying...
2012-01-30 Jeroen De Dauwfix xss
2012-01-17 Krinkle[Actions] Move the remaining actions out of MediaWiki...
2012-01-13 Rob Moenreverted r108850 as patch should be introduced after...
2012-01-13 Rob Moenpatch from MrBlueSky, resloves bug 25909. Add dropdown...
2012-01-10 Gabriel WickeSupport If-modified-since for RawPage, fixes bug #10023.
2012-01-09 Krinkle[mediawiki.action.history.js] Provide cleaner handling...
2012-01-08 Krinkle[HistoryAction] Clean up
2012-01-08 Krinkle[HistoryAction] Revert r108341 as this breaks revision...
2012-01-08 KrinkleRemove action=history from submit on HistoryAction
2012-01-06 Alexandre EmsenhuberMade UnwatchArticle, UnwatchArticleComplete, WatchArtic...
2011-12-20 Aaron SchulzReverted r101014 per CR. Added comment. The sooner...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Chad HorohoeReduce some duplication in Action::getRestriction(...
2011-12-05 Antoine MussoFix PageHistoryBeforeList hook
2011-12-05 Raimond SpekkingRevert r105162 for now per CR.
2011-12-05 Antoine MussoFix PageHistoryBeforeList hook
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-17 Mark A. HershbergerApply cryptocoryne's patch from Bug 32454 - ArticlePurg...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-04 Alexandre EmsenhuberAnd while I'm at it, move token check to onView() so...
2011-11-04 Alexandre EmsenhuberPer Platonides, fix for r101630: correct class name
2011-11-02 Aaron SchulzFU r101629, made Pager only call doBatchLookups() if...
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-11-02 John Du HartFollowup r100305, don't try to do a batch query for...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-27 Aaron Schulz* Pass in $user to Revision::getText()
2011-10-25 Aaron Schulz* Removed $wgRCShowChangedSize check in sp:Contribution...
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-23 Aaron SchulzRemoved wrong comment in doBatchLookups()
2011-10-23 Alexandre Emsenhuber* Changed action=history to use an Action subclass
2011-10-20 Alexandre EmsenhuberFix for r100333: forgot to override requiresWrite(...
2011-10-20 Alexandre Emsenhuber* Changed action=raw to use an Action subclass
2011-10-07 Alexandre Emsenhuber* Use local context instead of global variables, made...
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...