This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 84e3939 i18n pagination + améliorations new c67bcb2 gestion des choix en mode edition 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 c67bcb21491815883004fbf61f9bfa29439263bc Author: Tony CHEMIT <dev@tchemit.fr> Date: Thu Jan 26 18:45:02 2017 +0100 gestion des choix en mode edition Summary of changes: pollen-persistence/src/main/xmi/pollen.zargo | Bin 21037 -> 21259 bytes .../org/chorem/pollen/services/bean/PollBean.java | 37 ++- .../pollen/services/service/ChoiceService.java | 5 + .../pollen/services/service/PollService.java | 4 +- .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 1 + pollen-ui-riot-js/src/main/web/i18n.json | 22 +- pollen-ui-riot-js/src/main/web/js/ChoiceService.js | 8 +- pollen-ui-riot-js/src/main/web/js/ChoiceText.js | 3 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 55 ++++- pollen-ui-riot-js/src/main/web/js/PollService.js | 24 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 52 ++-- .../src/main/web/tag/poll/CreatePoll.tag | 9 +- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag | 33 ++- .../src/main/web/tag/poll/PollChoiceText.tag | 179 +++++++++++--- .../src/main/web/tag/poll/PollChoiceTextGroup.tag | 33 --- .../src/main/web/tag/poll/PollChoices.tag | 68 ++++++ .../src/main/web/tag/poll/PollChoicesText.tag | 262 ++++++++++++++++----- .../src/main/web/tag/poll/PollCreated.tag | 2 +- .../src/main/web/tag/poll/PollVotes.tag | 4 - pollen-ui-riot-js/src/main/web/tag/poll/Polls.tag | 47 +++- 21 files changed, 656 insertions(+), 193 deletions(-) delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceTextGroup.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollChoices.tag -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.