[Bug 648957] New: Special:AllPages should have the feature to exclude redirected pages
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c0 Summary: Special:AllPages should have the feature to exclude redirected pages Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Wiki AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: f.de.kruijf@gmail.com QAContact: adrian@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; nl; rv:1.9.2.11) Gecko/20101013 SUSE/3.6.11-32.1 Firefox/3.6.11 Look on the page http://nl.opensuse.org/index.php?title=Speciaal:AllePaginas&namespace=100 You have there "ATI drivers" and the Dutch equivalent "ATI stuurprogramma's". On the above mentioned page I don't want "ATI drivers" listed. The content of which is "#DOORVERWIJZING [[SDB:ATI stuurprogramma's]]" Another one is "Download help" which contains "#DOORVERWIJZING [[SDB:Hulp bij downloaden]]". So "Download help" should not be visible on this page. "DOORVERWIJZING" is the translation of the English "REDIRECT". So any page that contains the line "#DOORVERWIJZING......" should not be listed on the above mentioned page. So maybe AllPages(=AllePaginas) should be someting like AllPagesExRed. It may need a new feature in MediaWiki. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c1 Thomas Schmidt <tschmidt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |tschmidt@novell.com Resolution| |WONTFIX --- Comment #1 from Thomas Schmidt <tschmidt@novell.com> 2010-10-25 17:52:56 CEST --- I don't think we can change the mediawiki code for our wiki instance. This should be fixed upstream so that it automatically gets into our update with the next mediawiki upgrade. Please report it to the mediawiki project. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c2 Frank Sundermeyer <fs@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fs@novell.com --- Comment #2 from Frank Sundermeyer <fs@novell.com> 2010-10-25 19:16:58 UTC --- Such a bugreport already exists at wikimedia: https://bugzilla.wikimedia.org/show_bug.cgi?id=7204 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c3 Matthew Ehle <mehle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mehle@novell.com --- Comment #3 from Matthew Ehle <mehle@novell.com> 2010-10-25 23:03:58 UTC --- I'll try to keep an eye on a minor release that fixes this, and we can at least deploy the patch. I would appreciate it if others can keep an eye out and let me know when the fix is out in the code. -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c5 Thomas Schmidt <tschmidt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |mehle@novell.com |ovo.novell.com | --- Comment #5 from Thomas Schmidt <tschmidt@novell.com> 2010-11-08 12:32:47 CET --- I just committed you proposed fix to svn. Please check after we deployed the wiki. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c6 Matthew Ehle <mehle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #6 from Matthew Ehle <mehle@novell.com> 2010-11-09 15:32:41 UTC --- Try it out now. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c7 Freek de Kruijf <f.de.kruijf@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from Freek de Kruijf <f.de.kruijf@gmail.com> 2010-11-09 22:22:46 UTC --- It is better, now there is a small icon in front of the page title indicating redirection. However I really would like to have these titles excluded from the list, so hidden. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c8 Matthew Ehle <mehle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mehle@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #8 from Matthew Ehle <mehle@novell.com> 2010-11-10 22:04:54 UTC --- Setting back to the default assignee. In the future, please simply set the bug to NEEDINFO from me when something needs to be deployed, so that the assignments don't go back to me if it's reopened. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c9 Thomas Schmidt <tschmidt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |mehle@novell.com --- Comment #9 from Thomas Schmidt <tschmidt@novell.com> 2010-11-11 13:03:00 CET --- When we hide them by css we get breaks in the list that do not look nice imho. I changed the font color of the redirects to light grey, so they don't catch attention. @matthew: please deploy the changed css. @freek: please close the bug if this solution is ok for you. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c10 Matthew Ehle <mehle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|mehle@novell.com | --- Comment #10 from Matthew Ehle <mehle@novell.com> 2010-11-11 15:28:00 UTC --- Done -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=648957 https://bugzilla.novell.com/show_bug.cgi?id=648957#c11 Freek de Kruijf <f.de.kruijf@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |UPSTREAM --- Comment #11 from Freek de Kruijf <f.de.kruijf@gmail.com> 2010-11-11 20:09:27 UTC --- It is better, but I do not consider this to be the final solution. I assume we have to wait for a solution upstream. In the mean time I can change the way we work. The main reason to keep pages with English titles in the Dutch wiki, is that it eases maintenance. When we see that an English page has been changed, we only need to change "en" in "nl" to get the page that needs to adopt the change. However we also can put the Dutch title at the bottom of the English page to get the Dutch page that needs to be changed. So I will close this issue. -- 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.
participants (1)
-
bugzilla_noreply@novell.com