This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 70fce41 fixes #7893 ajout de deux methodes pour récupérer les arbres des ancêtres et descendants d'un projet new f7f0ac0 refs-30 #7894 prepare modal presentation of project hierarchy new 24a8cda refs-80 #7894 prepare add first draw of hierarchy graph new 7e69d18 fix tooltip in questions list new dc06ade refs #7894 add links on hierarchy graph nodes 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 dc06ade58980363c2de987c3b9e98763cc745a1c Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 12 17:54:51 2016 +0100 refs #7894 add links on hierarchy graph nodes commit 7e69d18d635092505394391d7b73ef1f03c173f6 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 12 17:54:22 2016 +0100 fix tooltip in questions list commit 24a8cdaf9041ab81b16963ea2d3ef19030f2fdb4 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jan 11 18:53:34 2016 +0100 refs-80 #7894 prepare add first draw of hierarchy graph commit f7f0ac087573298e1d87b65d4810e8d0ea9fad9e Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jan 11 14:51:17 2016 +0100 refs-30 #7894 prepare modal presentation of project hierarchy Summary of changes: .../coselmar/services/v1/QuestionsWebService.java | 4 +- coselmar-ui/pom.xml | 6 + .../src/main/webapp/css/d3-collapsible-tree.css | 109 + coselmar-ui/src/main/webapp/i18n/en.js | 4 + coselmar-ui/src/main/webapp/i18n/fr.js | 4 + coselmar-ui/src/main/webapp/index.html | 3 + .../src/main/webapp/js/coselmar-controllers.js | 118 ++ .../main/webapp/js/coselmar-questions-services.js | 12 + .../src/main/webapp/js/d3-2waytree-graph.js | 424 ++++ coselmar-ui/src/main/webapp/js/d3.layout.js | 2123 ++++++++++++++++++++ .../webapp/views/questions/modalHierarchy.html | 21 + .../src/main/webapp/views/questions/questions.html | 8 +- .../main/webapp/views/questions/viewquestion.html | 2 +- pom.xml | 8 + 14 files changed, 2839 insertions(+), 7 deletions(-) create mode 100644 coselmar-ui/src/main/webapp/css/d3-collapsible-tree.css create mode 100644 coselmar-ui/src/main/webapp/js/d3-2waytree-graph.js create mode 100644 coselmar-ui/src/main/webapp/js/d3.layout.js create mode 100644 coselmar-ui/src/main/webapp/views/questions/modalHierarchy.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.