650 Commits

Author SHA1 Message Date
Andre Lorbach
5963b47e7b Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-04-02 18:02:52 +02:00
Andre Lorbach
ac772068b8 wrote in last commit ... 2008-04-02 18:02:33 +02:00
Andre Lorbach
3627f630b3 - Added lineparser for winsyslog based files
- made a few changes to the new parsing code
- added support to generlize time from any source.
- added general date format for the frontend.
2008-04-02 17:54:26 +02:00
Michael Meckelein
27af0e10f2 Merge branch 'master' of git+ssh://mm@git.adiscon.com/git/phplogcon 2008-04-02 17:09:40 +02:00
Michael Meckelein
90983e5de8 added license info to index.php 2008-04-02 17:09:15 +02:00
Rainer Gerhards
53c4876794 clarified licensing 2008-04-02 17:06:36 +02:00
Andre Lorbach
46540c8fe2 enhanced objectmodel.dia 2008-04-02 15:03:32 +02:00
Andre Lorbach
aa30a791cb Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-04-02 14:35:09 +02:00
Andre Lorbach
42412e2613 Created abstract LineParser class, moved Parser Class to LineParserSyslog. 2008-04-02 14:34:22 +02:00
Rainer Gerhards
e114231a5e renamed UML - it's not about logstream, it's the object model ;) 2008-04-02 14:02:33 +02:00
Rainer Gerhards
dd90088466 updated object model to include parser names 2008-04-02 14:02:00 +02:00
Michael Meckelein
ada2cf93c4 renamed: src/doc/Activity.dia -> doc/Activity.dia
renamed:    src/doc/logstream.dia -> doc/logstream.dia
2008-04-02 11:54:36 +02:00
Michael Meckelein
7fbaffd3a4 renamed: ActivityDiadia.dia -> Activity.dia 2008-04-02 11:51:43 +02:00
Michael Meckelein
b9aaf41f37 new file: doc/ActivityDiadia.dia
new file:   doc/logstream.dia
2008-04-02 11:50:00 +02:00
Andre Lorbach
91c017ff66 - Added first implementation of parser class 2008-04-02 11:40:23 +02:00
Andre Lorbach
a5edc60686 Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-03-20 17:25:56 +01:00
Andre Lorbach
00bbb34ad9 - Added almost all logic to read and store the filters in the logstream class. The filters are saved as array which makes it very easy to step through them , and only consider available properties. 2008-03-20 17:24:43 +01:00
Rainer Gerhards
ba1709ed26 clarified license terms 2008-03-18 19:55:18 +01:00
Andre Lorbach
99ebb1a3db - added searchelper javascript file, contains code to preview search line
- $filter variable is now saved an stored as string in the logstream base class
2008-03-18 18:06:11 +01:00
Andre Lorbach
93c877b693 Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-03-18 16:04:50 +01:00
Andre Lorbach
4a7637e352 Moved all code files into src directory 2008-03-18 16:03:38 +01:00
Rainer Gerhards
2753e83add clarified license terms (GPLv3+) 2008-03-18 15:54:20 +01:00
Andre Lorbach
01a728c0e8 Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-03-14 18:30:56 +01:00
Andre Lorbach
2ef8e6811c - Added some javascript code for the search form
- Added background logik to read and display the filters in the search field in the index page
2008-03-14 18:29:42 +01:00
Michael Meckelein
0334520804 now sseek is used in read 2008-03-14 16:29:39 +01:00
Michael Meckelein
e87146c2d7 Merge branch 'master' of git+ssh://mm@git.adiscon.com/git/phplogcon 2008-03-14 15:56:29 +01:00
Andre Lorbach
009cc63d1f -splitted search from index site 2008-03-14 15:53:55 +01:00
Michael Meckelein
658bc1c510 fixed last lf issue when reading backwards 2008-03-14 15:51:07 +01:00
Andre Lorbach
e2284774f1 Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-03-14 14:19:24 +01:00
Andre Lorbach
06d024ae6b - Added new images
- enhanced filter dialog
- minor changes
2008-03-14 14:18:30 +01:00
Michael Meckelein
91cfff6920 introduced GetSortOrderProperties 2008-03-14 13:45:54 +01:00
Michael Meckelein
e932d856eb extended the LogStreamConfig class 2008-03-14 13:38:07 +01:00
Michael Meckelein
d6a323cfab introduced GetMessageCount 2008-03-14 13:29:38 +01:00
Michael Meckelein
31c4644014 bug fix in backwards reading (logstreamdisk) 2008-03-14 12:53:14 +01:00
Michael Meckelein
b8d3dfee50 Merge branch 'master' of git+ssh://mm@git.adiscon.com/git/phplogcon 2008-03-14 11:04:20 +01:00
Michael Meckelein
bd205e78f1 fixed some bugs in reading backwards (logstreamdisk) 2008-03-14 11:03:03 +01:00
Andre Lorbach
4693ce9323 Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-03-13 17:20:23 +01:00
Andre Lorbach
fa13cb8387 - many minor changes in the frontend, some major in the new filter code.
- added javascript code for the frontend, and changed some css style coding as well.
2008-03-13 17:19:15 +01:00
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