Commit graph

65 commits

Author SHA1 Message Date
Siebrand Mazeland
2f89609706 Partial revert of r43269 for HTMLDiff.php. In file addHtml() is a method. Thanks to demon for spotting this. 2008-11-06 22:43:19 +00:00
Siebrand Mazeland
0a9af4a884 Consistent casing for addHTML() 2008-11-06 22:20:29 +00:00
Jack Phoenix
3eb0e98e2c adding AbortDiffCache hook to allow canceling the caching of a diff 2008-11-06 21:41:07 +00:00
Guy Van den Broeck
0a1d40df5f Fixed bug in HTML differ. A bad index was used when everything is removed from a page. 2008-10-27 10:15:24 +00:00
Tim Starling
90ed80443e (bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use getenv('COMPUTERNAME') on Windows. 2008-10-06 07:30:38 +00:00
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
Aaron Schulz
804deee936 rev_deleted security improvements as well as fix for rawpages 2008-09-22 14:37:05 +00:00
Aaron Schulz
81e7adc6ad Remove Revision::revText() and move functionality to getText() 2008-09-22 14:24:18 +00:00
Chad Horohoe
762199e69b 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
Chad Horohoe
e9aa9ddfc3 Clean up some of the i18n stuff in HTMLDiff. Still not perfect, but better. 2008-09-13 06:50:56 +00:00
Raimond Spekking
e9ad9393cf Move the timestamp into the message of the current revision link to make the link consistent with the link to the previous version on the left side 2008-08-27 18:23:03 +00:00
Raimond Spekking
b4e72cf141 Fix for r40041. PHP strict notice. Thanks to Ialex 2008-08-26 20:23:53 +00:00
Raimond Spekking
657831a2f5 * Add tooltips to rollback and undo links
At least on de.wiki the users with the review right have the rollback right too. They are confused about the difference rollback/undo. Hope that helps a bit
2008-08-26 20:06:57 +00:00
Chad Horohoe
dd0d713b73 Move @ingroup around so each of the classes are picked up by Doxygen. 2008-08-26 15:23:53 +00:00
Chad Horohoe
0524aef5b6 * Add all HTMLDiff-related classes to the autoloader.
* Move all stuff @ingroup DifferenceEngine to /diff
* Split off Node and friends to Nodes.php to make HTMLDiff.php shorter.
2008-08-25 20:19:00 +00:00