https://bugzilla.wikimedia.org/show_bug.cgi?id=17106

           Summary: mw-redirect links in special:contributions
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: User interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]


the html of user contribs after a page-move looks something like this

<span class="newpage">N</span> <a href="/wiki/Foo" title="Foo">Foo</a> <span
class="comment">(moved <a href="/wiki/Foo" class="mw-redirect"
title="Foo">Foo</a> to <a href="/wiki/Bar" title="Bar">Bar</a>: i felt like
it)</span>

since we already check which one of the titles is currently a redirect (it is
the opposite way if the move has been reverted) and mark the "moved from" link
in the edit summary as class="mw-redirect", shouldn't we also give the first
"Foo" link the same css?

also shouldn't we add "&redirect=no" to known redirect links in
special:contributions (and any other special page which bothers to check for
this).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to