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 3105d06 initial import of pollen-ui-riot-js new 57673fc debut formulaire de création de sondage (le squelette) + améliorations sur les écrans de connexion 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 57673fc3db12c2c0559c00dc8f861b34d886ee22 Author: Tony CHEMIT <dev@tchemit.fr> Date: Thu Jan 12 14:07:02 2017 +0100 debut formulaire de création de sondage (le squelette) + améliorations sur les écrans de connexion Summary of changes: pollen-ui-riot-js/package.json | 3 - pollen-ui-riot-js/src/main/web/conf.js | 2 - pollen-ui-riot-js/src/main/web/conf.json | 14 +++ pollen-ui-riot-js/src/main/web/i18n.json | 51 ++++------ pollen-ui-riot-js/src/main/web/index.html | 2 - pollen-ui-riot-js/src/main/web/index.js | 9 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 2 +- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 8 ++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 52 ++++++++++ pollen-ui-riot-js/src/main/web/tag/CreatePoll.tag | 41 ++++++++ .../src/main/web/tag/CreatePollHeader.tag | 60 ++++++++++++ pollen-ui-riot-js/src/main/web/tag/Footer.tag | 3 +- pollen-ui-riot-js/src/main/web/tag/Header.tag | 7 +- pollen-ui-riot-js/src/main/web/tag/Home.tag | 7 +- .../src/main/web/tag/PollChoicesDate.tag | 35 +++++++ .../src/main/web/tag/PollChoicesImage.tag | 35 +++++++ .../src/main/web/tag/PollChoicesText.tag | 35 +++++++ .../src/main/web/tag/PollDescription.tag | 33 +++++++ .../src/main/web/tag/PollSettings.tag | 35 +++++++ pollen-ui-riot-js/src/main/web/tag/PollVoters.tag | 46 +++++++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 4 + pollen-ui-riot-js/src/main/web/tag/SignCheck.tag | 4 +- pollen-ui-riot-js/src/main/web/tag/SignIn.tag | 60 +++--------- pollen-ui-riot-js/src/main/web/tag/SignUp.tag | 93 +++--------------- .../{util/Popup.tag => popup/AccountCreated.tag} | 77 ++++++--------- .../tag/{util/Popup.tag => popup/NewPassword.tag} | 106 +++++++++++--------- .../{util/Popup.tag => popup/ResendValidation.tag} | 107 ++++++++++++--------- pollen-ui-riot-js/webpack.config.js | 6 -- 28 files changed, 611 insertions(+), 326 deletions(-) delete mode 100644 pollen-ui-riot-js/src/main/web/conf.js create mode 100644 pollen-ui-riot-js/src/main/web/conf.json create mode 100644 pollen-ui-riot-js/src/main/web/js/PollForm.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/CreatePollHeader.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollChoicesDate.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollChoicesImage.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollChoicesText.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollDescription.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollSettings.tag create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollVoters.tag copy pollen-ui-riot-js/src/main/web/tag/{util/Popup.tag => popup/AccountCreated.tag} (62%) copy pollen-ui-riot-js/src/main/web/tag/{util/Popup.tag => popup/NewPassword.tag} (52%) rename pollen-ui-riot-js/src/main/web/tag/{util/Popup.tag => popup/ResendValidation.tag} (52%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.