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.
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