https://bugzilla.wikimedia.org/show_bug.cgi?id=32660
--- Comment #3 from Bawolff <[email protected]> 2011-11-26 19:01:26 UTC --- (In reply to comment #2) > Thanks. A few technical issues to resolve: > > 1) If this is implemented, will it be implemented for all projects or just for > English Wikipedia at first? Depends on the implantation, but I would imagine this would apply to all projects. This doesn't sound like something that a config option would be appropriate for. > 2) Will there be a grandfather clause built into the change, so that only > files > uploaded after the change is made will be effected, or will there be no > grandfather clause? It's unlikely we would fix this is a non-backwards compatible way. MediaWiki is not just used by Wikimedia folks. We also have to make sure this doesn't break files on non-Wikimedia wikis where they wouldn't be aware of the change. ---- My idea on how to implement this would be (This is off the top of my head, I haven't really looked into the issues involved) *When uploading new files. The file extension is normalized (If you try to upload Foo.JPeG in gets saved as Foo.jpg). [This part should be easy] *When linking/looking at/whatever for a file named Bar.JpEG, MediaWiki first checks to see if Bar.JpEg exists, and if not assumes you meant Bar.jpg and uses that instead. [This part might be a little more tricky. Have to check to make sure that code doesn't assume that if a file is returned it matches the requested name] -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
