Module: nagvis Branch: master Commit: 091b9899b4ee9806e051a123bbcea4c54a374d61 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=091b9899b4ee9806e051a123bbcea4c54a374d61
Author: Lars Michelsen <[email protected]> Date: Tue Nov 2 19:32:32 2010 +0100 Added user/role profile configs; Added first sidebar version Core * Added user/role profile config files located in nagvis/etc/profiles/(user|role).profile. The profile files can contain user/role specific options like languages and so on. * The language of a user is stored in the profile file now. Frontend * Added new sidebar for better navigation. It can be opened by klicking on the "Open" label in the header menu. The state of the sidebar and the single nodes is stored in user specific profile files. --- ChangeLog | 11 ++ .../nagvis-js/classes/NagVisAutoMapView.php | 4 +- share/frontend/nagvis-js/classes/NagVisMapView.php | 4 +- .../nagvis-js/classes/NagVisOverviewView.php | 6 +- share/frontend/nagvis-js/js/frontendContext.js | 2 +- share/frontend/nagvis-js/js/frontendHover.js | 2 +- share/frontend/nagvis-js/js/nagvis.js | 19 +++ share/frontend/wui/classes/WuiViewMap.php | 28 ++-- share/frontend/wui/classes/WuiViewWelcome.php | 14 +- share/server/core/ajax_handler.php | 1 + share/server/core/classes/CoreModUser.php | 72 +++++++++ share/server/core/classes/CoreUserCfg.php | 116 +++++++++++++++ share/server/core/classes/GlobalLanguage.php | 19 ++-- share/server/core/classes/GlobalMainCfg.php | 6 + .../images/templates/default.folder_closed.gif | Bin 0 -> 92 bytes .../images/templates/default.folder_open.gif | Bin 0 -> 87 bytes share/userfiles/templates/default.automap.html | 1 + share/userfiles/templates/default.css | 14 ++ share/userfiles/templates/default.header.html | 19 +++- share/userfiles/templates/default.header.js | 152 ++++++++++++++++++++ share/userfiles/templates/default.map.html | 1 + share/userfiles/templates/default.overview.html | 1 + share/userfiles/templates/default.wuiMap.html | 1 + 23 files changed, 457 insertions(+), 36 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=091b9899b4ee9806e051a123bbcea4c54a374d61 ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
