https://bugzilla.wikimedia.org/show_bug.cgi?id=32169
--- Comment #8 from Roan Kattouw <[email protected]> 2011-11-11 12:22:14 UTC --- (In reply to comment #5) > Do note, that some script (and especially script extension creators) are > admins > so they create scripts in their own namespace (user namespace). > Yes, not everyone has the ability to create gadgets, so gadgets aren't the answer for everyone. This is a problem and I want to fix it at some point. > Anyway... Would you accept a patch for a quick fix like "titles[]" param > mentioned above? This is a now-problem so I would like to have a solution in a > foreseeable feature. My concern is that any quick fix for a now-problem will have to be supported indefinitely into the future. That said, if the proposed patch is generic (i.e. allows concatenation of arbitrary wiki pages, not just JS pages), it wouldn't be that much of a burden to support from here on out, and it should be fine. Also, I would prefer &titles=Foo|Bar|Baz over &titles[]=Foo&titles[]=Bar&titles[]=Baz because the former is an established convention for api.php. Note that | is not a legal title character so it's safe to use as a separator. So yes, patches are welcome :) -- 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
