branch develop updated (a343353c -> 6b8efddf)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a343353c Affichagez des commentaire dans un panneau latteral dépliable ref #73 adds 881ffdc3 refs #72 creation de la page de résumé adds b261cb45 refs #72 ajout d'autres types de message (pas seulement error) dans le toaster en bas à droite + affichage d'un message de succès de création et d'enregistrement + redirection vers le résumé plutôt que vers la page de vote adds 49bc888d fix bad merge new 6b8efddf fixes #72 Page de confirmation de création de 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 6b8efddf01060d4a0783d69097ed6578b3eaf42e Merge: a343353c 49bc888d Author: Kevin Morin <morin@codelutin.com> Date: Mon Jun 19 17:30:18 2017 +0200 fixes #72 Page de confirmation de création de sondage Summary of changes: pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 36 +++++ .../src/main/web/js/{Error.js => Message.js} | 18 ++- pollen-ui-riot-js/src/main/web/js/Poll.js | 9 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 10 +- .../src/main/web/tag/PollenErrorManager.tag.html | 66 --------- .../src/main/web/tag/PollenMessageManager.tag.html | 66 +++++++++ .../web/tag/favoriteList/FavoriteList.tag.html | 12 +- .../web/tag/favoriteList/FavoriteLists.tag.html | 2 +- .../src/main/web/tag/poll/ChoiceView.tag.html | 11 +- .../src/main/web/tag/poll/Description.tag.html | 15 +- .../src/main/web/tag/poll/EditPoll.tag.html | 9 +- .../src/main/web/tag/poll/Podium.tag.html | 6 +- .../src/main/web/tag/poll/Poll.tag.html | 4 +- .../src/main/web/tag/poll/Results.tag.html | 2 +- .../src/main/web/tag/poll/Summary.tag.html | 159 +++++++++++++++++++++ .../src/main/web/tag/poll/Votes.tag.html | 4 +- .../src/main/web/tag/popup/QrCodeButton.tag.html | 1 + .../web/tag/voterList/VoterListActions.tag.html | 2 +- 19 files changed, 332 insertions(+), 102 deletions(-) rename pollen-ui-riot-js/src/main/web/js/{Error.js => Message.js} (76%) delete mode 100644 pollen-ui-riot-js/src/main/web/tag/PollenErrorManager.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollenMessageManager.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 6b8efddf01060d4a0783d69097ed6578b3eaf42e Merge: a343353c 49bc888d Author: Kevin Morin <morin@codelutin.com> Date: Mon Jun 19 17:30:18 2017 +0200 fixes #72 Page de confirmation de création de sondage pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 36 +++++ .../src/main/web/js/{Error.js => Message.js} | 18 ++- pollen-ui-riot-js/src/main/web/js/Poll.js | 9 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 10 +- .../src/main/web/tag/PollenErrorManager.tag.html | 66 --------- .../src/main/web/tag/PollenMessageManager.tag.html | 66 +++++++++ .../web/tag/favoriteList/FavoriteList.tag.html | 12 +- .../web/tag/favoriteList/FavoriteLists.tag.html | 2 +- .../src/main/web/tag/poll/ChoiceView.tag.html | 11 +- .../src/main/web/tag/poll/Description.tag.html | 15 +- .../src/main/web/tag/poll/EditPoll.tag.html | 9 +- .../src/main/web/tag/poll/Podium.tag.html | 6 +- .../src/main/web/tag/poll/Poll.tag.html | 4 +- .../src/main/web/tag/poll/Results.tag.html | 2 +- .../src/main/web/tag/poll/Summary.tag.html | 159 +++++++++++++++++++++ .../src/main/web/tag/poll/Votes.tag.html | 4 +- .../src/main/web/tag/popup/QrCodeButton.tag.html | 1 + .../web/tag/voterList/VoterListActions.tag.html | 2 +- 19 files changed, 332 insertions(+), 102 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm