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 16c9ac0 hostpage : OK pour l'affichage des données new 350dcba frontend : passage du javascript de bootstrap (qui nécessite JQuery) à un AngularJS bootstrap (pour les modals, accordion, etc.) hostpage : affichage de la conf d'un module The 1 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 350dcba6b3065fb304668d921798862f46e8edf6 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Mar 4 17:04:28 2015 +0100 frontend : passage du javascript de bootstrap (qui nécessite JQuery) à un AngularJS bootstrap (pour les modals, accordion, etc.) hostpage : affichage de la conf d'un module Summary of changes: app/app.py | 9 +- app/module_loader.py | 31 +- app/modules/storage_modules/shelve_db.py | 50 ++- bower.json | 3 +- conf.txt | 2 + static/css/dashboard.css | 2 + static/js/controllers/dashboardCtrl.js | 19 +- static/js/controllers/headCtrl.js | 14 +- static/js/controllers/hostPageCtrl.js | 76 +++- static/js/mumApp.js | 16 +- views/hostpage.html | 597 ++++++++++++++++--------------- views/index.html | 22 +- 12 files changed, 516 insertions(+), 325 deletions(-) create mode 100644 conf.txt -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.