Module: nagvis Branch: master Commit: a106c65a3a4954f4b7fc31b5bd406ea41fba4684 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=a106c65a3a4954f4b7fc31b5bd406ea41fba4684
Author: Lars Michelsen <[email protected]> Date: Tue Feb 1 18:14:40 2011 +0100 Allowing # chars in style/label style attributes now Conflicts: share/server/core/defines/matches.php --- share/server/core/defines/matches.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/defines/matches.php b/share/server/core/defines/matches.php index ec17dd1..3ec0fdc 100644 --- a/share/server/core/defines/matches.php +++ b/share/server/core/defines/matches.php @@ -37,7 +37,7 @@ define('MATCH_STRING_PATH', '/^[0-9a-z\s\_\.\-\/\\\]+$/i'); define('MATCH_STRING_URL', '/^[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\,\.\-\#\@\=\/\\\]+$/i'); define('MATCH_STRING_URL_EMPTY', '/^[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\,\.\-\#\@\=\/\\\]*$/i'); define('MATCH_GADGET_OPT', '/^[0-9a-z\s\:\+\[\]\(\)\_\.\,\-\&\?\!\#\@\=\/\\\%]+$/i'); -define('MATCH_STRING_STYLE', '/^[0-9a-z\:\;\-\+\%]*$/i'); +define('MATCH_STRING_STYLE', '/^[0-9a-z\:\;\-\+\%\#]*$/i'); define('MATCH_COORDS', '/^(?:(?:[0-9]+)|([a-z0-9]+(?:%[+-][0-9]+)?))$/'); define('MATCH_COORDS_MULTI', '/^(?:(?:(?:[0-9]+)|([a-z0-9]+(?:%[+-][0-9]+)?))[\.\,]?)+$/'); ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
