This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from 1ecd69d subscription on service new 111b8f9 dashboard : all filters update the url new 11ca696 log modal button moved to menu bar new e3a8844 removed profile page and merged with user page new dec3951 exception raised on snmp conn on more cases The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit dec3951ad50ee41b6c11275f598c3d348a0ac8a7 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Jun 24 18:21:23 2015 +0200 exception raised on snmp conn on more cases commit e3a8844d57b7936a7a094f6aa5706b217596c286 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Jun 24 14:54:28 2015 +0200 removed profile page and merged with user page commit 11ca6963d0c23551c99758a761e1b7f92d84166e Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Jun 24 13:52:27 2015 +0200 log modal button moved to menu bar commit 111b8f996fcb84a07f77e8f7bad9c37edbd7f48b Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Jun 24 11:31:24 2015 +0200 dashboard : all filters update the url Summary of changes: app/modules/connection_modules/snmp.py | 8 ++ app/modules/connection_modules/snmp_walk.py | 8 ++ app/mum.py | 4 - static/js/controllers/dashboardCtrl.js | 63 ++++++------ static/js/controllers/headCtrl.js | 29 +++++- static/js/controllers/profileCtrl.js | 105 -------------------- static/js/controllers/usersCtrl.js | 31 +++++- static/js/mumApp.js | 17 ++-- views/dashboard.html | 45 ++++----- views/index.html | 28 +++++- views/profile.html | 144 ---------------------------- views/users.html | 51 ++++++++-- 12 files changed, 189 insertions(+), 344 deletions(-) delete mode 100644 static/js/controllers/profileCtrl.js delete mode 100644 views/profile.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.