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 c43a0f5 fixes #1270: the user must configure the atom stream to not receive its own links
new 540789a fixes #233: Add support for login/password (change header jsp generation) (add minification css/js)
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 540789ad4e35f5df72289f248aedb5bbd551b177
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Fri Jul 31 03:54:30 2015 +0200
fixes #233: Add support for login/password
(change header jsp generation)
(add minification css/js)
Summary of changes:
bow-ui/pom.xml | 51 +++
bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 27 ++
.../action/preference/PreferenceBaseAction.java | 30 +-
...Action.java => UpdateAuthenticationAction.java} | 42 ++-
.../main/resources/i18n/bow-ui_en_GB.properties | 7 +
.../main/resources/i18n/bow-ui_fr_FR.properties | 7 +
bow-ui/src/main/resources/struts.xml | 5 +
bow-ui/src/main/webapp/WEB-INF/bowutils.tld | 6 +
bow-ui/src/main/webapp/WEB-INF/decorators/main.jsp | 7 +-
bow-ui/src/main/webapp/WEB-INF/jsp/admin.jsp | 3 -
.../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 3 -
bow-ui/src/main/webapp/WEB-INF/jsp/error.jsp | 3 -
.../src/main/webapp/WEB-INF/jsp/forgotPassword.jsp | 1 -
bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp | 3 -
bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 3 -
bow-ui/src/main/webapp/WEB-INF/jsp/home.jsp | 3 -
bow-ui/src/main/webapp/WEB-INF/jsp/login.jsp | 1 -
bow-ui/src/main/webapp/WEB-INF/jsp/preferences.jsp | 33 +-
bow-ui/src/main/webapp/WEB-INF/jsp/register.jsp | 1 -
.../src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp | 3 -
.../src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 6 +-
bow-ui/src/main/webapp/js/bowpwd.js | 47 +++
bow-ui/src/main/webapp/js/sha256.js | 343 +++++++++++++++++++++
23 files changed, 586 insertions(+), 49 deletions(-)
copy bow-ui/src/main/java/org/chorem/bow/action/preference/{GenerateTokenAction.java => UpdateAuthenticationAction.java} (57%)
create mode 100644 bow-ui/src/main/webapp/js/bowpwd.js
create mode 100644 bow-ui/src/main/webapp/js/sha256.js
--
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 b36a9f5 add link to shared user to go home page
new c43a0f5 fixes #1270: the user must configure the atom stream to not receive its own links
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 c43a0f51e432a0e4515287d7ea66b6092be91ef7
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Thu Jul 30 23:44:11 2015 +0200
fixes #1270: the user must configure the atom stream to not receive its own links
Summary of changes:
bow-ui/src/main/java/org/chorem/bow/BookmarkUtils.java | 6 +++++-
bow-ui/src/main/java/org/chorem/bow/action/AtomAction.java | 13 ++++++++++++-
.../bow/action/bookmark/DeleteSearchResultsAction.java | 2 +-
.../java/org/chorem/bow/action/bookmark/HomeAction.java | 2 +-
bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 1 +
5 files changed, 20 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 07d2743 add markdown processor to process bookmark description (in safeMode)
new 3ef8aca fixes #1274: add support for more complexe query for fulltext bookmark search
new ab9fc2a add some FIXME and debug
new b36a9f5 add link to shared user to go home page
The 3 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 b36a9f5cbe929244eb13441a1d3d7d9e6a714528
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Thu Jul 30 19:51:12 2015 +0200
add link to shared user to go home page
commit ab9fc2ae635a12472129fa17ed5763e4c42e7aa8
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Thu Jul 30 19:47:42 2015 +0200
add some FIXME and debug
commit 3ef8aca24f735ffd53f27449ad7671bfbf70742e
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Thu Jul 30 19:46:39 2015 +0200
fixes #1274: add support for more complexe query for fulltext bookmark search
Summary of changes:
bow-ui/src/main/java/org/chorem/bow/BookmarkUtils.java | 14 +++++++++++++-
.../java/org/chorem/bow/action/bookmark/HomeAction.java | 1 +
.../java/org/chorem/bow/action/group/GroupEditAction.java | 6 ++++++
.../chorem/bow/action/sharedUser/SharedUserEditAction.java | 13 ++++---------
bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 6 ++++++
5 files changed, 30 insertions(+), 10 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 684dfaa add support to share with user without bow login
new 07d2743 add markdown processor to process bookmark description (in safeMode)
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 07d2743f5d8d541284b1f37e853a562e68ee7782
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Tue Jul 28 16:41:38 2015 +0200
add markdown processor to process bookmark description (in safeMode)
Summary of changes:
bow-ui/pom.xml | 6 ++++++
bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 13 +++++++++++++
bow-ui/src/main/webapp/WEB-INF/bowutils.tld | 6 ++++++
bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 2 +-
bow-ui/src/main/webapp/WEB-INF/jsp/inc/bookmark.jsp | 6 +++---
bow-ui/src/main/webapp/css/bookmark.css | 13 ++++++++++++-
pom.xml | 7 ++++++-
7 files changed, 47 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 branch develop in repository bow.
See http://git.chorem.org/bow.git
from b8a901b fix charset escape JavaScript only not HTML to prevent bug with python feedparser :( (rss2email) (escape transforme accent to entity (é) and when parser recreate accent caractere this caractere is byte and not string :(
new 684dfaa add support to share with user without bow login
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 684dfaa732914a32f3ee689508c84530f06c3223
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Tue Jul 28 03:13:32 2015 +0200
add support to share with user without bow login
Summary of changes:
bow-ui/src/main/java/org/chorem/bow/BowConfig.java | 1 +
bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 19 +++
.../java/org/chorem/bow/action/AtomAction.java | 4 +-
.../bow/action/bookmark/AddOrUpdateAction.java | 61 ++++++++-
.../org/chorem/bow/action/bookmark/EditAction.java | 11 ++
.../chorem/bow/action/group/GroupViewAction.java | 5 +-
.../bow/action/login/ForgotPasswordAction.java | 4 +-
.../org/chorem/bow/action/login/LoginAction.java | 2 +
.../chorem/bow/action/login/RegisterAction.java | 4 +-
.../action/sharedUser/SharedUserEditAction.java | 148 +++++++++++++++++++++
.../SharedUserViewAction.java} | 29 ++--
.../main/resources/i18n/bow-ui_en_GB.properties | 7 +
.../main/resources/i18n/bow-ui_fr_FR.properties | 7 +
bow-ui/src/main/resources/struts.xml | 20 +++
.../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 1 +
bow-ui/src/main/webapp/WEB-INF/jsp/inc/footer.jsp | 2 +-
.../src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp | 51 +++----
.../src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp | 62 +++++++++
.../jsp/{groupView.jsp => sharedUserView.jsp} | 34 +++--
bow-ui/src/main/webapp/js/README | 36 +++++
bow-ui/src/main/xmi/README | 30 ++++-
bow-ui/src/main/xmi/bow-model.properties | 2 +
bow-ui/src/main/xmi/bow-model.zargo | Bin 10532 -> 11957 bytes
23 files changed, 468 insertions(+), 72 deletions(-)
create mode 100644 bow-ui/src/main/java/org/chorem/bow/action/sharedUser/SharedUserEditAction.java
copy bow-ui/src/main/java/org/chorem/bow/action/{group/GroupViewAction.java => sharedUser/SharedUserViewAction.java} (70%)
create mode 100644 bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp
copy bow-ui/src/main/webapp/WEB-INF/jsp/{groupView.jsp => sharedUserView.jsp} (54%)
create mode 100644 bow-ui/src/main/webapp/js/README
create mode 100644 bow-ui/src/main/xmi/bow-model.properties
--
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 a064cf7 add author email if login is an email
new b8a901b fix charset escape JavaScript only not HTML to prevent bug with python feedparser :( (rss2email) (escape transforme accent to entity (é) and when parser recreate accent caractere this caractere is byte and not string :(
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 b8a901bd08317dd5d17ccd97c919bb1fec6a3d4e
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Wed Jul 22 14:39:04 2015 +0200
fix charset
escape JavaScript only not HTML to prevent bug with python feedparser :( (rss2email)
(escape transforme accent to entity (é) and when parser recreate accent caractere
this caractere is byte and not string :(
Summary of changes:
bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 4 ++--
1 file changed, 2 insertions(+), 2 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 5d624c3 rewrite to prevent XSS rewrite to have correct URL
new a064cf7 add author email if login is an email
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 a064cf7808ed84779655dfd1ab7551fc79d5a9f6
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Tue Jul 21 22:07:42 2015 +0200
add author email if login is an email
Summary of changes:
bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 8 +++++++-
1 file changed, 7 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 fa9c5c4 add tag and filter in title to make difference between all atom flux
new 061ef35 change dev bow url to work with mvn tomcat7:run
new 5d624c3 rewrite to prevent XSS rewrite to have correct URL
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 5d624c342408b229057e4b6c04a9a2e717cc8ed5
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Tue Jul 21 16:34:51 2015 +0200
rewrite to prevent XSS
rewrite to have correct URL
commit 061ef35b3309881eefcd9e5d52ea8ebf755f0ba4
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Tue Jul 21 16:34:26 2015 +0200
change dev bow url to work with mvn tomcat7:run
Summary of changes:
bow-ui/src/main/resources/bow.properties | 4 +--
bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 40 ++++++++++++++---------------
2 files changed, 21 insertions(+), 23 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 6ab099f [jgitflow-maven-plugin]Updating develop poms back to pre merge state
new fa9c5c4 add tag and filter in title to make difference between all atom flux
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 fa9c5c4a9f146087a28c44b756c0b0516328b3b3
Author: Benjamin POUSSIN <poussin(a)codelutin.com>
Date: Tue Jul 21 15:27:52 2015 +0200
add tag and filter in title to make difference between all atom flux
Summary of changes:
bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 4 ++--
1 file changed, 2 insertions(+), 2 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 8a5936e change wikitty version to 3.12.1
new b2ce337 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
adds 0c613db [jgitflow-maven-plugin]updating poms for 1.5.1 branch with snapshot versions
new a20cbb6 [jgitflow-maven-plugin]updating poms for branch'release/1.5.1' with non-snapshot versions
new 6af647d [jgitflow-maven-plugin]merging 'release/1.5.1' into 'master'
new dabf83e [jgitflow-maven-plugin]merging 'master' into 'develop'
new 6ab099f [jgitflow-maven-plugin]Updating develop poms back to pre merge state
The 5 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 6ab099f19dd3eafa7e2bb76068e2be309492d6bb
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Jul 21 11:38:00 2015 +0200
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
commit dabf83e4ee5f1268712a6181988db464cdf7c052
Merge: b2ce337 6af647d
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Jul 21 11:38:00 2015 +0200
[jgitflow-maven-plugin]merging 'master' into 'develop'
commit b2ce3379318e956414d107df04621f445a709588
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Jul 21 11:38:00 2015 +0200
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
commit 6af647d6f216287dbd26c69ba48170699407772d
Merge: 6bcdda0 a20cbb6
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Jul 21 11:37:59 2015 +0200
[jgitflow-maven-plugin]merging 'release/1.5.1' into 'master'
commit a20cbb6eb878d76bfaeb8f553242ec41f6fb6d44
Author: Maven Release <maven-release(a)codelutin.com>
Date: Tue Jul 21 11:37:22 2015 +0200
[jgitflow-maven-plugin]updating poms for branch'release/1.5.1' with non-snapshot versions
Summary of changes:
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.