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 5935a25 url to web site for one entry use new filter on id to display only one bookmark new 7fc8eaf better form presentation for bookmark edition new d5a2dc7 fixes #229: Partage de bookmark entre utilisateur fixes #1263: Add support for group (private/public) and with specific tag share some bookmark with this groups 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 d5a2dc7f1e6d77707798148f97b8f4ead7191e21 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 04:23:53 2015 +0200 fixes #229: Partage de bookmark entre utilisateur fixes #1263: Add support for group (private/public) and with specific tag share some bookmark with this groups commit 7fc8eafa1860e240b293ae39664c3ce1032b0676 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sat Jul 18 02:04:31 2015 +0200 better form presentation for bookmark edition Summary of changes: .../main/java/org/chorem/bow/BookmarkUtils.java | 13 ++ bow-ui/src/main/java/org/chorem/bow/BowConfig.java | 2 + bow-ui/src/main/java/org/chorem/bow/BowProxy.java | 1 + bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 27 +++ .../bow/action/bookmark/AddOrUpdateAction.java | 25 ++- .../chorem/bow/action/group/GroupEditAction.java | 214 +++++++++++++++++++++ .../GroupViewAction.java} | 64 ++---- .../main/resources/i18n/bow-ui_en_GB.properties | 18 +- .../main/resources/i18n/bow-ui_fr_FR.properties | 18 +- bow-ui/src/main/resources/struts.xml | 24 +++ bow-ui/src/main/webapp/WEB-INF/bowutils.tld | 6 + .../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 9 +- bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp | 113 +++++++++++ bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 79 ++++++++ .../src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp | 1 + bow-ui/src/main/webapp/css/global.css | 37 +++- bow-ui/src/main/xmi/bow-model.zargo | Bin 9807 -> 10493 bytes pom.xml | 3 +- 18 files changed, 592 insertions(+), 62 deletions(-) create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/group/GroupEditAction.java copy bow-ui/src/main/java/org/chorem/bow/action/{AtomAction.java => group/GroupViewAction.java} (53%) create mode 100644 bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp create mode 100644 bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.