Module: nagvis Branch: master Commit: befe90a48963621a06844bd676a408279b7b533c URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=befe90a48963621a06844bd676a408279b7b533c
Author: LaMi <[email protected]> Date: Sat Mar 20 19:22:08 2010 +0100 #223 Damaged map configuration files won't block whole NagVis installation anymore --- .../frontend/nagvis-js/classes/FrontendModMap.php | 2 +- .../nagvis-js/classes/NagVisHeaderMenu.php | 105 ++++--- share/frontend/nagvis-js/index.php | 193 +++++++------ share/frontend/wui/classes/WuiCore.php | 15 +- share/frontend/wui/classes/WuiModMap.php | 5 +- share/frontend/wui/index.php | 192 +++++++------ share/server/core/ajax_handler.php | 208 +++++++------- share/server/core/classes/CoreExceptions.php | 32 ++ share/server/core/classes/CoreModMap.php | 22 +- share/server/core/classes/GlobalIndexPage.php | 305 +++++++++++--------- share/server/core/classes/GlobalMapCfg.php | 87 +++--- share/server/core/classes/NagVisAutoMap.php | 4 + share/server/core/classes/WuiViewMapAddModify.php | 4 +- .../core/classes/objects/NagVisStatefulObject.php | 12 + share/server/core/defines/global.php | 1 + share/userfiles/templates/default.css | 5 + share/userfiles/templates/default.header.html | 14 +- 17 files changed, 665 insertions(+), 541 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=befe90a48963621a06844bd676a408279b7b533c ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
