X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=f967533b4638b4e8d3e60da4824a5fb2e6d59c28;hb=179ace0dcf68e4b8a51c199127627daac252a5d5;hp=3c85108085f7e0ca2bb8500cb40ed81a175b4e7a;hpb=44ed8e043f79cd5b662d35b095552e0a82b919a9;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3c851080..f967533b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,102 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.3 RC3 -------------------------------- +! Release 2.3RC3 +25-Oct-2010 Janusz Dobrowolski +$ version.php +# Small fix to tabbed_content behaviour. +$ /includes/ui/ui_controls.inc + +22-Oct-2010 Janusz Dobrowolski ++ Added greek installer translation by Kyriakos Tsoukalas +$ /install/isession.inc + /install/lang/el_GR/LC_MESSAGES/el_GR.mo + /install/lang/el_GR/LC_MESSAGES/el_GR.po +# Fixed sql init for manual modules. +$ /admin/inst_module.php +# Old package version was not uninstalled on upgrade. +$ /includes/packages.inc + +21-Oct-2010 Joe Hunt ++ Added credit info in supplier invoice and supplier credit note. +$ /purchasing/includes/db/invoice_db.inc + /purchasing/includes/ui/invoice_ui.inc + /purchasing/includes/supp_trans_class.inc + +21-Oct-2010 Janusz Dobrowolski +! Optimized bank transaction edition code, [0000270] invalid next reference update in journal/bank trans +$ /gl/gl_bank.php + /gl/includes/db/gl_db_bank_trans.inc + /gl/includes/db/gl_db_banking.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/supp_payment_db.inc + /purchasing/includes/db/supp_trans_db.inc +! Code cleanups +$ /includes/main.inc + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /includes/references.inc + /includes/db/references_db.inc + /gl/includes/db/gl_db_trans.inc + /gl/inquiry/journal_inquiry.php +# Bad amount sign for amount + /gl/view/gl_payment_view.php +# Additonal sql parameters sanitization against SQLI attacks +$ /gl/includes/db/gl_db_trans.inc + /gl/inquiry/journal_inquiry.php + /includes/date_functions.inc + /includes/references.inc + /includes/ui/ui_lists.inc + /purchasing/includes/db/suppalloc_db.inc + /sales/includes/db/custalloc_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/sales_db.inc + /sales/includes/db/sales_order_db.inc +# Added global input cleanup against reflected XSS attacks +$ /includes/session.inc + +19-Oct-2010 Janusz Dobrowolski +! Accounts list compares keypresses to starting fragment of GL code (combo3) +$ /includes/ui/ui_lists.inc + /js/inserts.js + +17-Oct-2010 Joe Hunt +! Changed Inventory Sales Report to use average cost by actual trans dates if non zero +$ /reporting/rep304.php + +16-Oct-2010 Joe Hunt +! [0000266] Added dimension selections in Profit Loss and Balance drilldown and Trial Balance +$ /gl/inquiry/balance_sheet.php + /gl/inquiry/gl_trial_balance.php + /gl/inquiry/profit_loss.php + +15-Oct-2010 Joe Hunt +# [0000263] Customer Credit Note didn't update units when shifting items. +$ /sales/includes/ui/sales_credit_ui.inc +! [0000265] Changed Report List of Journal Entries to include balances. +$ /reporting/rep702.php + +14-Oct-2010 Joe Hunt +# Check for empty class ID and better test for type/account id/name. +$ /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php + +13-Oct-2010 Janusz Dobrowolski +! Added inline company switching with set_global_connection() +$ /admin/inst_upgrade.php + /includes/current_user.inc + /includes/errors.inc + /includes/db/connect_db.inc +! Warning instead of fatal error when sales_orders table contains invalid records +$ /sales/includes/db/sales_order_db.inc +# Fixed document totals update +$ /sql/alter2.3.php +# Fixed cash payment terms definition +$ /sql/en_US-demo.sql + /sql/en_US-new.sql + 12-Oct-2010 Janusz Dobrowolski # Upgrade failed when MySQL run in strict mode. $ /sql/alter2.3.sql @@ -49,9 +145,6 @@ $ /sales/view/view_invoice.php /sales/view/view_sales_order.php ! Updated po template file $ /lang/new_language_template/LC_MESSAGES/empty.po -# Fixed cash payment terms definition -$ /sql/en_US-demo.sql - /sql/en_US-new.sql 10-Oct-2010 Joe Hunt # Master bug in class supp_trans get_items_total. Minor bug in gl_db_trans.inc