542 Commits

Author SHA1 Message Date
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
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
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
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
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