branch develop updated (ec9b0901 -> d221e9ff)
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 ec9b0901 fixes #138 Ajout de choix avant le tableau des votes new 96c26ac0 fixes #127 Selection du texte new d221e9ff fixes #106 Retour sur modification du profile 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 d221e9ff825774d95f75b6b6bcca0de617a023f3 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 8 16:30:08 2017 +0200 fixes #106 Retour sur modification du profile commit 96c26ac0e85f484609ba4b7c556df64200d37e9b Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 8 16:25:49 2017 +0200 fixes #127 Selection du texte Summary of changes: pollen-ui-riot-js/src/main/web/css/main.css | 5 ----- pollen-ui-riot-js/src/main/web/i18n/en.json | 1 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 1 + pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html | 1 + 4 files changed, 3 insertions(+), 5 deletions(-) -- 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 96c26ac0e85f484609ba4b7c556df64200d37e9b Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 8 16:25:49 2017 +0200 fixes #127 Selection du texte --- pollen-ui-riot-js/src/main/web/css/main.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/css/main.css b/pollen-ui-riot-js/src/main/web/css/main.css index 6b1dbfaf..217b47f0 100644 --- a/pollen-ui-riot-js/src/main/web/css/main.css +++ b/pollen-ui-riot-js/src/main/web/css/main.css @@ -36,11 +36,6 @@ body { padding: 0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; - - -webkit-user-select: none; /* Chrome all / Safari all */ - -moz-user-select: none; /* Firefox all */ - -ms-user-select: none; /* IE 10+ */ - user-select: none; } input, textarea { -- 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 d221e9ff825774d95f75b6b6bcca0de617a023f3 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 8 16:30:08 2017 +0200 fixes #106 Retour sur modification du profile --- pollen-ui-riot-js/src/main/web/i18n/en.json | 1 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 1 + pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html | 1 + 3 files changed, 3 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/i18n/en.json b/pollen-ui-riot-js/src/main/web/i18n/en.json index 7d9b3a81..02f11441 100644 --- a/pollen-ui-riot-js/src/main/web/i18n/en.json +++ b/pollen-ui-riot-js/src/main/web/i18n/en.json @@ -381,6 +381,7 @@ "userProfile_emailValidationWaiting": "Validation wainting", "userProfile_resendValidation": "Send a new invitation", "userProfile_saveIdentity": "Save", + "userProfile_updatedIdentity": "Your identity has been updated", "userProfile_passwordChange": "Password change", "userProfile_oldPassword": "Old password", "userProfile_oldPassword_placeholder": "Enter your old password", diff --git a/pollen-ui-riot-js/src/main/web/i18n/fr.json b/pollen-ui-riot-js/src/main/web/i18n/fr.json index 9efd0d21..26efafc5 100644 --- a/pollen-ui-riot-js/src/main/web/i18n/fr.json +++ b/pollen-ui-riot-js/src/main/web/i18n/fr.json @@ -381,6 +381,7 @@ "userProfile_emailValidationWaiting": "En cours de validation", "userProfile_resendValidation": "Envoyer une nouvelle invitation", "userProfile_saveIdentity": "Enregistrer", + "userProfile_updatedIdentity": "Votre identité a été mise à jour", "userProfile_passwordChange": "Changement de mot de passe", "userProfile_oldPassword": "Ancien mot de passe", "userProfile_oldPassword_placeholder": "Entrez votre ancien mot de passe", diff --git a/pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html b/pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html index 19256cf4..6b0d9b86 100644 --- a/pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html @@ -181,6 +181,7 @@ require("./components/HumanInput.tag.html"); this.user.email = this.refs.email.value; userService.saveUser(this.user).then(() => { session.updateUser(); + this.bus.trigger("message", new Message(this._l("updatedIdentity"), "success")); }); }; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm