1135 Commits

Author SHA1 Message Date
Andre Lorbach
6155055090 Converted all files from the classes folder to UNIX format 2008-05-05 14:32:52 +02:00
Andre Lorbach
f46d0edf62 Solved Merge conflicts with beta branch
Conflicts:

	src/details.php
	src/index.php
	src/install.php
	src/search.php
	src/userchange.php
2008-05-05 11:47:45 +02:00
Andre Lorbach
28baedd51e Removed ^M from main php files 2008-05-05 11:42:25 +02:00
Andre Lorbach
c8927f50ce Merge branch 'beta' 2008-05-05 11:28:04 +02:00
Andre Lorbach
f847756320 Removed ^M from contrib/*.sh files 2008-05-05 11:27:36 +02:00
Andre Lorbach
5732adef0f Appended changes into changelog, and made a few bugfixes to the new features v2.3.1 2008-05-02 17:33:21 +02:00
Andre Lorbach
761ee2f92c Added new configuration variable to set the default SourceID
If the default source id differs from the current used one, the sourceid
variable will be appened into the search form, as well as into all needed links
within phplogcon. This makes it easier to copy and send links around.
2008-05-02 17:10:28 +02:00
Andre Lorbach
4b9e8c2994 Implemented auto reload function into main list view
Auto reload can be enabled in the configuration, but by default it
is disabled. However you can set auto reload anytime in your session
within phplogcon. The refresh is done using a META REFRESH.
2008-05-02 15:37:57 +02:00
Andre Lorbach
239e243d9e Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-05-02 14:33:03 +02:00
Andre Lorbach
eeb144cbe0 Added support for gzip compression, of course configurable.
Gzip compression will reduce bandwith usage, so the default
setting is on.
2008-05-02 14:29:04 +02:00
Andre Lorbach
1656117827 The page title is now created with Source, and other useful informations.
It is also possible to configure a custom title string with the configuration,
which will be prepended into each phpLogcon page.
2008-05-02 12:20:55 +02:00
Rainer Gerhards
147349e8da fixed some nits in ChangeLog 2008-04-30 18:12:13 +02:00
Andre Lorbach
4bbe8170e3 Incremented build and appended changelog v2.3.0 2008-04-30 18:01:43 +02:00
Andre Lorbach
ebef4191c8 Merge branch 'detailview' 2008-04-30 17:52:29 +02:00
Andre Lorbach
99b9857cf6 Made DB Row Counting configurable for better performance.
If you have a large database, it is recommended to turn DB Row Counting
off as it will have impact on the performance of phplogcon.
However if you have a smaller database below 500000 records),
it is a very nice feature.
2008-04-30 17:44:45 +02:00
Andre Lorbach
424bfed63b Changed Msgtype Eventreporter into WinEventLog 2008-04-30 17:05:41 +02:00
Andre Lorbach
180a0c3dd0 Added filter for messagetype field into logstream and search form
this filter is usefull if you have multiple sources writing into
the same database table.
2008-04-30 17:00:26 +02:00
Andre Lorbach
2e6c50e8c9 Optimiced db driver, performs much faster on larger database now if you run a search.
We are using the SQL_CALC_FOUND_ROWS and FOUND_ROWS() mysql feature which
is available since MYSQL 4.x. So this also means we require at least MYSQL 4.x
for phplogcon to run on.
2008-04-30 13:19:07 +02:00
Andre Lorbach
810fa4b83b Merge branch 'beta' into detailview 2008-04-30 11:07:45 +02:00
Andre Lorbach
c77be58449 Merge branch 'beta' 2008-04-30 11:07:31 +02:00
Andre Lorbach
27c8840ad5 Added missing facility 10 to 15 from RFC3164 into phhlogcon 2008-04-30 11:06:51 +02:00
Andre Lorbach
551b886d7d Merge branch 'beta' into detailview 2008-04-29 18:08:27 +02:00
Andre Lorbach
6a796c47ed Merge branch 'beta' 2008-04-29 18:05:53 +02:00
Andre Lorbach
165042621e Forgot to comment last change in changelog, done now. v2.1.3 2008-04-29 18:04:02 +02:00
Andre Lorbach
1388efe36d Finalized new inline button menus, the inline search also works for severity and facility now. 2008-04-29 17:44:52 +02:00
Andre Lorbach
68408c3292 Merge branch 'beta' into detailview 2008-04-29 14:57:53 +02:00
Andre Lorbach
e2561c7098 Merge branch 'beta' 2008-04-29 14:57:43 +02:00
Andre Lorbach
20457e0a68 Fixed a bug in the installer, the table type was not written into the sample configuration.
Typical copy & paste error, happens even to me from time to time.
Also changed table default from winsyslog to monitorware within the install.php
2008-04-29 14:55:45 +02:00
Andre Lorbach
8dd71e818f Added new kind of popup menu for use within the grid.
The popup menu uses javascript and is shown on click.
It seems to be the best option so far for later development.
This state is kind of in the middle as I need to take care
of a bug in the beta branch.
2008-04-29 14:51:26 +02:00
Andre Lorbach
36035a8946 Merge branch 'beta' into detailview 2008-04-28 18:01:05 +02:00
Andre Lorbach
9624d69f82 Merge branch 'beta' 2008-04-28 18:00:54 +02:00
Andre Lorbach
d953831f04 Forget to edit changelog, done now v2.1.2 2008-04-28 17:57:50 +02:00
Andre Lorbach
2f5034526d Merge branch 'beta' into detailview 2008-04-28 17:52:01 +02:00
Andre Lorbach
cfc9669d8e Merge branch 'beta' 2008-04-28 17:51:50 +02:00
Andre Lorbach
24e35c61d1 Incremented version number from beta branch to 2.1.2 2008-04-28 17:43:42 +02:00
Andre Lorbach
f2bd44ed11 Added inline search buttons into the main view.
Going to discuss these new buttons tomorrow with rainer. I kind of like them,
but I also have additional ideas.
2008-04-28 17:41:25 +02:00
Andre Lorbach
270f6da023 removed tracking for syslog sample file in this branch as well. 2008-04-28 16:42:12 +02:00
Andre Lorbach
0900c29e13 Merge branch 'beta' into detailview
Conflicts:

	src/samplelogs/syslog
2008-04-28 16:41:27 +02:00
Andre Lorbach
0ad5b8b5f8 Merge branch 'beta' 2008-04-28 16:40:17 +02:00
Andre Lorbach
4afdabc1c7 Removed syslog sample logfile from samplelogs, fixed minor issue in the installer
The sample syslog was not intend to go into the git reposeritory. So it has
been removed.

The installer didn't write the SourceID with quotes, so this caused unnecessary
notices if debugging was enabled.
2008-04-28 16:37:47 +02:00
Andre Lorbach
d2ec2b58db Merge branch 'beta' into detailview 2008-04-28 16:27:18 +02:00
Andre Lorbach
6d7a5890da Merge branch 'beta' 2008-04-28 16:27:05 +02:00
Andre Lorbach
15f4b48faf restored syslog samplelog which is going to be removed anyway. 2008-04-28 16:25:54 +02:00
Andre Lorbach
ea2119ea56 Fixed bug in logstreamlineparsersyslog.class which failed to parse some rsyslog loglines.
In rsyslog v3 we have the timezone within the timestamp. The regex rules with the
logstreamlineparsersyslog were not working on negativ timezones.
2008-04-28 16:23:57 +02:00
Andre Lorbach
148f4ce426 Working on new filter functions when you search for events ... 2008-04-28 16:21:09 +02:00
Andre Lorbach
9aa15b41d3 Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon 2008-04-28 15:46:04 +02:00
Andre Lorbach
c217e4c0f0 Merge branch 'beta' into detailview 2008-04-28 15:45:22 +02:00
Andre Lorbach
88888d3dc8 Special characters like german "umlaute" are now proberly replaced
This means characters like ä will be replaced with ä for example.
This works for the detail page and the index page
2008-04-28 15:43:06 +02:00
Andre Lorbach
d1707f7f9f Merge branch 'beta' into detailview 2008-04-28 14:38:52 +02:00
Andre Lorbach
89deb11c3a Added link to help page, pointing to rsyslog wiki 2008-04-28 14:37:20 +02:00