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 b89351e gestion des utilisateurs bannis new 69819a2 Renommage de tags + gestion des participants à un sondage 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 69819a275bb7a32cadf7a47a6cc3b442d0b26a9b Author: Tony CHEMIT <dev@tchemit.fr> Date: Thu Feb 2 10:14:58 2017 +0100 Renommage de tags + gestion des participants à un sondage Summary of changes: pollen-persistence/src/main/xmi/pollen.zargo | Bin 21259 -> 21327 bytes .../org/chorem/pollen/services/bean/PollBean.java | 16 +++ .../pollen/services/service/PollService.java | 5 + pollen-ui-riot-js/src/main/web/i18n.json | 15 ++- pollen-ui-riot-js/src/main/web/js/PollForm.js | 11 ++ .../poll/{PollChoiceDate.tag => ChoiceDate.tag} | 4 +- .../poll/{PollChoiceText.tag => ChoiceText.tag} | 4 +- .../web/tag/poll/{PollChoices.tag => Choices.tag} | 10 +- .../tag/poll/{PollComments.tag => Comments.tag} | 4 +- .../src/main/web/tag/poll/CreatePoll.tag | 20 +-- .../web/tag/poll/{PollCreated.tag => Created.tag} | 4 +- .../poll/{PollDescription.tag => Description.tag} | 4 +- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag | 12 +- .../web/tag/poll/{PollResults.tag => Results.tag} | 4 +- .../tag/poll/{PollSettings.tag => Settings.tag} | 134 ++++++++++++++------- .../web/tag/poll/{PollVoters.tag => Voters.tag} | 4 +- .../main/web/tag/poll/{PollVotes.tag => Votes.tag} | 4 +- 17 files changed, 173 insertions(+), 82 deletions(-) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollChoiceDate.tag => ChoiceDate.tag} (99%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollChoiceText.tag => ChoiceText.tag} (99%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollChoices.tag => Choices.tag} (98%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollComments.tag => Comments.tag} (99%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollCreated.tag => Created.tag} (98%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollDescription.tag => Description.tag} (98%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollResults.tag => Results.tag} (99%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollSettings.tag => Settings.tag} (87%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollVoters.tag => Voters.tag} (99%) rename pollen-ui-riot-js/src/main/web/tag/poll/{PollVotes.tag => Votes.tag} (99%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.