X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.txt;h=c70b560d54133be1b84ee070eff45da8670838f9;hb=f094b8ffe36fb0c2b27ebb4055052e66caf04055;hp=1ce567ef6766f7a1eb12a2cc04e0d8441805bee0;hpb=42e7c789b5c755130859f7e487d7c3057fadfcdf;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1ce567ef..c70b560d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,15 +19,47 @@ Legend: ! -> Note $ -> Affected files +26-Oct-2009 Joe Hunt +# Fixed another compatibility issue with MySQL 3.xx (DATE) +$ /reporting/rep710.php +! Late changes in empty.po and en_US.mo +$ /lang/new_language_template/LC_MESSAGES/empty.po + /lang/en_US/LC_MESSAGES/en_US.mo + +24-Oct-2009 Janusz Dobrowolski +# Fixed compatibility issue with MySQL 3.xx +$ /admin/db/tags_db.inc + +24-Oct-2009 Janusz Dobrowolski ++ Default add/update button, ajax update. +$ /dimensions/dimension_entry.php + /gl/manage/gl_accounts.php +! Removed obsolete $tabs global array (tab ids retrieved from $_SESSION['App']) +$ /includes/types.inc + /includes/ui/ui_lists.inc + /admin/inst_module.php + /includes/page/header.inc +# Fixed ajax support for multiply selects. +$ /js/utils.js +# Fixed buggy php behaviour when foreach is used on global array. +$ /frontaccounting.php ------------------------------- Release 2.2 RC ---------------------------------- 24-Oct-2009 Joe Hunt ! Changed so -1 as parameters to dimensions in get_transactions db routines only fetches NO dimensions. -$ /gl/includes/db/g_db_trans.inc +$ /gl/includes/db/gl_db_trans.inc /reporting/rep705.php /reporting/includes/reports_classes.inc - + +24-Oct-2009 Janusz Dobrowolski +# Added text fields sanitiozation during upgrade to 2.2. +$ /sql/alter2.2.php +# Fixed error log warning (missing installed_extensions()) during upgrade . +$ /includes/session.inc +# CVS folders exluded from flush_dir to avoid unwanted warnings in error log on devel boxes. +$ /includes/main.inc + 23-Oct-2009 Janusz Dobrowolski # Fixed 2.2 upgrade pre_check $ /sql/alter2.2.php