https://bugzilla.wikimedia.org/show_bug.cgi?id=28728
Kelson [Emmanuel Engelhart] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID | --- Comment #2 from Kelson [Emmanuel Engelhart] <[email protected]> 2011-05-13 11:47:17 UTC --- IMO this is a problem in the Mediawiki:Collection extension. zimdump -i -u "A/Castlevania: Order of Shadows" collection.zim url: Castlevania: Order of Shadows title: Castlevania: Order of Shadows idx: 21 namespace: A redirect: 0 mime-type: text/html article size: 27655 As we can see "castelmania" in the URL is written with an uppercased first letter. So the "url A/castlevania: Order of Shadows" is wrong, it should be "A/Castlevania: Order of Shadows" The problem is that the ZIM urls are case sensitive (for 'c' letter here) although the Mediawiki is not (makes ucfirst()). This is what should also be done IMO in the Extension:collection during the URL rewrittin part of the process. -- 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
