https://bugzilla.wikimedia.org/show_bug.cgi?id=33341

--- Comment #14 from Jeroen De Dauw <jeroen_ded...@yahoo.com> 2012-03-11 
23:11:55 UTC ---
I'd rather to with prefixes in the param names then having a single param
holding all the stuff.

> you should loop over all parameters given in the url, check if it is indeed a 
> field in the campaign

It's not quite as simple as seeing if it's there and setting it. Some
parameters require some handling, such as splitting them into a list, and all
of them benefit a lot from having their name mapped since the internal names
are not meant for usage in urls (they are a bit long for that). So right now
there is a list of url args that maps to the internal names. Since we have this
list, it's easy to avoid name collisions so I'd say we do not need any
prefixing at this point.

So I could add url args for all campaign args and figure out sane url arg names
for all of those. Do we really need/want this though?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to