This is an automated email from the git hooks/post-receive script. New change to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a5700ffd Use toggle instead of classic checkbox new 7c11d381 Deal with config init on max choice number new 79e9af31 Fix MaxChoicesNumberConfig save bug new bea6b5ac Display question x / n when voting new 14a84bf2 Question title and question changing buttons centered new 962ea514 Choices are now displayed in order vote new 8e13df84 Question number and title on 2 different lines new 7c630d8a Proper previous/next buttons when voting new 07850a16 Same order on mono and multi questions new 16b23161 Split workflows new 962c8305 Nice question editing workflow new f8849fd9 Keep its name from one question to another new a09e252e Keep ones name on VoteOrder too new 27c3f23f Prevent console logs new a38150bb Vote goes to next question The 14 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 a38150bb44aa2606516cdc3eb657a4c89caaccb6 Author: jcouteau <couteau@codelutin.com> Date: Thu Oct 10 17:16:18 2019 +0200 Vote goes to next question commit 27c3f23fc30cf59b159dc2961e57b079c7dbfdce Author: jcouteau <couteau@codelutin.com> Date: Thu Oct 10 16:09:17 2019 +0200 Prevent console logs commit a09e252e8178bce0f36037acc5aaca228e7a1703 Author: jcouteau <couteau@codelutin.com> Date: Thu Oct 10 16:07:13 2019 +0200 Keep ones name on VoteOrder too commit f8849fd9da3008eaba68b8c105a4ecdd5e6f31d4 Author: jcouteau <couteau@codelutin.com> Date: Thu Oct 10 16:03:37 2019 +0200 Keep its name from one question to another commit 962c830556167d70e872cc17e7b859e04b7abac2 Author: jcouteau <couteau@codelutin.com> Date: Thu Oct 10 15:13:15 2019 +0200 Nice question editing workflow commit 16b231613f26c11fab5f9d219da432c7c9ba037a Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 16:46:23 2019 +0200 Split workflows commit 07850a16055ba133d2c90e3a47d3028e0fd9888b Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 16:42:09 2019 +0200 Same order on mono and multi questions commit 7c630d8a3d013e347c1d50e0097d97566997d03c Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 16:34:47 2019 +0200 Proper previous/next buttons when voting commit 8e13df844a4ae94ca12ad34df6f5f09fed1f394a Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 16:29:54 2019 +0200 Question number and title on 2 different lines commit 962ea5143a69b9f20329d0c9a52dd7f4669b7ec9 Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 15:31:09 2019 +0200 Choices are now displayed in order vote commit 14a84bf204a3b42b118242512fb0583183bd6193 Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 14:45:28 2019 +0200 Question title and question changing buttons centered commit bea6b5acc8f5af6d18bc29e2d49381abdc82bf4e Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 14:42:12 2019 +0200 Display question x / n when voting commit 79e9af31002850f5713776a2762958c55d13c3ef Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 14:32:14 2019 +0200 Fix MaxChoicesNumberConfig save bug commit 7c11d3812c941692da4871b868ad1f9e7243d177 Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 10:52:38 2019 +0200 Deal with config init on max choice number Summary of changes: pollen-ui-riot-js/src/main/web/js/Poll.js | 4 ++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 13 ++-- .../src/main/web/tag/poll/EditPoll.tag.html | 76 +++++++++++++++------- .../src/main/web/tag/poll/EditQuestions.tag.html | 42 ++++++++---- .../web/tag/poll/EditQuestionsSettings.tag.html | 1 + .../src/main/web/tag/poll/EditVote.tag.html | 55 +++++----------- .../src/main/web/tag/poll/EditVoteOrder.tag.html | 29 +++++---- .../src/main/web/tag/poll/Vote.tag.html | 9 ++- .../src/main/web/tag/poll/Votes.tag.html | 32 ++++++--- .../MaxChoicesNumberConfig.tag.html | 21 ++++-- 10 files changed, 168 insertions(+), 114 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.