branch develop updated (08e9a2c -> 9c924a9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See http://git.chorem.org/bow.git from 08e9a2c [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 22ac61c add empty string as default value in BowAuthentication field (fixes bug when generate scriptlet and script) new 9c924a9 Merge branch 'develop' of https://git.chorem.org/bow into develop 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 9c924a9b7c52b2155ae6619b5db6984284d63ce9 Merge: 22ac61c 08e9a2c Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Aug 7 00:17:25 2015 +0200 Merge branch 'develop' of https://git.chorem.org/bow into develop commit 22ac61c73c610257bcd81c6d34f3ac695457b0f5 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Aug 7 00:16:18 2015 +0200 add empty string as default value in BowAuthentication field (fixes bug when generate scriptlet and script) Summary of changes: bow-ui/src/main/java/org/chorem/bow/BowSession.java | 7 +++++++ 1 file changed, 7 insertions(+) -- 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 bow. See http://git.chorem.org/bow.git commit 22ac61c73c610257bcd81c6d34f3ac695457b0f5 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Aug 7 00:16:18 2015 +0200 add empty string as default value in BowAuthentication field (fixes bug when generate scriptlet and script) --- bow-ui/src/main/java/org/chorem/bow/BowSession.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bow-ui/src/main/java/org/chorem/bow/BowSession.java b/bow-ui/src/main/java/org/chorem/bow/BowSession.java index 820fac8..e497456 100644 --- a/bow-ui/src/main/java/org/chorem/bow/BowSession.java +++ b/bow-ui/src/main/java/org/chorem/bow/BowSession.java @@ -179,6 +179,13 @@ public class BowSession implements Serializable { result = new BowAuthenticationImpl(); result.setMaxLength(15); // default length of password + result.setDescription(""); + result.setDomain(""); + result.setLogin(""); + result.setPrefix(""); + result.setInclude(""); + result.setExclude(""); + result.setSuffix(""); result.setTarget(wikittyId); result.setOwner(user); result.setReader(Collections.singleton(user.getWikittyId())); -- 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 bow. See http://git.chorem.org/bow.git commit 9c924a9b7c52b2155ae6619b5db6984284d63ce9 Merge: 22ac61c 08e9a2c Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Aug 7 00:17:25 2015 +0200 Merge branch 'develop' of https://git.chorem.org/bow into develop bow-extension-chromium/pom.xml | 2 +- bow-ui/pom.xml | 2 +- bow-ui/src/main/webapp/js/bowadd.js | 4 ++-- bow-ui/src/main/webapp/js/bowpwd.js | 4 ++-- bow-ui/src/main/webapp/js/sha256.js | 20 ++++++++++++++++++++ bow-ui/src/main/xmi/bow-model.properties | 20 ++++++++++++++++++++ pom.xml | 2 +- 7 files changed, 47 insertions(+), 7 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm