aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions
Commit message (Expand)AuthorAgeFilesLines
* MFT r111218, r111251Sam Reed2012-02-131-9/+11
* fix doc grouping for actionsAntoine Musso2012-02-082-5/+5
* Use WikiPage instead of Title to get its id, whether it exists and its latest...Alexandre Emsenhuber2012-02-022-5/+5
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-012-4/+3
* Use local context to get messages instead of relying on global variablesAlexandre Emsenhuber2012-01-301-11/+11
* fix xssJeroen De Dauw2012-01-302-2/+2
* [Actions] Move the remaining actions out of MediaWiki::performAction into sin...Krinkle2012-01-175-0/+257
* reverted r108850 as patch should be introduced after code freezeRob Moen2012-01-131-21/+3
* patch from MrBlueSky, resloves bug 25909. Add dropdown list for tags in recen...Rob Moen2012-01-131-3/+21
* Support If-modified-since for RawPage, fixes bug #10023.Gabriel Wicke2012-01-101-0/+4
* [mediawiki.action.history.js] Provide cleaner handling of action=historysubmi...Krinkle2012-01-091-1/+1
* [HistoryAction] Clean upKrinkle2012-01-081-7/+6
* [HistoryAction] Revert r108341 as this breaks revision delete.Krinkle2012-01-081-0/+1
* Remove action=history from submit on HistoryActionKrinkle2012-01-081-1/+0
* Made UnwatchArticle, UnwatchArticleComplete, WatchArticle and WatchArticleCom...Alexandre Emsenhuber2012-01-061-2/+2
* Reverted r101014 per CR. Added comment. The sooner RL2 kills this the better...Aaron Schulz2011-12-201-4/+5
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-0/+1
* Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte...Chad Horohoe2011-12-069-36/+0
* Fix PageHistoryBeforeList hookAntoine Musso2011-12-051-1/+1
* Revert r105162 for now per CR.Raimond Spekking2011-12-051-1/+1
* Fix PageHistoryBeforeList hookAntoine Musso2011-12-051-1/+1
* (bug 29475) Remove "trackback" feature entirely from core. This has been disa...Chad Horohoe2011-11-231-54/+0
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-214-16/+16
* Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after...Mark A. Hershberger2011-11-171-4/+4
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Made DifferenceEngine use a context instead of global variables and updaters ...Alexandre Emsenhuber2011-11-101-1/+1
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-4/+2
* And while I'm at it, move token check to onView() so that if action=markpatro...Alexandre Emsenhuber2011-11-041-10/+9
* Per Platonides, fix for r101630: correct class nameAlexandre Emsenhuber2011-11-041-1/+1
* FU r101629, made Pager only call doBatchLookups() if there are rowsAaron Schulz2011-11-021-5/+0
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-027-12/+9
* Followup r100305, don't try to do a batch query for an empty result (which w...John Du Hart2011-11-021-0/+5
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-272-4/+4
* * Added pageJoinCond() and userJoinCond() to Revision and exposed them publiclyAaron Schulz2011-10-271-1/+1
* * Pass in $user to Revision::getText()Aaron Schulz2011-10-271-4/+4
* * Removed $wgRCShowChangedSize check in sp:Contributions for size diffs since...Aaron Schulz2011-10-251-8/+19
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-242-4/+4
* Removed wrong comment in doBatchLookups()Aaron Schulz2011-10-231-1/+0
* * Changed action=history to use an Action subclassAlexandre Emsenhuber2011-10-231-0/+797
* Fix for r100333: forgot to override requiresWrite() and requiresUnblock()Alexandre Emsenhuber2011-10-201-0/+8
* * Changed action=raw to use an Action subclassAlexandre Emsenhuber2011-10-201-0/+229
* * Use local context instead of global variables, made static function in Cred...Alexandre Emsenhuber2011-10-071-27/+29
* Removed useless check since the variable always exists and null would be catc...Alexandre Emsenhuber2011-09-161-1/+1
* Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are n...Roan Kattouw2011-08-191-2/+6
* Followup r89545: add ,0 to Article constructor callRoan Kattouw2011-08-161-2/+2
* Temporaray revert of r94031; forgot that this was depending of some other wor...Alexandre Emsenhuber2011-08-071-756/+0
* * Moved action=history to use an Action subclassAlexandre Emsenhuber2011-08-061-0/+756
* Update code comments that point to 1.18 to point to 1.19Sam Reed2011-07-181-2/+2
* * Use wfMessage() instead of OutputPage::addWikiMsgArray() with the third par...Alexandre Emsenhuber2011-07-161-2/+2
* Fixed r92012 commentAaron Schulz2011-07-121-2/+1