Single quotes encoded before database data insert.
[fa-stable.git] / CHANGELOG.txt
index a18a7a0da3362b82583c6ce76b31729781f87c5a..5eb0a17bb93262b3127717102317f443f7b6e6d3 100644 (file)
@@ -19,13 +19,311 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.2 Beta ----------------------------------
+30-Sep-2009 Joe Hunt
+! Release 2.2 Beta
+$ config.php
+
+30-Sep-2009 Janusz Dobrowolski
+! Single quotes also encoded before database data insert
+$ /admin/db/maintenance_db.inc
+  /includes/db/connect_db.inc
+  /reporting/includes/tcpdf.php
+  /sales/includes/cart_class.inc
+
+29-Sep-2009 Tom Hallman
+! Changes in tags table structure, tags related security areas
+$ /includes/access_levels.inc
+  /includes/types.inc
+  /sql/alter2.2.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+29-Sep-2009 Janusz Dobrowolski
+# Fixed sql error during sales order line update with line cancelation.
+$ /sales/includes/db/sales_order_db.inc
+
+29-Sep-2009 Joe Hunt
+! Improved layout on documents etc and new empty language file.
+$ /doc/*.txt
+  update.html
+  /lang/new_language_template/LC_MESSAGES/empty.po
+  
+28-Sep-2009 Janusz Dobrowolski
++ Rewritten extensions system to enable per company module/plugin activation. 
+$ /frontaccounting.php
+  /installed_extensions.php
+  /admin/create_coy.php
+  /admin/inst_module.php
+  /admin/inst_lang.php
+  /admin/db/maintenance_db.inc
+  /applications/customers.php
+  /applications/dimensions.php
+  /applications/generalledger.php
+  /applications/inventory.php
+  /applications/manufacturing.php
+  /applications/setup.php
+  /applications/suppliers.php
+  /includes/access_levels.inc
+  /includes/current_user.inc
+  /includes/main.inc
+  /includes/session.inc
+  /includes/ui/ui_lists.inc
+  /sql/alter2.2.php
+  /modules/installed_modules.php (Removed)
+# Prevented switching off access to security role editor for current role.
+$ /admin/security_roles.php
+
+25-Sep-2009 Joe Hunt
+# Wrong presentation of qty decimals when trans_no != 0 (delivered)
+$ /sales/includes/ui/sales_order_ui.inc
+! Improved layout of login screen
+$ /addess/login.php
+  /themes/default/login.css
+  
+24-Sep-2009 Janusz Dobrowolski
++ Additional fields for secondary phone and/or general notes in customers, 
+ cust_branches, shippers, locations and suppliers tables.
+$ /admin/shipping_companies.php
+  /inventory/includes/db/items_locations_db.inc
+  /inventory/manage/locations.php
+  /purchasing/manage/suppliers.php
+  /sales/manage/customer_branches.php
+  /sales/manage/customers.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+24-Sep-2009 Joe Hunt
+# Parse error
+$ /sales/inquiry/customer_inquiry.php
+
+23-Sep-2009 Janusz Dobrowolski
+# Fixed crash for all transaction types report
+$ /reporting/rep702.php
+
+23-Sep-2009 Joe Hunt
+# Cleaning from javascript errors.
+$ /access/login.php
+  /admin/fiscalyears.php
+# missing unset of post variable (DayNumber).
+$ /admin/payment_terms.php
+! Changed login to be dependent only by login.css
+$ /themes/default/login.css
+  
+22-Sep-2009 Joe Hunt
+! Changed copyright notice in installer files to credit the original copyrighter. GPLv3.
+$ /install/index.php
+  /install/save.php
+! Updated the install.html and created a doc txt file, about sales quotations.
+$ install.html
+  /doc/2.2_Beta.txt
+  /doc/sales_quotations.txt
+! Changed login.php and logout.php to be neutral and tried to use our own api.
+$ /access/login.php
+  /access/logout.php
+# parse error in login_fail
+$ /includes/session.inc
+  
+21-Sep-2009 Janusz Dobrowolski/Tom Hallman
+! Added info on timeout and default bank accounts.
+$ /doc/2.2_Beta.txt
+! Tags support related changes in database
+$ /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+20-Sep-2009 Joe Hunt
+! Removed editable rate field in tax_group_items.
+$ /taxes/tax_groups.php
+# Fixed report layout
+$ /reporting/rep704.php
+
+20-Sep-2009 Janusz Dobrowolski
++ Optional demo data checkbox on install page.
+$ /install/index.php
+  /install/save.php
+# Fixed previous interface mode after timeout.
+$ /access/login.php
++ Optional additional security roles includable from modules/extensions
+$ /admin/inst_module.php
+  /admin/security_roles.php
+  /includes/access_levels.inc
+  /installed_extensions.php
+! Bug with rates display fixed in single form layout.
+$ /taxes/tax_groups.php
+# Fixed 'bad password' info screen to be usable also in non-js mode.
+$ /includes/session.inc
+# Fixed debtors_master name size.
+$ /sql/en_US-new.sql
+  /sql/en_US-demow.sql
+
+19-Sep-2009 Janusz Dobrowolski
++ Support for inactive record control added, optimizations.
+$ /includes/db_pager.inc
+  /includes/ui/db_pager_view.inc
+! db_pager instead of simple table used for table of branches
+$ /sales/manage/customer_branches.php
+! Cleanup after db_pager optimization
+$ /admin/view_print_transaction.php
+  /dimensions/inquiry/search_dimensions.php
+  /gl/bank_account_reconcile.php
+  /gl/inquiry/journal_inquiry.php
+  /gl/manage/exchange_rates.php
+  /manufacturing/search_work_orders.php
+  /manufacturing/inquiry/where_used_inquiry.php
+  /purchasing/allocations/supplier_allocation_main.php
+  /purchasing/inquiry/po_search.php
+  /purchasing/inquiry/po_search_completed.php
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /purchasing/inquiry/supplier_inquiry.php
+  /sales/allocations/customer_allocation_main.php
+  /sales/inquiry/customer_allocation_inquiry.php
+  /sales/inquiry/customer_inquiry.php
+  /sales/inquiry/sales_deliveries_view.php
+  /sales/inquiry/sales_orders_view.php
+# Additional fix after removal of bank account report parameter
+$ /sales/create_recurrent_invoices.php
+  /reporting/rep107.php
+
+19-Sep-2009 Joe Hunt
+# Eliminate PT_WORKORDER from payment_person_types_list
+$ /includes/ui/ui_lists.inc
+! Error msg in Bank Transfer if no Bank Charge Account set.
+$ /gl/bank_transfer.php
+
+18-Sep-2009 Janusz Dobrowolski
++ Added currency default bank accounts used in reporting instead of manual account selector.
+$ /gl/includes/db/gl_db_bank_accounts.inc
+  /gl/manage/bank_accounts.php
+  /reporting/rep107.php
+  /reporting/rep108.php
+  /reporting/rep109.php
+  /reporting/rep111.php
+  /reporting/rep209.php
+  /reporting/reports_main.php
+  /reporting/includes/reporting.inc
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+17-Sep-2009 Joe Hunt
++ Added release note file for 2.2.
+$ /doc/2.2-Beta.txt
+
+16-Sep-2009 Joe Hunt
+! Clean ups in default themes.
+$ config.php
+  /admin/display_prefs.php
+  /themes/default/default.css
+  /themes/aqua/default.css
+  /themes/cool/default.css
+# Removing php5 date warnings
+$ /includes/date_functions.inc
+  
+15-Sep-2009 Janusz Dobrowolski/Joe Hunt
+# Fixed journal entry type and systype selectors
+# Restore of the 4 include files in types.inc
+$ /includes/types.inc
+! Cleanup
+$ /includes/ui/ui_lists.inc
+  /reporting/includes/reports_classes.inc
+! Changed security roles in default COAs.
+$ /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+# Fixed GET call continuation after timeout and logout page access without authorization
+$ /access/login.php
+  /includes/session.inc
+  /includes/prefs/userprefs.inc
+
+14-Sep-2009 Joe Hunt
+! Changed all numeric constants to the new defined constants. A huge task.
+$ /admin/fiscalyears.php
+  /admin/forms_setup.php
+  /admin/view_print_transaction.php
+  /admin/void_transaction.php
+  /gl/includes/db/gl_db_banking.inc
+  /gl_includes/db/gl_db_trans.inc
+  /gl/inquiry/journal_inquiry.php
+  /includes/systypes.inc
+  /includes/ui/allocation_cart.inc
+  /includes/ui/ui_view.inc
+  /inventory/inquiry/stock_movements.php
+  /manufacturing/includes/db/work_order_issues_db.inc
+  /manufacturing/includes/db/work_order_produce_items.inc
+  /manufacturing/view/wo_production_view.php
+  /purchasing/po_receive_items.php
+  /purchasing/supplier_credit.php
+  /purchasing/supplier_invoice.php
+  /purchasing/supplier_payment.php
+  /purchasing/allocations/supplier_allocation_main.php
+  /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/db/invoice_db.inc
+  /purchasing/includes/db/suballoc_db.inc
+  /purchasing/includes/db/suppliers_db.inc
+  /purchasing/includes/db/supp_payment_db.inc
+  /purchasing/includes/db/supp_trans_db.inc
+  /purchasing/includes/ui/grn_ui.inc
+  /purchasing/includes/ui/invoice_ui.inc
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /purchasing/inquiry/supplier_inquiry.php
+  /purchasing/view/view_grn.php
+  /purchasing/view/view_po.php
+  /purchasing/view/view_supp_credit.php
+  /purchasing/view/view_supp_invoice.php
+  /purchasing/view/view_supp_payment.php
+  /reporting/rep101.php
+  /reporting/rep102.php
+  /reporting/rep103.php
+  /reporting/rep105.php
+  /reporting/rep106.php
+  /reporting/rep107.php
+  /reporting/rep108.php
+  /reporting/rep109.php
+  /reporting/rep110.php
+  /reporting/rep111.php
+  /reporting/rep201.php
+  /reporting/rep202.php
+  /reporting/rep203.php
+  /reporting/rep304.php
+  /reporting/rep409.php
+  /reporting/rep709.php
+  /reporting/includes/reporting.inc
+  /reporting/includes/reports_classes.inc
+  /sales/create_recurrent_invoices.php
+  /sales/credit_note_entry.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/customer_payments.php
+  /sales/sales_order_entry.php
+  /sales/includes/cart_class.inc
+  /sales/includes/sales_db.inc
+  /sales/includes/db/custalloc_db.inc
+  /sales/includes/db/cust_trans_db.inc
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sales/includes/db/sales_order_db.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/inquiry/customer_allocation_inquiry.php
+  /sales/inquiry/customer_inquiry.php
+  /sales/inquiry/sales_deliveries_view.php
+  /sales/inquiry/sales_orders_view.php
+  /sales/manage/recurrent_invoices.php
+  /sales/view/view_credit.php
+  /sales/view/view_dispatch.php
+  /sales/view/view_invoice.php
+  /sales/view/view_sales_order.php
+  
+13-Sep-2009 Janusz Dobrowolski
 ! Eliminated non-static method calls and some more fixes to avoid log warnings on both php 4 and 5:
  Classes systypes, bank_account_types, payment_person_types, wo_types, reserved replaced by
 simple arrays and defines, removed wrapper get_text class, static method calls replaced by
 calls to singleton variables or defines. Suppressed warnings generated by html_entity_decode()
 and htmlspecialchars() for unsupported encodings.
-
-13-Sep-2009 Janusz Dobrowolski
 $ /frontaccounting.php
   /admin/display_prefs.php
   /admin/fiscalyears.php
@@ -174,7 +472,6 @@ $ /frontaccounting.php
   /sales/view/view_receipt.php
   /taxes/tax_groups.php
 
-
 11-Sep-2009 Joe Hunt
 ! Changed so deleting of fiscal year also handles sales quotations
 ! Check that new closing accounts have been set before closure.