785 Commits

Author SHA1 Message Date
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
98716cbf3f Merge branch 'beta' into devel 2008-10-07 11:28:20 +02:00
Andre Lorbach
bb44939d7c Added changelog entry v2.5.13 2008-10-07 11:27:30 +02:00
Andre Lorbach
defad2dedd Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	src/include/functions_common.php
2008-10-07 11:24:06 +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
a24b2297bf Merge branch 'beta' into devel 2008-10-02 17:23:16 +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
b65b724b99 Merge branch 'beta' into devel 2008-09-29 15:58:07 +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
Andre Lorbach
3571c59277 Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	src/include/functions_common.php
2008-09-29 14:03:28 +02:00
Andre Lorbach
b295e33bed Added changelog entry 2008-09-29 14:02:00 +02:00
Andre Lorbach
01b8499735 Fixed wrong database version insert in install.php as well as incorrect redirect login page during install 2008-09-29 12:07:47 +02:00
Andre Lorbach
8246aa39ee Merge branch 'beta' into devel 2008-09-26 16:28:19 +02:00
Andre Lorbach
5b8ac830f5 Fixed bug when excluding more then one string filter from the same field type 2008-09-26 16:23:59 +02:00
Andre Lorbach
c9e40ae86a Added support for URL detection within the data of string fields.
A menu entry to visit the link which is contained in a string field
is automatically added now
2008-09-26 16:12:45 +02:00
Andre Lorbach
6aa0532f1a Enhanced all content menus in the main site.
Reduced coding of the submenus as well.
2008-09-26 13:17:39 +02:00
Andre Lorbach
0b89e4a680 Fixed several SQL in logstream classes
Single quotes are now specially replaces on MSSQL databases.
Fixed an issue when more the one exclude filter where used on a string type field.
2008-09-26 13:00:00 +02:00
Andre Lorbach
f47117a16e Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	src/include/functions_common.php
2008-09-25 16:34:51 +02:00
Andre Lorbach
43856f98d3 Added changelog entry v2.5.11 2008-09-25 16:33:54 +02:00
Andre Lorbach
2ee4d65ff5 Added new description field for logstream sources.
If the description field is used, it will be shown below the pager on
the main index site. A database field has also been added, the
database version has been incremented as well. During next login,
you will be prompted for a database update.
2008-09-25 16:28:08 +02:00
Andre Lorbach
918cdcbb69 Fixed a pager bug in the next page button when a logstream disk source was used
This bug was a sideeffect due some performance changes made in the last version
2008-09-25 15:45:41 +02:00
Andre Lorbach
f5d3ae5e40 Set new build number for devel branch and merged changelog from beta 2008-09-24 16:12:21 +02:00
Andre Lorbach
e6e6687585 Added changelog entry v2.5.10 2008-09-24 16:03:43 +02:00
Andre Lorbach
5e7a2d2103 Merged devel branch into beta and fixed merge conflicts
Merge branch 'devel' into beta

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-09-24 16:00:34 +02:00
Andre Lorbach
b7aed12a28 Merged Beta branch into stable, which now becomes v2.4.0
Also fixed merge conflicts

Merge branch 'beta' into v2-stable

Conflicts:

	ChangeLog
	src/include/functions_common.php
v2.4.0
2008-09-24 15:43:33 +02:00
Andre Lorbach
ff64d05e42 Removed unused files 2008-09-24 15:27:19 +02:00
Andre Lorbach
e1db49c255 Enhanced critical error display, and added better error details if the user db server is not reachable 2008-09-24 14:29:36 +02:00
Andre Lorbach
7bf38af1a4 Enhanced search performance in disk logstream, specially when filtering in LARGE files! 2008-09-19 17:10:29 +02:00
Andre Lorbach
2b7d1d790b Added something to the changelog v2.5.9 2008-09-19 15:26:26 +02:00
Andre Lorbach
a32e140b69 Added changelog entry 2008-09-19 15:24:41 +02:00
Andre Lorbach
1ea9ed9c0c Added new internal default view for Webserver Logfiles 2008-09-19 15:00:58 +02:00
Andre Lorbach
8652f48063 Added new oracle text to the asktheoracle page ;) 2008-09-19 14:52:36 +02:00
Andre Lorbach
5a311244af Fixed a filtering issue, it is now possible to search and filter for strings with + in it.
You need replace a + with a ++, and spaces need to be replaced with a single + sign.
2008-09-19 14:45:07 +02:00