Re: [Mediawiki-api] binary param

2013-01-08 Thread webmaster
Unfortunately I don't have control over the client side. So indeed it would be to force the api to create new types, not something that could be done in an extension anyway... However, $_GET does work. I remember however having read that this wasn't adviced but can't find where or why. I imagine

Re: [Mediawiki-api] binary param

2013-01-07 Thread Brad Jorsch
On Mon, Jan 7, 2013 at 5:10 PM, wrote: > Hello again. I've got another question using the api: > > One of the params my api receives is the binary representation of an > hexadecimal value (the info hash), Why not pass the hex representation, or base36, like list=allimages does for its sha1 param

[Mediawiki-api] binary param

2013-01-07 Thread webmaster
Hello again. I've got another question using the api: One of the params my api receives is the binary representation of an hexadecimal value (the info hash), this parmeter arrives spilled to the $params array. Diving down the debug, I found that the responsible is getGPCVal method in WebReque