278 Commits

Author SHA1 Message Date
Andre Lorbach
93f49396c3 Fixed logline parsing of syslog files, which is used by the logstream disk class 2008-09-08 12:35:07 +02:00
Andre Lorbach
bbe1e00ec9 Added changelog entry v2.3.10 2008-08-27 13:38:49 +02:00
Andre Lorbach
5bfa615b33 Fixed regex rules in syslog message parser
Non RFC 3164 syslog messages are correctly processed now.
2008-08-27 13:17:38 +02:00
Andre Lorbach
adcedff303 Added changelog entry v2.3.9 2008-08-07 16:29:29 +02:00
Andre Lorbach
960e2f62ef Fixed image alignment problem in the main view once and for all! 2008-08-07 16:25:07 +02:00
Andre Lorbach
1f0fe601c6 Enhanced the detail popup window, it performs much better now and is less annoying.
You can close a detail popup by clicking into its content now. And it locates itself
to the middle of your mouse pointer location.
2008-08-07 16:09:43 +02:00
Andre Lorbach
fce57ba48a Fixed a bug parsing the Syslog date from a RFC 3164 Date String.
Dates from the 1. to the 9. of a month were not correctly parsed.
2008-08-06 18:05:12 +02:00
Andre Lorbach
12e08741ac Fixed case senstive issue with dbmapping fieldsnames which causes problems with postgresql. 2008-08-01 17:00:43 +02:00
Andre Lorbach
fb7a76a63f Changed a little bit in the instructions of the INSTALL document for better understanding. 2008-07-30 16:58:50 +02:00
Andre Lorbach
959798078e Added changelog entry v2.3.8 2008-07-28 12:01:16 +02:00
Andre Lorbach
da75604ea2 Minro bug fixed in IP Lookup Link creation 2008-07-25 15:46:01 +02:00
Andre Lorbach
d02044b92c Perfected private IP Address detection 2008-07-25 15:34:39 +02:00
Andre Lorbach
d2893c446d IP Addresses or Broadcasts are not linked anymore 2008-07-25 15:19:11 +02:00
Andre Lorbach
b4ada93a25 Changed common include to UNIX Line Encoding 2008-07-25 14:54:18 +02:00
Andre Lorbach
15c611b32e Fixed Bug 82 from bugtracker. Internal IP Addresses are not linked anymore 2008-07-25 14:48:58 +02:00
Andre Lorbach
369cd6cb60 Fixed a bug in the pdo logstream class which caused display of empty rows when no records where found. 2008-07-24 11:59:39 +02:00
Andre Lorbach
3f0d45efe9 Fixed a little bug in the installer, which was missing to save the DBType for MYSQL Datasource.
This isn't really an issue as the DBTYPE can only be MYSQL for this Source.
However it caused an unnecessary NOTICE issue when debugging was enabled.
2008-07-17 11:25:34 +02:00
Andre Lorbach
336923f134 Added minor cosmetic fixes to the translations of Ricardo for portugese 2008-07-10 14:29:06 +02:00
Andre Lorbach
3e647291ba Incremented build and added changelog entry v2.3.7 2008-07-07 17:08:00 +02:00
Andre Lorbach
fef267ebb6 Added new translation files for portugues thanks to Ricardo Maraschini 2008-07-07 17:05:09 +02:00
Andre Lorbach
f5ece09152 Nothing changed really, tried to improve automatic IP links 2008-07-03 16:38:10 +02:00
Andre Lorbach
d3c459b86f Added missing db mapping for program field of syslogng - thanks to Micha "Wolvverine" Panasiewicz 2008-07-03 14:47:24 +02:00
Andre Lorbach
ad46747dbe removed .bak file from git 2008-07-03 14:08:40 +02:00
Andre Lorbach
67b91f0661 Added translation for Brazilian Portuguese, thanks to Ricardo Maraschini 2008-07-03 14:06:56 +02:00
Andre Lorbach
b6a8f81201 Incremented build and added changelog entry v2.3.6 2008-06-09 17:26:56 +02:00
Andre Lorbach
777e694140 Added View selector into the installer and the new EnableIPAddressResolve option.
Both lately added features can be configured during the installation as well now.
2008-06-09 17:21:44 +02:00
Andre Lorbach
06e2e4a974 Added new feature of configureable views which can be configured and selected by source
If no VIEW is defined in the options of the current selected source,
the default VIEW will be selected. If no default VIEW is configured, the default will
be set ot the SYSLOG View.

