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

       Web browser: ---
            Bug ID: 44160
           Summary: others(in credits) points to invalid link
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Installer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Reproduce when installing a new mw, at one step the list of authors of MW are
shown ending with 'others' pointing to an invalid link.

Call to SpecialVersion::getCopyrightAndAuthorList() in WebInstallerPage.php
leads to generation of invalid link using 
'[[Special:Version/Credits|' .
            wfMessage( 'version-poweredby-others' )->text() .
            ']]'
as the wiki is not even installed. Instead it should point to a source which
already exists, maybe mw.org/Special:Version ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to