From d406a9953849d64c56f400842331d2febd0717be Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 28 Oct 2014 10:03:58 +0100 Subject: [PATCH] Changed Version to 4.0.1 and added changelog entry --- ChangeLog | 19 +++++++++++++++---- src/include/functions_common.php | 4 +--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62da9e3..06c2856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,21 @@ --------------------------------------------------------------------------- -Version 3.7.0 (beta), 2014-??-?? +Version 4.0.1 (beta), 2014-??-?? - Included jquery library into Loganalyzer - Included jquery-ui library into Loganalyzer -- Message Popup Window now uses jquery-iu -- Buttons are now implemented with jquery-ui -- +- Message Popup Window is a jquery-iu dialog now. +- Almost all Buttons and Menus are based on jquery-ui now. +- Added support to set a custom font and fontsize +- Added new style/theme called "High Contrast", which can be used + for people with debility of sight. +- Setting Page Reloadtime to 0 will now disable the automatic reload. +- Chart (Statistics) are loading with jquery now. +- Chart erroroutput is now HTML. +- Cleaned up layout of all admin templates +- Fixed Tab-Order in Search template. +- Added missing Alt-Text to some images in htmlcode. +- Added loading overlay to jquery menu and link click functions. +- Cleanup stylesheets and removed unused csscode. +- Changed german language files to UTF8 --------------------------------------------------------------------------- Version 3.6.6 (stable), 2014-09-02 - Fixed bug in databasemapping admin. The form parameter and database diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 1e9fa7e..90b9585 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -5,8 +5,6 @@ * ----------------------------------------------------------------- * * Common needed functions * * * - * -> * - * * * All directives are explained within this file * * * Copyright (C) 2008-2014 Adiscon GmbH. @@ -66,7 +64,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "3.7.0"; +$content['BUILDNUMBER'] = "4.0.1"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;