Module: nagvis Branch: master Commit: e93b2f19de09d4ef3b9405badce9b4b0f470b248 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=e93b2f19de09d4ef3b9405badce9b4b0f470b248
Author: Lars Michelsen <[email protected]> Date: Thu Sep 30 19:22:10 2010 +0200 #359 Changed WUI access controls a bit - The WUI Welcome page has no permission control anymore since it is only a static page without any chance to modify anything. - The Open > WUI link in header menu is shown when the user is permitted to edit at least one thing using the WUI. - The header submenu Options is hidden when the user is not allowed to edit anything. - The single entries in Options are hidden when the user is not allowed to perform the actions. --- docs/en_US/header_templates.html | 12 +++ .../nagvis-js/classes/NagVisHeaderMenu.php | 7 ++ share/frontend/wui/classes/WuiModWelcome.php | 5 +- share/frontend/wui/index.php | 23 +++--- .../core/classes/CoreAuthorisationHandler.php | 11 +++ share/server/core/classes/CoreSQLiteHandler.php | 82 +++++++++++++++++++- share/server/core/classes/GlobalMainCfg.php | 4 +- share/userfiles/templates/default.header.html | 22 +++--- 8 files changed, 133 insertions(+), 33 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=e93b2f19de09d4ef3b9405badce9b4b0f470b248 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
