X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=5eb0a17bb93262b3127717102317f443f7b6e6d3;hb=c99c4da3f3a009e48b536dc1cc5268d566dfc6cb;hp=46e4c3922074732a92688ea2f3c9ec29ff1ad000;hpb=052a446983df959affd43314cce01fb28d427ed1;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 46e4c392..5eb0a17b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,12 +19,98 @@ 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.