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 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
new 75634f5 hostpage : modifs de la conf d'un module sauvegardées sur bdd
new 5bea208 hostpage : sauvegarde des informations custom du textarea dans bdd
new 602155e hostpage : ajout d'intervention possible
The 3 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 602155ee469ef8a1fc2ef83429caeeefd0a10ca2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 11:22:55 2015 +0100
hostpage : ajout d'intervention possible
commit 5bea208acea38f176b1a34d9c208604e7b12ce61
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 10:13:53 2015 +0100
hostpage : sauvegarde des informations custom du textarea dans bdd
commit 75634f507277ea1d7b13f3d8a1e7cf82e3c60ce0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 4 17:30:26 2015 +0100
hostpage : modifs de la conf d'un module sauvegardées sur bdd
Summary of changes:
app/modules/storage_modules/shelve_db.py | 49 ++++++++-----
static/js/controllers/hostPageCtrl.js | 114 +++++++++++++++++++++++++++----
views/hostpage.html | 72 +++++++++----------
3 files changed, 166 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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(a)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(a)chorem.org>.
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 4d7d99f hostpage : detection (ràf mettre en forme)
new 16c9ac0 hostpage : OK pour l'affichage des données
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 16c9ac02ff627e4cf35896852d5bc246e859d7d1
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 3 11:19:38 2015 +0100
hostpage : OK pour l'affichage des données
Summary of changes:
app/modules/storage_modules/shelve_db.py | 2 --
static/js/controllers/hostPageCtrl.js | 6 ++--
views/hostpage.html | 62 +++++++++++++++++++++-----------
views/index.html | 2 +-
4 files changed, 44 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 6ce6fa1 l'url détermine l'adresse du websocket dans le controlleur
new 98c7577 séparation des controlleurs angular
new d195dd8 séparation des controlleurs angular
new 7f6bf28 séparation des controlleurs angular (scanCtrl ajouté)
new 419b9f7 hostpage : bilan des check => OK
new 4d7d99f hostpage : detection (ràf mettre en forme)
The 5 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 4d7d99f13b57a5e6314bf490c66f1807a8a21d7b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 18:05:59 2015 +0100
hostpage : detection (ràf mettre en forme)
commit 419b9f75b2c2a84c5a91dae8e02490170e376241
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 17:16:25 2015 +0100
hostpage : bilan des check => OK
commit 7f6bf28c6712f1dcea71cd66a8ba6b69030a6dd4
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 15:03:06 2015 +0100
séparation des controlleurs angular (scanCtrl ajouté)
commit d195dd8ca8927dc09500ce056d9e0de07372d9c2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 14:23:15 2015 +0100
séparation des controlleurs angular
commit 98c7577d5babe9c4dbf21e80197ef9cfb2a536a6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 14:04:23 2015 +0100
séparation des controlleurs angular
Summary of changes:
app/app.py | 7 +-
app/modules/storage_modules/shelve_db.py | 41 ++--
static/js/controllers/dashboardCtrl.js | 141 +++++++++++
static/js/controllers/headCtrl.js | 117 +++++++++
static/js/controllers/hostPageCtrl.js | 21 ++
static/js/controllers/mainCtrl.js | 404 -------------------------------
static/js/controllers/scanCtrl.js | 22 ++
static/js/mumApp.js | 147 +++++++++++
views/dashboard.html | 3 +-
views/hostpage.html | 215 ++++------------
views/index.html | 141 +++++------
11 files changed, 590 insertions(+), 669 deletions(-)
create mode 100644 static/js/controllers/dashboardCtrl.js
create mode 100644 static/js/controllers/headCtrl.js
create mode 100644 static/js/controllers/hostPageCtrl.js
delete mode 100644 static/js/controllers/mainCtrl.js
create mode 100644 static/js/controllers/scanCtrl.js
create mode 100644 static/js/mumApp.js
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.