Aaron Schulz
b99b877508
Bug 17241 The diffonly URI parameter should cascade to "Next edit" and "Previous edit" diff links
2009-02-24 23:17:08 +00:00
Raimond Spekking
aa0f3bbaeb
Move <div>...</div> from message text to program code for consinstency with all other messages.
2009-02-22 11:32:33 +00:00
Aaron Schulz
2437a0a1a0
(bug 5776) Add extra patrol link on bottom for diffs
2009-02-12 14:45:10 +00:00
Aaron Schulz
0821fa7da9
Added missing Revision::FOR_THIS_USER flag
2009-02-09 22:41:02 +00:00
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
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
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
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
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
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