368 Commits

Author SHA1 Message Date
Andre Lorbach
83caf3ad74 Fixed notice issues in main admin page 2008-09-03 10:53:43 +02:00
Andre Lorbach
a36c801960 Added support to import/convert new source options 2008-09-02 17:26:53 +02:00
Andre Lorbach
c740edd9fe Minor fix to the new msg parser 2008-09-02 16:51:50 +02:00
Andre Lorbach
018ebaf3c3 Added option to normalize messages using the new message parsers
Also added support to show line breaks within popup messages, and
the detail page
2008-09-02 16:48:05 +02:00
Andre Lorbach
f545c7f38a Added MsgParser into database logstream classes as well 2008-09-02 14:54:13 +02:00
Andre Lorbach
c5b7ff8e3a Implemented MsgParser interface, and first interface parser.
Also implemented database upgrade routine, because we hjave the
first database upgrade now ;)!
2008-09-02 14:47:26 +02:00
Andre Lorbach
378006eb14 Changed WinSyslog line parser, so it is more variable 2008-09-01 17:31:06 +02:00
Andre Lorbach
527abd30da Started implementing msg parsers 2008-09-01 16:39:18 +02:00
Andre Lorbach
ead118f166 Added changelog entry v2.5.5 2008-08-28 15:04:11 +02:00
Andre Lorbach
78d9ac01d9 Added option to send debug messages from phpLogCon to local syslog server
On Linux, the debug messages (warnings and error's for now) will be send
to the local syslog server. On Windows, the debug messages will appear
in the windows application eventlog.
2008-08-28 14:58:49 +02:00
Andre Lorbach
d768ed6068 Enhanced the PDO Logstream Driver for better performance on large databases.
On MYSQL and POSTGRES, the PDO Logstream does not uses the LIMIT
statement to minimize database usage.
2008-08-27 16:41:53 +02:00
Andre Lorbach
54dcacb25e Fixed merge conflicts
Merge branch 'beta'

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-08-27 13:42:01 +02:00
Andre Lorbach
bbe1e00ec9 Added changelog entry v2.3.10 2008-08-27 13:38:49 +02:00
Andre Lorbach
997cef36f5 Merge branch 'beta' 2008-08-27 13:19:30 +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
9b7759e850 Added changelog entry v2.5.4 2008-08-08 14:21:55 +02:00
Andre Lorbach
d7ab90558e Fixed merge conflicts
Merge branch 'beta'

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-08-07 16:30:32 +02:00
Andre Lorbach
adcedff303 Added changelog entry v2.3.9 2008-08-07 16:29:29 +02:00
Andre Lorbach
ea1e40789a Merge branch 'beta' 2008-08-07 16:25:32 +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
248bdea547 Merge branch 'beta' 2008-08-07 16:11:12 +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
3702d7e83d Merge branch 'beta' 2008-08-06 18:06:24 +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
b4609c989e Added changelog entry v2.5.3 2008-08-05 16:10:59 +02:00
Andre Lorbach
945b3bb3a7 Minor filter issues fixed 2008-08-05 16:03:26 +02:00
Andre Lorbach
fb0a56aaae Add missing strings into language file 2008-08-05 15:43:12 +02:00
Andre Lorbach
d8c44b3741 JS Menu is hidden now once you clicked a menuentry 2008-08-05 15:37:10 +02:00
Andre Lorbach
24b5846c1e Extended SubMenu Buttons, Filters / Searches can now be extended by each click.
This makes searching and finding special events much easier and more
powerfull then before.
2008-08-05 15:14:14 +02:00
Andre Lorbach
40ad2c5fa2 Added support for FULL and PARTIAL String search by prepending a = into the search.
Also improved the search functionallety within the logstream sources.
Include and Exclude does now correctly work for string filters in the diskfile source.
PDO and MYSQL Logstream work faster now on string filtering when
Full String filter is used, for example when you filter by host.
2008-08-05 14:26:08 +02:00
Andre Lorbach
d9abe61068 Removed some minor bugs in the new export functions. XML and CVS Export now fully works 2008-08-05 11:37:44 +02:00
Andre Lorbach
2aebf307fb Removed experimental PDF export, because the php extensions is to buggy 2008-08-05 11:22:59 +02:00
Andre Lorbach
4505ba1bf3 Started adding PDF Support 2008-08-04 17:46:27 +02:00
Andre Lorbach
74fc838c45 Added code file which does the export stuff. XML and CSV Format already works. 2008-08-04 17:21:43 +02:00
Andre Lorbach
f57b612e33 Prepared phpLogCon to support export formats 2008-08-04 15:19:32 +02:00
Andre Lorbach
47124f1c81 Fixed a cut & paste error in the index.php which caused the filter not to work.
This change was added when I was reordering the helper functions to the lower
end of the file.
v2.5.2
2008-08-01 17:10:56 +02:00
Andre Lorbach
9bcb08ca8f Merge branch 'beta' 2008-08-01 17:02:54 +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
55b447262d Added something to the changelog 2008-08-01 12:18:00 +02:00
Andre Lorbach
2b1a313cc4 Incremented build and added changelog entry 2008-08-01 12:16:12 +02:00
Andre Lorbach
3d275e65fd Fixed a bug in the installer when the UserDB System was not enabled during installation. 2008-08-01 10:56:49 +02:00
Andre Lorbach
833b0c46e6 Added missing strings into other languages 2008-07-31 17:46:23 +02:00
Andre Lorbach
eaf9b75e45 Fixed spelling error in admin index template 2008-07-31 17:35:40 +02:00
Andre Lorbach
22200e05ed Added better support to check availibility of logstream sources, and better detailed error descriptions.
Also enhanced the error display within all admin pages, again ;)!
2008-07-31 17:30:11 +02:00
Andre Lorbach
984e670d74 Added language string into other lang files and fixed minor bugs in the admin center general options 2008-07-31 12:04:19 +02:00
Andre Lorbach
a8c33d8b2f Merge branch 'beta' 2008-07-30 16:59:30 +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
99008ee360 Normal Users and Admins can now optionally customize most of the general options.
phpLogCon will priorize the users personal options, and only use the
global options in a second step.
2008-07-30 16:18:02 +02:00
Andre Lorbach
b41ef42aba All $cfg variables are now accessed through a propper helper function.
This preparation is needed to implement that the user can overwrite
the global general settings later, when userdb system is enabled.
2008-07-29 17:30:47 +02:00
Andre Lorbach
6e47202f00 Added changelog entry v2.5.1 2008-07-29 14:27:58 +02:00