Fixed error log warning (missing installed_extensions.inc) during upgrade to 2.2.
[fa-stable.git] / CHANGELOG.txt
index a95af64395f67f778bb59ce0ffe4cb2430b4589c..1a0c88d6febcacad019628797feeedba80652f2a 100644 (file)
@@ -20,6 +20,81 @@ Legend:
 $ -> Affected files
 
 
+------------------------------- 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 on upgrade to 2.2.
+$ /sql/alter2.2.php
+
+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
+  /applications/generalledger.php
+  /dimensions/dimension_entry.php
+  /gl/manage/gl_accounts.php
+  /includes/data_checks.inc
+  /includes/ui/ui_lists.inc
+  /admin/tags.php (new)
+  /admin/db/tags_db.inc (new)
+
+22-Oct-2009 Janusz Dobrowolski
+# Fixed bug in setting default value in array_selector, fixed default fo systypes selector.
+$ /includes/ui/ui_lists.inc
+# Fixed double escaping during add/update.
+$ /dimensions/includes/dimensions_db.inc
+# More security fixes in sql statements.
+$ /gl/manage/bank_accounts.php
+  /gl/manage/currencies.php
+  /gl/manage/exchange_rates.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+  /includes/db/audit_trail_db.inc
+  /includes/db/comments_db.inc
+  /includes/db/inventory_db.inc
+  /includes/db/manufacturing_db.inc
+  /includes/db/references_db.inc
+# Initial value for $next_extension_id added.
+$ /admin/db/maintenance_db.inc
+# Added fixing special chars in refs table during upgrade
+$ /sql/alter2.2.php
+
+21-Oct-2009 Joe Hunt
+! Changed install.html, update.html and empty.po files
+$ install.html
+  update.html
+  /lang/new_language_template/LC_MESSAGES/empty.po
+! Enabled a global flag in config.default.php (config.php), $show_users_online = 0.
+  If this flag is set to 1 FA will show discretely the users online in the footer.
+$ config.default.php
+  /admin/db/users_db.inc
+
+21-Oct-2009 Janusz Dobrowolski
+! Upgrade scripts modified to be used with 2.1 or 2.2beta
+$ /sql/alter2.1.php
+  /sql/alter2.2.php
+  /sql/alter2.2rc.sql (new)
+  /admin/inst_upgrade.php
+# Fixed help link.
+$ /includes/page/header.inc
+# Fixed upgrade of reference table to avoid duplicate record error.
+$ /sql/alter2.2.php
+# Fixed bug in array_selector 
+$ /includes/ui/ui_lists.inc
+
 20-Oct-2009 Janusz Dobrowolski
 ! Conditional config files generation - prevents overwrite during upgrade.
 $ /config.php (removed)
@@ -27,7 +102,6 @@ $ /config.php (removed)
   /company/0/installed_extensions.php (removed)
   /config.default.php  (new initial default)
   /config_db.php (removed initial version)
-  /admin/inst_lang.php (removed initial version)
   /admin/db/maintenance_db.inc
   /includes/session.inc
   /install/index.php
@@ -36,7 +110,7 @@ $ /config.php (removed)
 ! Moving control to install wizard when config file does not exists.
 $ /index.php
 # Fixed db error message
-$ /dimesion/includes/db/dimension_db.inc
+$ /dimensions/includes/db/dimension_db.inc
 
 18-Oct-2009 Janusz Dobrowolski (merged changes for 2.1.7 from main branch)
 ! Added html_entity_decode() in db_escape() for correct INSERT>SELECT>INSERT sequences.