Merge "Bug 35671 - PHP Notice: Undefined index: gettoken in includes/api/ApiMain...
[lhc/web/wiklou.git] / includes / actions /
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 Brion VIBBERMerge "Fixing alignment of thumbcaption for mixed RTL...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 DemonMerge "Allow closing dump output multiple times"
2012-04-02 DemonMerge "Changed wfMessage() usage to call directly Messa...
2012-03-30 Alexandre EmsenhuberChanged wfMessage() usage to call directly MessageCache...
2012-03-29 Aaron SchulzMerge "Bug 35583 - GitInfo::isSHA1 returns true for...
2012-03-29 ReedyMerge "Use local context to get messages"
2012-03-29 Alexandre EmsenhuberUse local context to get messages
2012-03-28 NikerabbitMerge "Use local context to get messages"
2012-03-28 Alexandre EmsenhuberUse local context to get messages
2012-03-27 HasharMerge "Improved the comment about Special:Contributions."
2012-03-27 DemonMerge "Use local context to get messages"
2012-03-27 Alexandre EmsenhuberUse local context to get messages
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Alexandre EmsenhuberUse local context to get messages
2012-03-26 Aaron SchulzMerge "No more undefined usage of rev{Start,End}Id...
2012-03-26 Aaron SchulzMerge "Same as #3715, but for master: * Moved the new...
2012-03-26 Aaron SchulzMerge "Use local context to get message"
2012-03-25 Alexandre EmsenhuberUse local context to get message
2012-03-20 Roan KattouwRevert r114067, r114071, r114075, r114079, r114081...
2012-03-20 Jeroen De Dauwadded enabled field so you can disable the cache thing...
2012-03-20 Jeroen De Dauwfollow up to r114215, fix some fails and added CachedAc...
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
next