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

       Web browser: ---
             Bug #: 29095
           Summary: Change Bugzilla link URL structure
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Bugzilla
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 8565
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8565
Patch against r88594; untested, but a simple enough change to the URL to fix
links such as "[[mw:foo]]" in Bugzilla comments

The URL used in the Wikimedia Bugzilla extension
(<http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/bugzilla/bugzilla-4.0/extensions/Wikimedia/Extension.pm?revision=86427&view=markup>)
fails with links such as "[[mw:foo]]". This is annoying.

The URL should be switched to pass through Special:Search. It should be a very
simple change from "http://en.wikipedia.org/wiki/"; to
"http://en.wikipedia.org/w/index.php?title=Special:Search&go=Go&search=";.

Patch attached against r88594. It's untested, but I don't think the "?" and "&"
will do anything in this context. I'm not sure if &go=Go is strictly necessary,
but it doesn't seem to hurt anything, at least.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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