User "TheDJ" posted a comment on MediaWiki.r92598. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92598#c19827 Commit summary:
$wgUploadNavigationUrl should be used for file redlinks if $wgUploadMissingFileUrl is not set. The first was used for this until the second was introduced in r69997 (1.17). According to the comments there it was broken in 1.16 but as far as I tested it worked in 1.16. In any case, the old behavior should be restored as most WMF wikis have set wgUploadNavigationUrl but not wgUploadMissingFileUrl. Comment: It was broken in 1.16. The redlinks for thumbnails with missing files on en.wp would take you to some sort of incorrect location. See also bug 18885 and r60593 (the latter is what caused the broken functionality I think). It think that is required here is a mass change to ALSO configure missinglinkurl for the wiki's that have uploadnavigationurl. Bryan should know more. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
