X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=1473ecd3b2098454808e4cc1a3f08af4a4be877f;hb=28e7dac267b65d8163ca41c452c42706d0ffb2dd;hp=3abc3dffaa2354cca733c08d1ced2b6d200ab10f;hpb=d478ad00de3c071c4586fbffa2c6bee43888ed73;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3abc3dff..1473ecd3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,12 +19,49 @@ Legend: ! -> Note $ -> Affected files +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.