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 6b55547 this commit fixes bug when we use alias to go to site, it don't increment count new dc7a27c add support for BowAuthentication on all Bookmark - add description in BowAuthentication - inverse link now: BowUser <- BowAuthentication -> BowBookmark via field target:Wikitty - register new extension in Proxy 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 dc7a27cbf9eb16ee72e6d60a05efd94ea1db5125 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sun Aug 2 01:47:35 2015 +0200 add support for BowAuthentication on all Bookmark - add description in BowAuthentication - inverse link now: BowUser <- BowAuthentication -> BowBookmark via field target:Wikitty - register new extension in Proxy Summary of changes: bow-ui/src/main/java/org/chorem/bow/BowProxy.java | 5 +- .../main/java/org/chorem/bow/BowSearchResult.java | 20 +++- .../src/main/java/org/chorem/bow/BowSession.java | 33 ++++++ .../action/bookmark/AuthenticationEditAction.java | 126 +++++++++++++++++++++ .../action/bookmark/DeleteSearchResultsAction.java | 27 ++++- .../org/chorem/bow/action/bookmark/HomeAction.java | 14 ++- .../chorem/bow/action/bookmark/RemoveAction.java | 20 +++- .../action/preference/PreferenceBaseAction.java | 8 +- .../preference/UpdateAuthenticationAction.java | 18 +-- bow-ui/src/main/resources/{BowPwd.sh => bowpwd.sh} | 0 .../main/resources/i18n/bow-ui_en_GB.properties | 13 +++ .../main/resources/i18n/bow-ui_fr_FR.properties | 13 +++ bow-ui/src/main/resources/struts.xml | 20 ++++ .../main/webapp/WEB-INF/jsp/authenticationEdit.jsp | 76 +++++++++++++ bow-ui/src/main/webapp/WEB-INF/jsp/home.jsp | 1 + .../src/main/webapp/WEB-INF/jsp/inc/bookmark.jsp | 30 ++++- bow-ui/src/main/webapp/WEB-INF/jsp/preferences.jsp | 27 +++-- .../src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 1 - bow-ui/src/main/webapp/css/bookmark.css | 11 +- bow-ui/src/main/webapp/img/cadena.png | Bin 0 -> 647 bytes bow-ui/src/main/xmi/bow-model.properties | 2 - bow-ui/src/main/xmi/bow-model.zargo | Bin 11957 -> 11741 bytes 22 files changed, 415 insertions(+), 50 deletions(-) create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java rename bow-ui/src/main/resources/{BowPwd.sh => bowpwd.sh} (100%) create mode 100644 bow-ui/src/main/webapp/WEB-INF/jsp/authenticationEdit.jsp create mode 100644 bow-ui/src/main/webapp/img/cadena.png -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.