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.
We have some in-depth papers on
- | + |
{LN_GEN_DISABLEUSEROPTIONS}
| ||||
{LN_GEN_PREPENDTITLE} | @@ -245,12 +244,25 @@ | |||||
{LN_GEN_DEBUGUSERLOGIN} | -+ | |||||
{LN_GEN_DEBUGTOSYSLOG} | -+ | |||||
{LN_GEN_INJECTHTMLHEADER} | ++ | |||||
{LN_GEN_INJECTBODYHEADER} | ++ | |||||
{LN_GEN_INJECTBODYFOOTER} | ++ | |||||
diff --git a/src/templates/admin/admin_parsers.html b/src/templates/admin/admin_parsers.html index c24195e..c309f10 100644 --- a/src/templates/admin/admin_parsers.html +++ b/src/templates/admin/admin_parsers.html @@ -36,7 +36,7 @@ | {Description} |
- |
@@ -69,12 +69,12 @@ | {DisplayName} | ||
{LN_PARSERS_DESCRIPTION} | +{LN_PARSERS_DESCRIPTION} | {Description} | ||||
{LN_PARSERS_CUSTOMFIELDS} | +{LN_PARSERS_CUSTOMFIELDS} |
{FieldCaption} ({FieldDefine}) @@ -86,7 +86,7 @@ | ||||
{LN_PARSERS_HELP} | -{LN_PARSERS_HELP_CLICK} | +{LN_PARSERS_HELP_CLICK} | ||||
{LN_SOURCES_DESCRIPTION} | +{LN_SOURCES_DESCRIPTION} | {LN_DBUPGRADE_ONESTATEMENTFAILED} | ||||
{LN_DBUPGRADE_ERRMSG} | -SQL Statement | +{LN_DBUPGRADE_ERRMSG} | +SQL Statement | |||
{LN_GEN_USERONLY_LONG} | +{LN_GEN_USERONLY_LONG} | |||||
{LN_GEN_GROUPONLY_LONG} | +{LN_GEN_GROUPONLY_LONG} |