785 Commits

Author SHA1 Message Date
Andre Lorbach
f2b53759c3 Added default .htaccess to prevent webserver access on cron folder v2.5.20 2008-11-19 14:27:26 +01:00
Andre Lorbach
2c56745483 Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-11-19 14:24:11 +01:00
Andre Lorbach
2ca29f1f6c Added changelog entry 2008-11-19 14:23:39 +01:00
Andre Lorbach
a0d52df81e Fixed a performance issue in the logstream db and pdo drivers when using filters. 2008-11-19 14:18:08 +01:00
Andre Lorbach
f31e907027 Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-11-18 17:10:55 +01:00
Andre Lorbach
b2a1df9ca0 Added changelog entry v2.5.19 2008-11-18 17:10:11 +01:00
Andre Lorbach
c6633465c5 Added missing translations 2008-11-18 17:06:44 +01:00
Andre Lorbach
5ddc6f1374 Added support for logstream maintenance by using php over commandline 2008-11-18 17:05:00 +01:00
Andre Lorbach
7afe7b52cd Fixed typo of new column "DBRecordsPerQuery" in admin/sources.php causing adding new sources to fail 2008-11-17 14:20:40 +01:00
Andre Lorbach
4ca645842b Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-11-12 17:13:37 +01:00
Andre Lorbach
1d87c5d577 Added changelog entry v2.5.18 2008-11-12 17:12:34 +01:00
Andre Lorbach
72d000dd2a Fully implemented option to clear old data in mysql and pdo logstream 2008-11-12 17:03:39 +01:00
Andre Lorbach
f22e3019ca Started implementing data maintenance function to clean old data from logstream sources 2008-11-11 17:49:53 +01:00
Andre Lorbach
c516c72391 Added option to use a custom phpLogCon logo in the header.
Also implemented the stats view in the source admin
2008-11-11 15:20:48 +01:00
Andre Lorbach
a026804a36 Added new action buttons into sources admin, only avalable for DB sources 2008-11-10 17:41:10 +01:00
Andre Lorbach
bdd592c243 Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-11-03 14:55:06 +01:00
Andre Lorbach
b3ebf0e05a Added changelog entry v2.5.17 2008-11-03 14:54:03 +01:00
Andre Lorbach
cf55b8e379 The detail page will hide empty fields now. 2008-11-03 14:43:50 +01:00
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
110d278aa7 Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-10-27 17:23:52 +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
cb0958cd3f Merge branch 'beta' into devel 2008-10-22 16:35:15 +02:00
Andre Lorbach
b68ecbec22 Initialized new html inject properties v2.5.15 2008-10-22 16:34:00 +02:00
Andre Lorbach
a43c189a88 Fixed merge conflics
Merge branch 'beta' into devel

Conflicts:

	src/include/functions_common.php
2008-10-22 16:23:20 +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
1681725e30 Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	src/include/functions_common.php
2008-10-10 18:07:57 +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