From: Joe Hunt Date: Thu, 21 Aug 2008 14:07:13 +0000 (+0000) Subject: Version changed to 2.0. Final release X-Git-Tag: v2.4.2~19^2~1859 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=171074993d8f6768cde0626697abd6b4eab732a6;p=fa-stable.git Version changed to 2.0. Final release --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d0d52fb3..9eee9b86 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,15 @@ Legend: ! -> Note $ -> Affected files +-------------------------------2.0 Final -------------------------------------------- +21_aug-2008 Joe Hunt +! config.php file. Version changed to 2.0 +$ config.php +! Set time out to 120 seconds. +$ /install/save.php +! fixing $amp in backup +$ /js/utils.js + 20-Aug-2008 Joe Hunt # Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again) $ /includes/db/inventory_db.inc diff --git a/config.php b/config.php index 86817e45..731e26f3 100644 --- a/config.php +++ b/config.php @@ -38,7 +38,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0 RC2"; + $version = "2.0"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -126,7 +126,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ If the security setting of the page is contained in the security group as determined by the access level then the user will be allowed access. Each page has a $page_security = x; variable This value is compared to contents of the array applicable which is based on the access level of the user. - Access authorisation is checked in session.inc. If you wish to add more security groups + Access authorisation is checked in session.inc. If you wish to add more security groups with then you must add a new SecurityHeading to the security_headings array and a new array of Security categories to the Security Groups _at_the_end_ of the array This mechanism allows more fine grained control of access @@ -135,7 +135,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ or by changing the numbers in each array the security access can be tailored. These numbers need to read in conjunction with the Page Security index Special case is security level 20 which is reserved for admins of first - registered company (site admins). All potentially dangerous for whole FA + registered company (site admins). All potentially dangerous for whole FA site operations like installing addon modules require access level 20. */ diff --git a/install/save.php b/install/save.php index 3044d935..32ab2a0f 100644 --- a/install/save.php +++ b/install/save.php @@ -1,7 +1,7 @@