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.
The database layout name was changed from winsyslog to monitorware.
Existing configuration won't have a problem, winsyslog is converted into
monitorware when the sources are initiated.
Added more debug handling in the functions which output readable
represantations of the syslog facility, severity and so on.
The detail page contains all available details from a syslog
message. Also paging is possible in the detail view.
Minor fixes had to be done to make the detail page possible.
Added german translation to phplogcon.
Fixed a few notice bugs in the function_db.php, which
isn't really used at the moment. But will later when the
user-ui is added.
Also made minor changes and fixes which I discovered while making
another test installation on a linux debian server.
The disk logstream now handeles files which can't be read.
Made language and theme default configurable. Also fixed minor
issues and bugs I found while testing. Looks like we can go for a first
public release now ;)
The pager button logic has been enhanced and modified
for unified support of all logstream classes. The disk logstream
supports a back and last button now. The database logstream has
be changed to work with the new logic. Minor other things have
been changed as well.
Sorting is disabled for all logstream classes now, it is simple
not implemented yet. If sorting for a field is available will be
decided by the logstream classes later.
The install script is very user friendly and 85% operational.
It is more then enough to install phplogcon without touching
any configuration file. You may need to set permissions first.
Also minor other fixes
Predefined searches can be easily reached by the Button left to the search
box. For now I have created a bunch of usefull samples. I hope users are
going to contribute more. A predefined search is simply the querystring
from url for now. The popup is done as css menu, so it works without
javascript as well.
Fixed minor bugs I noticed while developing.
The pager is now fully working for the LogStreamDB, and as far as possible
also in the LogStreamFile. The pager works with the full filtering as well.
Due the nature of file reading, of course very limitied.
Only Forward paging is possible.
Switch Advanced Form to generate search strings and redirect to the index.php
In short, this makes it easier to copy and send links to others. And also
makes it easier to later create predefined custom links.
The DB Driver is almost finished and fully implemented. Currently it
is fixed on MYSQL, but it will be easy to implement other database
types later.
Filtering for the DB Driver works 75%, Date filtering is missing only.
I will work on this tomorrow. Another good thing is that we use DB Field
mapping which means it will be easy to adapt other database schemas later.