Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0

This commit is contained in:
Weblate 2013-09-22 15:56:05 +02:00
commit edb1411b8e
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog
- bug #4041 Interaction between linkified fields and grid editing
- bug #3975 Table grouping isn't implemented properly
- bug #4060 Browser tries to remember wrong password when creating new user
- bug #4002 Edit Index on big table doesn't show "Loading" or any message
4.0.7.0 (not yet released)
- bug #3993 Sorting in database overview with statistics doesn't work

View File

@ -2795,6 +2795,7 @@ function indexEditorDialog(url, title, callback_success, callback_failure)
* @var the_form object referring to the export form
*/
var $form = $("#index_frm");
var $msgbox = PMA_ajaxShowMessage(PMA_messages['strProcessingRequest']);
PMA_prepareForAjaxRequest($form);
//User wants to submit the form
$.post($form.attr('action'), $form.serialize()+"&do_save_data=1", function(data) {