Author:   Lars Michelsen <[email protected]>
Date:     Tue Sep  4 11:05:06 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Tue Sep  4 11:05:06 2012 +0200

Bugfix: Allowing percentages above 999 in weathermap_line_colors option

---

 ChangeLog                             |    3 ++-
 TODO                                  |    1 +
 share/server/core/defines/matches.php |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b825b8c..e918199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 1.7b4
 Core
+  * Added new weathermap line type which shows only the used bandwidth in 
labels
   * Bugfix: Geomaps use real generated object_ids instead of hostnames for 
transactions
     (prevents problems with spaces in hostnames and so on)
-  * Added new weathermap line type which shows only the used bandwidth in 
labels
+  * Bugfix: Allowing percentages above 999 in weathermap_line_colors option
 
 Frontend
   * Bugfix: Fixed hover menu positioning in scrolled maps
diff --git a/TODO b/TODO
index c255047..a47e475 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,7 @@ Offene Punkte:
 
 - Rotationen: Externe Seiten alternativ in iframe öffnen (z.B. Check_MK Views)
 - Hover- und Contextmenü-Macros vereinheitlichen
+- Map global editing in frontend does not work for geomaps
 
 Nice2have:
   - Option zum persistieren der Optionen für einen selbst
diff --git a/share/server/core/defines/matches.php 
b/share/server/core/defines/matches.php
index ff06f3c..ef8cfb9 100644
--- a/share/server/core/defines/matches.php
+++ b/share/server/core/defines/matches.php
@@ -99,7 +99,7 @@ define('MATCH_INTEGER_PRESIGN_EMPTY', '/^[\+\-]?[0-9]*$/');
 define('MATCH_ORDER', '/^(?:asc|desc)$/');
 define('MATCH_TEXTBOX_WIDTH', '/^([0-9]+|auto)$/');
 define('MATCH_TEXTBOX_HEIGHT', '/^([0-9]+|auto)$/');
-define('MATCH_WEATHER_COLORS', 
'/^(?:[0-9]{1,3}(\.[0-9]{1,2})?:#[0-9a-f]{6},?)+$/');
+define('MATCH_WEATHER_COLORS', 
'/^(?:[0-9]{1,4}(\.[0-9]{1,2})?:#[0-9a-f]{6},?)+$/');
 define('MATCH_SOCKET', 
'/^(unix:[a-zA-Z0-9\-_\.\/]+|tcp:[a-zA-Z0-9\-\.]+:[0-9]{1,5})$/');
 
 define('MATCH_WUI_ADDMODIFY_DO', '/^(add|modify)$/');


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to