Module: nagvis Branch: master Commit: 17897619f080dae222512e39342e2ff801e088a1 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=17897619f080dae222512e39342e2ff801e088a1
Author: Lars Michelsen <[email protected]> Date: Sun Dec 26 00:27:37 2010 +0100 Recoded map object references All map objects need to have an object id which needs to be unique on each map. All map objects which have no object id defined will get one generated. This makes migration easier. This new object id will be used on relative coords and during json requests. The automap is broken for the moment but will be fixed soon. --- ChangeLog | 3 + .../nagvis-js/classes/FrontendModAutoMap.php | 10 +- .../frontend/nagvis-js/classes/FrontendModMap.php | 6 +- .../nagvis-js/classes/NagVisHeaderMenu.php | 12 +- share/frontend/nagvis-js/js/ajax.js | 17 +- share/frontend/nagvis-js/js/frontend.js | 28 +- share/frontend/nagvis-js/js/hover.js | 8 +- share/frontend/wui/classes/WuiCore.php | 4 +- share/frontend/wui/classes/WuiModMap.php | 4 +- share/frontend/wui/classes/WuiViewMap.php | 6 +- share/server/core/classes/CoreModAutoMap.php | 42 +- share/server/core/classes/CoreModGeneral.php | 29 +- share/server/core/classes/CoreModMap.php | 41 +- share/server/core/classes/CoreModMultisite.php | 2 +- share/server/core/classes/GlobalIndexPage.php | 10 +- share/server/core/classes/GlobalMapCfg.php | 858 ++++++++++---------- share/server/core/classes/NagVisAutoMap.php | 6 +- share/server/core/classes/NagVisAutomapCfg.php | 10 +- share/server/core/classes/NagVisUrl.php | 11 +- share/server/core/classes/objects/NagVisMapObj.php | 207 +++--- share/server/core/defines/matches.php | 1 + 21 files changed, 658 insertions(+), 657 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=17897619f080dae222512e39342e2ff801e088a1 ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
