wiki.techinc.nl/includes/diff
Tim Starling 7410147d02 Fixes for r41154 and r41155:
* Boolean parameters are widely accepted to reduce readability. Replaced the new boolean parameters with class constant parameters instead. 
* Re-added Revision::revText(), for backwards compatibility
* The getUser()/getUserText() changes near line 1223 of SpecialUndelete.php were incorrect, $file is an ArchivedFile not a Revision, and doesn't have any $isPublic parameters.
2008-09-24 09:44:45 +00:00
..
Diff.php
DifferenceEngine.php Fixes for r41154 and r41155: 2008-09-24 09:44:45 +00:00
HTMLDiff.php Remove two useless classes from HTMLDiff. One was entirely unused and useless, and the other was a wrapper for a more simple solution. 2008-09-16 19:19:12 +00:00
Nodes.php