X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=c392b0a3e3031aea14b460b132f77aab99951009;hb=6fcf6f5b5891c5fbbe12c01ee80c289f9bf46d97;hp=8d4bf60a95d4ada06a04a8efc21811db1fa2bab1;hpb=2b57e354f43e55afc49a4c776fa7023f58c99a62;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8d4bf60a..c392b0a3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,235 @@ Legend: ! -> Note $ -> Affected files +08-Dec-2010 Janusz Dobrowolski +# Added errors.inc inclusion +$ /install/isession.inc + +07-Dec-2010 Janusz Dobrowolski +# Missing tags argument in display_type call +$ /reporting/rep705.php +# [0000301] Voided transactions should no be presented in gl inquiry +$ /gl/includes/db/gl_db_trans.inc +# [0000306] Fixed upload file name test by Mithy +$ /admin/backups.php +# Fixed multiply warnings and error handling on PHP 5.3 + /config.default.php + /reporting/includes/class.pdf.inc + /reporting/includes/pdf_report.inc + /reporting/includes/tcpdf.php +# Added missing hooks class methods placeholders +$ /includes/hooks.inc +# Improved error handling +$ /admin/inst_module.php + /includes/main.inc + /includes/session.inc + /includes/errors.inc + +03-Dec-2010 Janusz Dobrowolski +# Fixed company prefs refresh after upgrade/restore +$ /admin/inst_upgrade.php + /admin/backups.php + /admin/db/company_db.inc +! Improved readibility in COA report. +$ /reporting/rep701.php +! Added core translation support for modules +$ /includes/hooks.inc + /includes/lang/gettext.php +! Cleanup. +$ /includes/ui/ui_lists.inc + /sales/includes/ui/sales_order_ui.inc + +03-Dec-2010 Joe Hunt ++ Creating a warning when opening balance in trial balance is not in balance, + and a probably cause of that. +$ /gl/inquiry/gl_trial_balance.php + /reporting/rep708.php +! Fixing year closure for earlier fiscal years. en_US-demo.sql +$ /sql/en_US-demo.sql + +02-Dec-2010 Joe Hunt +# When deleting a fiscal year, the open balances should share the same trans no. +$ /admin/db/fiscalyear_db.inc +! Changed so it is not possible to select a from date bigger than fiscal year end in trial balance. +$ /gl/inquiry/gl_trial_balance.php + +01-Dec-2010 Joe Hunt +! Better test for correct balance accounts when closing fiscal year. +$ /admin/db/fiscalyear_db.inc + +29-Nov-2010 Janusz Dobrowolski +# [0000290] Fixed side bug after last changes (can't upload file). +$ /admin/backups.php +# [0000289] Duplicated records in void/view/print transaction pager +$ /admin/db/transactions_db.inc + +28-Nov-2010 Janusz Dobrowolski ++ Transaction name shortcuts added +$ /includes/sysnames.inc + /reporting/includes/reports_classes.inc ++ Added Italian installer wizard translation by Paolo Ardoino +$ /install/isession.inc + /install/lang/it_IT/LC_MESSAGES/it_IT.mo (new) + /install/lang/it_IT/LC_MESSAGES/it_IT.po (new) + +28-Nov-2010 Joe Hunt +- Removed possibility to use bank account in Direct Invoice. This + was an old method for handling Cash Payment. We now have better options. +$ /sales/includes/db/sales_invoice_db.inc + /sales/manage/customer_branches.php + +26-Nov-2010 Janusz Dobrowolski +! [0000282] Improved reports menu display. +$ /js/inserts.js + /js/utils.js + /js/reports.js (new) + /reporting/reports_main.php + /reporting/includes/reports_classes.inc +# [0000283] Fixed potential vulnerability (Mithy) +$ /admin/db/security_db.inc +# Fixed hotkeys support. +$ /js/inserts.js +# [0000285] Errors/warning due to obsolete code +$ /reporting/rep109.php +# Fixed tabs switching +$ /sales/manage/customer_branches.php + +23-Nov-2010 Janusz Dobrowolski +# [0000281] Filename input sanitization (Mithy) +$ /admin/attachments.php + /includes/main.inc + /admin/db/maintenance_db.inc +# Fixed sql file view, sanitization. +$ /admin/backups.php +# Fixed period type display. +$ /gl/manage/gl_quick_entries.php +# Fixed errors disay in included files +$ /includes/hooks.inc + +22-Nov-2010 Janusz Dobrowolski ++ Rewritten third party module installation according to extended hooks system. +$ /admin/inst_module.php +! Tabs/menu/roles extensions moved to module hooks file, added install/uninstall hooks. +$ /includes/packages.inc + /includes/access_levels.inc + /sql/alter2.3.php +! check_table() helper moved. +$ /admin/inst_upgrade.php + /admin/db/maintenance_db.inc +! Integration of hooks provided by extensions. +$ /includes/hooks.inc + /includes/session.inc +! Hooks for tabs/menu options added. + /frontaccounting.php + /applications/application.php +! Small cleanup. +$ /includes/main.inc +! Fixed long timeout on localhost repo. +$ /includes/remote_url.inc +! [0000279] Fixed input sanitization by Mithy. +$ /reporting/prn_redirect.php + /.htaccess +# [0000280] Fixed parameter sanitization in get_company_extensions() by Mithy. +$ /admin/db/company_db.inc +# Fixed db_close() helper. +$ /includes/db/connect_db.inc +# Fixed bug in update_person_contact() +$ /includes/db/crm_contacts_db.inc +# Fixed bug in exrate return +$ /gl/includes/db/gl_db_rates.inc +# Item type display incorrect after change saving +$ /inventory/manage/items.php + +18-Nov-2010 Janusz Dobrowolski +! Updated including exclusive theme messages +$ /lang/new_language_template/LC_MESSAGES/empty.po ++ Added Spanish (Mexican) installer wizard translation by Julio C. Perea Pastrana +$ /install/isession.inc + /install/lang/es_MX/LC_MESSAGES/es_MX.po (new) + /install/lang/es_MX/LC_MESSAGES/es_MX.mo (new) + +18-Nov-2010 Joe Hunt +# Could not enter a year before other years (removed readonly begin) + and better check for first end year. +$ /adminfiscalyears.php + /admin/db/fiscalyears_db.inc + +! Scrambled graphic images to avoid unwanted downloads. +$ /reporting/rep102.php + /reporting/rep202.php + /reporting/rep706.php + /reporting/rep707.php + +16-Nov-2010 Joe Hunt +# Minor change in class.graphic.inc +$ /reporting/includes/class.graphic.inc +! Added Work Order Entry menu link after Sales Order issue. +$ /sales/sales_order_entry.php + +15-Nov-2010 Janusz Dobrowolski +# Fixed date legend on po/grn/invoice +$ /purchasing/includes/ui/po_ui.inc +# Fixed text encoding in graphics +$ /reporting/includes/class.graphic.inc +! Default font for graphics changed from Vera to LiberationSans-Regular +$ /reporting/fonts/LiberationSans-Regular.ttf (new) + /reporting/fonts/Vera.ttf (removed) + /reporting/includes/class.graphic.inc + /reporting/rep102.php + /reporting/rep202.php + /reporting/rep706.php + /reporting/rep707.php + +13-Nov-2010 Janusz Dobrowolski ++ New hooks system added +$ /includes/hooks.inc (new) + /includes/session.inc + /lang/new_language_template/locale.inc +! Old hooks converted to new hooks API +$ /gl/includes/db/gl_db_rates.inc + /includes/ui/ui_view.inc + /reporting/rep709.php ++ Added transaction db_write/db_void hooks +$ /gl/includes/db/gl_db_banking.inc + /inventory/includes/db/items_adjust_db.inc + /inventory/includes/db/items_transfer_db.inc + /manufacturing/includes/db/work_order_issues_db.inc + /manufacturing/includes/db/work_order_produce_items_db.inc + /manufacturing/includes/db/work_orders_db.inc + /manufacturing/includes/db/work_orders_quick_db.inc + /purchasing/po_entry_items.php + /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/po_db.inc + /purchasing/includes/db/supp_payment_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 + +12-Nov-2010 Janusz Dobrowolski +# Added missing due date on direct purchase invoice. +$ /purchasing/po_entry_items.php + /purchasing/includes/po_class.inc + /purchasing/includes/supp_trans_class.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/ui/invoice_ui.inc + /purchasing/includes/ui/po_ui.inc +# Fixed maximum name length +$ /inventory/manage/items.php +# Fixed a couple of edition ui bugs +$ /gl/manage/gl_quick_entries.php ++ Added db_close() for optional use +$ /includes/db/connect_db.inc + +11-Nov-2010 Janusz Dobrowolski +# Fixed sql_gen for multiply extra where clauses +$ /includes/db_pager.inc +# Fixed implode injection vulnerabilities. +$ /includes/db/crm_contacts_db.inc + /sales/includes/db/cust_trans_details_db.inc + 10-Nov-2010 Janusz Dobrowolski # Additional fix for setting local_path_to_root in find_custom_file() $ /includes/main.inc @@ -273,7 +502,7 @@ $ /purchasing/includes/supp_trans_class.inc /purchasing/view/view_supp_credit.php /gl/includes/db/gl_db_trans.inc -06-Oct-2010 Jusz Dobrowolski +06-Oct-2010 Janusz Dobrowolski # Fixed gettext for extension links. $ /reporting/includes/reports_classes.inc ! Added helper for gettext domain switching