Module: nagvis Branch: master Commit: 302ada5f892905f14f34066fd6d26b1820ca734f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=302ada5f892905f14f34066fd6d26b1820ca734f
Author: Lars Michelsen <[email protected]> Date: Wed Dec 29 18:20:16 2010 +0100 Several cleanups * Reduced duplicate code, consolidated object/state fetching functions * Fixed inconsistence with iconsets when refreshing overview maps/automaps * Reduced ajax calls on map/automap/overview page load (state properties) --- ChangeLog | 2 + .../nagvis-js/classes/NagVisAutoMapView.php | 1 + share/frontend/nagvis-js/classes/NagVisMapView.php | 1 + .../nagvis-js/classes/NagVisOverviewView.php | 1 + share/frontend/nagvis-js/js/frontend.js | 25 +-- share/server/core/classes/CoreModAutoMap.php | 13 +- share/server/core/classes/CoreModGeneral.php | 116 -------------- share/server/core/classes/CoreModMap.php | 8 +- share/server/core/classes/CoreModOverview.php | 9 +- share/server/core/classes/GlobalIndexPage.php | 169 +++++++++++-------- share/server/core/classes/GlobalMap.php | 6 +- share/server/core/defines/global.php | 4 + share/server/core/defines/matches.php | 2 +- share/userfiles/templates/default.automap.html | 1 + share/userfiles/templates/default.map.html | 1 + share/userfiles/templates/default.overview.html | 1 + 16 files changed, 146 insertions(+), 214 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=302ada5f892905f14f34066fd6d26b1820ca734f ------------------------------------------------------------------------------ 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
