Module: nagvis Branch: master Commit: 0ff193e5472e665419e588db7337ec857a72fe50 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0ff193e5472e665419e588db7337ec857a72fe50
Author: LaMi <[email protected]> Date: Sat Nov 14 21:37:15 2009 +0100 Added user,role and permission management dialogs --- .../nagvis-js/classes/GlobalHeaderMenu.php | 5 +- share/frontend/nagvis-js/index.php | 13 +-- share/frontend/nagvis-js/js/ajax.js | 18 ++- share/frontend/nagvis-js/js/frontend.js | 44 +----- share/server/core/ajax_handler.php | 14 +-- share/server/core/classes/CoreAuthHandler.php | 22 +++ share/server/core/classes/CoreAuthModSQLite.php | 67 ++++++++- share/server/core/classes/CoreAuthModSession.php | 37 +++++ .../core/classes/CoreAuthorisationHandler.php | 116 +++++++++++++++ .../core/classes/CoreAuthorisationModSQLite.php | 94 ++++++++++++ .../core/classes/CoreAuthorisationModSession.php | 50 ------- .../server/core/classes/CoreModChangePassword.php | 3 +- share/server/core/classes/CoreModRoleMgmt.php | 148 +++++++++++++++++++ share/server/core/classes/CoreModUserMgmt.php | 139 +++++++++++------ share/server/core/classes/CoreRequestHandler.php | 4 + ...isViewUserAdd.php => NagVisViewManageRoles.php} | 33 +++-- ...agVisViewUserAdd.php => NagVisViewUserMgmt.php} | 29 +++- share/server/core/defines/global.php | 1 + share/userfiles/templates/pages/default.css | 31 ++++- .../userfiles/templates/pages/default.header.html | 7 +- .../templates/pages/default.manageRoles.html | 85 +++++++++++ .../templates/pages/default.userMgmt.html | 155 ++++++++++++++++++++ 22 files changed, 921 insertions(+), 194 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=0ff193e5472e665419e588db7337ec857a72fe50 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
