Michael Meckelein
d8c6bbf261
- added backward reading support
...
- introduced sseek
2008-03-13 16:49:12 +01:00
Andre Lorbach
16818cc2c1
Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon
2008-03-12 18:50:34 +01:00
Andre Lorbach
8ff4e1b97e
-Added files for filter helper frontend code, needed to display and configured
...
the filters properly. The real filtering will be done in tog logstream facility.
-Modified index page, added first filters for configuration.
2008-03-12 18:46:19 +01:00
Michael Meckelein
9379ca89d0
code cleanup, removed some old functions not longer used
2008-03-12 15:50:26 +01:00
Andre Lorbach
4d41185194
added new icon fileSS
2008-03-12 15:40:14 +01:00
Andre Lorbach
6a33cbfc90
Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon
2008-03-12 15:39:33 +01:00
Andre Lorbach
0ec6b17b0a
Minor changes in the index.php and added language strings
2008-03-12 15:38:48 +01:00
Michael Meckelein
af7e3bfa8f
Implemented backwards reading. Changing read direction works now. There is still an issue with the uid reading backwards ...
2008-03-12 15:32:11 +01:00
Michael Meckelein
7ae44d20d7
fixed: last line was not correctly handled in logstreamdisk
2008-03-12 10:00:04 +01:00
Michael Meckelein
676c702d57
modified: classes/logstream.class.php
...
arrPropertiesOut param is the right one for read operations
2008-03-12 09:39:58 +01:00
Andre Lorbach
bcf8c70283
-Force NOTICE Debug mode for PHP, so we see errors and notices
...
-Removed some NOTICE bugs
-Fixed a bug in the template parser so it ignores object variables
-added source selector into header and backend
2008-03-11 17:55:04 +01:00
Andre Lorbach
79aeab308e
-splitted property constants, so we can clearly assign them to the logstream
...
facility.
-Added config Init function, which will read and init Source Configs.
-Changed index.php so it displayes from the current selected Source
2008-03-11 17:32:06 +01:00
Michael Meckelein
4dc2dfb21c
modified: classes/logstreamdisk.class.php
...
changed the output of readnext according to the interface specification.
there exist arrPropertiesOut now, which is an array of properites. Further
work has to be done ...
2008-03-11 16:21:38 +01:00
Andre Lorbach
0c122ba557
Changed config format
2008-03-11 16:02:22 +01:00
Andre Lorbach
82e1b6bf43
Changed config.php
2008-03-11 15:37:09 +01:00
Andre Lorbach
bc05e7e730
Added sample config.php
2008-03-11 15:33:22 +01:00
Andre Lorbach
d8e6c6acc9
Updates headers of some code files
2008-03-11 12:19:58 +01:00
Andre Lorbach
19d335fcfe
Changed File headers and some other minor things.
2008-03-11 12:04:04 +01:00
Andre Lorbach
b159b1ffa1
Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon
2008-03-11 12:02:35 +01:00
Andre Lorbach
4aef64fc13
Minor changes to the include file headers, and experimentially
...
added FileParser Support into the index.php
2008-03-11 11:59:41 +01:00
Michael Meckelein
a15b0c57f5
modified: classes/logstreamdisk.class.php
...
Improved reading from file using a buffer
Backwards reading is not yet implemented
2008-03-11 11:34:07 +01:00
Michael Meckelein
f3c85a21e5
modified: classes/logstreamdisk.class.php
...
- some read modification including changing direction
- also some performance tuning - not yet ready! This version does not work at all
modified: include/constants_errors.php
2008-03-10 17:30:48 +01:00
unknown
eeff292cba
modified: classes/logstreamdisk.class.php IN_PHPLOGON check added
...
modified: include/functions_common.php fixed dependency issue
2008-02-27 15:52:27 +01:00
Michael Meckelein
11f05a114e
file for all the error messages
2008-02-27 14:37:53 +01:00
Michael Meckelein
1f08f67f19
changed the file name that it fits into the overall design
2008-02-27 14:36:46 +01:00
Michael Meckelein
38c913bb1e
added new classes
2008-02-25 23:18:05 +01:00
Andre Lorbach
fbf848b2f3
Added .htaccess file into phplogcon root directory
2008-02-22 15:04:55 +01:00
Andre Lorbach
0c076853f3
Added initial collection of files for Version 2 of PhpLogCon.
...
This is a total rewrite, and still lots of code is missing.
2008-02-22 14:43:33 +01:00
Andre Lorbach
15badef15f
Initial Remove of all Version 1 files. Version 2 will be a total rewrite.
2008-02-22 14:38:39 +01:00
Michael Meckelein
447b37415b
uml pictures
2008-02-12 14:34:13 +01:00
Michael Meckelein
ba2412db7f
Missing logout link while logged in without cookies fixed.
2007-03-26 10:39:55 +00:00
Michael Meckelein
ff9e11bf89
update due to sourceforge service changes. Files were inconsistent due to a hardware failure at sourceforage.
v1.2.3
2006-05-16 08:50:12 +00:00
Michael Meckelein
62c27d98d0
manual updated
2006-04-19 15:29:01 +00:00
Michael Meckelein
1360f2f600
updated
2006-04-12 15:52:53 +00:00
Michael Meckelein
9cdb5717a6
support for displaying local time
2006-04-12 15:51:37 +00:00
Michael Meckelein
2ec85c38f4
in database-config the language option is checked??? I have removed this.
2006-04-12 12:34:22 +00:00
Michael Meckelein
870e608e8c
Database Options does not work correctly other databases than MySQL in native mode. This is fixed now.
2006-04-12 12:33:49 +00:00
Michael Meckelein
57e734b804
minor fix in user module. The user cookie was checked for a value even if the cookie does not exist
2006-04-12 12:24:04 +00:00
Michael Meckelein
64e993fc30
Improved "Search only for IP", simply changed one sql statement. Now it uses like instead of =
2006-02-06 09:26:44 +00:00
Michael Meckelein
a2693a0374
fixed security bug in user validation
v1-2-2
2005-12-12 11:17:54 +00:00
Michael Meckelein
cec1cb4019
history updated
2005-12-05 16:19:59 +00:00
Michael Meckelein
1b2e0e2d3d
fixed some table style bugs
2005-12-05 16:16:58 +00:00
Michael Meckelein
d3d6d33247
added new files for database config
2005-12-05 15:08:29 +00:00
Michael Meckelein
bec0757079
- Database options added (choosing database during runtime)
...
- version number bug removed
- history information added
2005-12-05 14:53:50 +00:00
Michael Meckelein
50afe2278d
"Message must contain" filter enhanced.
2005-12-05 14:51:04 +00:00
Michael Meckelein
721ac5d69a
these are all legacy files. Removed from cvs, because the files can easily mistaken with the correct onces from the phplogcon\\script folder.
2005-12-05 14:50:03 +00:00
Michael Meckelein
b44c0e8d53
version number changed to 1.2.1
2005-10-19 14:19:30 +00:00
Michael Meckelein
e93c839a02
history update
2005-09-26 14:52:06 +00:00
Michael Meckelein
4e6b976241
file: scripts\\mysql_ct*.sql
...
- removed semicolon at the end of the query
file: scripts\\config.php.ex
- added version number vars
2005-09-26 14:32:00 +00:00
Michael Meckelein
89830877b1
EventsTable.sql removed blank
2005-09-26 09:29:24 +00:00