[Phpmyadmin-devel] Drop $cfg['AjaxEnable'] for 4.0.0-alpha1 ?

Hi, as suggested on Rouslan's blog (enhancements): "Drop $cfg['AjaxEnable'] As already agreed on the phpmyadmin-devel mailing list, the $cfg['AjaxEnable'] configuration directive no longher makes sense as almost all requests will be served via ajax anyway. " Should this be done before the -alpha1? Is it only a matter of removing all references to this and always behave as it were "true" ? -- Marc Delisle http://infomarc.info

Hi Dne Thu, 20 Dec 2012 06:01:55 -0500 Marc Delisle <marc@infomarc.info> napsal(a):
as suggested on Rouslan's blog (enhancements): "Drop $cfg['AjaxEnable'] As already agreed on the phpmyadmin-devel mailing list, the $cfg['AjaxEnable'] configuration directive no longher makes sense as almost all requests will be served via ajax anyway. "
Should this be done before the -alpha1?
Is it only a matter of removing all references to this and always behave as it were "true" ?
I think we should rather consider which of AJAX dialogs from past we need now when everything is handled by AJAX. But I'm okay with just dropping AjaxEnable now. -- Michal Čihař | http://cihar.com | http://blog.cihar.com

On 12/20/2012 11:15 AM, Michal Čihař wrote:
Hi
Dne Thu, 20 Dec 2012 06:01:55 -0500 Marc Delisle <marc@infomarc.info> napsal(a):
as suggested on Rouslan's blog (enhancements): "Drop $cfg['AjaxEnable'] As already agreed on the phpmyadmin-devel mailing list, the $cfg['AjaxEnable'] configuration directive no longher makes sense as almost all requests will be served via ajax anyway. "
Should this be done before the -alpha1?
Is it only a matter of removing all references to this and always behave as it were "true" ?
I think we should rather consider which of AJAX dialogs from past we need now when everything is handled by AJAX.
Well, none. I think that the only irritating dialog that is still in the code base is the one for user privileges.
But I'm okay with just dropping AjaxEnable now.

Rouslan Placella a écrit :
On 12/20/2012 11:15 AM, Michal Čihař wrote:
Hi
Dne Thu, 20 Dec 2012 06:01:55 -0500 Marc Delisle <marc@infomarc.info> napsal(a):
as suggested on Rouslan's blog (enhancements): "Drop $cfg['AjaxEnable'] As already agreed on the phpmyadmin-devel mailing list, the $cfg['AjaxEnable'] configuration directive no longher makes sense as almost all requests will be served via ajax anyway. "
Should this be done before the -alpha1?
Is it only a matter of removing all references to this and always behave as it were "true" ? I think we should rather consider which of AJAX dialogs from past we need now when everything is handled by AJAX.
Well, none. I think that the only irritating dialog that is still in the code base is the one for user privileges.
But I'm okay with just dropping AjaxEnable now.
I'll work on this. -- Marc Delisle http://infomarc.info
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Rouslan Placella