https://bugzilla.wikimedia.org/show_bug.cgi?id=26865
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Krinkle <[email protected]> 2011-01-22 18:17:09 UTC --- Sounds like API does not check the $wgDisableHardRedirects setting [0]. The possibility of resolving both normal redirects and redirects to the Special:-namespace is intended. However there is a setting (which is true on wikimedia wikis [1] ) to disable this. The API should check for that also. I've tried to reproduce this but did not succeed [2] [3]. @Umherirrender: Could you link to an example where this is happening ? -- Krinkle [0] http://www.mediawiki.org/wiki/Manual:$wgDisableHardRedirects [1] http://noc.wikimedia.org/conf/InitialiseSettings.php.txt (search for "wgDisableHardRedirects") 'wgDisableHardRedirects' => array( 'default' => true, [2] http://www.mediawiki.org/wiki/User:Krinkle/Testcase/SpecialFilePath [3] http://www.mediawiki.org/w/api.php?action=query&titles=User:Krinkle/Testcase/SpecialFilePath&redirects&indexpageids -- 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
