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" ?
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.
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.