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
0dd62df2c0
commit
4619f95ab7
11
ChangeLog
11
ChangeLog
@ -1,4 +1,15 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.3.2 (devel), 2008-05-20
|
||||
- Implemented Online Search button into the field submenus. The search
|
||||
uses our new repository at kb.monitorware.com.
|
||||
- Added pager to the bottom of the index page as well (bugtracker id 76)
|
||||
- Added filtering support for the new Eventlog fields
|
||||
- Adding field mapping definitions for Windows Eventlog which are:
|
||||
SYSLOG_EVENT_LOGTYPE, SYSLOG_EVENT_SOURCE, SYSLOG_EVENT_CATEGORY,
|
||||
SYSLOG_EVENT_ID and SYSLOG_EVENT_USER
|
||||
- Simplified columns configuration definition in config.sample.php
|
||||
- Fixed minor css issues.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.1.6 (beta), 2008-05-19
|
||||
- Fixed filter bug, if you want to filter with ":", you can do this by
|
||||
using "\:" now.
|
||||
|
@ -73,7 +73,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.3.1";
|
||||
$content['BUILDNUMBER'] = "2.3.2";
|
||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['EXTRA_METATAGS'] = "";
|
||||
|
@ -415,7 +415,7 @@ if ( isset($content['Sources'][$currentSourceID]) ) // && $content['Sources'][$c
|
||||
'IconSource' => $content['MENU_BULLET_BLUE']
|
||||
);
|
||||
$content['syslogmessages'][$counter]['values'][$mycolkey]['buttons'][] = array(
|
||||
'ButtonUrl' => 'http://kb.monitorware.com/search.php?keywords=' . PrepareStringForSearch($content['LN_FIELDS_EVENTID']) . '+' . $logArray[$mycolkey],
|
||||
'ButtonUrl' => 'http://kb.monitorware.com/kbsearch.php?sa=Search&q=' . PrepareStringForSearch($content['LN_FIELDS_EVENTID']) . '+' . $logArray[$mycolkey],
|
||||
'DisplayName' => $content['LN_VIEW_SEARCHFOR'] . " " . $content['LN_FIELDS_EVENTID'] . " '" . $logArray[$mycolkey] . "'",
|
||||
'IconSource' => $content['MENU_NETWORK']
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user