jamwiki-commit Mailing List for JAMWiki (Page 52)
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...> - 2010-06-04 03:43:49
|
Revision: 3074 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3074&view=rev Author: wrh2 Date: 2010-06-04 03:43:43 +0000 (Fri, 04 Jun 2010) Log Message: ----------- Cleanup: * Cleanup some log messages to be less scary, less verbose, or less intrusive, where relevant. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/ParserUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ImageLinkTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParser.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-06-03 03:31:21
|
Revision: 3073 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3073&view=rev Author: wrh2 Date: 2010-06-03 03:31:15 +0000 (Thu, 03 Jun 2010) Log Message: ----------- Performance: * DataHandler.getAllTopicNames() (used when rebuilding the search index) was retrieving ALL topic data, not just the topic name. Refactor - this method is now approximately 300x faster on my local machine (5 minutes to less than one second). Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/DataHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/QueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-core/src/main/resources/sql.ansi.properties wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ItemsServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-06-01 02:28:33
|
Revision: 3072 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3072&view=rev Author: wrh2 Date: 2010-06-01 02:28:27 +0000 (Tue, 01 Jun 2010) Log Message: ----------- Merge: * Merge trunk changes into the wrh2 branch. Modified Paths: -------------- wiki/branches/wrh2/jamwiki-core/pom.xml wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/db/OracleQueryHandler.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/migrate/MediaWikiXmlImporter.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/model/Namespace.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/HtmlLinkTag.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiLinkTag.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/utils/ImageUtil.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/utils/LinkUtil.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/utils/WikiCache.java wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/branches/wrh2/jamwiki-core/src/main/jflex/jamwiki-processor.jflex wiki/branches/wrh2/jamwiki-core/src/main/resources/sql.mysql.properties wiki/branches/wrh2/jamwiki-core/src/test/java/org/jamwiki/JAMWikiUnitTest.java wiki/branches/wrh2/jamwiki-core/src/test/java/org/jamwiki/migrate/MigrationUtilTest.java wiki/branches/wrh2/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java wiki/branches/wrh2/jamwiki-core/src/test/resources/ApplicationResources.properties wiki/branches/wrh2/jamwiki-core/src/test/resources/data/results/WikiLink1 wiki/branches/wrh2/jamwiki-core/src/test/resources/data/topics/WikiLink1 wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_zh_TW.properties wiki/branches/wrh2/jamwiki-war/src/main/resources/jamwiki-configuration.xml wiki/branches/wrh2/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/wrh2/jamwiki-war/src/main/webapp/CREDITS.txt wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-maintenance.jsp wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-virtual-wiki.jsp wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/error.jsp wiki/branches/wrh2/jamwiki-web/pom.xml wiki/branches/wrh2/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java wiki/branches/wrh2/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiListener.java wiki/branches/wrh2/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/branches/wrh2/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/branches/wrh2/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java wiki/branches/wrh2/pom.xml Added Paths: ----------- wiki/branches/wrh2/jamwiki-core/src/test/resources/data/results/Heading7 wiki/branches/wrh2/jamwiki-core/src/test/resources/data/topics/Heading7 wiki/branches/wrh2/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties Removed Paths: ------------- wiki/branches/wrh2/jamwiki-war/src/main/webapp/DATASOURCE_README.txt Property Changed: ---------------- wiki/branches/wrh2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-30 19:09:43
|
Revision: 3071 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3071&view=rev Author: wrh2 Date: 2010-05-30 19:09:37 +0000 (Sun, 30 May 2010) Log Message: ----------- Setup: * Suppress a harmless stack trace that appears in the logs during setup due to the database not being initialized. * Re-word some log messages during setup to make it clearer that they are harmless. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiListener.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-28 02:46:25
|
Revision: 3070 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3070&view=rev Author: wrh2 Date: 2010-05-28 02:46:19 +0000 (Fri, 28 May 2010) Log Message: ----------- Build: * Execute "mvn clean" automatically on each build - this seems to fix unit test breakage. Modified Paths: -------------- wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-web/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-28 01:50:32
|
Revision: 3069 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3069&view=rev Author: wrh2 Date: 2010-05-28 01:50:26 +0000 (Fri, 28 May 2010) Log Message: ----------- Upgrade: * Fix non-fatal MySQL error during upgrade that prevented "not null" constraints from being added to the jam_topic table. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/sql.mysql.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-27 02:38:17
|
Revision: 3068 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3068&view=rev Author: wrh2 Date: 2010-05-27 02:38:09 +0000 (Thu, 27 May 2010) Log Message: ----------- Special:Import: * Fix import of improperly ordered topic XML & re-enable the unit test. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/migrate/MediaWikiXmlImporter.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/migrate/MigrationUtilTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-26 05:29:02
|
Revision: 3067 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3067&view=rev Author: wrh2 Date: 2010-05-26 05:28:56 +0000 (Wed, 26 May 2010) Log Message: ----------- Unit Tests: * Move sample topic creation code out of ParserTest and into JAMWikiUnitTest. * Re-enable a migration test that was previously disabled due to lack of proper DataHandler. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/JAMWikiUnitTest.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/migrate/MigrationUtilTest.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-21 02:12:25
|
Revision: 3066 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3066&view=rev Author: wrh2 Date: 2010-05-21 02:12:19 +0000 (Fri, 21 May 2010) Log Message: ----------- Translations: * Remove unused message key. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/test/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-21 01:53:51
|
Revision: 3065 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3065&view=rev Author: wrh2 Date: 2010-05-21 01:53:42 +0000 (Fri, 21 May 2010) Log Message: ----------- Cleanup: * Remove the "export internal database to CSV" functionality - since it is now possible to export to XML and migrate databases this capability is no longer needed. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-core/src/test/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.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-war/src/main/webapp/WEB-INF/jsp/admin-maintenance.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-20 05:36:09
|
Revision: 3064 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3064&view=rev Author: wrh2 Date: 2010-05-20 05:36:02 +0000 (Thu, 20 May 2010) Log Message: ----------- Error Handling: * Display additional information on the fatal error page to aid in debugging. * Add an error condition for namespace failures due to configuration issues. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/DiffUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/LinkUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiCache.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/error.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/WikiPageInfo.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-19 02:16:22
|
Revision: 3063 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3063&view=rev Author: wrh2 Date: 2010-05-19 02:16:15 +0000 (Wed, 19 May 2010) Log Message: ----------- Cleanup: * Delete the DATASOURCE_README.txt - this is covered on jamwiki.org now. Removed Paths: ------------- wiki/trunk/jamwiki-war/src/main/webapp/DATASOURCE_README.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-19 00:45:45
|
Revision: 3062 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3062&view=rev Author: wrh2 Date: 2010-05-19 00:45:39 +0000 (Wed, 19 May 2010) Log Message: ----------- Configuration: * Change some defaults - larger cache, more database connections. * Move some fields to more logical locations on Special:Admin. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-18 04:32:32
|
Revision: 3061 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3061&view=rev Author: wrh2 Date: 2010-05-18 04:32:26 +0000 (Tue, 18 May 2010) Log Message: ----------- Namespaces: * Oracle treats NULL and "" as the same value, so implement a workaround to allow use of the empty string as a namespace. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/OracleQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/Namespace.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-16 02:18:28
|
Revision: 3060 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3060&view=rev Author: wrh2 Date: 2010-05-16 02:18:22 +0000 (Sun, 16 May 2010) Log Message: ----------- Parser: * Fix issue that prevented use of wiki headings within tables. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/results/Heading7 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Heading7 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-15 15:56:29
|
Revision: 3059 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3059&view=rev Author: wrh2 Date: 2010-05-15 15:56:23 +0000 (Sat, 15 May 2010) Log Message: ----------- Translation Updates: * Updated Russian translations (shar). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-12 05:27:55
|
Revision: 3058 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3058&view=rev Author: wrh2 Date: 2010-05-12 05:27:49 +0000 (Wed, 12 May 2010) Log Message: ----------- Parser: * Fix section links of the form [[Current Page#Section]]. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiLinkTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/LinkUtil.java wiki/trunk/jamwiki-core/src/test/resources/data/results/WikiLink1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/WikiLink1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-10 20:57:07
|
Revision: 3057 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3057&view=rev Author: wrh2 Date: 2010-05-10 20:57:01 +0000 (Mon, 10 May 2010) Log Message: ----------- Translation Updates: * Updated German translations (axelclk). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-09 21:40:04
|
Revision: 3056 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3056&view=rev Author: wrh2 Date: 2010-05-09 21:39:58 +0000 (Sun, 09 May 2010) Log Message: ----------- Special:VirtualWiki: * Fix validation of virtual wikis - incorrect error message, and only A-Z, 0-9 and underscore are allowed. * When adding a virtual wiki if the add wasn't selected the code still moved to "update" mode - fixed now. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-virtual-wiki.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-09 16:23:07
|
Revision: 3055 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3055&view=rev Author: wrh2 Date: 2010-05-09 16:23:00 +0000 (Sun, 09 May 2010) Log Message: ----------- Translation Updates: * Updated Russian translations (shar). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/trunk/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...> - 2010-05-08 17:42:48
|
Revision: 3054 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3054&view=rev Author: wrh2 Date: 2010-05-08 17:42:41 +0000 (Sat, 08 May 2010) Log Message: ----------- Translation Updates: * Updated Sinhala translations (ruchira56). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-08 01:40:07
|
Revision: 3053 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3053&view=rev Author: wrh2 Date: 2010-05-08 01:39:58 +0000 (Sat, 08 May 2010) Log Message: ----------- Translation Updates: * Updated Sinhala translations (ruchira56). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-08 01:38:59
|
Revision: 3052 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3052&view=rev Author: wrh2 Date: 2010-05-08 01:38:53 +0000 (Sat, 08 May 2010) Log Message: ----------- Parser: * Fix a ClassCastException (which was harmless) that was a result of recent link parsing changes. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/HtmlLinkTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiLinkTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-05-05 03:39:40
|
Revision: 3050 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3050&view=rev Author: wrh2 Date: 2010-05-05 03:39:34 +0000 (Wed, 05 May 2010) Log Message: ----------- MySQL: * Use MEDIUMTEXT instead of TEXT for storing topic content on MySQL. This increases the maximum allowed topic size from 64kb to 16MB. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/sql.mysql.properties wiki/trunk/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...> - 2010-05-04 05:10:54
|
Revision: 3049 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3049&view=rev Author: wrh2 Date: 2010-05-04 05:10:48 +0000 (Tue, 04 May 2010) Log Message: ----------- Merge: * Record-only merge from trunk to the wrh2 branch. Property Changed: ---------------- wiki/branches/wrh2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |