505 Commits

Author SHA1 Message Date
Andre Lorbach
89ffcd18b8 Added expandable submenu for help into the top menu.
Also fixed a lot of minor stylesheet issues, to optimize
usebility, and display of the syslog data.
2008-11-03 14:23:46 +01:00
Andre Lorbach
669a6ad530 Fixed default database template, was missing the updates from DB Ver 6 and 7 2008-11-03 10:41:48 +01:00
Andre Lorbach
4a1fbf5114 Added changelog entry v2.5.16 2008-10-27 17:22:37 +01:00
Andre Lorbach
4daa93225d Added new setting for MYSQL logstream sources to control the amount of data per query.
This value can be used to tweak MYSQL performance for your environment.
For example when filtering for fields which are generated by a message parser,
highering the value does improve the database performance. Default is 100.
2008-10-27 17:14:32 +01:00
Andre Lorbach
5a22843551 Added support to suppress unparseable messages when using msgparsers.
This enhances useability if you have mixed data sources, and want to
filter out unusefull messages.
2008-10-27 16:18:42 +01:00
Andre Lorbach
c4a8889a09 Added support to filter for dynamic fields within the logstream database sources.
This was not possible yet. The filtering also has a secure end timer, which avoids
that the timelimit hits the script.
2008-10-27 14:42:21 +01:00
Andre Lorbach
5faad8d2fd Added dummy db update scripts, so the db upgrade script won't fail in future.
This is for the case when the db version is not correctly or missing in the user
database.
2008-10-24 17:39:06 +02:00
Andre Lorbach
2d089f1c94 Fixed a bug in the convert.php script which inserted the wrong database version number
This caused phpLogCon to force an database upgrade which is not needed at all.
2008-10-24 17:35:57 +02:00
Andre Lorbach
2368febba9 Fixed lots of minor issues handling form input (backslahes getting added and so on). 2008-10-24 16:02:40 +02:00
Andre Lorbach
f8d2306fa7 Fixed minor annoyance when magic_quotes_gpc was enabled in the result messages within the admin center 2008-10-24 15:22:14 +02:00
Andre Lorbach
3b49279a8a Fixed a problem when adding a mysql logstream source.
Due a problem of how php mysql_connect function handels second conenctions,
the Verify of a newly added logstream source could cause the first database
connection to be overwritten. The following error is, that the wrong
database was used for the UserDB after the new logstream was verified.

