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 2ed8277 fixes #1262: add support to track bookmark add throw atom feed new e7b3213 fixes #1262: add support to track bookmark add throw atom feed - fixes bug in atom format new 92b801d add support to filter on specific BowBookmark wikittyId (listId) useful to show bookmark after editing or for atom link new 28e6673 improve redirect after add (reditect to editing if no information) use new funtionnality (filter on id) to present bookmark after editing new 5935a25 url to web site for one entry use new filter on id to display only one bookmark The 4 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 5935a25d64d68381f7dbb81957c786f6bd3ab3ca Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sat Jul 18 00:21:55 2015 +0200 url to web site for one entry use new filter on id to display only one bookmark commit 28e6673b7cf3a7f5d303d4012f0d650407a8fd1d Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sat Jul 18 00:15:07 2015 +0200 improve redirect after add (reditect to editing if no information) use new funtionnality (filter on id) to present bookmark after editing commit 92b801d849e62c3aecf5412a20166e11e6bb121e Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sat Jul 18 00:12:38 2015 +0200 add support to filter on specific BowBookmark wikittyId (listId) useful to show bookmark after editing or for atom link commit e7b32138e4e839669169ec5aee90377932a2335b Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Jul 17 21:46:08 2015 +0200 fixes #1262: add support to track bookmark add throw atom feed - fixes bug in atom format Summary of changes: .../main/java/org/chorem/bow/BookmarkUtils.java | 13 +- bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 34 ++++- .../java/org/chorem/bow/action/AtomAction.java | 9 +- .../java/org/chorem/bow/action/BowBaseAction.java | 11 ++ .../bow/action/bookmark/AddOrUpdateAction.java | 150 ++++----------------- .../action/bookmark/DeleteSearchResultsAction.java | 6 +- .../org/chorem/bow/action/bookmark/HomeAction.java | 3 +- bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 38 +++--- 8 files changed, 103 insertions(+), 161 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.