cleanup to mwsuggest.js & fix some things suggested by JSLint
[lhc/web/wiklou.git] / includes / diff /
2010-01-11 Aaron SchulzRefactored duplication into revisionDeleteLink()
2010-01-09 Aaron Schulzbug 21411 'Add a new message rev-suppressed-no-diff...
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-10-30 Aaron SchulzA few cleanups for r58351
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-28 Chad Horohoe(bug 19859) Remove HTMLDiff. Could possibly be salvaged...
2009-10-28 Aaron Schulzbug 21282 &unhide=1 on next/prev diff links if already...
2009-10-25 Aaron SchulzTweak r58117: removed diff-multi class
2009-10-25 Aaron SchulzAdded deleted diff notice for unhide=1 urls to be clear...
2009-10-22 Alexandre Emsenhuber* (bug 21053) Fixed diff header layout for multi diffs...
2009-10-01 Brion Vibberfix eol style
2009-09-30 Aaron Schulzadded 'rev-suppressed-unhide-diff'
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-30 Aaron SchulzFollow-up r57109: missing file
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-02-01 Niklas Laxström* kill E_NOTICE
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 MazelandPartial revert of r43269 for HTMLDiff.php. In file...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-06 Jack Phoenixadding AbortDiffCache hook to allow canceling the cachi...
2008-10-27 Guy Van den BroeckFixed bug in HTML differ. A bad index was used when...
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-09-16 Chad HorohoeRemove two useless classes from HTMLDiff. One was entir...
2008-09-13 Chad HorohoeClean up some of the i18n stuff in HTMLDiff. Still...
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-26 Chad HorohoeMove @ingroup around so each of the classes are picked...
2008-08-25 Chad Horohoe* Add all HTMLDiff-related classes to the autoloader.