diff --git a/ChangeLog b/ChangeLog index ef5517d..a06c1f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ --------------------------------------------------------------------------- +Version 2.5.15 (beta), 2008-10-22 +- Corrected the check for magic_quotes_gpc which is important when saving + configuration values are saved into the UserDB. This also fixes a + problem of duplicating backslahes when using \ or ' in string fields. +- Fixed a minor bug of handling and saving the ViewEntriesPerPage option. +- Added Option to inject custom html code into the header and footer. +- Added Help Links into the message parser admin panel. +- Cleaned up and enhanced the default and dark theme. +- Improved documentation +--------------------------------------------------------------------------- Version 2.5.14 (beta), 2008-10-10 - Added support for fully customizeable fields. This includes a fields admin with possibility to customize width and alignment of fields, diff --git a/doc/basics.html b/doc/basics.html index fae90ba..dd37573 100644 --- a/doc/basics.html +++ b/doc/basics.html @@ -38,7 +38,10 @@ do anything special.

With phpLogCon, you can search any datasource for a variety of properties. By default, text is searched within the msg part of the message. However, quite complex searches can be performed. It is suggested to use the "advanced search" -button to build these. Note that searches are done via http get requests. That +button to build these. Alternatively, you can also review the +"phpLogCon search syntax" documentation to see how +to craft complex searches manually. +

Note that searches are done via http get requests. That means you can copy and paste an url (or bookmark and email it) and that URL will contain a complete source. This is actually a great way to send searches to a co-worker or have some automatted process (eg via cron " wget) pull specific diff --git a/doc/manual.html b/doc/manual.html index 53d6494..7eabdaa 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -21,12 +21,15 @@ example those that are written by the syslgod.

  • phpLogCon basics Important - read this!
  • phpLogCon Search syntax
  • phpLogCon configuration parameters
  • +
  • working with text log files
  • +
  • using Windows Event Logs with phpLogCon
  • troubleshooting phpLogCon problems
  • phpLogCon professional services
  • We have some in-depth papers on