Module: nagvis Branch: master Commit: c1bdb43f688b431b428e9a102acfef13ee79629f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=c1bdb43f688b431b428e9a102acfef13ee79629f
Author: Lars Michelsen <[email protected]> Date: Sat Oct 17 20:38:46 2009 +0200 The core server uses the new core structure (Messages, Authentication, Autorisation, Validation, Modularisation, ...) --- .../frontend/nagvis-js/classes/FrontendModAuth.php | 1 - .../nagvis-js/classes/FrontendModAutomap.php | 48 +-- .../frontend/nagvis-js/classes/FrontendModInfo.php | 1 - .../frontend/nagvis-js/classes/FrontendModMap.php | 34 +-- .../nagvis-js/classes/FrontendModOverview.php | 1 - .../frontend/nagvis-js/classes/FrontendModUrl.php | 1 - .../frontend/nagvis-js/classes/FrontendModule.php | 42 +-- share/frontend/nagvis-js/js/ajax.js | 7 + share/frontend/nagvis-js/js/frontend.js | 60 ++-- share/frontend/nagvis-js/js/frontendMessage.js | 17 +- share/frontend/nagvis-js/js/hover.js | 2 +- share/server/core/ajax_handler.php | 431 ++++++-------------- .../core}/classes/CoreAuthHandler.php | 0 .../core}/classes/CoreAuthModFile.php | 0 .../core}/classes/CoreAuthModSession.php | 0 .../core}/classes/CoreAuthModule.php | 0 .../core}/classes/CoreAuthorisationHandler.php | 0 .../core}/classes/CoreAuthorisationModFile.php | 0 .../core}/classes/CoreAuthorisationModSession.php | 0 .../core}/classes/CoreAuthorisationModule.php | 0 .../core}/classes/CoreModuleHandler.php | 2 +- .../core}/classes/CoreSessionHandler.php | 0 .../core}/classes/CoreUriHandler.php | 41 ++- share/server/core/classes/objects/NagVisHost.php | 1 + share/server/core/defines/matches.php | 7 + 25 files changed, 236 insertions(+), 460 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=c1bdb43f688b431b428e9a102acfef13ee79629f ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
