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 b8a901b fix charset escape JavaScript only not HTML to prevent bug with python feedparser :( (rss2email) (escape transforme accent to entity (é) and when parser recreate accent caractere this caractere is byte and not string :( new 684dfaa add support to share with user without bow login 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 684dfaa732914a32f3ee689508c84530f06c3223 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Tue Jul 28 03:13:32 2015 +0200 add support to share with user without bow login Summary of changes: bow-ui/src/main/java/org/chorem/bow/BowConfig.java | 1 + bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 19 +++ .../java/org/chorem/bow/action/AtomAction.java | 4 +- .../bow/action/bookmark/AddOrUpdateAction.java | 61 ++++++++- .../org/chorem/bow/action/bookmark/EditAction.java | 11 ++ .../chorem/bow/action/group/GroupViewAction.java | 5 +- .../bow/action/login/ForgotPasswordAction.java | 4 +- .../org/chorem/bow/action/login/LoginAction.java | 2 + .../chorem/bow/action/login/RegisterAction.java | 4 +- .../action/sharedUser/SharedUserEditAction.java | 148 +++++++++++++++++++++ .../SharedUserViewAction.java} | 29 ++-- .../main/resources/i18n/bow-ui_en_GB.properties | 7 + .../main/resources/i18n/bow-ui_fr_FR.properties | 7 + bow-ui/src/main/resources/struts.xml | 20 +++ .../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 1 + bow-ui/src/main/webapp/WEB-INF/jsp/inc/footer.jsp | 2 +- .../src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp | 51 +++---- .../src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp | 62 +++++++++ .../jsp/{groupView.jsp => sharedUserView.jsp} | 34 +++-- bow-ui/src/main/webapp/js/README | 36 +++++ bow-ui/src/main/xmi/README | 30 ++++- bow-ui/src/main/xmi/bow-model.properties | 2 + bow-ui/src/main/xmi/bow-model.zargo | Bin 10532 -> 11957 bytes 23 files changed, 468 insertions(+), 72 deletions(-) create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/sharedUser/SharedUserEditAction.java copy bow-ui/src/main/java/org/chorem/bow/action/{group/GroupViewAction.java => sharedUser/SharedUserViewAction.java} (70%) create mode 100644 bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp copy bow-ui/src/main/webapp/WEB-INF/jsp/{groupView.jsp => sharedUserView.jsp} (54%) create mode 100644 bow-ui/src/main/webapp/js/README create mode 100644 bow-ui/src/main/xmi/bow-model.properties -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.