The old Column format will also automatically converted into the new list of views.
So in case you have no default view set in your configuration, but the columns variable,
your old column format becomes the default view.
2008-06-09 16:43:01 +02:00
Andre Lorbach
75a8086806 Fixed display bug with icons before message v2.3.5 2008-06-06 17:17:38 +02:00
Andre Lorbach
050b18c409 Added changelog entry 2008-06-06 17:04:16 +02:00
Andre Lorbach
d7740b0fa7 Incremented build number 2008-06-06 16:57:22 +02:00
Andre Lorbach
5e124a8524 Made some adjustments on the IP resolving, we skip the resolving if the IP is surrounded by brackets
The reason for this is, because the IP is prepended with the DNS name in this case most likely.
So it wouldn't make sense to resolve the name again.
2008-06-06 16:46:46 +02:00
Andre Lorbach
c49fbd56a4 Added new feature to resolve IP Addresses into DNS Names and display them.
- The DNS Names will be injected in into the message text displayed in
brackets like 172.16.0.1 {server.something.xxx}. This feature can be
turned of in the configuration file.
- Removed some stylesheet bugs in the main display related to the menu.
- optimized automatic linking for IP Addresses.
2008-06-06 15:35:00 +02:00
Andre Lorbach
cf6f9b454e Added changelog entry and incremented Version number v2.3.4 2008-06-02 17:08:31 +02:00
Andre Lorbach
d8d4d9a52d Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	src/index.php
2008-06-02 16:56:22 +02:00
Andre Lorbach
67ca63dda5 Fixed typo in index.php 2008-06-02 16:55:36 +02:00
Andre Lorbach
08cdc7fb20 Added stylesheet defs into dark style 2008-06-02 16:53:26 +02:00
Andre Lorbach
1c315a38a3 Adjusted links a little bit 2008-06-02 16:49:28 +02:00
Andre Lorbach
53d4e72bbf Fixed and enhanced new context links. 2008-06-02 13:35:33 +02:00
Andre Lorbach
5641cc8b61 Started implementing context link generation within the message 2008-05-30 18:03:57 +02:00
Andre Lorbach
a1c27ade3f Changed Online Search Parameters 2008-05-30 12:18:59 +02:00
Andre Lorbach
311946cb30 Incremented Version number to 2.3.3 in common v2.3.3 2008-05-23 17:46:08 +02:00
Andre Lorbach
1101fccb6f Added changelog entry 2008-05-23 17:39:29 +02:00
Andre Lorbach
b2fefbaf3f Added new PDO Database logstream into install script.
This means you can select now between the native MYSQL Server and the PDO
database driver. When using the PDO database driver, you choose between
different database storage engines.
2008-05-23 17:33:14 +02:00
Andre Lorbach
672e835343 Fixed issues with the pager code changes in DB and DISK logstream 2008-05-23 16:43:24 +02:00
Andre Lorbach
b81ba95db4 Enhanced Pager performance, and new PDO Database driver.
I had to change the other drivers as well for the new pager logic.
2008-05-23 14:50:55 +02:00
Andre Lorbach
cb1dcacc9b Initial Added the new DB Driver (Logstream) which uses PHP PDO.
PDO is the latest generic database intergave for PHP5 are
recommended for best performance. It is now possible to use
other database engines with this new logstream class like
mssql, postgres sql, odbc, oracle, or even ibm db2.

Also changed the logic how the Last Pager Button works, the
performance is much better now.
2008-05-21 17:53:59 +02:00
Andre Lorbach
4619f95ab7 Added changelog entry v2.3.2 2008-05-20 16:43:04 +02:00
Andre Lorbach
0dd62df2c0 Merged Search buttons into one 2008-05-20 16:23:08 +02:00
Andre Lorbach
7d4010b45d Implemented custom google search button into sub-menus 2008-05-20 15:04:55 +02:00
Andre Lorbach
3624d3e651 Added online search links for syslog specific fields as well 2008-05-20 11:58:32 +02:00