Removed related report class when company does not use dimensions.
[fa-stable.git] / CHANGELOG.txt
index 94a6a10a6e5b688925722b965203b101e8819a45..8d4bf60a95d4ada06a04a8efc21811db1fa2bab1 100644 (file)
@@ -19,6 +19,46 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+10-Nov-2010 Janusz Dobrowolski
+# Additional fix for setting local_path_to_root in find_custom_file()
+$ /includes/main.inc
+# Removed related report class when company does not use dimensions
+$ /reporting/includes/report_classes.inc
+
+09-Nov-2010 Joe Hunt
+! [0000277] Changed so FA suggest the next begin day in new Fiscal Year (read only).
+  But only if there are any fiscal years before. Otherwise it is normal.
+$ /admin/db/fiscalyears_db.inc
+  /admin/fiscalyears.php
+
+09-Nov-2010 Janusz Dobrowolski
+# Session destroy added on install finish, fixed pasword/admin login update, also [0000273].
+$ /install/index.php
+
+08-Nov-2010 Janusz Dobrowolski
+# Fixed support for report translations in extension modules
+$ /includes/main.inc
+  /reporting/includes/class.pdf.inc
+
+07-Nov-2010 Janusz Dobrowolski
+! Separate class for view and print/email links (also fixes conflict with confirmation dialog)
+$ /includes/ui/ui_controls.inc
+! Cleanup
+  /reporting/rep107.php
+  /reporting/rep109.php
+  /reporting/rep110.php
+  /reporting/rep111.php
+  /reporting/rep209.php
+  /reporting/rep210.php
+  /reporting/rep409.php
+  /reporting/includes/pdf_report.inc
+# Fixed multipart mail structure
+$ /reporting/includes/class.mail.inc
+# Enabled javascript updates on ajax _page_body refresh
+$ /includes/ajax.inc
+! Added validation hook on buttons
+$ /js/inserts.js
+
 06-Nov-2010 Janusz Dobrowolski
 # [0000274] Contact edition failed after last security fixes in RC2
 $ /includes/session.inc
@@ -37,7 +77,7 @@ $ /sales/sales_order_entry.php
   /sales/includes/sales_ui.inc
 
 05-Nov-2010 Janusz Dobrowolski
-# Fixed admin username update and error when no prefix is selected in installer.
+# [0000276] Fixed admin username update and error when no prefix is selected in installer.
 $ /install/index.php
 
 04-Nov-2010 Janusz Dobrowolski
@@ -65,7 +105,7 @@ $ /js/inserts.js
 $ /sales/includes/ui/sales_credit_ui.inc
 
 29-Oct-2010 Janusz Dobrowolski
-# Fixed cleanup for input arrays 
+# [0000275] Fixed cleanup for input arrays 
 $ /includes/session.inc
 
 28-Oct-2010 Janusz Dobrowolski