aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff
Commit message (Expand)AuthorAgeFilesLines
* Use the context's WikiPage object if the title of the new revision is the sam...Alexandre Emsenhuber2012-01-151-1/+9
* * Use Linker::getRevDeleteLink() where possible to remove code duplicationAlexandre Emsenhuber2011-12-281-18/+2
* * Added revision's timestamp to OutputPage along with revision ID; avoid a DB...Alexandre Emsenhuber2011-12-101-0/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* * Added WikiPage::getParserOutput() and changed Article::getParserOutput() to...Alexandre Emsenhuber2011-11-171-8/+3
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Fix for r103001: using the object is actually a good ideaAlexandre Emsenhuber2011-11-141-1/+1
* Update DifferenceEngine::renderNewRevision() to run the 'ArticleViewCustom' h...Alexandre Emsenhuber2011-11-141-19/+23
* Made DifferenceEngine use a context instead of global variables and updaters ...Alexandre Emsenhuber2011-11-101-113/+99
* Follow-up r102521Platonides2011-11-091-1/+1
* Reverted r101244 changes - these are not equivalent and may have been causing...Aaron Schulz2011-11-091-3/+3
* Some updates to EditPage and ExternalEdit:Alexandre Emsenhuber2011-11-091-30/+18
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-3/+3
* * Merged Title::userCanRead() check in Title::getUserPermissionsErrors()Alexandre Emsenhuber2011-11-061-3/+7
* * Made OuputPage::showPermissionsErrorPage() show a different messages for 'r...Alexandre Emsenhuber2011-11-051-4/+1
* Remove more assignments in conditionals (while each to foreach)Sam Reed2011-10-291-3/+3
* Kill various unused variablesSam Reed2011-10-291-1/+4
* Removal of unused globalsPlatonides2011-10-271-4/+2
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* More documentation!Sam Reed2011-10-261-3/+184
* Revert r93246: besides the problems pointed out at CR, it also causes bug 314...Max Semenik2011-10-071-1/+1
* Fix for r99038: this was in the wrong part of the if statementAlexandre Emsenhuber2011-10-051-5/+5
* Big cleanup to DifferenceEngine:Alexandre Emsenhuber2011-10-051-392/+342
* Mark $mDiffLang protected, and rename function to setTextLanguage per Nikerab...Robin Pepermans2011-09-041-2/+2
* Use canonical URLs in sitemaps, diff stuff and external edit stuffRoan Kattouw2011-08-191-4/+4
* * Changed OutputPage::$mIsArticle flag to be false by default. A lot of actio...Alexandre Emsenhuber2011-07-271-9/+1
* (bug 15641) prevent blocked administrators from accessing deleted revisions.Happy-melon2011-07-261-1/+1
* DifferenceEngine: introduce setDiffLang() to change the language in which the...Robin Pepermans2011-07-231-4/+16
* Profiling errors. r92106 missed a wfProfileOutPlatonides2011-07-191-1/+3
* Fixed profiling errorAaron Schulz2011-07-131-0/+2
* Moving skins/common/diff.css to mediawiki.action.history.diff.css and updatin...Leo Koppelkamm2011-07-081-1/+1
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-8/+4
* Removed usage of error suppression operatorAlexandre Emsenhuber2011-07-051-1/+1
* Removed some dead code (useless since r87806)Aaron Schulz2011-07-021-4/+2
* Minor revert to r91246Sam Reed2011-07-011-2/+2
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-2/+2
* Follow-up r90334 and r90337: made DifferenceEngine::addHeader() non-static to...Alexandre Emsenhuber2011-06-291-3/+3
* Follow up r90334.Platonides2011-06-191-3/+3
* Address comment by Platonides on r90320:Robin Pepermans2011-06-181-4/+2
* Follow-up to r90265: directionality improvements as part of bug 6100 (under $...Robin Pepermans2011-06-181-2/+13
* Swap else if for elseifSam Reed2011-06-173-11/+11
* Remove some unused variables, add/improve some documentationSam Reed2011-06-011-5/+30
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-0/+1
* Kill diff.js with fire. It only applies to versions of Gecko that were releas...Roan Kattouw2011-05-141-1/+0
* * (bug 21279, bug 28820) Workaround for standard diff links to deleted revs; ...Brion Vibber2011-05-101-4/+52
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-2/+2
* * (bug 27185) API: Add Special:ComparePagesSam Reed2011-05-011-2/+2
* (bug 28610) unsegement is not a wordChad Horohoe2011-04-191-1/+1
* No need to call wfSuppressWarnings() and wfRestoreWarnings(); wfDl() already ...Alexandre Emsenhuber2011-04-111-4/+0
* dl() -> wfDl()Alexandre Emsenhuber2011-04-101-1/+1