Fixed bug in default selection in array selector, added tags lists.
[fa-stable.git] / CHANGELOG.txt
index 6e1977d998626f1ab18171f5d104d6d7d096b68b..5c15a271a18a752dca3f3721592b74112b568659 100644 (file)
@@ -19,6 +19,46 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+
+------------------------------- Release 2.2 RC ----------------------------------
+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
+
+20-Oct-2009 Janusz Dobrowolski
+! Conditional config files generation - prevents overwrite during upgrade.
+$ /config.php (removed)
+  /installed_extensions.php (removed)
+  /company/0/installed_extensions.php (removed)
+  /config.default.php  (new initial default)
+  /config_db.php (removed initial version)
+  /admin/db/maintenance_db.inc
+  /includes/session.inc
+  /install/index.php
+  /install/save.php
+  /lang/installed_languages.inc (removed initial version)
+! Moving control to install wizard when config file does not exists.
+$ /index.php
+# Fixed db error message
+$ /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.
 $ /includes/db/connect_db.inc