From: Janusz Dobrowolski Date: Sun, 20 Sep 2009 16:36:51 +0000 (+0000) Subject: Finished security roles for modules/extensions, a couple of smaller fixes. X-Git-Tag: v2.4.2~19^2~1220 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=3b8102219a174a8c338cc400885de6bd3dcc25ec;p=fa-stable.git Finished security roles for modules/extensions, a couple of smaller fixes. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6fba00ee..de9a30cf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,13 +21,25 @@ $ -> Affected files 20-Sep-2009 Joe Hunt ! Removed editable rate field in tax_group_items. -# A start_form and end_form was missing $ /taxes/tax_groups.php +# Fixed report layout +$ /reporting/rep701.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 19-Sep-2009 Janusz Dobrowolski + Support for inactive record control added, optimizations.