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 0a32ad4 hostpage: correction du nom de l'OS possible new 3eff4c3 restructuration des envois JSON new 3e312ae js : tous les appels websocket ont une réponse appropriée new 3dbc9ef profile: affichage et modif des parametres de l'utilisateur new 13ba585 notifications: corrigé bug d'affichage si plusieurs modules de notif chargés 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 13ba585dc6f0c29b5b1bd5a63f52305570e87bfe Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Mar 25 17:33:11 2015 +0100 notifications: corrigé bug d'affichage si plusieurs modules de notif chargés commit 3dbc9efd1a3a198d99af2e21aa47e98c46ec0c5e Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Mar 25 13:22:03 2015 +0100 profile: affichage et modif des parametres de l'utilisateur commit 3e312ae0f34cc32c79619dc75a08ccb53389ef63 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Mar 25 11:19:38 2015 +0100 js : tous les appels websocket ont une réponse appropriée commit 3eff4c308f8a65005a94e2c3bdb8de23162a7068 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Mar 25 10:51:14 2015 +0100 restructuration des envois JSON Summary of changes: app/app.py | 9 +- app/module_loader.py | 8 +- app/modules/notification_modules/sms_notif.py | 35 +++++ app/modules/storage_modules/shelve_db.py | 58 +++++++- static/js/controllers/groupCtrl.js | 17 ++- static/js/controllers/headCtrl.js | 36 ++--- static/js/controllers/hostPageCtrl.js | 93 ++++++++----- static/js/controllers/notificationsCtrl.js | 70 ++++++---- static/js/controllers/profileCtrl.js | 48 +++++++ static/js/controllers/usersCtrl.js | 8 +- static/js/mumApp.js | 4 +- views/hostpage.html | 187 +++++--------------------- views/index.html | 8 +- views/notifications.html | 27 ++-- views/profile.html | 27 ++-- 15 files changed, 360 insertions(+), 275 deletions(-) create mode 100644 app/modules/notification_modules/sms_notif.py create mode 100644 static/js/controllers/profileCtrl.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.