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 cda9e55 fix simple search <-> advanced search change in ui new 7440c25 refs-40 #7858 Revue coté service de la recherche avancée de projet/questions new 40d728b fixes #7858 add advanced search on project in ui The 2 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 40d728b611ae15a4db2668e31884d3c7a2eab839 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Dec 24 14:51:49 2015 +0100 fixes #7858 add advanced search on project in ui commit 7440c251e020ab8d97ad31fbf8699e397952d44c Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 23 17:44:41 2015 +0100 refs-40 #7858 Revue coté service de la recherche avancée de projet/questions Summary of changes: .../coselmar/beans/DocumentSearchExample.java | 24 +++ .../ifremer/coselmar/beans/QuestionSearchBean.java | 59 -------- .../coselmar/beans/QuestionSearchExample.java | 110 ++++++++++++++ .../fr/ifremer/coselmar/beans/SearchExample.java | 20 ++- .../persistence/entity/QuestionTopiaDao.java | 83 ++++++++--- ...UserSearchBean.java => QuestionSearchBean.java} | 47 ++++-- .../coselmar/converter/BeanEntityConverter.java | 58 +++++++ .../services/CoselmarRestApplicationListener.java | 4 +- .../indexation/QuestionsIndexationService.java | 1 + .../indexation/TransverseIndexationService.java | 13 -- .../coselmar/services/v1/DocumentsWebService.java | 28 ++-- .../coselmar/services/v1/HealthService.java | 1 + .../coselmar/services/v1/QuestionsWebService.java | 69 ++++++--- .../coselmar/services/QuestionsWebServiceTest.java | 2 +- coselmar-ui/src/main/webapp/i18n/en.js | 5 + coselmar-ui/src/main/webapp/i18n/fr.js | 5 + .../src/main/webapp/js/coselmar-controllers.js | 46 ++++++ .../src/main/webapp/views/questions/questions.html | 15 +- .../src/main/webapp/views/questions/toolsPart.html | 166 +++++++++++++++++++++ 19 files changed, 599 insertions(+), 157 deletions(-) delete mode 100644 coselmar-persistence/src/main/java/fr/ifremer/coselmar/beans/QuestionSearchBean.java create mode 100644 coselmar-persistence/src/main/java/fr/ifremer/coselmar/beans/QuestionSearchExample.java copy coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/{UserSearchBean.java => QuestionSearchBean.java} (58%) create mode 100644 coselmar-ui/src/main/webapp/views/questions/toolsPart.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.