mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry
This commit is contained in:
parent
4aefc080cf
commit
6e47202f00
16
ChangeLog
16
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.
|
||||
|
BIN
src/images/icons/table_selection_all.png
Normal file
BIN
src/images/icons/table_selection_all.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 B |
BIN
src/images/icons/table_selection_block.png
Normal file
BIN
src/images/icons/table_selection_block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 507 B |
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user