Prepared the Report Engine for Tags handling.
[fa-stable.git] / CHANGELOG.txt
index 5eb0a17bb93262b3127717102317f443f7b6e6d3..000a364afd0fc8580be385eea5915ab91e7e645b 100644 (file)
@@ -19,10 +19,54 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+08-Oct-2009 Joe Hunt
++ Prepared the Report Engine for Tags handling.
+! Changed report::getDisplay() to use combo_input from ui_lists.inc insted of local function
+  dup_simple_codeandname_list().
+$ /reporting/includes/reports_classes.inc
+! Changed a parameter in report 301.php to be Summary Only instead of Detailed report.
+$ /reporting/reports_main.php
+  /reporting/rep301.php
+
+06-Oct-2009 Tom Hallman
+# moved commit_transaction and added a default use_transaction param in write_journal_entries
+$ /gl/includes/db/gl_db_trans.inc
+# Show Journal Entries from 2.1 as closed in Journal Inquiries.
+$ /gl/inquiry/journal_inquiry.php
+
+03-Oct-2009 Joe Hunt
+# Bad conversion of timestamp value in report audit trail.
+$ /reporting/rep710.php
+
+01-Oct-2009 Janusz Dobrowolski
+! Added comment on add_access_extensions usage.
+$ /includes/access_levels.inc
+# Removed sparse add_access_extensions() call.
+$ /includes/session.inc
++ Added support for multiply select options in combo_input.
+$ /includes/ui/ui_lists.inc
+! Unaccesable menu options are now displayed as grey text.
+$ /themes/aqua/default.css
+  /themes/aqua/renderer.php
+  /themes/cool/default.css
+  /themes/cool/renderer.php
+  /themes/default/default.css
+  /themes/default/renderer.php
+
 ------------------------------- Release 2.2 Beta ----------------------------------
 30-Sep-2009 Joe Hunt
 ! Release 2.2 Beta
 $ config.php
+  update.html
+# Errors in the 2 last user variables in userprefs and parse error in alter2.2.php 
+$ /includes/prefs/userprefs.inc
+  /sql/alter2.2.php
+# Trivial errors in not set bank charge account, retained earnings or profit/loss year account
+$ /admin/fiscalyears.php
+  /purchasing/supplier_payment.php
+  /sales/customer_payments.php
+# Parse error in view_supp_payment.php
+$ /purchasing/view/view_supp_payment.php
 
 30-Sep-2009 Janusz Dobrowolski
 ! Single quotes also encoded before database data insert
@@ -30,6 +74,23 @@ $ /admin/db/maintenance_db.inc
   /includes/db/connect_db.inc
   /reporting/includes/tcpdf.php
   /sales/includes/cart_class.inc
+# Included missing dimension configuration section.
+$ /includes/access_levels.inc
+! Changed tag types array name
+$ /includes/types.inc
+# Message typo
+$ /sql/alter2.2.php
+# Fixed false error on payment without allocation.
+$ /purchasing/supplier_payment.php
+  /sales/customer_payments.php
+# Fixed access to payments when deposits are disabled.
+$ /gl/gl_bank.php
+! Access level checking moved to page() function to make session start 
+       and page access checks independent.
+$ /includes/main.inc
+  /includes/session.inc
+# Back link on upgrade help page
+  /includes/current_user.inc
 
 29-Sep-2009 Tom Hallman
 ! Changes in tags table structure, tags related security areas