<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-17 14:07 GMT+02:00 Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hugues Peccatte a écrit :<br>
<div><div class="h5">> 2014-04-17 11:59 GMT+02:00 Hugues Peccatte <<a href="mailto:hugues.peccatte@gmail.com">hugues.peccatte@gmail.com</a>>:<br>
><br>
>> 2014-04-16 22:16 GMT+02:00 Hugues Peccatte <<a href="mailto:hugues.peccatte@gmail.com">hugues.peccatte@gmail.com</a>>:<br>
>><br>
>>  2014-04-14 13:20 GMT+02:00 Michal Čihař <<a href="mailto:michal@cihar.com">michal@cihar.com</a>>:<br>
>>> Hi<br>
>>>> Dne Mon, 14 Apr 2014 09:53:52 +0200<br>
>>>> Hugues Peccatte <<a href="mailto:hugues.peccatte@gmail.com">hugues.peccatte@gmail.com</a>> napsal(a):<br>
>>>><br>
>>>>> I was looking for something more implicit, so we wouldn't have to<br>
>>>> change<br>
>>>>> the calls to $.get. But that seems to be difficult, so your solution<br>
>>>> might<br>
>>>>> be the best.<br>
>>>> Well we can also override jQuery.get to do what we want (basically<br>
>>>> just wrapper around original code to do compose the URL correctly. That<br>
>>>> might be cleaner approach.<br>
>>>><br>
>>> Thanks for this very interesting feedback !<br>
>>> I found this :<br>
>>> <a href="http://www.bennadel.com/blog/1624-ask-ben-overriding-core-jquery-methods.htm" target="_blank">http://www.bennadel.com/blog/1624-ask-ben-overriding-core-jquery-methods.htm</a><br>
>>><br>
>>> I'll try to override the $.get method by this way.<br>
>>><br>
>> It's done… I overwrote $.get… But there is many Jquery methods which use<br>
>> the "&" as an URL parameter separator… I would have love that they have a<br>
>> $.getArgSeparator, like pMA, so we could overwrite this method only! :)<br>
>> We can overwrite all methods which use "&". But when we'll want to change<br>
>> the Jquery version, it will be a mess.<br>
>><br>
>> Shall we continue to search a way to use another separator than "&"?<br>
>> Do you want we to push my work on my repository, so you can see what I've<br>
>> done?<br>
>><br>
>><br>
> I didn't wait for an answer. If you want to check:<br>
> <a href="https://github.com/Tithugues/phpmyadmin/tree/b3733" target="_blank">https://github.com/Tithugues/phpmyadmin/tree/b3733</a><br>
><br>
> Hugues.<br>
<br>
</div></div>Hi Hugues,<br>
I have started to review the code; so far it looks fine.<br>
<br>
In js/messages.php, maybe it would be more consistent to call<br>
PMA_URL_getArgSeparator() ?<br><br></blockquote><div> </div></div>You're right. It's done.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Hugues.</div></div>