Thread: [Jamwiki-commit] SF.net SVN: jamwiki: [2060] wiki/trunk (Page 11)
Brought to you by:
wrh2
From: <wr...@us...> - 2008-02-19 06:27:52
|
Revision: 2060 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2060&view=rev Author: wrh2 Date: 2008-02-18 22:27:47 -0800 (Mon, 18 Feb 2008) Log Message: ----------- Parser: * Revert revision 2059 - it breaks later <th> rows by adding an extra <tr>. Revision Links: -------------- http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2059&view=rev Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex 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...> - 2008-02-24 20:54:19
|
Revision: 2074 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2074&view=rev Author: wrh2 Date: 2008-02-24 12:54:14 -0800 (Sun, 24 Feb 2008) Log Message: ----------- Upgrade to ehcache 1.4.1. 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...> - 2008-02-27 04:49:08
|
Revision: 2077 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2077&view=rev Author: wrh2 Date: 2008-02-26 20:49:05 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Revert ehcache upgrade - I'm seeing odd behavior after server restarts as a result of this change. 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...> - 2008-03-09 00:46:12
|
Revision: 2079 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2079&view=rev Author: wrh2 Date: 2008-03-08 16:46:09 -0800 (Sat, 08 Mar 2008) Log Message: ----------- File Uploads: * Add topic name validation to uploaded file names. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/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...> - 2008-03-09 02:21:45
|
Revision: 2080 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2080&view=rev Author: wrh2 Date: 2008-03-08 18:21:43 -0800 (Sat, 08 Mar 2008) Log Message: ----------- Search: * Upgrade to lucene-core-2.3.1.jar. * Upgrade to lucene-highlighter-2.3.1.jar. 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...> - 2008-03-11 03:50:38
|
Revision: 2084 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2084&view=rev Author: wrh2 Date: 2008-03-10 20:50:05 -0700 (Mon, 10 Mar 2008) Log Message: ----------- Bump the version number to 0.6.5. Modified Paths: -------------- wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiVersion.java wiki/trunk/jamwiki-core/src/test/resources/jamwiki.properties wiki/trunk/jamwiki-war/pom.xml 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/javadiff/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...> - 2008-03-13 04:25:39
|
Revision: 2086 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2086&view=rev Author: wrh2 Date: 2008-03-12 21:25:37 -0700 (Wed, 12 Mar 2008) Log Message: ----------- Caching: * Resolve a logic error that prevented topics from being retrieved from the cache at appropriate times. Pointed out by Jim. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/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...> - 2008-03-15 15:49:10
|
Revision: 2098 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2098&view=rev Author: wrh2 Date: 2008-03-15 08:49:08 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Documentation: * Update CHANGELOG with Dallas' changes. * Add Dallas to CREDITS & project POM. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/CREDITS.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...> - 2008-03-15 16:13:03
|
Revision: 2099 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2099&view=rev Author: wrh2 Date: 2008-03-15 09:13:00 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Spam Handling: * Run the spam filter against description text included with uploaded files. A persistent bot has been spamming jamwiki.org via file uploads for the past week. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upload.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/EditServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.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. |
From: <wr...@us...> - 2008-03-15 17:33:07
|
Revision: 2100 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2100&view=rev Author: wrh2 Date: 2008-03-15 10:33:02 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Setup: * (Hopefully) fix a deadlock scenario that affected some databases during setup. Reported by multiple users with significant debugging help provided by dallas. * Note that this is probably not a long-term solution. It fixes the current deadlock, but is not a solution that ensures similar deadlocks won't occur again. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/SetupServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-03-15 21:02:15
|
Revision: 2101 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2101&view=rev Author: wrh2 Date: 2008-03-15 14:02:14 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Special:Contributions: * The "Special" tab on the Special:Contributions page did not have the correct URL. Reported by yesesnono. * This change adds query parameters to all "Special" tab URLs. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-03-23 04:59:37
|
Revision: 2106 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2106&view=rev Author: wrh2 Date: 2008-03-22 21:59:34 -0700 (Sat, 22 Mar 2008) Log Message: ----------- Bump the version number to 0.6.6. Modified Paths: -------------- wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiVersion.java wiki/trunk/jamwiki-core/src/test/resources/jamwiki.properties wiki/trunk/jamwiki-war/pom.xml 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/javadiff/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...> - 2008-03-23 05:05:33
|
Revision: 2107 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2107&view=rev Author: wrh2 Date: 2008-03-22 22:05:31 -0700 (Sat, 22 Mar 2008) Log Message: ----------- Upgrade to Spring 2.5.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...> - 2008-03-30 20:37:25
|
Revision: 2134 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2134&view=rev Author: wrh2 Date: 2008-03-30 13:37:23 -0700 (Sun, 30 Mar 2008) Log Message: ----------- Maintenance: * Utility added to Special:Maintenance to allow exporting internal database data to CSV. * Note that if this utility is run when the CSV files already exist then data will be appended, which is incorrect. That issue will need to be corrected. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.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/db/WikiDatabase.java 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...> - 2008-04-01 03:14:53
|
Revision: 2140 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2140&view=rev Author: wrh2 Date: 2008-03-31 20:14:49 -0700 (Mon, 31 Mar 2008) Log Message: ----------- Upgrade to commons-lang 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...> - 2008-04-03 03:21:00
|
Revision: 2143 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2143&view=rev Author: wrh2 Date: 2008-04-02 20:20:55 -0700 (Wed, 02 Apr 2008) Log Message: ----------- Parser: * Wiki table captions did not properly support attributes such as |+ align="bottom" | caption. Reported by an anonymous user. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexLexer.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/parser/ParseTableTest.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/results/Table9 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Table9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-04-05 22:43:42
|
Revision: 2147 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2147&view=rev Author: wrh2 Date: 2008-04-05 15:43:28 -0700 (Sat, 05 Apr 2008) Log Message: ----------- Table of Contents: * Sub-headings in the table of contents should be of the form "1.1.1" to match Mediawiki. Reported by Sil68. * TableOfContents.java needs some cleanup... Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/TableOfContents.java wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents1 wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents2 wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents3 wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents4 wiki/trunk/jamwiki-war/src/main/resources/pages/StyleSheet.txt 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...> - 2008-04-07 05:48:37
|
Revision: 2149 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2149&view=rev Author: wrh2 Date: 2008-04-06 22:48:32 -0700 (Sun, 06 Apr 2008) Log Message: ----------- Table of Contents: * Make the TOC more like Mediawiki's, and correct an issue with floating TOCs reported by Sil68. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/TableOfContents.java wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents1 wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents2 wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents3 wiki/trunk/jamwiki-core/src/test/resources/data/results/TableOfContents4 wiki/trunk/jamwiki-war/src/main/resources/pages/StyleSheet.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-04-09 04:57:42
|
Revision: 2152 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2152&view=rev Author: wrh2 Date: 2008-04-08 21:57:39 -0700 (Tue, 08 Apr 2008) Log Message: ----------- Topic History: * Implement a Mediawiki-style diff UI that uses radio buttons instead of checkboxes on the Special:History page. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/js/jamwiki.js wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/DiffServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-04-15 04:59:26
|
Revision: 2183 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2183&view=rev Author: wrh2 Date: 2008-04-14 21:59:23 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Upgrade to Spring 2.5.3. 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...> - 2008-04-19 15:33:55
|
Revision: 2184 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2184&view=rev Author: wrh2 Date: 2008-04-19 08:26:07 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Cache: * Image files were being cached unnecessarily, leading to excessive memory use. Reported by Jim. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageUtil.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...> - 2008-04-20 18:14:51
|
Revision: 2192 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2192&view=rev Author: wrh2 Date: 2008-04-20 11:14:49 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Templates: * Underscores in template names should be ignored so that {{Template Name}} and {{Template_Name}} are seen as equivalent. Reported by yesesnono. * Add test cases for this issue. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/TestFileUtil.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/results/Template1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Template1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Template_-_Test_Template This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-04-27 18:01:54
|
Revision: 2198 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2198&view=rev Author: wrh2 Date: 2008-04-27 11:01:51 -0700 (Sun, 27 Apr 2008) Log Message: ----------- User Administration: * Utility added to Special:Maintenance to allow administrators to reset user passwords. * Special:Maintenance now displays errors within the section of the page in which the error occurred. 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/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 wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/RegisterServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-05-04 19:22:42
|
Revision: 2212 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2212&view=rev Author: wrh2 Date: 2008-05-04 12:22:38 -0700 (Sun, 04 May 2008) Log Message: ----------- Bliki: * Move the Bliki parser to a separate addons/bliki-parser Maven project. * Update existing POMs to reflect the Bliki change. * Note that the project still will not compile under JDK 1.4, but that will (hopefully) be fixed in future commits. Modified Paths: -------------- 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 Added Paths: ----------- wiki/trunk/addons/ wiki/trunk/addons/bliki-parser/ wiki/trunk/addons/bliki-parser/pom.xml wiki/trunk/addons/bliki-parser/src/ wiki/trunk/addons/bliki-parser/src/main/ wiki/trunk/addons/bliki-parser/src/main/java/ wiki/trunk/addons/bliki-parser/src/main/java/org/ wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/ wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/ wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/ wiki/trunk/addons/pom.xml Removed Paths: ------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/bliki/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2008-05-05 06:15:45
|
Revision: 2213 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2213&view=rev Author: wrh2 Date: 2008-05-04 23:15:42 -0700 (Sun, 04 May 2008) Log Message: ----------- Bliki: * Make the Bliki build conditional on JDK 1.5+. * The Maven configuration for this change is ugly and needs cleanup, but my limited Maven knowledge thus far hasn't been sufficient for figuring out how to better handle this situation. Modified Paths: -------------- wiki/trunk/addons/bliki-parser/pom.xml wiki/trunk/addons/pom.xml wiki/trunk/jamwiki-war/pom.xml wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |