| Commit message (Expand) | Author | Age | Files | Lines |
* | MFT r111218, r111251 | Sam Reed | 2012-02-13 | 1 | -9/+11 |
* | fix doc grouping for actions | Antoine Musso | 2012-02-08 | 2 | -5/+5 |
* | Use WikiPage instead of Title to get its id, whether it exists and its latest... | Alexandre Emsenhuber | 2012-02-02 | 2 | -5/+5 |
* | Fix doxygen docs before REL1_19 branching | Antoine Musso | 2012-02-01 | 2 | -4/+3 |
* | Use local context to get messages instead of relying on global variables | Alexandre Emsenhuber | 2012-01-30 | 1 | -11/+11 |
* | fix xss | Jeroen De Dauw | 2012-01-30 | 2 | -2/+2 |
* | [Actions] Move the remaining actions out of MediaWiki::performAction into sin... | Krinkle | 2012-01-17 | 5 | -0/+257 |
* | reverted r108850 as patch should be introduced after code freeze | Rob Moen | 2012-01-13 | 1 | -21/+3 |
* | patch from MrBlueSky, resloves bug 25909. Add dropdown list for tags in recen... | Rob Moen | 2012-01-13 | 1 | -3/+21 |
* | Support If-modified-since for RawPage, fixes bug #10023. | Gabriel Wicke | 2012-01-10 | 1 | -0/+4 |
* | [mediawiki.action.history.js] Provide cleaner handling of action=historysubmi... | Krinkle | 2012-01-09 | 1 | -1/+1 |
* | [HistoryAction] Clean up | Krinkle | 2012-01-08 | 1 | -7/+6 |
* | [HistoryAction] Revert r108341 as this breaks revision delete. | Krinkle | 2012-01-08 | 1 | -0/+1 |
* | Remove action=history from submit on HistoryAction | Krinkle | 2012-01-08 | 1 | -1/+0 |
* | Made UnwatchArticle, UnwatchArticleComplete, WatchArticle and WatchArticleCom... | Alexandre Emsenhuber | 2012-01-06 | 1 | -2/+2 |
* | Reverted r101014 per CR. Added comment. The sooner RL2 kills this the better... | Aaron Schulz | 2011-12-20 | 1 | -4/+5 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -0/+1 |
* | Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte... | Chad Horohoe | 2011-12-06 | 9 | -36/+0 |
* | Fix PageHistoryBeforeList hook | Antoine Musso | 2011-12-05 | 1 | -1/+1 |
* | Revert r105162 for now per CR. | Raimond Spekking | 2011-12-05 | 1 | -1/+1 |
* | Fix PageHistoryBeforeList hook | Antoine Musso | 2011-12-05 | 1 | -1/+1 |
* | (bug 29475) Remove "trackback" feature entirely from core. This has been disa... | Chad Horohoe | 2011-11-23 | 1 | -54/+0 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 4 | -16/+16 |
* | Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after... | Mark A. Hershberger | 2011-11-17 | 1 | -4/+4 |
* | Following r100264, update usages in core | John Du Hart | 2011-11-16 | 1 | -1/+1 |
* | Made DifferenceEngine use a context instead of global variables and updaters ... | Alexandre Emsenhuber | 2011-11-10 | 1 | -1/+1 |
* | * Changed OutputPage's handling of subtitles to use an array and implode it w... | Alexandre Emsenhuber | 2011-11-08 | 1 | -4/+2 |
* | And while I'm at it, move token check to onView() so that if action=markpatro... | Alexandre Emsenhuber | 2011-11-04 | 1 | -10/+9 |
* | Per Platonides, fix for r101630: correct class name | Alexandre Emsenhuber | 2011-11-04 | 1 | -1/+1 |
* | FU r101629, made Pager only call doBatchLookups() if there are rows | Aaron Schulz | 2011-11-02 | 1 | -5/+0 |
* | * Made PermissionsError exception accept an optional second parameter for the... | Alexandre Emsenhuber | 2011-11-02 | 7 | -12/+9 |
* | Followup r100305, don't try to do a batch query for an empty result (which w... | John Du Hart | 2011-11-02 | 1 | -0/+5 |
* | Per Nikerabbit's comment on r100621: | Alexandre Emsenhuber | 2011-10-27 | 2 | -4/+4 |
* | * Added pageJoinCond() and userJoinCond() to Revision and exposed them publicly | Aaron Schulz | 2011-10-27 | 1 | -1/+1 |
* | * Pass in $user to Revision::getText() | Aaron Schulz | 2011-10-27 | 1 | -4/+4 |
* | * Removed $wgRCShowChangedSize check in sp:Contributions for size diffs since... | Aaron Schulz | 2011-10-25 | 1 | -8/+19 |
* | Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi... | Alexandre Emsenhuber | 2011-10-24 | 2 | -4/+4 |
* | Removed wrong comment in doBatchLookups() | Aaron Schulz | 2011-10-23 | 1 | -1/+0 |
* | * Changed action=history to use an Action subclass | Alexandre Emsenhuber | 2011-10-23 | 1 | -0/+797 |
* | Fix for r100333: forgot to override requiresWrite() and requiresUnblock() | Alexandre Emsenhuber | 2011-10-20 | 1 | -0/+8 |
* | * Changed action=raw to use an Action subclass | Alexandre Emsenhuber | 2011-10-20 | 1 | -0/+229 |
* | * Use local context instead of global variables, made static function in Cred... | Alexandre Emsenhuber | 2011-10-07 | 1 | -27/+29 |
* | Removed useless check since the variable always exists and null would be catc... | Alexandre Emsenhuber | 2011-09-16 | 1 | -1/+1 |
* | Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are n... | Roan Kattouw | 2011-08-19 | 1 | -2/+6 |
* | Followup r89545: add ,0 to Article constructor call | Roan Kattouw | 2011-08-16 | 1 | -2/+2 |
* | Temporaray revert of r94031; forgot that this was depending of some other wor... | Alexandre Emsenhuber | 2011-08-07 | 1 | -756/+0 |
* | * Moved action=history to use an Action subclass | Alexandre Emsenhuber | 2011-08-06 | 1 | -0/+756 |
* | Update code comments that point to 1.18 to point to 1.19 | Sam Reed | 2011-07-18 | 1 | -2/+2 |
* | * Use wfMessage() instead of OutputPage::addWikiMsgArray() with the third par... | Alexandre Emsenhuber | 2011-07-16 | 1 | -2/+2 |
* | Fixed r92012 comment | Aaron Schulz | 2011-07-12 | 1 | -2/+1 |