956 Commits

Author SHA1 Message Date
Andre Lorbach
cde0308016 Fixed a bug detection syslog facily, severity and messagetype fields on index site.
This could cause these fields to be represented numeric instead of huma readable.
2009-04-29 16:46:34 +02:00
Andre Lorbach
4af4bface5 Merge branch 'beta' into devel 2009-03-26 10:49:38 +01:00
Andre Lorbach
0f6ebc4df9 Added changelog entry for 2.7.0 v2.7.0 2009-03-26 10:49:00 +01:00
Andre Lorbach
e2981567d1 Added new table into database template script 2009-03-26 10:32:32 +01:00
Andre Lorbach
f173f4cae2 Added dbmappings language strings into other languages 2009-03-26 10:22:52 +01:00
Andre Lorbach
8c116d25f9 Added support for administrating and configuring custom database mappings
This makes it possible to support a wider range of database table layouts.
2009-03-25 17:56:19 +01:00
Andre Lorbach
b5f528aa26 Changed input method of Table type in admin center.
Now a selectbox is used with all possible available database mappings.
2009-03-25 11:03:16 +01:00
Andre Lorbach
5a5d85c4a2 Merge branch 'beta' into devel 2009-03-24 17:37:31 +01:00
Andre Lorbach
477911bd40 Merge branch 'v2-stable' into beta 2009-03-24 17:37:22 +01:00
Andre Lorbach
0d0e49dc19 Fixed another unexpected filtering issue v2.6.2 2009-03-24 17:36:30 +01:00
Andre Lorbach
f653dac29d Merge branch 'beta' into devel 2009-03-24 17:30:01 +01:00
Andre Lorbach
6709fe2a86 Merge branch 'v2-stable' into beta 2009-03-24 17:29:52 +01:00
Andre Lorbach
9f89a9947c Fixed another filtering issue when using Disk LogStream 2009-03-24 17:22:50 +01:00
Andre Lorbach
406b91ca89 Fixed php notices in functions_config.php 2009-03-24 16:36:05 +01:00
Andre Lorbach
04e1e18be5 Merge branch 'beta' into devel 2009-03-24 16:23:15 +01:00
Andre Lorbach
4f2b283fe6 Merge branch 'v2-stable' into beta
Conflicts:

	src/include/functions_common.php
2009-03-24 16:23:01 +01:00
Andre Lorbach
e1719d6238 Added changelog entry for 2.6.2 2009-03-24 16:21:57 +01:00
Andre Lorbach
ed259c9742 Merge branch 'beta' into devel 2009-03-24 16:16:09 +01:00
Andre Lorbach
5d38ec7c76 Merge branch 'v2-stable' into beta
Conflicts:

	src/include/functions_frontendhelpers.php
2009-03-24 16:15:46 +01:00
Andre Lorbach
2af9d4fb65 Changed error output the new OutputDebugMessage function in logstream classes 2009-03-24 16:07:36 +01:00
Andre Lorbach
ff33514623 Fixed table detection method in PDO LogStream.
This fixes problems with the detection of available tables when using
syslogng tables in postgresql for example.

Also added support to parse date only values like "2009-03-24".
2009-03-24 16:01:04 +01:00
Andre Lorbach
f9ff5748a6 Merge branch 'beta' into devel 2009-03-23 16:54:10 +01:00
Andre Lorbach
3080373d4a Added support for new filtering using REGEXP on supported logstream sources.
Currently MYSQL and PostGRESQL are supported due the native support of REGEXP.
Other logstreams or database engines are not supported yet. To use REGEXP
in searches, prepend the search phrase with the ~ character.
2009-03-23 16:49:51 +01:00
Andre Lorbach
e0718e1363 Merge branch 'beta' into devel 2009-03-23 16:03:27 +01:00
Andre Lorbach
6adead274c Merge branch 'v2-stable' into beta 2009-03-23 16:01:18 +01:00
Andre Lorbach
eeef8ad211 Fixed Filtering issues when using multiple filters on the same field.
The filter handling had to be fixed due earlier filter changes made in the 2.5 beta branch.
Numeric based filters will now work as expected again. This also addresse Bug #108.
2009-03-23 15:59:14 +01:00
Andre Lorbach
5b7eb88b70 Added missing default filter selection for message type filter on search page 2009-03-23 14:32:24 +01:00
Andre Lorbach
0bb5b35e00 Merge branch 'v2-stable' into beta 2009-03-23 14:29:17 +01:00
Andre Lorbach
407be65b69 Fixed records per page in export function.
Now the correct number of records will be returned when exporting data.
2009-03-23 14:26:26 +01:00
Andre Lorbach
eaca22ea6a Merge branch 'v2-stable' into beta 2009-03-23 14:22:02 +01:00
Andre Lorbach
bd56ce2665 Fixed minor spelling errors in language files 2009-03-23 14:21:42 +01:00
Andre Lorbach
801171a885 Merge branch 'beta' into devel 2009-03-23 12:00:45 +01:00
Andre Lorbach
0f8356f149 Merge branch 'v2-stable' into beta
Conflicts:

	src/include/functions_common.php
