Module: nagvis Branch: master Commit: 863430c2c0361dc3fb5386d10f683eedffb59a0d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=863430c2c0361dc3fb5386d10f683eedffb59a0d
Author: Lars Michelsen <[email protected]> Date: Tue Nov 3 21:59:30 2009 +0100 Implemented dialog/module for changing the password --- install.sh | 1 + .../nagvis-js/classes/CoreModLogonDialog.php | 116 -------------------- .../frontend/nagvis-js/classes/FrontendModAuth.php | 29 +++++- .../nagvis-js/classes/FrontendModLogonDialog.php | 94 ++++++++++++++++- .../nagvis-js/classes/FrontendRequestHandler.php | 6 +- .../nagvis-js/classes/GlobalHeaderMenu.php | 2 + share/frontend/nagvis-js/css/style.css | 90 +++++++++++++++ share/frontend/nagvis-js/index.php | 1 + share/frontend/nagvis-js/js/frontend.js | 22 ++++- .../frontend/{wui => nagvis-js}/js/popupWindow.js | 25 ++++- share/frontend/wui/classes/WuiAddModify.php | 2 +- share/frontend/wui/classes/WuiEditMainCfg.php | 2 +- share/frontend/wui/classes/WuiFrontend.php | 2 +- share/frontend/wui/css/wui.css | 42 ------- share/frontend/wui/js/wui.js | 15 ++- share/server/core/classes/CoreAuthHandler.php | 25 ++++ share/server/core/classes/CoreAuthModSQLite.php | 41 +++++++ share/server/core/classes/CoreAuthModSession.php | 2 + share/server/core/classes/CoreAuthModule.php | 2 + share/userfiles/templates/header/tmpl.default.html | 3 +- 20 files changed, 346 insertions(+), 176 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=863430c2c0361dc3fb5386d10f683eedffb59a0d ------------------------------------------------------------------------------ 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
