X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=ec90f78a53ebb9fe461ee8c1043b5add78243f08;hb=4004e2f5231fd78c9d625c187f7e359843d84f86;hp=7f7804c6d8202124ea38ef0796aa263dff4983b3;hpb=7e4fa01197224b1784257e389a999dd239ffaba1;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7f7804c6..ec90f78a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,24 @@ Legend: ! -> Note $ -> Affected files +01-Dec-2009 Janusz Dobrowolski +# Removing config.php after error during install. Otherwise misleading message is displayed. +$ /install/save.php +! Display sql in case of duplicate data error when go_debug=1. +$ /includes/errors.inc + +29-Nov-2009 Janusz Dobrowolski +# Fixed change of language in display preferences. Removed sparse $_SESSION['languages'] variable +$ /includes/lang/language.php + /includes/session.inc +! Array helpers moved to current_user. Added array_search_key and array_search_key helpers. +$ /includes/current_user.inc + /includes/main.inc + +28-Nov-2009 Chaitanya/Joe Hunt +# Missing ajax trigger in stock_purchasable_items_list_cells. Prices not updated instantly. +$ /purchasing/includes/ui/po_ui.inc + 26-Nov-2009 Joe Hunt # Round to nearest value of 0 produced a division by zero error $ /admin/company_preferences.php