This is an automated email from the git hooks/post-receive script.
New change to branch release/1.5 in repository bow.
See http://git.chorem.org/bow.git
was 8df08ba [jgitflow-maven-plugin]updating poms for branch'release/1.5' 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 branch release/1.5 in repository bow.
See http://git.chorem.org/bow.git
from f7c36c1 use wikitty 3.12
adds 4cbfb21 fixes dependancy and license problem
adds 8df08ba [jgitflow-maven-plugin]updating poms for branch'release/1.5' 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 +-
bow-ui/src/license/THIRD-PARTY.properties | 6 ++++--
bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 2 +-
pom.xml | 3 ++-
5 files changed, 9 insertions(+), 6 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 annotated tag bow-1.5 in repository bow.
See http://git.chorem.org/bow.git
at ab27f9c (tag)
tagging 6bcdda0bf6903cf503a7113ed26ebaf447dee9fa (commit)
replaces bow-1.4.1
tagged by Maven Release
on Mon Jul 20 19:43:47 2015 +0200
- Log -----------------------------------------------------------------
[jgitflow-maven-plugin]tagging release 1.5
-----------------------------------------------------------------------
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 master in repository bow.
See http://git.chorem.org/bow.git
from c546bbe [jgitflow-maven-plugin]merging 'release/1.4.1' into 'master'
adds b19adc7 [jgitflow-maven-plugin]updating poms for 1.5-SNAPSHOT development
adds 6e86824 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
adds 5462a81 [jgitflow-maven-plugin]merging 'master' into 'develop'
adds 10fdada [jgitflow-maven-plugin]Updating develop poms back to pre merge state
adds 63a6644 fixes #1261: Can use prefix that start with another existing prefix
adds a074606 fixes #1203: Pouvoir masquer les resultats filtres ayant un certain tag
adds cfd39ae upgrade library
adds 2ed8277 fixes #1262: add support to track bookmark add throw atom feed
adds e7b3213 fixes #1262: add support to track bookmark add throw atom feed - fixes bug in atom format
adds 92b801d add support to filter on specific BowBookmark wikittyId (listId) useful to show bookmark after editing or for atom link
adds 28e6673 improve redirect after add (reditect to editing if no information) use new funtionnality (filter on id) to present bookmark after editing
adds 5935a25 url to web site for one entry use new filter on id to display only one bookmark
adds 7fc8eaf better form presentation for bookmark edition
adds 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
adds 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)
adds f33801d if no group tag, don't try to search group
adds 1731b2a add Group description
adds eac7769 update translation
adds ffd8da4 update translation
adds 05c45bd add support for speudo bookmarks title (first work of descriotion)
adds 4b78382 add login of currently logged user in logout block
adds 6303a70 add configuration to allow or not public group
adds 9be947e add comment about proxy.logout()
adds 0a47cc8 add key for new config option (allow public group)
adds bf124e7 - add wikitty AppAdminGroup when admin login - WikittyClient has now correct Wikitty SecurityToken and with AppAdminGroup can check if user can read/write bookmark
adds de67fa9 hack to support public alias with new security constraints
adds f7c36c1 use wikitty 3.12
adds 4cbfb21 fixes dependancy and license problem
adds 8df08ba [jgitflow-maven-plugin]updating poms for branch'release/1.5' with non-snapshot versions
adds 6bcdda0 [jgitflow-maven-plugin]merging 'release/1.5' into 'master'
No new revisions were added by this update.
Summary of changes:
bow-extension-chromium/pom.xml | 2 +-
bow-ui/pom.xml | 27 +--
bow-ui/src/license/THIRD-PARTY.properties | 6 +-
.../main/java/org/chorem/bow/BookmarkUtils.java | 63 +++++-
bow-ui/src/main/java/org/chorem/bow/BowConfig.java | 26 ++-
.../main/java/org/chorem/bow/BowConfigOption.java | 59 +++---
bow-ui/src/main/java/org/chorem/bow/BowProxy.java | 3 +-
.../src/main/java/org/chorem/bow/BowSession.java | 46 ++++-
bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 61 +++++-
.../java/org/chorem/bow/action/AliasAction.java | 40 ++--
.../java/org/chorem/bow/action/AtomAction.java | 114 +++++++++++
.../java/org/chorem/bow/action/BowBaseAction.java | 21 ++
.../bow/action/admin/ReIndexationAction.java | 2 +-
.../bow/action/bookmark/AddOrUpdateAction.java | 192 ++++++-------------
.../action/bookmark/DeleteSearchResultsAction.java | 10 +-
.../org/chorem/bow/action/bookmark/EditAction.java | 2 +-
.../org/chorem/bow/action/bookmark/HomeAction.java | 5 +-
.../chorem/bow/action/bookmark/RemoveAction.java | 4 +-
.../bow/action/bookmark/ScreenshotAction.java | 6 +-
.../chorem/bow/action/group/GroupEditAction.java | 211 +++++++++++++++++++++
.../chorem/bow/action/group/GroupViewAction.java | 86 +++++++++
.../bow/action/login/ForgotPasswordAction.java | 14 +-
.../org/chorem/bow/action/login/LoginAction.java | 8 +-
.../chorem/bow/action/login/RegisterAction.java | 18 +-
.../action/opensearch/OpenSearchBaseAction.java | 7 +-
.../action/opensearch/OpenSearchResultAction.java | 2 +-
.../opensearch/OpenSearchSuggestionAction.java | 2 +-
.../bow/action/opensearch/SuggestionAction.java | 2 +-
.../bow/action/preference/AdminTagAction.java | 2 +-
.../bow/action/preference/DeleteImportAction.java | 4 +-
.../bow/action/preference/GenerateTokenAction.java | 4 +-
.../action/preference/ImportBookmarksAction.java | 10 +-
.../action/preference/PreferenceBaseAction.java | 2 +-
.../bow/action/preference/UpdateSiteAction.java | 6 +-
.../bow/action/preference/UpdateUserAction.java | 12 +-
.../main/resources/i18n/bow-ui_en_GB.properties | 44 +++--
.../main/resources/i18n/bow-ui_fr_FR.properties | 160 +++++++++-------
bow-ui/src/main/resources/struts.xml | 32 +++-
bow-ui/src/main/webapp/WEB-INF/bowutils.tld | 6 +
bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 129 +++++++++++++
.../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 9 +-
bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp | 118 ++++++++++++
bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 79 ++++++++
.../src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp | 2 +
bow-ui/src/main/webapp/css/global.css | 37 +++-
bow-ui/src/main/xmi/bow-model.zargo | Bin 9807 -> 10532 bytes
pom.xml | 25 ++-
47 files changed, 1355 insertions(+), 365 deletions(-)
create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/AtomAction.java
create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/group/GroupEditAction.java
create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/group/GroupViewAction.java
create mode 100644 bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp
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>.
The bow team is pleased to announce the bow-1.5 release!
bookmarks on web
Documentation of the project can be found here:
http://bow.chorem.org
Changes
-------
Changes in this version include:
New features:
o Pouvoir masquer les résultats filtrés ayant un certain tag Issue: 1203. Thanks to Léo Kaufmann. Resolved by bpoussin.
o add support to track bookmark add throw atom feed Issue: 1262. Thanks to Benjamin Poussin. Resolved by bpoussin.
o Add support for group (private/public) and with specific tag share some bookmark with this groups Issue: 1263. Thanks to Benjamin Poussin. Resolved by bpoussin.
o Partage de bookmark entre utilisateur Issue: 229. Thanks to Benjamin Poussin. Resolved by bpoussin.
Fixed Bugs:
o Can't use prefix that start with another existing prefix Issue: 1261. Thanks to Benjamin Poussin. Resolved by bpoussin.
Downloads
---------
For a manual installation, you can download files here:
http://forge.chorem.org/projects/bow/files
* bow-ui-1.5.war - http://forge.chorem.org/attachments/download/216
Maven artifacts
---------------
Artifacts are deployed in nuiton maven repository
http://maven.nuiton.org/other-releases/
Have fun!
-bow team
This is an automated email from the git hooks/post-receive script.
New change to branch release/1.5 in repository bow.
See http://git.chorem.org/bow.git
at f7c36c1 use wikitty 3.12
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 develop in repository bow.
See http://git.chorem.org/bow.git
from f7c36c1 use wikitty 3.12
new fca205f [jgitflow-maven-plugin]updating poms for 1.6-SNAPSHOT development
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 fca205f5f3d6d820c4493371f5fd134b66b88eff
Author: Maven Release <maven-release(a)codelutin.com>
Date: Mon Jul 20 19:29:28 2015 +0200
[jgitflow-maven-plugin]updating poms for 1.6-SNAPSHOT development
Summary of changes:
bow-extension-chromium/pom.xml | 2 +-
bow-ui/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 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 de67fa9 hack to support public alias with new security constraints
new f7c36c1 use wikitty 3.12
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 f7c36c195d95e2a2748c2bbac18db85ff872b0da
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Mon Jul 20 18:36:54 2015 +0200
use wikitty 3.12
Summary of changes:
pom.xml | 2 +-
1 file changed, 1 insertion(+), 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 bf124e7 - add wikitty AppAdminGroup when admin login - WikittyClient has now correct Wikitty SecurityToken and with AppAdminGroup can check if user can read/write bookmark
new de67fa9 hack to support public alias with new security constraints
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 de67fa914018fb08a49d3c443b423513d7f78293
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Mon Jul 20 17:00:17 2015 +0200
hack to support public alias with new security constraints
Summary of changes:
.../java/org/chorem/bow/action/AliasAction.java | 26 ++++++++++++++--------
1 file changed, 17 insertions(+), 9 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 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(a)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(a)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(a)codelutin.com>
Date: Mon Jul 20 12:58:31 2015 +0200
add comment about proxy.logout()
commit 6303a701fe5f89253caccdb470f04c2a1acbbf16
Author: Benjamin POUSSIN <poussin(a)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(a)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(a)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(a)codelutin.com>
Date: Mon Jul 20 12:12:32 2015 +0200
update translation
commit eac7769b5ed847b082c664fb760f3b3e88865889
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Mon Jul 20 12:11:38 2015 +0200
update translation
commit 1731b2a7bee97433f82954e72b12b1197b37241c
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Mon Jul 20 11:43:04 2015 +0200
add Group description
commit f33801d69591f45cf346e69949f32743afd4563d
Author: Benjamin POUSSIN <poussin(a)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(a)chorem.org>.