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 540789a fixes #233: Add support for login/password (change header jsp generation) (add minification css/js) new e73fa41 add shell script to compute password as same way that bookmarklet new 980ad7d - new BowAdd bookmarklet - add shell script to generate password as bookmarklet 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 980ad7d1853bf764a8eb820631980420d96ade70 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Jul 31 23:26:23 2015 +0200 - new BowAdd bookmarklet - add shell script to generate password as bookmarklet commit e73fa4105c785a395bd9bb3d170f27ac1948e388 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Jul 31 04:26:54 2015 +0200 add shell script to compute password as same way that bookmarklet Summary of changes: bow-ui/pom.xml | 20 +++++- bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 75 +++++++++++++++++++--- bow-ui/src/main/resources/BowPwd.sh | 58 +++++++++++++++++ .../main/resources/i18n/bow-ui_en_GB.properties | 1 + .../main/resources/i18n/bow-ui_fr_FR.properties | 1 + bow-ui/src/main/webapp/WEB-INF/bowutils.tld | 12 ++++ bow-ui/src/main/webapp/WEB-INF/jsp/preferences.jsp | 19 +++--- bow-ui/src/main/webapp/js/bowadd.js | 36 +++++++++++ bow-ui/src/main/webapp/js/bowpwd.js | 20 ++++++ 9 files changed, 224 insertions(+), 18 deletions(-) create mode 100755 bow-ui/src/main/resources/BowPwd.sh create mode 100644 bow-ui/src/main/webapp/js/bowadd.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.