jamwiki-commit Mailing List for JAMWiki
Brought to you by:
wrh2
This list is closed, nobody may subscribe to it.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(86) |
Oct
(168) |
Nov
(115) |
Dec
(87) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(59) |
Feb
(36) |
Mar
(27) |
Apr
(24) |
May
(37) |
Jun
(16) |
Jul
(200) |
Aug
(114) |
Sep
(41) |
Oct
(36) |
Nov
(43) |
Dec
(29) |
| 2008 |
Jan
(63) |
Feb
(49) |
Mar
(62) |
Apr
(66) |
May
(25) |
Jun
(20) |
Jul
(4) |
Aug
(27) |
Sep
(51) |
Oct
(48) |
Nov
(12) |
Dec
(9) |
| 2009 |
Jan
(54) |
Feb
(33) |
Mar
(59) |
Apr
(35) |
May
(20) |
Jun
(18) |
Jul
(31) |
Aug
(44) |
Sep
(24) |
Oct
(32) |
Nov
(28) |
Dec
(35) |
| 2010 |
Jan
(51) |
Feb
(34) |
Mar
(93) |
Apr
(48) |
May
(30) |
Jun
(43) |
Jul
(29) |
Aug
(39) |
Sep
(61) |
Oct
(14) |
Nov
(30) |
Dec
(96) |
| 2011 |
Jan
(82) |
Feb
(18) |
Mar
(21) |
Apr
(18) |
May
(33) |
Jun
(45) |
Jul
(70) |
Aug
(36) |
Sep
(63) |
Oct
(28) |
Nov
(55) |
Dec
(47) |
| 2012 |
Jan
(82) |
Feb
(39) |
Mar
(21) |
Apr
(9) |
May
(15) |
Jun
(32) |
Jul
(36) |
Aug
(36) |
Sep
(22) |
Oct
(12) |
Nov
(4) |
Dec
(30) |
| 2013 |
Jan
(38) |
Feb
(25) |
Mar
(18) |
Apr
(15) |
May
(10) |
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Ryan H. <wr...@us...> - 2013-06-27 05:58:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via c10cab0724873fbc48b96b8f971e33694165790d (commit)
from d96b6591637be6f532ca415276afbdc0673edc66 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c10cab0724873fbc48b96b8f971e33694165790d
Author: wrh2 <rya...@gm...>
Date: Wed Jun 26 22:58:19 2013 -0700
UI: Add CSS classes to the body tag to allow styling by page or namespace.
-----------------------------------------------------------------------
Summary of changes:
.../src/main/java/org/jamwiki/utils/Utilities.java | 20 ++++++++
.../test/java/org/jamwiki/utils/UtilitiesTest.java | 51 ++++++++++++++++++++
jamwiki-war/src/main/webapp/CHANGELOG.txt | 1 +
jamwiki-war/src/main/webapp/WEB-INF/jsp/wiki.jsp | 2 +-
.../java/org/jamwiki/servlets/WikiPageInfo.java | 24 ++++++++-
5 files changed, 95 insertions(+), 3 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-06-25 04:55:27
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via d96b6591637be6f532ca415276afbdc0673edc66 (commit)
from c28363a93c9905b7053b462fcba2382b2d1038e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d96b6591637be6f532ca415276afbdc0673edc66
Author: wrh2 <rya...@gm...>
Date: Mon Jun 24 21:54:53 2013 -0700
UI: Move the section "edit" link next to the header text to avoid alignment issues.
-----------------------------------------------------------------------
Summary of changes:
.../jamwiki/parser/jflex/AbstractHeadingTag.java | 2 +-
.../main/java/org/jamwiki/utils/UpgradeUtil.java | 2 +-
.../main/resources/pages/JAMWiki%3ASystem.css.txt | 7 +++----
.../test/resources/ApplicationResources.properties | 2 +-
.../src/test/resources/data/results/Heading1 | 2 +-
.../src/test/resources/data/results/Heading10 | 4 ++--
.../src/test/resources/data/results/Heading2 | 6 +++---
.../src/test/resources/data/results/Heading3 | 2 +-
.../src/test/resources/data/results/Heading4 | 2 +-
.../src/test/resources/data/results/Heading5 | 6 +++---
.../src/test/resources/data/results/Heading7 | 2 +-
.../src/test/resources/data/results/Heading8 | 14 +++++++-------
.../src/test/resources/data/results/Heading9 | 6 +++---
.../test/resources/data/results/TableOfContents1 | 8 ++++----
.../test/resources/data/results/TableOfContents2 | 16 ++++++++--------
.../test/resources/data/results/TableOfContents3 | 8 ++++----
.../test/resources/data/results/TableOfContents4 | 8 ++++----
.../test/resources/data/results/TableOfContents5 | 8 ++++----
.../test/resources/data/results/TableOfContents6 | 14 +++++++-------
.../test/resources/data/results/TableOfContents7 | 20 ++++++++++----------
.../main/resources/ApplicationResources.properties | 2 +-
.../resources/ApplicationResources_cs.properties | 2 +-
.../resources/ApplicationResources_da.properties | 2 +-
.../resources/ApplicationResources_de.properties | 2 +-
.../resources/ApplicationResources_es.properties | 2 +-
.../resources/ApplicationResources_gl.properties | 2 +-
.../resources/ApplicationResources_hr.properties | 2 +-
.../resources/ApplicationResources_hu.properties | 2 +-
.../resources/ApplicationResources_it.properties | 2 +-
.../resources/ApplicationResources_nl.properties | 2 +-
.../resources/ApplicationResources_no.properties | 2 +-
.../resources/ApplicationResources_pl.properties | 2 +-
.../resources/ApplicationResources_pt.properties | 2 +-
.../ApplicationResources_pt_BR.properties | 2 +-
.../resources/ApplicationResources_sk.properties | 2 +-
.../resources/ApplicationResources_sv.properties | 2 +-
jamwiki-war/src/main/webapp/CHANGELOG.txt | 2 ++
jamwiki-war/src/main/webapp/UPGRADE.txt | 7 +++++++
38 files changed, 94 insertions(+), 86 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-06-25 03:49:44
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via c28363a93c9905b7053b462fcba2382b2d1038e4 (commit)
via 7a98239c3e9031a73e72a11b31a9f3e33f695921 (commit)
via db84d783d594660e45d7a6225886a685e8808ff9 (commit)
via 52d8be5c99dd626d6aceb3c99a51eeb5fc369e85 (commit)
via c555e3cfb2a9a92f98034f7faf665a0d5fe695f6 (commit)
via 3e95bf85e825812b1019f7b023dec2413c7af0a7 (commit)
via 9992efa879576fe10dd79b9054d2959647493f57 (commit)
via 01090fdc4ba0e57cd5d997f2118296daf3ae9df7 (commit)
via 52889a37d1ab6192e99a503bf9df635d01e6cc60 (commit)
via 5c072078b3e524c173ce07837a719688544e4c40 (commit)
via d6a8ebd9d6fa008b65f980a58ed2f0244fd4fe91 (commit)
via 655a2ff1f7956ece4ae321490c9526a39d05c616 (commit)
via 54098c5b9cde73d4f96f9af2ab13e42cd84414e7 (commit)
from eaa185d3b61835ffdc343cc8d30676c5aa87464e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.../org/jamwiki/parser/bliki/JAMWikiModel.java | 67 +-
.../main/java/org/jamwiki/DataAccessException.java | 82 -
.../src/main/java/org/jamwiki/Environment.java | 2 -
.../src/main/java/org/jamwiki/WikiBase.java | 3 +-
.../main/java/org/jamwiki/db/AnsiDataHandler.java | 2190 ++++-------
.../main/java/org/jamwiki/db/AnsiQueryHandler.java | 4311 ++++++++------------
.../java/org/jamwiki/db/CacheQueryHandler.java | 485 +--
.../java/org/jamwiki/db/DB2400QueryHandler.java | 165 +-
.../main/java/org/jamwiki/db/DB2QueryHandler.java | 194 +-
.../java/org/jamwiki/db/DatabaseConnection.java | 232 +-
.../main/java/org/jamwiki/db/DatabaseUpgrades.java | 104 +-
.../main/java/org/jamwiki/db/LocalDataSource.java | 11 +-
.../java/org/jamwiki/db/OracleQueryHandler.java | 205 +-
.../src/main/java/org/jamwiki/db/QueryHandler.java | 579 +--
.../TransactionRuntimeException.java} | 42 +-
.../src/main/java/org/jamwiki/db/WikiDatabase.java | 318 +-
.../org/jamwiki/migrate/MediaWikiXmlExporter.java | 11 +-
.../org/jamwiki/migrate/MediaWikiXmlImporter.java | 30 +-
.../java/org/jamwiki/migrate/MigrationUtil.java | 7 +-
.../src/main/java/org/jamwiki/model/GroupMap.java | 9 +-
.../src/main/java/org/jamwiki/model/ImageData.java | 16 +-
.../src/main/java/org/jamwiki/model/Interwiki.java | 17 +-
.../src/main/java/org/jamwiki/model/Namespace.java | 10 +-
.../src/main/java/org/jamwiki/model/UserBlock.java | 33 +-
.../src/main/java/org/jamwiki/parser/LinkUtil.java | 62 +-
.../main/java/org/jamwiki/parser/ParserUtil.java | 8 +-
.../org/jamwiki/parser/image/ImageProcessor.java | 33 +-
.../java/org/jamwiki/parser/image/ImageUtil.java | 18 +-
.../jamwiki/parser/jflex/AbstractHeadingTag.java | 8 +-
.../org/jamwiki/parser/jflex/EditSectionTag.java | 8 +-
.../java/org/jamwiki/parser/jflex/GalleryTag.java | 1 +
.../org/jamwiki/parser/jflex/ImageLinkTag.java | 6 +-
.../java/org/jamwiki/parser/jflex/JFlexParser.java | 21 +-
.../org/jamwiki/parser/jflex/MagicWordUtil.java | 13 +-
.../jamwiki/parser/jflex/ParserFunctionUtil.java | 21 +-
.../java/org/jamwiki/parser/jflex/TemplateTag.java | 9 +-
.../java/org/jamwiki/parser/jflex/WikiLinkTag.java | 4 -
.../main/java/org/jamwiki/utils/UpgradeUtil.java | 4 -
.../src/main/java/org/jamwiki/utils/WikiUtil.java | 14 +-
.../src/test/java/org/jamwiki/JAMWikiUnitTest.java | 10 +-
.../java/org/jamwiki/db/AnsiDataHandlerTest.java | 9 +-
.../test/java/org/jamwiki/model/NamespaceTest.java | 9 +-
jamwiki-war/src/main/webapp/CHANGELOG.txt | 1 +
.../JAMWikiAuthenticationConfiguration.java | 17 +-
.../JAMWikiAuthenticationProcessingFilter.java | 4 -
.../org/jamwiki/authentication/JAMWikiDaoImpl.java | 19 +-
.../JAMWikiPostAuthenticationFilter.java | 4 -
.../java/org/jamwiki/servlets/AdminServlet.java | 40 +-
.../jamwiki/servlets/AdminVirtualWikiServlet.java | 65 +-
.../org/jamwiki/servlets/BlockListServlet.java | 3 +-
.../java/org/jamwiki/servlets/BlockServlet.java | 13 +-
.../java/org/jamwiki/servlets/ImageServlet.java | 15 +-
.../java/org/jamwiki/servlets/ItemsServlet.java | 3 +-
.../java/org/jamwiki/servlets/JAMWikiServlet.java | 25 +-
.../java/org/jamwiki/servlets/LinkToServlet.java | 3 +-
.../java/org/jamwiki/servlets/ServletUtil.java | 119 +-
.../java/org/jamwiki/servlets/SetupServlet.java | 3 -
.../java/org/jamwiki/servlets/UpgradeServlet.java | 13 +-
.../java/org/jamwiki/servlets/WikiPageInfo.java | 10 +-
.../main/java/org/jamwiki/taglib/ImageLinkTag.java | 4 -
.../main/java/org/jamwiki/taglib/ImageUrlTag.java | 4 -
.../src/main/java/org/jamwiki/taglib/LinkTag.java | 4 -
.../java/org/jamwiki/taglib/PaginationTag.java | 15 +-
.../org/jamwiki/validator/UserBlockValidator.java | 8 +-
.../main/java/org/jamwiki/web/utils/DiffUtil.java | 5 +-
.../java/org/jamwiki/web/utils/SpamFilter.java | 21 +-
.../org/jamwiki/web/utils/UserPreferencesUtil.java | 7 +-
67 files changed, 3700 insertions(+), 6106 deletions(-)
delete mode 100644 jamwiki-core/src/main/java/org/jamwiki/DataAccessException.java
copy jamwiki-core/src/main/java/org/jamwiki/{model/SearchResultEntry.java => db/TransactionRuntimeException.java} (56%)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-06-25 03:48:57
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, wrh2-springdb has been updated
via c28363a93c9905b7053b462fcba2382b2d1038e4 (commit)
from 7a98239c3e9031a73e72a11b31a9f3e33f695921 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c28363a93c9905b7053b462fcba2382b2d1038e4
Author: wrh2 <rya...@gm...>
Date: Mon Jun 24 20:47:58 2013 -0700
Documentation: Update CHANGELOG.
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-06-16 20:25:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, wrh2-springdb has been updated
via 7a98239c3e9031a73e72a11b31a9f3e33f695921 (commit)
from db84d783d594660e45d7a6225886a685e8808ff9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7a98239c3e9031a73e72a11b31a9f3e33f695921
Author: wrh2 <rya...@gm...>
Date: Sun Jun 16 13:24:44 2013 -0700
Database: Use Spring JDBC template during setup.
-----------------------------------------------------------------------
Summary of changes:
.../main/java/org/jamwiki/db/AnsiDataHandler.java | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-06-16 20:25:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 4688041661e9dd8c0acb6239e97f14a4e8f41724 (commit)
via b3af0ac96fccd52c6c2dce3d4de031c72b549a2d (commit)
from 05cd66e2542c797423db69a973545ced3653925c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4688041661e9dd8c0acb6239e97f14a4e8f41724
Author: wrh2 <rya...@gm...>
Date: Mon Jun 10 17:16:29 2013 -0700
Database: Make sure all tables are properly migrated when using the Special:Maintenance "database migration" functionality.
commit b3af0ac96fccd52c6c2dce3d4de031c72b549a2d
Author: wrh2 <rya...@gm...>
Date: Mon Jun 10 17:15:29 2013 -0700
* Bump the version number to 1.3.3.
-----------------------------------------------------------------------
Summary of changes:
.../src/main/java/org/jamwiki/WikiVersion.java | 2 +-
.../src/main/java/org/jamwiki/db/WikiDatabase.java | 2 ++
jamwiki-core/src/test/resources/jamwiki.properties | 2 +-
jamwiki-war/src/main/webapp/CHANGELOG.txt | 19 ++++++++++++++++++-
jamwiki-war/src/main/webapp/UPGRADE.txt | 7 +++++++
5 files changed, 29 insertions(+), 3 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-17 01:32:23
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, wrh2-springdb has been created
at db84d783d594660e45d7a6225886a685e8808ff9 (commit)
- Log -----------------------------------------------------------------
commit db84d783d594660e45d7a6225886a685e8808ff9
Merge: 52d8be5 eaa185d
Author: wrh2 <rya...@gm...>
Date: Wed May 15 21:54:13 2013 -0600
Merge branch 'master' into wrh2
commit 52d8be5c99dd626d6aceb3c99a51eeb5fc369e85
Author: wrh2 <rya...@gm...>
Date: Tue May 14 00:10:12 2013 -0600
Database: With Spring now handling all database interaction, remove declarations for exceptions that are no longer thrown and cleanup the resulting callers.
commit c555e3cfb2a9a92f98034f7faf665a0d5fe695f6
Author: wrh2 <rya...@gm...>
Date: Sun Apr 21 11:47:20 2013 -0700
Database: Move remaining methods that still required a Connection out of QueryHandler, refactor some other code so that methods are defined in the class that uses them.
commit 3e95bf85e825812b1019f7b023dec2413c7af0a7
Author: wrh2 <rya...@gm...>
Date: Sat Apr 20 23:03:19 2013 -0700
Database: Convert initTopic() and its callers to use Spring JDBC template.
commit 9992efa879576fe10dd79b9054d2959647493f57
Author: wrh2 <rya...@gm...>
Date: Wed Apr 17 22:06:09 2013 -0700
Database: Convert another batch of methods to use Spring JDBC functionality.
commit 01090fdc4ba0e57cd5d997f2118296daf3ae9df7
Author: wrh2 <rya...@gm...>
Date: Wed Apr 17 20:15:21 2013 -0700
Database: Consolidate the closeConnection utility methods.
commit 52889a37d1ab6192e99a503bf9df635d01e6cc60
Author: wrh2 <rya...@gm...>
Date: Tue Apr 16 23:26:16 2013 -0600
Database: Use Spring database code for all inserts that use generated keys.
commit 5c072078b3e524c173ce07837a719688544e4c40
Merge: d6a8ebd abba0b3
Author: wrh2 <rya...@gm...>
Date: Sun Apr 14 23:16:42 2013 -0600
Merge branch 'master' into wrh2
Conflicts:
jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java
commit d6a8ebd9d6fa008b65f980a58ed2f0244fd4fe91
Author: wrh2 <rya...@gm...>
Date: Sun Apr 14 23:08:03 2013 -0600
Database: Use Spring TransactionTemplate for transaction management, convert other code to use JdbcTemplate.
commit 655a2ff1f7956ece4ae321490c9526a39d05c616
Author: wrh2 <rya...@gm...>
Date: Sat Apr 6 13:41:55 2013 -0700
Database: Change the connection pool setup/close code to throw runtime exceptions in cases of failure.
commit 54098c5b9cde73d4f96f9af2ab13e42cd84414e7
Author: wrh2 <rya...@gm...>
Date: Fri Apr 5 19:30:16 2013 -0600
Database:
* Use Spring JdbcTemplate to eliminate boilerplate database code for
obvious read-only use cases. This commit does not include any code
that modifies the database or executes in a transactional context.
-----------------------------------------------------------------------
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-07 04:42:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via eaa185d3b61835ffdc343cc8d30676c5aa87464e (commit)
via 525f90a3232d92587411f81d02d4dcc9ce85a3b3 (commit)
via 1a6ac2f8e2e405dda941cfb9baf9ddb59dd7399a (commit)
from adc30d38957160e5415cb8e824b2c847e16d735d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eaa185d3b61835ffdc343cc8d30676c5aa87464e
Author: wrh2 <rya...@gm...>
Date: Mon May 6 21:29:45 2013 -0700
Uploads: Upgrade to commons-fileupload 1.3.
commit 525f90a3232d92587411f81d02d4dcc9ce85a3b3
Author: wrh2 <rya...@gm...>
Date: Mon May 6 21:21:18 2013 -0700
Encryption: Upgrade to commons-codec 1.8.
commit 1a6ac2f8e2e405dda941cfb9baf9ddb59dd7399a
Author: wrh2 <rya...@gm...>
Date: Mon May 6 21:18:52 2013 -0700
Search: Upgrade to Lucene Search 4.3.
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 4 +++-
.../org/jamwiki/search/LuceneSearchEngine.java | 2 +-
.../java/org/jamwiki/servlets/ServletUtil.java | 2 +-
pom.xml | 6 +++---
4 files changed, 8 insertions(+), 6 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-05 17:52:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via adc30d38957160e5415cb8e824b2c847e16d735d (commit)
via 05cd66e2542c797423db69a973545ced3653925c (commit)
via 735dfe5016cc3d485e1fa1e88592ec741d2c0c7d (commit)
via 301af687e39a0d05f2abda37b213ae0ac78f86b4 (commit)
via e666fbde74000333aa7aa673df811fa231f12643 (commit)
via 185efdca513b722271aecdf06cb525dfe14b3981 (commit)
via 596aba6c45c36df7dba957ddeadba09d27db3f43 (commit)
via 70de9dd0d01480efef88dd881dc9ff668b87033d (commit)
via 52dbbc4319704c90fed3927de7b59db4cb14410f (commit)
via 640a35ab181dabd1af32f81cc0e2333f04577192 (commit)
from abba0b31c4d2235de25ee1815cb7ef8a647cc7b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit adc30d38957160e5415cb8e824b2c847e16d735d
Merge: abba0b3 05cd66e
Author: wrh2 <rya...@gm...>
Date: Sun May 5 10:51:51 2013 -0700
Merge branch '1.3.x'
Conflicts:
addons/bliki-parser/pom.xml
addons/jamwiki-jflex-parser-tags/pom.xml
addons/pom.xml
jamwiki-core/pom.xml
jamwiki-war/pom.xml
jamwiki-web/pom.xml
pom.xml
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 4 ++++
pom.xml | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-05 17:32:16
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 05cd66e2542c797423db69a973545ced3653925c (commit)
from 735dfe5016cc3d485e1fa1e88592ec741d2c0c7d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 05cd66e2542c797423db69a973545ced3653925c
Author: wrh2 <rya...@gm...>
Date: Sun May 5 10:31:51 2013 -0700
Documentation: Correct CHANGELOG.
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-05 17:29:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The annotated tag, 1.3.2 has been created
at e97eb9469f9d148f4b015750b1552cee0f757027 (tag)
tagging 301af687e39a0d05f2abda37b213ae0ac78f86b4 (commit)
replaces 1.3.1
tagged by wrh2
on Sun May 5 10:23:30 2013 -0700
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag 1.3.2
Peter Palmreuther (2):
Move SCM to Git repository
Updated Maven SCM URLs
Ryan Holliday (1):
[maven-release-plugin] prepare for next development iteration
Thomas Koch (3):
Fix invalid <p> in <span> tag
fix missing equals sign after html attribute
HTML fix: input tags were not closed
wrh2 (8):
Bump the version number to 1.3.2.
Translation Updates:
Bugfix:
Documentation: Update CHANGELOG.
Documentation: Update CHANGELOG.
Add all Maven target directories to .gitignore.
Maven: Upgrade the Maven release plugin to 2.4.1.
[maven-release-plugin] prepare release 1.3.2
-----------------------------------------------------------------------
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-05 17:29:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 735dfe5016cc3d485e1fa1e88592ec741d2c0c7d (commit)
via 301af687e39a0d05f2abda37b213ae0ac78f86b4 (commit)
from e666fbde74000333aa7aa673df811fa231f12643 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 735dfe5016cc3d485e1fa1e88592ec741d2c0c7d
Author: wrh2 <rya...@gm...>
Date: Sun May 5 10:23:32 2013 -0700
[maven-release-plugin] prepare for next development iteration
commit 301af687e39a0d05f2abda37b213ae0ac78f86b4
Author: wrh2 <rya...@gm...>
Date: Sun May 5 10:23:30 2013 -0700
[maven-release-plugin] prepare release 1.3.2
-----------------------------------------------------------------------
Summary of changes:
addons/bliki-parser/pom.xml | 2 +-
addons/jamwiki-jflex-parser-tags/pom.xml | 2 +-
addons/pom.xml | 2 +-
jamwiki-core/pom.xml | 2 +-
jamwiki-war/pom.xml | 2 +-
jamwiki-web/pom.xml | 2 +-
pom.xml | 5 +++--
7 files changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-03 04:05:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via e666fbde74000333aa7aa673df811fa231f12643 (commit)
from 185efdca513b722271aecdf06cb525dfe14b3981 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e666fbde74000333aa7aa673df811fa231f12643
Author: wrh2 <rya...@gm...>
Date: Thu May 2 21:04:51 2013 -0700
Maven: Upgrade the Maven release plugin to 2.4.1.
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-01 04:58:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 185efdca513b722271aecdf06cb525dfe14b3981 (commit)
via 596aba6c45c36df7dba957ddeadba09d27db3f43 (commit)
from 70de9dd0d01480efef88dd881dc9ff668b87033d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 185efdca513b722271aecdf06cb525dfe14b3981
Author: Peter Palmreuther <pit...@us...>
Date: Tue Mar 26 07:11:16 2013 +0100
Updated Maven SCM URLs
commit 596aba6c45c36df7dba957ddeadba09d27db3f43
Author: Peter Palmreuther <pit...@us...>
Date: Mon Mar 25 07:38:04 2013 +0100
Move SCM to Git repository
Conflicts:
pom.xml
-----------------------------------------------------------------------
Summary of changes:
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-01 04:50:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 70de9dd0d01480efef88dd881dc9ff668b87033d (commit)
via 52dbbc4319704c90fed3927de7b59db4cb14410f (commit)
from 640a35ab181dabd1af32f81cc0e2333f04577192 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 70de9dd0d01480efef88dd881dc9ff668b87033d
Author: wrh2 <rya...@gm...>
Date: Mon Mar 25 22:12:02 2013 -0700
Add all Maven target directories to .gitignore.
commit 52dbbc4319704c90fed3927de7b59db4cb14410f
Author: wrh2 <rya...@gm...>
Date: Tue Apr 30 21:48:37 2013 -0700
Documentation: Update CHANGELOG.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 5 +++++
jamwiki-war/src/main/webapp/CHANGELOG.txt | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-05-01 04:42:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 640a35ab181dabd1af32f81cc0e2333f04577192 (commit)
from 05b0535e5797d27a214d5431beebcaa08b09f4b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 640a35ab181dabd1af32f81cc0e2333f04577192
Author: wrh2 <rya...@gm...>
Date: Tue Apr 30 21:41:59 2013 -0700
Documentation: Update CHANGELOG.
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-04-15 05:12:51
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via abba0b31c4d2235de25ee1815cb7ef8a647cc7b7 (commit)
from b4ddd474a23e23c8506d4aa7800837ec6ce047ba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit abba0b31c4d2235de25ee1815cb7ef8a647cc7b7
Author: wrh2 <rya...@gm...>
Date: Sun Apr 14 23:12:31 2013 -0600
Merge fix: Fix CHANGELOG and UPGRADE docs to reflect 1.3.2 changes.
-----------------------------------------------------------------------
Summary of changes:
jamwiki-war/src/main/webapp/CHANGELOG.txt | 16 ++++++++++++++++
jamwiki-war/src/main/webapp/UPGRADE.txt | 7 +++++++
2 files changed, 23 insertions(+), 0 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: thkoch2001 <thk...@us...> - 2013-04-07 20:14:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, thkoch_for_review_2013-04-06 has been deleted
was 8b5b42d23706daf96853c1bcbf69ff5485e3cdcc
-----------------------------------------------------------------------
8b5b42d23706daf96853c1bcbf69ff5485e3cdcc Extract feed entry description creation in separate function
-----------------------------------------------------------------------
hooks/post-receive
--
JAMWiki
|
|
From: thkoch2001 <thk...@us...> - 2013-04-07 20:13:08
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via b4ddd474a23e23c8506d4aa7800837ec6ce047ba (commit)
via 3b4a2a13940c0e68b0cf5d2af16d4f7320e82dd5 (commit)
via d745ae31e38ca1a098588c4c66a0556a45ef569c (commit)
via 07130e1fef9c8e39ab11b2a951f57a44766346eb (commit)
via d8bbd00f94b59a25a18205e767dbfe23e24482ad (commit)
via 63e6582a52824934ec911fc62caf94231d83e3a5 (commit)
via 37749db7c35d8ac6ae1af2e9240e8e19621f3f16 (commit)
via c07fd7e43a2a0798a42bcce9c4c4892c1ab88935 (commit)
via 05b0535e5797d27a214d5431beebcaa08b09f4b7 (commit)
via 63598c03bedb8fc4a51a87f1bd6efaeb20b1c8e9 (commit)
via 0bbdd6edbbd2719f948f4c664560b0d9727e9ea7 (commit)
via fa324bbc2b0eaeef98e65fd13addb94f0e89572d (commit)
via 512165909d10c895a608c008048cf6f145e83367 (commit)
via a19c274e3be03aa3f9999c19b2a2bbd6ec439168 (commit)
from bd649210896e83427c36904f720c5f6b81fe7704 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b4ddd474a23e23c8506d4aa7800837ec6ce047ba
Author: Thomas Koch <th...@ko...>
Date: Sat Apr 6 15:12:00 2013 +0200
Extract feed entry description creation in separate function
I plan to include a diff of the change in the feed and therefor the
description creation will become more complex and should be done in
its own function.
commit 3b4a2a13940c0e68b0cf5d2af16d4f7320e82dd5
Author: Thomas Koch <th...@ko...>
Date: Sat Apr 6 12:45:26 2013 +0200
use static helper methods url{En|De}codeUtf8
commit d745ae31e38ca1a098588c4c66a0556a45ef569c
Author: Thomas Koch <th...@ko...>
Date: Sat Apr 6 12:31:33 2013 +0200
remove unused variable
commit 07130e1fef9c8e39ab11b2a951f57a44766346eb
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:42:13 2013 +0100
access static members statically, not with this.
commit d8bbd00f94b59a25a18205e767dbfe23e24482ad
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:38:32 2013 +0100
remove some unused java imports
commit 63e6582a52824934ec911fc62caf94231d83e3a5
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:29:42 2013 +0100
remove unused variable
The constructor call is only done to validate the value. So no need
to assign the object to a then unused variable.
A more involved fix would be to create a JamWikiDatePattern class.
commit 37749db7c35d8ac6ae1af2e9240e8e19621f3f16
Merge: c07fd7e 05b0535
Author: Thomas Koch <th...@ko...>
Date: Sun Apr 7 22:02:53 2013 +0200
Merge branch '1.3.x'
commit c07fd7e43a2a0798a42bcce9c4c4892c1ab88935
Merge: bd64921 a19c274
Author: Thomas Koch <th...@ko...>
Date: Sun Apr 7 21:55:39 2013 +0200
Merge commit a19c274e3b from branch 1.3.x
with strategy -s recursive -X ours to ignore version number conflicts
-----------------------------------------------------------------------
Summary of changes:
.../src/main/java/org/jamwiki/WikiBase.java | 2 +-
.../main/java/org/jamwiki/db/AnsiQueryHandler.java | 2 +-
.../src/main/java/org/jamwiki/model/GroupMap.java | 4 +-
.../main/java/org/jamwiki/utils/UpgradeUtil.java | 3 -
.../src/main/java/org/jamwiki/utils/Utilities.java | 29 ++++++++-----
.../resources/ApplicationResources_ru.properties | 6 +-
jamwiki-war/src/main/webapp/CHANGELOG.txt | 5 +-
.../src/main/webapp/WEB-INF/jsp/admin-manage.jsp | 6 ++-
.../src/main/webapp/WEB-INF/jsp/register.jsp | 2 +-
jamwiki-war/src/main/webapp/WEB-INF/jsp/setup.jsp | 8 ++--
.../java/org/jamwiki/servlets/AdminServlet.java | 4 +-
.../jamwiki/servlets/RecentChangesFeedServlet.java | 46 +++++++++++---------
.../java/org/jamwiki/servlets/ServletUtil.java | 5 --
.../java/org/jamwiki/servlets/UpgradeServlet.java | 2 -
.../org/jamwiki/web/utils/UserPreferencesUtil.java | 1 -
15 files changed, 64 insertions(+), 61 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: thkoch2001 <thk...@us...> - 2013-04-07 19:52:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 05b0535e5797d27a214d5431beebcaa08b09f4b7 (commit)
via 63598c03bedb8fc4a51a87f1bd6efaeb20b1c8e9 (commit)
via 0bbdd6edbbd2719f948f4c664560b0d9727e9ea7 (commit)
from fa324bbc2b0eaeef98e65fd13addb94f0e89572d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 05b0535e5797d27a214d5431beebcaa08b09f4b7
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:28:16 2013 +0100
HTML fix: input tags were not closed
commit 63598c03bedb8fc4a51a87f1bd6efaeb20b1c8e9
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:10:28 2013 +0100
fix missing equals sign after html attribute
commit 0bbdd6edbbd2719f948f4c664560b0d9727e9ea7
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:09:22 2013 +0100
Fix invalid <p> in <span> tag
-----------------------------------------------------------------------
Summary of changes:
.../src/main/webapp/WEB-INF/jsp/admin-manage.jsp | 6 ++++--
.../src/main/webapp/WEB-INF/jsp/register.jsp | 2 +-
jamwiki-war/src/main/webapp/WEB-INF/jsp/setup.jsp | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: thkoch2001 <thk...@us...> - 2013-04-07 19:47:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, master has been updated
via bd649210896e83427c36904f720c5f6b81fe7704 (commit)
via 875d01fa137841682210d6ca9ae91b838d600fb3 (commit)
via e6910ffa3a2da9c7e1825200d270a8e5442ece0b (commit)
from b05dd62e46ea52b76e85a89c35f2707c428cd4e1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bd649210896e83427c36904f720c5f6b81fe7704
Merge: b05dd62 875d01f
Author: Thomas Koch <th...@ko...>
Date: Sun Apr 7 21:27:02 2013 +0200
Merge 1.3.x branch into master ignoring version changes in pom.xml files
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
JAMWiki
|
|
From: thkoch2001 <thk...@us...> - 2013-04-06 13:34:23
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, thkoch_for_review_2013-04-06 has been created
at 8b5b42d23706daf96853c1bcbf69ff5485e3cdcc (commit)
- Log -----------------------------------------------------------------
commit 8b5b42d23706daf96853c1bcbf69ff5485e3cdcc
Author: Thomas Koch <th...@ko...>
Date: Sat Apr 6 15:12:00 2013 +0200
Extract feed entry description creation in separate function
I plan to include a diff of the change in the feed and therefor the
description creation will become more complex and should be done in
its own function.
commit e86290024ff64a5ea11f3de57a7698d18bde39bf
Author: Thomas Koch <th...@ko...>
Date: Sat Apr 6 12:45:26 2013 +0200
use static helper methods url{En|De}codeUtf8
commit 0072ee1d39cdc0a225ee2596054d08a47fbb0958
Author: Thomas Koch <th...@ko...>
Date: Sat Apr 6 12:31:33 2013 +0200
remove unused variable
commit 033bcf2fa2f9ebd9a43b45bf0c107b0069cfeae3
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:42:13 2013 +0100
access static members statically, not with this.
commit dac898d9834ffabdd36b721ac5710a7f6ea3e743
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:38:32 2013 +0100
remove some unused java imports
commit a3132fc488b315f5bb2bf4009cbedd03edf69a34
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:29:42 2013 +0100
remove unused variable
The constructor call is only done to validate the value. So no need
to assign the object to a then unused variable.
A more involved fix would be to create a JamWikiDatePattern class.
commit 7004e99249997a2a0acc819cb9f80f2db26a9884
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:28:16 2013 +0100
HTML fix: input tags were not closed
commit a552bec6e8f1faddbc05a7a0916fa3ca79ee3f91
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:10:28 2013 +0100
fix missing equals sign after html attribute
commit 46beec6412b4bcf166b4f9e48b2ef82d8082247b
Author: Thomas Koch <th...@ko...>
Date: Thu Mar 14 10:09:22 2013 +0100
Fix invalid <p> in <span> tag
-----------------------------------------------------------------------
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-04-04 05:09:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via fa324bbc2b0eaeef98e65fd13addb94f0e89572d (commit)
from 512165909d10c895a608c008048cf6f145e83367 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fa324bbc2b0eaeef98e65fd13addb94f0e89572d
Author: wrh2 <rya...@gm...>
Date: Wed Apr 3 23:09:08 2013 -0600
Bugfix:
* Fix error that could cause categories to be initialized with the name
"category_name" instead of the actual category name.
-----------------------------------------------------------------------
Summary of changes:
.../main/java/org/jamwiki/db/AnsiQueryHandler.java | 2 +-
jamwiki-war/src/main/webapp/CHANGELOG.txt | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-04-03 02:11:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 1.3.x has been updated
via 512165909d10c895a608c008048cf6f145e83367 (commit)
via a19c274e3be03aa3f9999c19b2a2bbd6ec439168 (commit)
from 875d01fa137841682210d6ca9ae91b838d600fb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 512165909d10c895a608c008048cf6f145e83367
Author: wrh2 <rya...@gm...>
Date: Tue Apr 2 15:26:38 2013 -0700
Translation Updates:
* Updated Russian translations (shar).
commit a19c274e3be03aa3f9999c19b2a2bbd6ec439168
Author: wrh2 <rya...@gm...>
Date: Tue Apr 2 15:26:01 2013 -0700
Bump the version number to 1.3.2.
-----------------------------------------------------------------------
Summary of changes:
.../src/main/java/org/jamwiki/WikiVersion.java | 2 +-
jamwiki-core/src/test/resources/jamwiki.properties | 2 +-
.../resources/ApplicationResources_ru.properties | 6 +++---
jamwiki-war/src/main/webapp/CHANGELOG.txt | 18 +++++++++++++++++-
jamwiki-war/src/main/webapp/UPGRADE.txt | 7 +++++++
5 files changed, 29 insertions(+), 6 deletions(-)
hooks/post-receive
--
JAMWiki
|
|
From: Ryan H. <wr...@us...> - 2013-04-02 02:38:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "JAMWiki".
The branch, 0.7.x has been created
at c5d23af49afd67e5a86a46a779869c1f149987a4 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
JAMWiki
|