X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=c70b560d54133be1b84ee070eff45da8670838f9;hb=f094b8ffe36fb0c2b27ebb4055052e66caf04055;hp=113c0ab59a6a6269e6a3706dbd190fdc097ccf8b;hpb=9bec2931bb9392b8cc7adf5390cf5ffebf80183d;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 113c0ab5..c70b560d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,8 +19,55 @@ 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/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 +# Fixed check_table() to avoid sparse messages in error log +$ /admin/inst_update.php +# Fixed module update and deletion. +$ /admin/inst_module.php + 22-Oct-2009 Tom Hallman + Added generic tags support and tags for dimensions/gl accounts. $ /applications/dimensions.php