Last modified: 2010-05-15 14:36:29 UTC
Hallo! As I can remember Tim Starling made a fix for Bug 1417: Hide own edits from Special:Recentchanges Please change 'showhideminor' in Messages.php from 'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits ", to 'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits | $5 my edits", or 'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users<!-- | $4 patrolled edits --> | $5 my edits", *comments* a) the original message has a trailing *whitespace* b) 'my edits' is more consistent then 'own edits' because first is used in 'wlhideshowown'. c) 'wlhideshowbots' is using '$1 bot edits.' not the same as in 'showhideminor' d) depending if "patrolled edits" ([[meta:Help:Patrolled edit]]) is enabeled by default or not the comment '<!-- | $4 patrolled edits -->' can / should be included in 'showhideminor' (only if developers are not unhappy putting comments in MediaWiki messages) e) "hide own edits" / "hide my edits" is *only* shown *if* "$3" is included in 'rclinks' => "Show last $1 changes in last $2 days<br />$3", This is *not* the case at many "orphaned" Wikimedia Foundation wikies. best regards reinhardt [[user:gangleri]]
Unified patch against CVS HEAD would be nice since this is a little confused.
Added the $5 in Messages.php when I added "hide anons" to recent changes. Fixed in SVN HEAD.