diff --git a/ChangeLog b/ChangeLog index 3ca2048..ef5517d 100644 --- a/ChangeLog +++ b/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 - Improved documentation, added general and search description. - The conversion script does convert the charts now as well. diff --git a/src/classes/msgparsers/msgparser.wireless.class.php b/src/classes/msgparsers/msgparser.wireless.class.php index 3895c25..87a05bb 100644 --- a/src/classes/msgparsers/msgparser.wireless.class.php +++ b/src/classes/msgparsers/msgparser.wireless.class.php @@ -10,25 +10,7 @@ * * * All directives are explained within this file * * - * 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 . - * - * A copy of the GPL can be found in the file "COPYING" in this - * distribution. + * Copyright (C) 2008 Adiscon GmbH ********************************************************************* */ diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 9481060..ebc287a 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.5.13"; +$content['BUILDNUMBER'] = "2.5.14"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!