mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added changelog entry
This commit is contained in:
parent
86f3117182
commit
9c766f7c9c
11
ChangeLog
11
ChangeLog
@ -1,4 +1,15 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Version 2.5.14 (beta), 2008-10-10
|
||||||
|
- Added support for fully customizeable fields. This includes a fields
|
||||||
|
admin with possibility to customize width and alignment of fields,
|
||||||
|
and add new custom ones.
|
||||||
|
- Added new table into user database to support the custom fields. This
|
||||||
|
requires a database upgrade.
|
||||||
|
- Add admin panel for message parsers. This includes further information
|
||||||
|
on the parsers as well as the option to import necessary custom fields
|
||||||
|
for the message parsers.
|
||||||
|
- Overall simplified code related to field definitions and types.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 2.5.13 (beta), 2008-10-07
|
Version 2.5.13 (beta), 2008-10-07
|
||||||
- Improved documentation, added general and search description.
|
- Improved documentation, added general and search description.
|
||||||
- The conversion script does convert the charts now as well.
|
- The conversion script does convert the charts now as well.
|
||||||
|
@ -10,25 +10,7 @@
|
|||||||
* *
|
* *
|
||||||
* All directives are explained within this file *
|
* All directives are explained within this file *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Adiscon GmbH.
|
* Copyright (C) 2008 Adiscon GmbH
|
||||||
*
|
|
||||||
* This file is part of phpLogCon.
|
|
||||||
*
|
|
||||||
* PhpLogCon is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PhpLogCon is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with phpLogCon. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
* A copy of the GPL can be found in the file "COPYING" in this
|
|
||||||
* distribution.
|
|
||||||
*********************************************************************
|
*********************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||||||
$LANG = "en"; // Default language
|
$LANG = "en"; // Default language
|
||||||
|
|
||||||
// Default Template vars
|
// Default Template vars
|
||||||
$content['BUILDNUMBER'] = "2.5.13";
|
$content['BUILDNUMBER'] = "2.5.14";
|
||||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||||
$content['BASEPATH'] = $gl_root_path;
|
$content['BASEPATH'] = $gl_root_path;
|
||||||
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user