Merge "Remove unused $wgDebugDBTransactions"
[lhc/web/wiklou.git] / includes / diff / DifferenceEngine.php
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-14 Aaron SchulzReverted r113803: makes already messy class messier...
2012-03-14 Alexandre EmsenhuberBe consistent in the interface and use Title::quickUser...
2012-03-14 Alexandre EmsenhuberDon't create new Revision and Title object if we can...
2012-02-09 Sam ReedMore return documentation
2012-01-15 Alexandre EmsenhuberUse the context's WikiPage object if the title of the...
2011-12-28 Alexandre Emsenhuber* Use Linker::getRevDeleteLink() where possible to...
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-17 Alexandre Emsenhuber* Added WikiPage::getParserOutput() and changed Article...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-14 Alexandre EmsenhuberFix for r103001: using the object is actually a good...
2011-11-14 Alexandre EmsenhuberUpdate DifferenceEngine::renderNewRevision() to run...
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-09 PlatonidesFollow-up r102521
2011-11-09 Alexandre EmsenhuberSome updates to EditPage and ExternalEdit:
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-06 Alexandre Emsenhuber* Merged Title::userCanRead() check in Title::getUserPe...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-10-27 PlatonidesRemoval of unused globals
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-07 Max SemenikRevert r93246: besides the problems pointed out at...
2011-10-05 Alexandre EmsenhuberFix for r99038: this was in the wrong part of the if...
2011-10-05 Alexandre EmsenhuberBig cleanup to DifferenceEngine:
2011-09-04 Robin PepermansMark $mDiffLang protected, and rename function to setTe...
2011-08-19 Roan KattouwUse canonical URLs in sitemaps, diff stuff and external...
2011-07-27 Alexandre Emsenhuber* Changed OutputPage::$mIsArticle flag to be false...
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-23 Robin PepermansDifferenceEngine: introduce setDiffLang() to change...
2011-07-19 PlatonidesProfiling errors. r92106 missed a wfProfileOut
2011-07-13 Aaron SchulzFixed profiling error
2011-07-08 Leo KoppelkammMoving skins/common/diff.css to mediawiki.action.histor...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-02 Aaron SchulzRemoved some dead code (useless since r87806)
2011-07-01 Sam ReedMinor revert to r91246
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-29 Alexandre EmsenhuberFollow-up r90334 and r90337: made DifferenceEngine...
2011-06-19 PlatonidesFollow up r90334.
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-18 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-01 Sam ReedRemove some unused variables, add/improve some document...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-14 Roan KattouwKill diff.js with fire. It only applies to versions...
2011-05-10 Brion Vibber* (bug 21279, bug 28820) Workaround for standard diff...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-01 Sam Reed* (bug 27185) API: Add Special:ComparePages
2011-04-19 Chad Horohoe(bug 28610) unsegement is not a word
2011-04-11 Alexandre EmsenhuberNo need to call wfSuppressWarnings() and wfRestoreWarni...
2011-04-10 Alexandre Emsenhuberdl() -> wfDl()
2011-04-05 Aaron SchulzFollow up r85467: changed some countRevisionsBetween...
2011-04-05 Aaron Schulz* Cleanups to getFirstRevision and getEarliestTime
2011-03-12 Alexandre EmsenhuberUse Html::element() to generate the element; the url...
2011-02-19 Sam ReedExplicitally define variables
2011-02-18 Sam ReedRemove unreachable line in DifferenceEngine
2011-02-15 Trevor ParscalGrouped diff and history modules together to help reduc...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-10 PlatonidesMore wfProfileOut()ing
2011-02-04 Daniel FriesenCompletely remove support for legacy style skins. All...
2011-01-05 Happy-melonAdd IDs to various revdel notices for skinning.
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-12-12 Alexandre EmsenhuberFix fatal error from r78264
2010-12-12 Sam ReedFollowup r75763, fixup wrong change of deprecated method
2010-12-11 Aaron Schulz* Removed redundant revdelete msg above content
2010-12-10 Priyanka DhandaIf we only want to show the diff this should make it...
2010-12-06 Priyanka DhandaReverting r77516. It ain't gonna work
2010-12-01 Priyanka DhandaFixes bug 26163 - Missing categories and iw links on...
2010-11-27 Antoine MussoStylize. No differences when using: svn diff -x -wu
2010-11-18 Aaron SchulzgetDiffBody() cleanups:
2010-11-18 Aaron Schulz* Moved author count check to new Title::countAuthorsBe...
2010-11-07 Alexandre Emsenhuber* (bug 24833) Files name in includes/diff/ are now...
2010-11-01 Derk-Jan HartmanAvoid unnecessary linebreaks in difflines. Fixes bug...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-29 Derk-Jan HartmanSwitch the hyphen in diff output to actually minus...
2010-10-29 Derk-Jan HartmanAdd a nbsp to each empty "diff-marker".
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-19 Mark A. Hershberger* remove function_exists calls for things that function...
2009-09-30 Aaron SchulzMoved UI diff stuff into its own DifferenceInterface...
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-16 Tim StarlingFix for bug 20601: disable debug output. It can be...
2009-08-24 Niklas LaxströmRecommit r53710 without the hack for preventing style...
2009-08-21 Brion VibberRevert r53710 "* Allow suppressing "line 1" from the...
2009-08-04 Aryeh GregorShow change flag tooltips everywhere, not just RC
2009-07-29 Chad Horohoe* (bug 16311) Make recent change flags acronyms instead...
2009-07-24 Niklas Laxström* Don't add 200 extra css/js requests when showing...
2009-07-18 Aaron SchulzEnable show/hide link on diff to cur (consistency)
2009-06-06 Siebrand Mazeland* follow-up to r51301: also add separated date and...
2009-06-03 Tim StarlingFix for r49412, possible fatal errors.
2009-06-01 Purodha B BlissenbachMessage 'revisionasof' - date and time separated as...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-19 Chad HorohoeCleanup to r50310 & 50313: Don't use @ on chmod() and...
2009-05-07 Alexandre Emsenhuberfix E_PARSE from r50310
2009-05-07 Chad Horohoe(bug 16925) Diffs no longer silently fail when $wgExter...
2009-04-21 Aaron Schulz* Workaround ugly Safari/Chrome handling of <col> tags...
2009-04-11 Chad HorohoeNo more $wgTitle in the diff engine.
2009-03-22 Aaron SchulzAdd convenience links for bug 18068
next