https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c4 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |suse-beta@cboltz.de Resolution|WONTFIX | --- Comment #4 from Christian Boltz <suse-beta@cboltz.de> 2010-10-29 22:11:12 CEST --- Hmm, does anyone actually read the bugreports you link here? ;-) The bugreport at bugzilla.mediawiki.org has an alternative solution that already works with current MediaWiki: use CSS (links to redirects have a special class attached). The example CSS from the bugreport: /* Redirects on [[Special:Allpages]] and [[Special:Watchlist/edit]]. */ allpagesredirect a, .watchlistredir a { color:#0B0; font-style:italic; } I'm not sure if I like the green link color for redirects this produces. I'd propose to use a little icon (a small redirect array) in front of the page titles, like this: allpagesredirect a, .watchlistredir a { background: url(/path/to/arrow.gif) left top no-repeat; padding-left:10px; } Selecting a nice arrow is left as an exercise to the reader^Wperson who handles this bugreport ;-) In theory we could also hide all redirects (using display:none), but I don't like this idea. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.