jamwiki-commit Mailing List for JAMWiki (Page 65)
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...> - 2009-10-31 00:53:12
|
Revision: 2748 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2748&view=rev Author: wrh2 Date: 2009-10-31 00:53:03 +0000 (Sat, 31 Oct 2009) Log Message: ----------- Categories: * Category topics displayed inconsistently in the topic view, print view and editing preview view. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/edit.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/printable.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/topic.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-topic-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-28 04:28:38
|
Revision: 2747 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2747&view=rev Author: wrh2 Date: 2009-10-28 04:28:31 +0000 (Wed, 28 Oct 2009) Log Message: ----------- Bugfix: * Do not allow creation of topics that start with "/" or that are of the form Namespace:/Topic. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/utils/WikiUtilTest.java 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...> - 2009-10-28 04:02:59
|
Revision: 2746 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2746&view=rev Author: wrh2 Date: 2009-10-28 04:02:44 +0000 (Wed, 28 Oct 2009) Log Message: ----------- Parser: * Template parameter names should ignore whitespace so that {{template|name=foo}} is the same as {{template| name = foo}}. Reported by floatingworld. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/results/Template5 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Template5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-27 05:17:41
|
Revision: 2745 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2745&view=rev Author: wrh2 Date: 2009-10-27 05:17:35 +0000 (Tue, 27 Oct 2009) Log Message: ----------- Bugfix: * Fix NPE due to UTF-8 encoding issue when deleting or moving a page AND its associated comments page. This bug only triggered when deleting a comments page via the "Delete/Move/Undelete associated comments page" checkbox. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ManageServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/MoveServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-24 18:13:24
|
Revision: 2744 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2744&view=rev Author: wrh2 Date: 2009-10-24 18:13:17 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Documentation: * Update README.txt to reflect new prerequisites for JAMWiki 0.8.0. * Add a note to UPGRADE.txt about JDBC 3.0+. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/README.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...> - 2009-10-24 18:11:59
|
Revision: 2743 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2743&view=rev Author: wrh2 Date: 2009-10-24 18:11:48 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Documentation: * Mark Sybase & MS SQL as "experimental" as those two databases have received no testing (that has been reported) during this release cycle. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/jamwiki-configuration.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-24 05:39:44
|
Revision: 2742 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2742&view=rev Author: wrh2 Date: 2009-10-24 05:39:35 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Documentation: * Add license info for several images included in the distribution. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/CREDITS.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-24 05:34:28
|
Revision: 2741 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2741&view=rev Author: wrh2 Date: 2009-10-24 05:34:21 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Look & Feel: * Use the same <ul> image as Mediawiki. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/pages/StyleSheet.txt Added Paths: ----------- wiki/trunk/jamwiki-war/src/main/webapp/images/bullet.gif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-24 05:24:39
|
Revision: 2740 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2740&view=rev Author: wrh2 Date: 2009-10-24 05:24:32 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Cleanup: * Delete unused image. Removed Paths: ------------- wiki/trunk/jamwiki-war/src/main/webapp/images/button_java.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-24 04:46:29
|
Revision: 2739 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2739&view=rev Author: wrh2 Date: 2009-10-24 04:46:20 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Upgrades: * If using HSQL do not populate the characters_changed column when upgrading to 0.7.0 as this is an optional step and there have been numerous reports of HSQL hanging. * Remove an upgrade message for a column that is not modified in this step. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/DatabaseUpgrades.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-17 21:30:37
|
Revision: 2738 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2738&view=rev Author: wrh2 Date: 2009-10-17 21:30:28 +0000 (Sat, 17 Oct 2009) Log Message: ----------- Special:Import: * Add additional unit tests for verifying that imports properly convert Mediawiki namespaces to JAMWiki namespaces. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/migrate/MigrationUtilTest.java Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/files/mediawiki-export-namespace-test.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-17 19:35:23
|
Revision: 2737 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2737&view=rev Author: wrh2 Date: 2009-10-17 19:35:13 +0000 (Sat, 17 Oct 2009) Log Message: ----------- Special:Export: * <case> attribute should be "case-sensitive" for JAMWiki, not "first-letter". * Convert JAMWiki namespaces to Mediawiki namespaces when exporting for better interoperability. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/migrate/MediaWikiXmlMigrator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-16 04:05:58
|
Revision: 2736 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2736&view=rev Author: wrh2 Date: 2009-10-16 04:05:45 +0000 (Fri, 16 Oct 2009) 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...> - 2009-10-15 03:54:43
|
Revision: 2735 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2735&view=rev Author: wrh2 Date: 2009-10-15 03:54:35 +0000 (Thu, 15 Oct 2009) Log Message: ----------- Special:Import: * Improve performance of imports - only the current version needs to parse metadata, so remove parsing for older versions. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/migrate/MigrationUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-14 06:06:48
|
Revision: 2734 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2734&view=rev Author: wrh2 Date: 2009-10-14 06:06:35 +0000 (Wed, 14 Oct 2009) Log Message: ----------- Cleanup: * Delete the now-unused /jamwiki-web/src/test/resources folder. Removed Paths: ------------- wiki/trunk/jamwiki-web/src/test/resources/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-14 06:03:57
|
Revision: 2733 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2733&view=rev Author: wrh2 Date: 2009-10-14 06:03:50 +0000 (Wed, 14 Oct 2009) Log Message: ----------- Import/Export: * Move the org.jamwiki.migrate package to the jamwiki-core project so that it is more accessible for use by standalone apps. Added Paths: ----------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/migrate/ wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/migrate/ wiki/trunk/jamwiki-core/src/test/resources/data/files/mediawiki-export-one-topic-with-unsorted-history.xml wiki/trunk/jamwiki-core/src/test/resources/data/files/mediawiki-export-topic-name-with-question-mark.xml wiki/trunk/jamwiki-core/src/test/resources/data/files/mediawiki-export-two-topics-with-history.xml Removed Paths: ------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/migrate/ wiki/trunk/jamwiki-web/src/test/java/org/jamwiki/migrate/ wiki/trunk/jamwiki-web/src/test/resources/data/files/mediawiki-export-one-topic-with-unsorted-history.xml wiki/trunk/jamwiki-web/src/test/resources/data/files/mediawiki-export-topic-name-with-question-mark.xml wiki/trunk/jamwiki-web/src/test/resources/data/files/mediawiki-export-two-topics-with-history.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-14 05:32:33
|
Revision: 2732 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2732&view=rev Author: wrh2 Date: 2009-10-14 05:32:25 +0000 (Wed, 14 Oct 2009) Log Message: ----------- Special:Import: * Fix typo that was causing Mediawiki XML imports to convert Image: namespaces to Image talk: namespaces. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/migrate/MediaWikiXmlMigrator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-14 04:28:35
|
Revision: 2731 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2731&view=rev Author: wrh2 Date: 2009-10-14 04:28:29 +0000 (Wed, 14 Oct 2009) 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...> - 2009-10-14 04:27:20
|
Revision: 2730 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2730&view=rev Author: wrh2 Date: 2009-10-14 04:27:08 +0000 (Wed, 14 Oct 2009) Log Message: ----------- Bugfix: * Redo the fmt:param tag fix for Resin when there can be a variable number of parameters (such as on the recent changes page, the log page, history page, etc) to fix an ArrayIndexOutOfBounds exception on Resin. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiMessage.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/log.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-12 05:32:09
|
Revision: 2729 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2729&view=rev Author: wrh2 Date: 2009-10-12 05:32:02 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Revert the previous issues - the solution didn't work, so the Resin issues will need to be handled differently. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/error-display.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/log.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/setup.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upgrade.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-12 05:09:41
|
Revision: 2728 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2728&view=rev Author: wrh2 Date: 2009-10-12 05:09:28 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Bugfix: * Use a c:forEach loop with the fmt:param tag when there can be a variable number of parameters to fix an ArrayIndexOutOfBounds exception on Resin. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/error-display.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/log.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/setup.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upgrade.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-12 03:38:28
|
Revision: 2727 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2727&view=rev Author: wrh2 Date: 2009-10-12 03:38:20 +0000 (Mon, 12 Oct 2009) Log Message: ----------- Bugfix: * Fix StringIndexOutOfBoundsException when accessing root URL that does not end with a "/" such as http://example.com/wiki Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-10 17:39:38
|
Revision: 2726 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2726&view=rev Author: wrh2 Date: 2009-10-10 17:39:30 +0000 (Sat, 10 Oct 2009) Log Message: ----------- Setup / Admin: * Add JS code to automatically populate JDBC URL and driver with appropriate values based on database type selection. Modified Paths: -------------- wiki/branches/wrh2/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/setup.jsp Added Paths: ----------- wiki/branches/wrh2/jamwiki-war/src/main/webapp/WEB-INF/jsp/shared-db-javascript.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-10 17:22:55
|
Revision: 2725 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2725&view=rev Author: wrh2 Date: 2009-10-10 17:22:43 +0000 (Sat, 10 Oct 2009) Log Message: ----------- Create a new personal branch for experimental changes. Added Paths: ----------- wiki/branches/wrh2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-10-09 04:19:31
|
Revision: 2724 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2724&view=rev Author: wrh2 Date: 2009-10-09 04:19:24 +0000 (Fri, 09 Oct 2009) Log Message: ----------- Special:Log: * Reloading recent changes was creating two entries for every upload. The problem is that there is no easy way to associate an upload with a topic version, so this commit adds a EDIT_UPLOAD topic version type. * Commit also attempts to update existing topic versions; since there is no easy way to match exactly it tries fuzzy matching based on the version date and the upload date - it's not exact, but it should be close enough. If anyone has a better solution please discuss at jamwiki.org. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/LogItem.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/TopicVersion.java wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/sql.ansi.properties wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/UploadServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |