From: Janusz Dobrowolski Date: Sat, 23 Jan 2010 18:33:43 +0000 (+0000) Subject: System preferences moved to new sys_prefs table, a couple of smaller fixes and improv... X-Git-Tag: v2.4.2~19^2~985 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=01404409d7d6be78b01048342149cb49c99d7281;p=fa-stable.git System preferences moved to new sys_prefs table, a couple of smaller fixes and improvements. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 367afd8f..270cf7f4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,46 @@ Legend: ! -> Note $ -> Affected files +23-Jan-2010 Janusz Dobrowolski ++ Improved locales checking +$ /includes/lang/gettext.php + /includes/lang/language.php ++ Defaults for get_post also for array submits, added confirm dialog helper +$ /includes/ui/ui_controls.inc ++ Added info label in error_log for warnings during upgrade process +$ /includes/errors.inc +! System preferences moved from company to new sys_prefs table +$ /admin/company_preferences.php + /admin/display_prefs.php + /admin/gl_setup.php + /admin/users.php + /admin/db/company_db.inc + /admin/db/users_db.inc + /includes/current_user.inc + /includes/session.inc + /includes/prefs/sysprefs.inc + /includes/prefs/userprefs.inc + /sql/alter2.1.php + /sql/alter2.3.php + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql +! Updated locales and database/src compatibility checks +$ /admin/system_diagnostics.php +! Added core version for checks against database version_id +$ /config.default.php +! System setup re-read after upgrade +$ /admin/inst_upgrade.php +! Cached company currency retrieval +$ /includes/banking.inc +! Removed sysprefs.inc include +$ /includes/main.inc +# Removed archaic error handling +$ /includes/date_functions.inc +# Missing path_to_root declaration in handle_submit(). +$ /admin/create_coy.php +# Message box cleanup before ajax call +$ /js/utils.js 20-Jan-2010 Merged changes from main trunk 2.2.3-2.2.4 as follows ------------------------------- Release 2.2.4 ----------------------------------