From: Janusz Dobrowolski Date: Mon, 20 Apr 2009 08:28:35 +0000 (+0000) Subject: Rewritten backup manager, timouts/retry on ajax requests js confirm X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=3877fa6dc59f05df36dc95ff869bee74fc1a14ed;p=textcart.git Rewritten backup manager, timouts/retry on ajax requests js confirm dialog support. Fixed zip sql restore. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ab01337..48096bf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,39 @@ Legend: ! -> Note $ -> Affected files +20-Apr-2009 Janusz Dobrowolski +# Rewritten backup manager, fixed progressbar bug. +$ /admin/backups.php +# Fixed bug in zipped sql file restore. +$ /admin/db/maintenance_db.inc +! JsHttpRequest class updated to latest version. +$ /includes/JsHttpRequest.php + /js/JsHttpRequest.js +! Added optional parameter in vertical_space() +$ /includes/ui/ui_controls.inc ++ Helper for javascript confirm dialogs added. +$ /includes/ui/ui_input.inc +! Client side confirm dialog added for destructive submits. +$ /purchasing/supplier_invoice.php + /purchasing/includes/ui/invoice_ui.inc + /sales/sales_order_entry.php ++ Added retry after timeout on unreliable ajax connections. Preparation for client-side javascript checks. +$ /includes/current_user.inc + /includes/page/footer.inc + /includes/page/header.inc + /includes/ui/ui_view.inc + /js/inserts.js + /js/utils.js + /themes/aqua/images/progressbar.gif + /themes/cool/images/progressbar.gif + /themes/default/images/progressbar.gif + /themes/default/images/ajax-loader2.gif (new) + /themes/default/images/warning.png (new) + /themes/aqua/images/ajax-loader2.gif (new) + /themes/aqua/images/warning.png (new) + /themes/cool/images/ajax-loader2.gif (new) + /themes/cool/images/warning.png (new) + 04-Apr-2009 Janusz Dobrowolski # Paper format defaults to A4 for unknown specifiers. $ /reporting/includes/pdf_report.inc