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 e34256d fix node build new d960be5 Début de documentation de l'api REST new 29ccbc0 Mise en place des commentaires sur sondage + continue page de vote 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 29ccbc0591b65ad75a550aeacf966dced96e0264 Author: Tony CHEMIT <dev@tchemit.fr> Date: Mon Jan 23 16:15:32 2017 +0100 Mise en place des commentaires sur sondage + continue page de vote commit d960be52ef806a295fbafd6abf91cfbbdfeb86ca Author: Tony CHEMIT <dev@tchemit.fr> Date: Fri Jan 20 09:06:57 2017 +0100 Début de documentation de l'api REST Summary of changes: pollen-rest-api/pom.xml | 2 + .../chorem/pollen/rest/api/v1/PollenUserApi.java | 3 + pollen-rest-api/src/site/markdown/auth.md | 53 ++++++ pollen-rest-api/src/site/markdown/index.md | 5 + pollen-rest-api/src/site/markdown/poll.md | 13 ++ .../src/site/site_en.xml | 29 ++- pollen-ui-riot-js/src/main/web/i18n.json | 18 ++ .../src/main/web/js/CommentService.js | 55 ++++++ pollen-ui-riot-js/src/main/web/js/FetchService.js | 20 +++ pollen-ui-riot-js/src/main/web/js/Pagination.js | 12 ++ pollen-ui-riot-js/src/main/web/js/PollService.js | 7 + pollen-ui-riot-js/src/main/web/tag/Header.tag | 7 +- pollen-ui-riot-js/src/main/web/tag/Pagination.tag | 130 ++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 70 +++++--- pollen-ui-riot-js/src/main/web/tag/SignIn.tag | 5 +- .../NewPassword.tag => poll/CommentPopup.tag} | 107 ++++++------ pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag | 112 ++++++++++++ .../src/main/web/tag/poll/PollComments.tag | 194 +++++++++++++++++++++ .../src/main/web/tag/poll/PollSettings.tag | 9 +- .../src/main/web/tag/poll/PollVotes.tag | 5 + .../src/main/web/tag/polls/CreatedPolls.tag | 137 +++++++++++++++ 21 files changed, 905 insertions(+), 88 deletions(-) create mode 100644 pollen-rest-api/src/site/markdown/auth.md create mode 100644 pollen-rest-api/src/site/markdown/index.md create mode 100644 pollen-rest-api/src/site/markdown/poll.md copy pollen-ui-riot-js/src/main/webapp/WEB-INF/web.xml => pollen-rest-api/src/site/site_en.xml (59%) create mode 100644 pollen-ui-riot-js/src/main/web/js/CommentService.js create mode 100644 pollen-ui-riot-js/src/main/web/js/Pagination.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/Pagination.tag copy pollen-ui-riot-js/src/main/web/tag/{popup/NewPassword.tag => poll/CommentPopup.tag} (58%) create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollComments.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollVotes.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/polls/CreatedPolls.tag -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.