diff --git a/ChangeLog b/ChangeLog index 6033891..585b3d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,20 @@ --------------------------------------------------------------------------- +Version 2.5.1 (beta), 2008-07-29 +- Added a new option to suppress displaying multiple messages. This + means if you have two or more messages of the exact same text one after + another, only ONE message will be shown. This helps to "compress" the + logview a little bit. +- New feature, added Maximize/Normalize button into the menu. You can + hide the header now by using this feature for maximum log display. +- If the UserDB System is enabled, the donate button will only being + shown within the Admin Center. +- Fixed a bug in the input checking of files when a Diskfile source + was added or reconfigured. +- Fixed minor bug reading the correct default view for sources from DB. +- Fixed a problem in the Views Admin, a set of predefined columns could be + in the list. +- Enhanced error display in all admin templates. +--------------------------------------------------------------------------- Version 2.3.8 (beta), 2008-07-28 - Fixed a "notice" bug in the installer, which was missing to save the DBType for MYSQL Datasource. diff --git a/src/images/icons/table_selection_all.png b/src/images/icons/table_selection_all.png new file mode 100644 index 0000000..22764f5 Binary files /dev/null and b/src/images/icons/table_selection_all.png differ diff --git a/src/images/icons/table_selection_block.png b/src/images/icons/table_selection_block.png new file mode 100644 index 0000000..7b7f342 Binary files /dev/null and b/src/images/icons/table_selection_block.png differ diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 2da004c..6e53166 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -62,7 +62,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.5.0"; +$content['BUILDNUMBER'] = "2.5.1"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!