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 b0b91ff 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 can't use group if not members (when try to add tag) new f33801d if no group tag, don't try to search group new 1731b2a add Group description new eac7769 update translation new ffd8da4 update translation new 05c45bd add support for speudo bookmarks title (first work of descriotion) new 4b78382 add login of currently logged user in logout block new 6303a70 add configuration to allow or not public group new 9be947e add comment about proxy.logout() new 0a47cc8 add key for new config option (allow public group) new bf124e7 - add wikitty AppAdminGroup when admin login - WikittyClient has now correct Wikitty SecurityToken and with AppAdminGroup can check if user can read/write bookmark The 10 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 bf124e708b75aa70095f08c384c85b48d4c02051 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 14:51:54 2015 +0200 - add wikitty AppAdminGroup when admin login - WikittyClient has now correct Wikitty SecurityToken and with AppAdminGroup can check if user can read/write bookmark commit 0a47cc8a6e6e0a921585688e355a214340e41a5c Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 14:45:19 2015 +0200 add key for new config option (allow public group) commit 9be947e4ba80e5ca567964645b2fa877e762e4ba Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:58:31 2015 +0200 add comment about proxy.logout() commit 6303a701fe5f89253caccdb470f04c2a1acbbf16 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:57:51 2015 +0200 add configuration to allow or not public group commit 4b783826fe3be4b3bfa5e86b9aab0173f3a90c05 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:44:27 2015 +0200 add login of currently logged user in logout block commit 05c45bda690e5f59593dfba0d18fde5885046779 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:43:40 2015 +0200 add support for speudo bookmarks title (first work of descriotion) commit ffd8da4ab6c32c79290fd7636b0a6829cad5c482 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:12:32 2015 +0200 update translation commit eac7769b5ed847b082c664fb760f3b3e88865889 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:11:38 2015 +0200 update translation commit 1731b2a7bee97433f82954e72b12b1197b37241c Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 11:43:04 2015 +0200 add Group description commit f33801d69591f45cf346e69949f32743afd4563d Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 11:04:02 2015 +0200 if no group tag, don't try to search group Summary of changes: .../main/java/org/chorem/bow/BookmarkUtils.java | 19 ++++++++- bow-ui/src/main/java/org/chorem/bow/BowConfig.java | 22 ++++++++++ .../main/java/org/chorem/bow/BowConfigOption.java | 4 ++ .../src/main/java/org/chorem/bow/BowSession.java | 46 ++++++++++++++++++++- .../java/org/chorem/bow/action/AtomAction.java | 4 -- .../java/org/chorem/bow/action/BowBaseAction.java | 10 +++++ .../bow/action/bookmark/AddOrUpdateAction.java | 33 ++++++++------- .../chorem/bow/action/group/GroupEditAction.java | 5 +-- .../main/resources/i18n/bow-ui_en_GB.properties | 28 +++++++------ .../main/resources/i18n/bow-ui_fr_FR.properties | 28 +++++++------ bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 2 +- bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp | 9 +++- bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 2 +- .../src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp | 1 + bow-ui/src/main/xmi/bow-model.zargo | Bin 10493 -> 10532 bytes 15 files changed, 157 insertions(+), 56 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.