Author: Lars Michelsen <[email protected]> Date: Sat Mar 9 09:50:14 2013 +0100 Committer: Lars Michelsen <[email protected]> Commit-Date: Sat Mar 9 09:50:14 2013 +0100
New feature: On demand maps (no config file needed) Implemented "on demand" maps. Maps which only need a basic configuration of global parameters like automaps and geomaps can now be configured and created on demand by URL parameters. This mode is reached by simply calling the map URL without "show=" parameter and a bunch of parameters for the global section of the map instead. --- ChangeLog | 7 + .../frontend/nagvis-js/classes/FrontendModMap.php | 5 +- share/server/core/classes/CoreModMap.php | 2 +- share/server/core/classes/GlobalCore.php | 17 ++- share/server/core/classes/GlobalMapCfg.php | 144 +++++++++++++------- share/server/core/defines/matches.php | 1 + share/server/core/mapcfg/default.php | 2 +- share/server/core/sources/automap.php | 6 +- share/server/core/sources/general.php | 5 +- share/server/core/sources/geomap.php | 1 + 10 files changed, 136 insertions(+), 54 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=f7b534b9d9016f717a92b688424acf32fada3cab ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
