jamwiki-commit Mailing List for JAMWiki (Page 3)
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: <wr...@us...> - 2013-02-27 05:36:20
|
Revision: 4299 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4299&view=rev Author: wrh2 Date: 2013-02-27 05:36:08 +0000 (Wed, 27 Feb 2013) Log Message: ----------- Cleanup: * The diff code is only ever used for display purposes, so move it out of jamwiki-core and into jamwiki-web. Modified Paths: -------------- wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-web/pom.xml wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/DiffServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/EditServlet.java Added Paths: ----------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/web/model/ wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/web/model/WikiDiff.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/web/utils/DiffUtil.java wiki/trunk/jamwiki-web/src/test/java/org/jamwiki/web/ wiki/trunk/jamwiki-web/src/test/java/org/jamwiki/web/utils/ wiki/trunk/jamwiki-web/src/test/java/org/jamwiki/web/utils/DiffUtilTest.java Removed Paths: ------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiDiff.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/utils/DiffUtilTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-27 04:32:12
|
Revision: 4298 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4298&view=rev Author: wrh2 Date: 2013-02-27 04:32:05 +0000 (Wed, 27 Feb 2013) Log Message: ----------- Cleanup: * Move some methods used only by the parser out of Utilities and into JFlexParserUtil. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/AbstractHeadingTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/HtmlLinkTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/Utilities.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-edit-comment-processor.jflex wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-template-processor.jflex wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/utils/UtilitiesTest.java Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/JFlexParserUtilTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-27 03:41:59
|
Revision: 4297 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4297&view=rev Author: wrh2 Date: 2013-02-27 03:41:51 +0000 (Wed, 27 Feb 2013) Log Message: ----------- Logging: * Upgrade to slf4j 1.7.2. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-27 03:22:21
|
Revision: 4296 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4296&view=rev Author: wrh2 Date: 2013-02-27 03:22:15 +0000 (Wed, 27 Feb 2013) Log Message: ----------- Special:ImportTiddly: * Remove deprecated TiddlyWiki importer. Code is unmaintained and has not been updated since 2007. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/PseudoTopicHandler.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jamwiki-servlet.xml Removed Paths: ------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/TiddlyWiki2MediaWikiTranslator.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/TiddlyWikiParser.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/utils/TiddlyWiki2MediaWikiTranslatorTest.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/utils/TiddlyWikiParserTest.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/importtiddly.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ImportTiddlyWikiServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-27 02:39:18
|
Revision: 4295 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4295&view=rev Author: wrh2 Date: 2013-02-27 02:39:12 +0000 (Wed, 27 Feb 2013) Log Message: ----------- Cleanup: * Delete branches that haven't seen activity since 2009 or that are in my own workspace. Removed Paths: ------------- wiki/branches/freich/ wiki/branches/mikegremi/ wiki/branches/ronin/ wiki/branches/urpit/ wiki/branches/wrh2/fckeditor/ wiki/branches/wrh2/wip/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-26 02:53:40
|
Revision: 4294 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4294&view=rev Author: wrh2 Date: 2013-02-26 02:53:33 +0000 (Tue, 26 Feb 2013) Log Message: ----------- Spring: * Upgrade to Spring Framework 3.2.1.RELEASE. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-24 00:10:56
|
Revision: 4293 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4293&view=rev Author: wrh2 Date: 2013-02-24 00:10:45 +0000 (Sun, 24 Feb 2013) Log Message: ----------- Merge: * Merge changes from the 1.3.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/setup/jamwiki-configuration-1.3.xsd wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/web.xml Removed Paths: ------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/403.jsp Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-24 00:04:42
|
Revision: 4292 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4292&view=rev Author: wrh2 Date: 2013-02-24 00:04:30 +0000 (Sun, 24 Feb 2013) Log Message: ----------- Translation Updates: * Updated Russian translations (shar). Modified Paths: -------------- wiki/branches/1.3.x/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/branches/1.3.x/jamwiki-war/src/main/webapp/CHANGELOG.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-24 00:00:42
|
Revision: 4291 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4291&view=rev Author: wrh2 Date: 2013-02-24 00:00:34 +0000 (Sun, 24 Feb 2013) Log Message: ----------- Cleanup: * Remove unneeded 403.jsp page, which contained an invalid constant that caused warnings in Eclipse. Reported by Thomas Koch. Modified Paths: -------------- wiki/branches/1.3.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/1.3.x/jamwiki-war/src/main/webapp/WEB-INF/web.xml Removed Paths: ------------- wiki/branches/1.3.x/jamwiki-war/src/main/webapp/WEB-INF/jsp/403.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-23 23:44:58
|
Revision: 4290 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4290&view=rev Author: wrh2 Date: 2013-02-23 23:44:46 +0000 (Sat, 23 Feb 2013) Log Message: ----------- JAMWiki-111: * Fix missing "editors" element in jamwiki-configuration-1.3.xsd. Reported and fixed by Thomas Koch. Modified Paths: -------------- wiki/branches/1.3.x/jamwiki-core/src/main/resources/setup/jamwiki-configuration-1.3.xsd wiki/branches/1.3.x/jamwiki-war/src/main/webapp/CHANGELOG.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-23 23:43:14
|
Revision: 4289 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4289&view=rev Author: wrh2 Date: 2013-02-23 23:43:03 +0000 (Sat, 23 Feb 2013) Log Message: ----------- Bump the version number to 1.3.1. Modified Paths: -------------- wiki/branches/1.3.x/jamwiki-core/src/main/java/org/jamwiki/WikiVersion.java wiki/branches/1.3.x/jamwiki-core/src/test/resources/jamwiki.properties wiki/branches/1.3.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/1.3.x/jamwiki-war/src/main/webapp/UPGRADE.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-18 05:58:36
|
Revision: 4288 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4288&view=rev Author: wrh2 Date: 2013-02-18 05:58:26 +0000 (Mon, 18 Feb 2013) Log Message: ----------- Special:Upgrade: * Move the upgrade code out of the servlet and into a utility class to create a cleaner separation of upgrade functionality vs. servlet functionality. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upgrade.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/SetupServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UpgradeServlet.java Added Paths: ----------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/UpgradeUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-17 20:45:43
|
Revision: 4287 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4287&view=rev Author: wrh2 Date: 2013-02-17 20:45:37 +0000 (Sun, 17 Feb 2013) Log Message: ----------- Dependencies: * Upgrade to commons-io-2.4. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-17 19:16:37
|
Revision: 4286 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4286&view=rev Author: wrh2 Date: 2013-02-17 19:16:30 +0000 (Sun, 17 Feb 2013) Log Message: ----------- Search: * Upgrade to Lucene Search 4.1. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-web/pom.xml wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UpgradeServlet.java wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-14 04:12:33
|
Revision: 4285 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4285&view=rev Author: wrh2 Date: 2013-02-14 04:12:24 +0000 (Thu, 14 Feb 2013) Log Message: ----------- Dependencies: * Drop support for Java 5. Java 6 or later is now required to run JAMWiki. * Upgrade to HSQLDB 2.2.9. Modified Paths: -------------- wiki/trunk/addons/jamwiki-jflex-parser-tags/pom.xml wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-war/pom.xml wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/pom.xml wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-14 03:25:33
|
Revision: 4284 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4284&view=rev Author: wrh2 Date: 2013-02-14 03:25:23 +0000 (Thu, 14 Feb 2013) Log Message: ----------- Upgrade: * Remove ability to automatically upgrade from versions prior to 1.2. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-core/src/main/resources/sql/sql.ansi.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_cs.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_zh_TW.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UpgradeServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 06:36:39
|
Revision: 4283 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4283&view=rev Author: wrh2 Date: 2013-02-13 06:36:32 +0000 (Wed, 13 Feb 2013) Log Message: ----------- Bump the version number to 2.0.0. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiVersion.java wiki/trunk/jamwiki-core/src/test/resources/jamwiki.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 04:46:17
|
Revision: 4282 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4282&view=rev Author: wrh2 Date: 2013-02-13 04:46:11 +0000 (Wed, 13 Feb 2013) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- wiki/branches/1.3.x/addons/bliki-parser/pom.xml wiki/branches/1.3.x/addons/jamwiki-jflex-parser-tags/pom.xml wiki/branches/1.3.x/addons/pom.xml wiki/branches/1.3.x/jamwiki-core/pom.xml wiki/branches/1.3.x/jamwiki-war/pom.xml wiki/branches/1.3.x/jamwiki-web/pom.xml wiki/branches/1.3.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 04:46:05
|
Revision: 4281 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4281&view=rev Author: wrh2 Date: 2013-02-13 04:45:59 +0000 (Wed, 13 Feb 2013) Log Message: ----------- [maven-release-plugin] copy for tag 1.3 Added Paths: ----------- wiki/tags/1.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 04:45:54
|
Revision: 4280 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4280&view=rev Author: wrh2 Date: 2013-02-13 04:45:47 +0000 (Wed, 13 Feb 2013) Log Message: ----------- [maven-release-plugin] prepare release 1.3 Modified Paths: -------------- wiki/branches/1.3.x/addons/bliki-parser/pom.xml wiki/branches/1.3.x/addons/jamwiki-jflex-parser-tags/pom.xml wiki/branches/1.3.x/addons/pom.xml wiki/branches/1.3.x/jamwiki-core/pom.xml wiki/branches/1.3.x/jamwiki-war/pom.xml wiki/branches/1.3.x/jamwiki-web/pom.xml wiki/branches/1.3.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 04:14:28
|
Revision: 4279 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4279&view=rev Author: wrh2 Date: 2013-02-13 04:14:21 +0000 (Wed, 13 Feb 2013) Log Message: ----------- [maven-release-plugin] prepare release 1.3.x Modified Paths: -------------- wiki/trunk/addons/bliki-parser/pom.xml wiki/trunk/addons/jamwiki-jflex-parser-tags/pom.xml wiki/trunk/addons/pom.xml wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-war/pom.xml wiki/trunk/jamwiki-web/pom.xml wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 04:14:15
|
Revision: 4278 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4278&view=rev Author: wrh2 Date: 2013-02-13 04:14:08 +0000 (Wed, 13 Feb 2013) Log Message: ----------- [maven-release-plugin] copy for branch 1.3.x Added Paths: ----------- wiki/branches/1.3.x/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-02-13 04:14:04
|
Revision: 4277 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4277&view=rev Author: wrh2 Date: 2013-02-13 04:13:56 +0000 (Wed, 13 Feb 2013) Log Message: ----------- [maven-release-plugin] prepare branch 1.3.x Modified Paths: -------------- wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ccl...@us...> - 2013-02-04 08:32:07
|
Revision: 4276 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4276&view=rev Author: cclavadetscher Date: 2013-02-04 08:32:00 +0000 (Mon, 04 Feb 2013) Log Message: ----------- Bug fixing: When a new user is created, he is added to the registered user group. This does not update the cache and results in the admin not seeing this user as a member of this group, unless it is called directly by user name. Correction: Flush cache in this specific case when a user is inserted. public void writeWikiUser(WikiUser user, String username, String encryptedPassword) throws DataAccessException, WikiException { [...] // Flush cache to force reading from database for next search // This should be more efficient than looping over the authorities of the // group and update them individually CACHE_ROLE_MAP_GROUP.removeAllFromCache(); [...] } Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2013-01-29 05:20:50
|
Revision: 4275 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4275&view=rev Author: wrh2 Date: 2013-01-29 05:20:44 +0000 (Tue, 29 Jan 2013) Log Message: ----------- Images: * Image revision thumbnails didn't render properly when using database for image storage. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/image/ImageProcessor.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/image/ImageUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |