Changed Tag types in reports_classes to be the same as defined in types.inc. Suitable...
[fa-stable.git] / CHANGELOG.txt
index 3ffa4c2d390d8dcf7f979675677a3ce2e32883a5..315a846c479772a047623975799206f04772cd70 100644 (file)
@@ -19,12 +19,130 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+13-Oct-2009 Janusz Dobrowolski
+# Fixed default page access.
+$ /sales/inquiry/sales_orders_view.php
+
+13-Oct-2009 Joe Hunt
++ Added discrete users online in footer (from Wish List Forum)
+$ /admin/db/users_db.inc
+  /sql/alter2.2.sql
+  /sql/en_US-new.sql
+  /sql/en_US-demo.sql
+  /themes/aqua/renderer.php
+  /themes/cool/renderer.php
+  /themes/default/renderer.php
+! Changed Tag types in reports_classes to be the same as defined in types.inc. Suitable height=5
+$ /reporting/includes/reports_classes.inc
+  
+12-Oct-2009 Janusz Dobrowolski
+# Fixed sql injection vulnerability on some php/mysql configurations
+$ /admin/db/users_db.inc
+# Fixed broken table editor page layout on duplicate record.
+$ /gl/includes/db/gl_db_account_types.inc
+  /gl/includes/db/gl_db_accounts.inc
+  /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+# [0000169] Removed sparse session var unset firing error.
+  /sales/allocations/customer_allocation_main.php
+  /purchasing/allocations/supplier_allocation_main.php
+
+11-Oct-2000 Joe Hunt
+# [0000168] Undefined variable: paylink in file rep110.php
+$ /reporting/rep110.php
+  /reporting/includes/pdf_report.inc
+  
+11-Oct-2009 Janusz Dobrowolski
++ Added security area for sales quotes entry
+$ /applications/customers.php
+  /includes/access_levels.inc
+  /sql/alter2.2.php
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
++ Standard SA_DENIED access level added.
+$ /includes/current_user.inc
++ Added helper function for setting page_security level depending on GET content and/or expression value
+$ /includes/session.inc
+# Fixed security areas sort order
+$ /admin/security_roles.php
+# Fixed page_security for various usage types.
+$ /sales/sales_order_entry.php
+  /sales/inquiry/sales_orders_view.php
+
+10-Oct-2009 Janusz Dobrowolski
+! Changed access control extensions support for modules/plugins to use unique extension ids
+$ /admin/inst_module.php
+  /admin/security_roles.php
+  /admin/db/maintenance_db.inc
+  /includes/access_levels.inc
+  /includes/current_user.inc
+  /installed_extensions.php
+  /index.php
+# Enabled error handling for extensions
+$ /frontaccounting.php
+# Page code rewrite
+$ /admin/inst_module.php
+# Fixed missing parameters in update_user_display_prefs call
+$ /admin/users.php
+! Non-accesable menu options displayed as text instead of link
+$ /applications/customers.php
+  /applications/dimensions.php
+  /applications/generalledger.php
+  /applications/inventory.php
+  /applications/manufacturing.php
+  /applications/setup.php
+  /applications/suppliers.php
+# Fixed error handling for duplicate table records
+$ /includes/errors.inc
+# Fixed php 5.3 function name conflict
+$ /includes/main.inc
+  /sales/inquiry/sales_orders_view.php
+# Fixed delivery note edition bug (introduced during systypes rewrite)
+$ /sales/includes/cart_class.inc
+! Changed page_security to SASALESINVOICE
+$ /sales/inquiry/sales_deliveries_view.php
+
+09-Oct-2009 Joe Hunt
++ Added option to print delivery notes as packing slip in reports and links.
+$ /includes/ui/ui_controls.inc 
+  /reporting/rep110.php
+  /reporting/reports_main.php
+  /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+  /reporting/includes/header2.inc
+  /reporting/includes/pdf_report.inc
+  /reporting/includes/reporting.inc
+  /sales/customer_delivery.php
+  /sales/sales_order_entry.php
+  
+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 Janusz Dobrowolski
+# Fixed false upgrade related error displayed in some situations on logout.
+$ /access/logout.php
+# Missing old_db declaration fixed.
+$ /includes/current_user.inc
+# Fixed combo_input and array_selector to accept array of selected items from POST.
+$ /includes/ui/ui_lists.inc
+!  Changed structure of tag_associations table.
+$ /sql/alter2.sql
+  /sql/en_US-new.sql
+  /sql/en_US-demo.sql
+
 03-Oct-2009 Joe Hunt
 # Bad conversion of timestamp value in report audit trail.
 $ /reporting/rep710.php