Also added a check into the redirect function to STOP redirecting if an
error happened in the UserDB before.
2008-10-24 15:14:58 +02:00
Andre Lorbach
b68ecbec22 Initialized new html inject properties v2.5.15 2008-10-22 16:34:00 +02:00
Andre Lorbach
3055365dc3 Added Changelog entry 2008-10-22 16:21:46 +02:00
Andre Lorbach
c9e066f486 Corrected the check for magic_quotes_gpc which is important to know when configuration values are saved into the DB 2008-10-22 16:13:16 +02:00
Andre Lorbach
0256ace844 Added new options to inject custom html code into the header and footer area.
This also includes a database version upgrade
2008-10-22 16:06:56 +02:00
Andre Lorbach
8006bc56b9 minor modification in default theme 2008-10-21 17:45:19 +02:00
Andre Lorbach
0340a44b3a Enhanced dark theme 2008-10-21 17:44:03 +02:00
Andre Lorbach
53b977321a Added new style images 2008-10-21 17:39:42 +02:00
Andre Lorbach
57c6e29b73 Enhanced default style sheet, fixed bug when saving "Number of Entries per page" 2008-10-21 17:38:49 +02:00
Andre Lorbach
330f64c73c Helper links in msg parser admin are opened in new window now 2008-10-21 14:10:59 +02:00
Andre Lorbach
09a61e712e Finished Wireless logs parser 2008-10-21 14:04:48 +02:00
Andre Lorbach
972ee4b3f5 Cleanup of default stylesheet, serialized fonts and fixed minor other things 2008-10-21 13:48:36 +02:00
Rainer Gerhards
2e22324ee9 improved doc 2008-10-14 18:05:43 +02:00
Andre Lorbach
9c766f7c9c Added changelog entry v2.5.14 2008-10-10 18:06:47 +02:00
Andre Lorbach
86f3117182 Fixed link in parser admin template 2008-10-10 18:00:09 +02:00
Andre Lorbach
a43370e38f Fixed another typo 2008-10-10 17:57:29 +02:00
Andre Lorbach
dfb2e2b7b8 Fixed typo in language file 2008-10-10 17:56:39 +02:00
Andre Lorbach
9cb82feb19 Added support to add and remove custom fields from the message parsers 2008-10-10 17:50:00 +02:00
Andre Lorbach
f13031c091 Added some icons for parser admin and made some fixes to it. 2008-10-10 17:02:50 +02:00
Andre Lorbach
362c5ca032 Added admin panel for message parsers 2008-10-10 16:11:14 +02:00
Andre Lorbach
033120334f Added gernal filter support for custom fields.
The view editor shows the internal ID now as well, to avoid confusions.
2008-10-09 17:33:11 +02:00
Andre Lorbach
5ccc5d83b3 Fixed minor bugs 2008-10-09 17:15:23 +02:00
Andre Lorbach
65fa6d624c Made fields admin available to admins only 2008-10-09 17:10:39 +02:00
Andre Lorbach
7a1f097262 Added custom parser for wireless logs, and made further adjustments to the new custom field code 2008-10-09 16:53:25 +02:00
Andre Lorbach
4f4a14a87f Finished fields admin, and made further necessary changes to fully support dynamic fields 2008-10-09 15:47:00 +02:00
Andre Lorbach
1956bbe740 Added admin page for Fields, added database table for fields, made several adjustments to support dynamic fields 2008-10-08 18:02:01 +02:00
Andre Lorbach
01d1874b9d Removed FieldCaptions from language files, and merged them into constants $fields array
This change is necessary for future changes
2008-10-07 16:30:11 +02:00
Andre Lorbach
bb44939d7c Added changelog entry v2.5.13 2008-10-07 11:27:30 +02:00
Andre Lorbach
dba6ba2c69 Incremented build num 2008-10-07 11:23:37 +02:00
Andre Lorbach
d30e06e6bd Added parser for apache2 common format.
Parser remove spaces from begin and end now, before parsing the msg
2008-10-07 11:19:16 +02:00
Andre Lorbach
e0a4fd6b99 removed debug setting from installer 2008-10-07 11:06:26 +02:00
Andre Lorbach
9c22e0a71f Fixed a race condition in the installer which could cause phpLogCon to fail at Step 8.
Also fixed some minor issues in the installer.
2008-10-07 11:05:11 +02:00
Andre Lorbach
37228241a8 Removed searchbox style test 2008-10-02 17:09:49 +02:00
Andre Lorbach
c6877ba4bf Added button below searchfield which becomes visible when you run searches
This button links to the asktheoracle site, and usefull for cross searches in other sources
2008-10-02 17:00:41 +02:00
Andre Lorbach
910f16e468 Added global warning which will be displayed on all pages if a database update is pending 2008-10-02 16:11:24 +02:00
Andre Lorbach
b70025683f Charts are now also converted and added into the UserDB during install or convert 2008-10-02 14:45:01 +02:00
Rainer Gerhards
84cac3e7e3 added general doc and search description doc
the search doc was actually done by Andre, I am just commiting it
2008-10-01 16:48:30 +02:00
Rainer Gerhards
aca944b579 improved doc
- some minor cleanups
- added doc on how to download from git repository
2008-10-01 11:05:08 +02:00
Andre Lorbach
dac6ecacc0 Fixed db_template.txt, the new field for source description was missing v2.5.12 2008-09-29 15:56:52 +02:00
Andre Lorbach
b7bfbf5e42 the touch function call won't create a wanrning anymore in install.php 2008-09-29 15:52:51 +02:00