2009-03-23 12:00:29 +01:00
Andre Lorbach
ac6863fbb2 Added changelog entry for 2.6.1 v2.6.1 2009-03-23 11:59:06 +01:00
Andre Lorbach
efb0774d8c Merge branch 'beta' into devel 2009-03-20 17:32:10 +01:00
Andre Lorbach
f8258ecafd Merge branch 'v2-stable' into beta 2009-03-20 17:31:28 +01:00
Andre Lorbach
fecd997477 Fixed db_template, propvalue and propvalue_text field in logcon_config table can be NULL now.
This installation issues
2009-03-20 17:30:07 +01:00
Andre Lorbach
142326456d Merge branch 'v2-stable' into beta 2009-03-20 16:25:40 +01:00
Andre Lorbach
eb68f20101 Fixed a case sensitive issue in db and pdo logstream
This issue occured when the database driver returned mixed cased
array keys. The workaround is to convert all array keys into lowercase automatically.
2009-03-20 16:24:12 +01:00
Andre Lorbach
1082691f66 Added support for dynamic filenames in disk logstream.
This means you can use date properties like the current year, month or day
in the filename. A list of possible replacement characters is here:
%y = Year with two digits (e.g. 2002 becomes "02")
%Y = Year with 4 digits
%m = with two digits (e.g. March becomes "03")
%M = Minute with two digits
%d = Day of month with two digits (e.g. March, 1st becomes "01")
%h = Hour as two digits
%S = Seconds as two digits. It is hardly believed that this ever be used in reality.
%w = Weekday as one digit. 0 means Sunday, 1 Monday and so on.
%W =  Weekday as three-character string. Possible values are
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat".
2009-03-20 15:35:26 +01:00
Andre Lorbach
2f16bc07b1 Merge branch 'beta' into devel 2009-03-20 11:47:35 +01:00
Andre Lorbach
5dbef41f7b Change version number in beta branch 2009-03-20 11:47:11 +01:00
Andre Lorbach
cb4830a576 Added changelog entry for 2.6.0 stable v2.6.0 2009-03-20 11:45:34 +01:00
Andre Lorbach
1a440fb5b5 Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2009-01-27 15:11:35 +01:00
Andre Lorbach
19df656b28 Added changelog entry v2.5.24 2009-01-27 15:10:02 +01:00
Andre Lorbach
6aa629aa01 Enhanced performance of paging in detail page.
Also added support to keep the filterset in the detail page area
2009-01-27 13:12:44 +01:00
Andre Lorbach
88ff746e49 Hardened db logstream classes against invalid parameters.
Debug Messages are now printed well formated below the site content
Fixed pager in detail page
2009-01-27 11:52:20 +01:00
Andre Lorbach
8cf3ab5eb8 Optimized browse performance of database logstreams.
Together with the new pager code, browsing through the pages and search
is much faster then before, even on large databases.
2009-01-26 17:20:22 +01:00
Andre Lorbach
297ca06d36 Enhanced Pager performance, especially when using larger databases as logsource or when filtering 2009-01-26 16:18:54 +01:00
Andre Lorbach
b03f39862d Added italian translation made by Luigi Rosa 2009-01-26 15:49:54 +01:00