879 Commits

Author SHA1 Message Date
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
Andre Lorbach
9cbe8a39c5 Changed loading of language files, now english files are loaded first.
If another language is configured, the translation is loaded after the english language files.
By using this method, you are able to use older translations with newer phpLogCon versions,
without having display issues. Strings which are not translated are just shown in english.
2009-01-26 15:47:28 +01:00
Andre Lorbach
80ba94588d Merge branch 'beta' into devel 2009-01-23 15:47:19 +01:00
Andre Lorbach
6d21099ce0 Merge branch 'beta' of ssh://al@git.adiscon.com/git/phplogcon into beta 2009-01-23 15:45:43 +01:00
Andre Lorbach
3782c98422 Added missing include for debug functions 2009-01-23 15:45:05 +01:00
Andre Lorbach
e88da84693 Fixed typo 2009-01-23 15:42:49 +01:00
Rainer Gerhards
59b3817ca1 improve doc 2009-01-23 01:37:52 +01:00
Andre Lorbach
62b15da86b Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-12-23 17:00:18 +01:00
Andre Lorbach
587268e07f Added changelog entry v2.5.23 2008-12-23 16:59:23 +01:00
Andre Lorbach
5c43460fdd Added some performance tweaks into mysql db driver, which will make searching for strings within messages faster. 2008-12-19 15:01:58 +01:00
Andre Lorbach
69089e7543 FIxed missing include of debug functions in maintenance.php 2008-12-17 10:12:10 +01:00
Andre Lorbach
4f1bce6046 Fixed typo in textual month detection, which caused date detection problems in december only. 2008-12-15 17:07:22 +01:00
Andre Lorbach
6f1fc277ca Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-12-10 15:28:02 +01:00
Andre Lorbach
11a4640e1d Added changelog entry v2.5.22 2008-12-10 15:27:05 +01:00
Andre Lorbach
ef00340768 Fixed a notice error in chartgenerator, only visible if debug options were enabled 2008-12-10 15:22:56 +01:00
Andre Lorbach
05795f40b9 Added workaround for year detection for RFC 3164 like timestamps. This also solves rare new year conditions 2008-12-04 16:26:18 +01:00
Andre Lorbach
4ebe5c288c Merge branch 'beta' into devel
Conflicts:

	src/include/functions_common.php
2008-11-25 16:01:04 +01:00
Andre Lorbach
673b1863df Added changelog entry v2.5.21 2008-11-25 15:56:48 +01:00
Andre Lorbach
46c86bd054 Fixed ignoring filter in export function 2008-11-25 15:28:25 +01:00
Andre Lorbach
89989a5978 Fixed an infinite loop bug which occured of Suppress Duplicated Messages was enabled 2008-11-20 16:50:38 +01:00
Andre Lorbach
b92b8d9740 Added missing changelog comment 2008-11-19 14:37:10 +01:00
Andre Lorbach
9baefc495d Merge branch 'beta' into devel 2008-11-19 14:28:15 +01:00
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