Author: Lars Michelsen <[email protected]> Date: Tue Sep 20 08:32:57 2011 +0200 Committer: Lars Michelsen <[email protected]> Commit-Date: Tue Sep 20 08:32:57 2011 +0200
Recoded the add/modify dialog to add/edit map objects --- ChangeLog | 2 + TODO | 9 + share/frontend/nagvis-js/js/NagVisObject.js | 7 +- share/frontend/nagvis-js/js/edit.js | 89 +--- share/frontend/nagvis-js/js/editAddModify.js | 192 -------- share/frontend/nagvis-js/js/frontend.js | 21 + share/frontend/nagvis-js/js/popupWindow.js | 5 +- share/server/core/classes/CoreExceptions.php | 7 + share/server/core/classes/CoreModMap.php | 337 ++++--------- share/server/core/classes/CoreModule.php | 13 + share/server/core/classes/CoreRequestHandler.php | 20 +- share/server/core/classes/GlobalMapCfg.php | 53 ++- share/server/core/classes/WuiForm.php | 313 ------------ share/server/core/classes/WuiViewMapAddModify.php | 514 ++++++-------------- share/server/core/mapcfg/default.php | 219 ++++++--- share/userfiles/templates/default.css | 29 ++ .../templates/default.wuiMapAddModify.html | 22 +- 17 files changed, 597 insertions(+), 1255 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=f7ced15990d2495ffc0d4c250335853237cc5cf8 ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
