Aaron Schulz
ad708b10eb
Tweaks for bug 17060
...
* Don't show links to deleted revs in history for anyone (consistency)
* Always hide deleted content from all users; it can be viewed via (show/hide) links
2009-02-09 22:27:25 +00:00
Aaron Schulz
6bfaecba3b
* Tweaks for bug 17052:
...
** Made radio button default selection fallback to the next one for deleted revs
** Use deleted diff message rather than showing an ambiguous "empty diff"
* Code style tweaks
2009-02-09 07:42:54 +00:00
Niklas Laxström
71604e3978
* kill E_NOTICE
2009-02-01 15:44:01 +00:00
Aaron Schulz
ebddcaca6a
(bug 17104) Remove [Mark as patrolled] link for already patrolled revisions
2009-01-24 22:50:28 +00:00
Alex Z
b5d624f1c0
(bug 17055) Use a CSS class ('mw-revdelundel-link') for RevisionDelete "(show/hide)" links rather than hardcoded <tt><small>, reduce some code duplication by creating Linker::revDeleteLink() to make the links.
2009-01-18 21:07:09 +00:00
Aaron Schulz
8075446c1c
Use getRawUserText function, since this is just there to trigger index usage for patrol link query
2009-01-15 17:33:13 +00:00
Aaron Schulz
e9fefecaed
Fix for r45723
2009-01-14 00:39:43 +00:00
Aaron Schulz
92b51089ac
Cleaned up single rev page diffs (bug 11527)
2009-01-14 00:26:21 +00:00
Aaron Schulz
220c59be9a
(bug 16923) New parameter value diff=review for the URL
2009-01-07 21:09:18 +00:00
Aaron Schulz
82c0328abf
Tweak r45314: just return out
2009-01-02 15:56:33 +00:00
Aaron Schulz
19024619f6
(bug 9243) Avoid exit to make MW handle page exceptions properly
2009-01-02 11:36:52 +00:00
Alexandre Emsenhuber
8c14e2df88
* Like r44911 but for MediaWiki:Difference message: switching from raw HTML to wiki text
...
* Whitespaces tweaks
2008-12-23 17:14:33 +00:00
Aaron Schulz
39bd0c75d5
Use more thorough Title->userCan('patrol')
2008-12-17 07:17:59 +00:00
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