https://bugzilla.wikimedia.org/show_bug.cgi?id=18248
Bryan Tong Minh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #3 from Bryan Tong Minh <[email protected]> 2009-09-25 14:08:39 UTC --- Created an attachment (id=6582) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6582) Proposed patch Patch that achieves the functionality. The problem with this is that not only the local redirect table is followed, but also the foreign one i.e. if Commons file [[File:Redirect to A.jpg]] redirects to [[File:A.jpg]], it will first look to a local file named [[File:A.jpg]]. There are few options: * First check the current repo and only then pass over control to wfFindFile * Follow only redirects to non-local files from local files only * Not care at all, as this behaviour is a reasonable default. -- 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
