This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git from 9e65d6f remove non wanted annotation new bd2a079 move CloudWord class to persistence module new d84fffe refs-60 #7974 Add service with *postgresql* request to get top words from project and associated documents new e496b61 refs-90 #7974 Add words cloud on project page new 097bc5f Merge branch 'feature/7974-cloud-tag-on-project' into develop 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 097bc5fa8f56615d80d68080467d61902c800781 Merge: 9e65d6f e496b61 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 16 17:44:47 2016 +0100 Merge branch 'feature/7974-cloud-tag-on-project' into develop commit e496b6125047a37c3a62ee573740ab434ae528ba Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 16 17:44:39 2016 +0100 refs-90 #7974 Add words cloud on project page commit d84fffe330a8261abfe8f1d7f7cd4d9c8b33813b Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 16 17:25:37 2016 +0100 refs-60 #7974 Add service with *postgresql* request to get top words from project and associated documents commit bd2a079b03e947abad43168e2f55856a7864e9eb Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 16 15:34:03 2016 +0100 move CloudWord class to persistence module Summary of changes: .../java/fr/ifremer/coselmar/beans/CloudWord.java | 0 .../coselmar/config/CoselmarServicesConfig.java | 7 +++ .../persistence/entity/QuestionTopiaDao.java | 63 ++++++++++++++++++++++ ...ts.sql => V1_5_0_1__7974_add_pg_dictionary.sql} | 22 ++++---- .../coselmar/services/v1/QuestionsWebService.java | 29 ++++++++++ coselmar-rest/src/main/resources/mapping | 1 + coselmar-ui/src/main/webapp/i18n/en.js | 1 + coselmar-ui/src/main/webapp/i18n/fr.js | 1 + .../src/main/webapp/js/coselmar-controllers.js | 14 +++++ .../main/webapp/js/coselmar-questions-services.js | 8 +++ .../main/webapp/views/questions/viewquestion.html | 9 ++++ 11 files changed, 143 insertions(+), 12 deletions(-) rename {coselmar-rest => coselmar-persistence}/src/main/java/fr/ifremer/coselmar/beans/CloudWord.java (100%) copy coselmar-persistence/src/main/resources/db/migration/{V1_2_0_1__7867_add_list_links_in_projects.sql => V1_5_0_1__7974_add_pg_dictionary.sql} (67%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.