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 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
new 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)
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 b0b91ffc6eabf75fda7e19be9663d0f8d6d5b787
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Mon Jul 20 04:31:23 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
can't use group if not members (when try to add tag)
Summary of changes:
.../main/java/org/chorem/bow/action/bookmark/AddOrUpdateAction.java | 4 ++++
bow-ui/src/main/resources/i18n/bow-ui_en_GB.properties | 4 ++--
bow-ui/src/main/resources/i18n/bow-ui_fr_FR.properties | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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(a)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(a)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(a)chorem.org>.
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(a)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(a)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(a)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(a)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(a)chorem.org>.
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 63a6644 fixes #1261: Can use prefix that start with another existing prefix
new a074606 fixes #1203: Pouvoir masquer les resultats filtres ayant un certain tag
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 a074606846d28a82190cd323f8c34d0f39b15ec9
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Thu Jul 16 00:55:30 2015 +0200
fixes #1203: Pouvoir masquer les resultats filtres ayant un certain tag
Summary of changes:
.../src/main/java/org/chorem/bow/BookmarkUtils.java | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 10fdada [jgitflow-maven-plugin]Updating develop poms back to pre merge state
new 63a6644 fixes #1261: Can use prefix that start with another existing prefix
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 63a664432b996bcf4fc057341cce4d1d1c82e6c6
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Wed Jul 15 22:46:48 2015 +0200
fixes #1261: Can use prefix that start with another existing prefix
Summary of changes:
.../org/chorem/bow/action/opensearch/OpenSearchBaseAction.java | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 b19adc7 [jgitflow-maven-plugin]updating poms for 1.5-SNAPSHOT development
new 6e86824 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
new 218d6fb Fix space in license header
new e2138cc [jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions
new c546bbe [jgitflow-maven-plugin]merging 'release/1.4.1' into 'master'
new 5462a81 [jgitflow-maven-plugin]merging 'master' into 'develop'
new 10fdada [jgitflow-maven-plugin]Updating develop poms back to pre merge state
The 6 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 10fdada55406e100737277626b9d5ba2bdbc8065
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Jul 15 19:02:37 2015 +0200
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
commit 5462a818b513576b47550393465cc802138e5836
Merge: 6e86824 c546bbe
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Jul 15 19:02:36 2015 +0200
[jgitflow-maven-plugin]merging 'master' into 'develop'
commit 6e86824dc7a8cac725f47f58c6786b1e83870b1b
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Jul 15 19:02:36 2015 +0200
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
commit c546bbeb17b7e83ed54caaf50f2ea81af24d4d28
Merge: 47db070 e2138cc
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Jul 15 19:02:35 2015 +0200
[jgitflow-maven-plugin]merging 'release/1.4.1' into 'master'
commit e2138ccfb076ef80766a611c50abeefe69a384f0
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Jul 15 19:01:36 2015 +0200
[jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions
commit 218d6fb0bbbee77c74cfda3e7d7791272587eade
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Jul 15 19:01:16 2015 +0200
Fix space in license header
Summary of changes:
src/site/rst/user/getStarted.rst | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch release/1.4.1 in repository bow.
See http://git.chorem.org/bow.git
was e2138cc [jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to annotated tag bow-1.4.1 in repository bow.
See http://git.chorem.org/bow.git
at 73672f5 (tag)
tagging c546bbeb17b7e83ed54caaf50f2ea81af24d4d28 (commit)
replaces bow-1.4
tagged by Maven Release
on Wed Jul 15 19:02:35 2015 +0200
- Log -----------------------------------------------------------------
[jgitflow-maven-plugin]tagging release 1.4.1
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch release/1.4.1 in repository bow.
See http://git.chorem.org/bow.git
from 0a76712 change sub module version to 1.4.1-SNAPSHOT
adds 218d6fb Fix space in license header
adds e2138cc [jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions
No new revisions were added by this update.
Summary of changes:
bow-extension-chromium/pom.xml | 2 +-
bow-ui/pom.xml | 2 +-
pom.xml | 2 +-
src/site/rst/user/getStarted.rst | 20 ++++++++++++++++++++
4 files changed, 23 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.