* standardised file headers
[lhc/web/wiklou.git] / includes / diff / DifferenceEngine.php
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
2009-03-09 Roan Kattouw(bug 17863) Fix regression from r47890 that broke Show...
2009-02-28 Roan Kattouw* API: (bug 13209) Add rvdiffto parameter to prop=revisions
2009-02-24 Aaron SchulzBug 17241 The diffonly URI parameter should cascade...
2009-02-22 Raimond SpekkingMove <div>...</div> from message text to program code...
2009-02-12 Aaron Schulz(bug 5776) Add extra patrol link on bottom for diffs
2009-02-09 Aaron SchulzAdded missing Revision::FOR_THIS_USER flag
2009-02-09 Aaron SchulzTweaks for bug 17060
2009-02-09 Aaron Schulz* Tweaks for bug 17052:
2009-01-24 Aaron Schulz(bug 17104) Remove [Mark as patrolled] link for already...
2009-01-18 Alex Z(bug 17055) Use a CSS class ('mw-revdelundel-link'...
2009-01-15 Aaron SchulzUse getRawUserText function, since this is just there...
2009-01-14 Aaron SchulzFix for r45723
2009-01-14 Aaron SchulzCleaned up single rev page diffs (bug 11527)
2009-01-07 Aaron Schulz(bug 16923) New parameter value diff=review for the URL
2009-01-02 Aaron SchulzTweak r45314: just return out
2009-01-02 Aaron Schulz(bug 9243) Avoid exit to make MW handle page exceptions...
2008-12-23 Alexandre Emsenhuber* Like r44911 but for MediaWiki:Difference message...
2008-12-17 Aaron SchulzUse more thorough Title->userCan('patrol')
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-06 Jack Phoenixadding AbortDiffCache hook to allow canceling the cachi...
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-22 Aaron Schulzrev_deleted security improvements as well as fix for...
2008-09-22 Aaron SchulzRemove Revision::revText() and move functionality to...
2008-08-27 Raimond SpekkingMove the timestamp into the message of the current...
2008-08-26 Raimond SpekkingFix for r40041. PHP strict notice. Thanks to Ialex
2008-08-26 Raimond Spekking* Add tooltips to rollback and undo links
2008-08-25 Chad Horohoe* Add all HTMLDiff-related classes to the autoloader.