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
c9e066f486
commit
3055365dc3
10
ChangeLog
10
ChangeLog
@ -1,4 +1,14 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.15 (beta), 2008-10-22
|
||||
- Corrected the check for magic_quotes_gpc which is important when saving
|
||||
configuration values are saved into the UserDB. This also fixes a
|
||||
problem of duplicating backslahes when using \ or ' in string fields.
|
||||
- Fixed a minor bug of handling and saving the ViewEntriesPerPage option.
|
||||
- Added Option to inject custom html code into the header and footer.
|
||||
- Added Help Links into the message parser admin panel.
|
||||
- Cleaned up and enhanced the default and dark theme.
|
||||
- Improved documentation
|
||||
---------------------------------------------------------------------------
|
||||
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,
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.14";
|
||||
$content['BUILDNUMBER'] = "2.5.15";
|
||||
$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