jamwiki-commit Mailing List for JAMWiki (Page 132)
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...> - 2006-10-26 17:26:31
|
Revision: 1065 http://svn.sourceforge.net/jamwiki/?rev=1065&view=rev Author: wrh2 Date: 2006-10-26 10:26:21 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Watchlist: * Display a message when watchlist is empty. Modified Paths: -------------- wiki/trunk/src/resources/classes/ApplicationResources.properties wiki/trunk/src/resources/classes/ApplicationResources_da.properties wiki/trunk/src/resources/classes/ApplicationResources_de.properties wiki/trunk/src/resources/classes/ApplicationResources_es.properties wiki/trunk/src/resources/classes/ApplicationResources_fr.properties wiki/trunk/src/resources/classes/ApplicationResources_hu.properties wiki/trunk/src/resources/classes/ApplicationResources_it.properties wiki/trunk/src/resources/classes/ApplicationResources_nl.properties wiki/trunk/src/resources/classes/ApplicationResources_no.properties wiki/trunk/src/resources/classes/ApplicationResources_pl.properties wiki/trunk/src/resources/classes/ApplicationResources_sv.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_CN.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_TW.properties wiki/trunk/src/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...> - 2006-10-26 08:30:11
|
Revision: 1064 http://svn.sourceforge.net/jamwiki/?rev=1064&view=rev Author: wrh2 Date: 2006-10-26 01:29:59 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Watchlist: * Add WatchlistTag to allow highlighting recent changes in the user's watchlist. * Add highlighting of watchlist items to recent changes and user contributions. * Update CSS to allow highlighting of watchlist items. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/servlets/UpgradeServlet.java wiki/trunk/src/resources/classes/pages/StyleSheet.txt wiki/trunk/src/webapp/WEB-INF/jamwiki.tld wiki/trunk/src/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/src/webapp/WEB-INF/jsp/recent-changes.jsp Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/tags/WatchlistTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-26 07:44:49
|
Revision: 1063 http://svn.sourceforge.net/jamwiki/?rev=1063&view=rev Author: wrh2 Date: 2006-10-26 00:44:46 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Database: * Remove "experimental" label for MS SQL. Modified Paths: -------------- wiki/trunk/src/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/src/webapp/WEB-INF/jsp/setup.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-26 07:13:42
|
Revision: 1062 http://svn.sourceforge.net/jamwiki/?rev=1062&view=rev Author: wrh2 Date: 2006-10-26 00:13:38 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Watchlist: * Non-logged-in users should not see a "Watch" or "Unwatch" tab. Modified Paths: -------------- wiki/trunk/src/webapp/WEB-INF/jsp/top-menu.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-26 07:06:55
|
Revision: 1061 http://svn.sourceforge.net/jamwiki/?rev=1061&view=rev Author: wrh2 Date: 2006-10-26 00:06:45 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Watchlist: * Drop topic_id from jam_watchlist table (hopefully this is the last schema change). * Adding a topic to the watchlist adds both topic & comment pages. Modified Paths: -------------- wiki/trunk/UPGRADE.txt wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/QueryHandler.java wiki/trunk/src/java/org/jamwiki/model/Watchlist.java wiki/trunk/src/java/org/jamwiki/servlets/WatchlistServlet.java wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/resources/classes/sql.db2.properties wiki/trunk/src/resources/classes/sql.db2400.properties wiki/trunk/src/resources/classes/sql.mssql.properties wiki/trunk/src/resources/classes/sql.oracle.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-26 04:50:30
|
Revision: 1060 http://svn.sourceforge.net/jamwiki/?rev=1060&view=rev Author: wrh2 Date: 2006-10-25 21:50:25 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Watchlist: * Properly denote Watch/Unwatch on article pages. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/trunk/src/java/org/jamwiki/servlets/WikiPageInfo.java wiki/trunk/src/webapp/WEB-INF/jsp/top-menu.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-26 03:18:24
|
Revision: 1059 http://svn.sourceforge.net/jamwiki/?rev=1059&view=rev Author: wrh2 Date: 2006-10-25 20:18:18 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Watchlist: * Put the watchlist in the session when user is logged in. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/model/Watchlist.java wiki/trunk/src/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/trunk/src/java/org/jamwiki/servlets/WatchlistServlet.java wiki/trunk/src/java/org/jamwiki/utils/Utilities.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-26 00:30:28
|
Revision: 1058 http://svn.sourceforge.net/jamwiki/?rev=1058&view=rev Author: wrh2 Date: 2006-10-25 17:30:22 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Cleanup: * Consolidate login code into Utilities.login(). * Consolidate logout code into Utilities.logout(). Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/servlets/LoginServlet.java wiki/trunk/src/java/org/jamwiki/servlets/RegisterServlet.java wiki/trunk/src/java/org/jamwiki/servlets/SetupServlet.java wiki/trunk/src/java/org/jamwiki/servlets/UpgradeServlet.java wiki/trunk/src/java/org/jamwiki/utils/Utilities.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-25 21:16:01
|
Revision: 1057 http://svn.sourceforge.net/jamwiki/?rev=1057&view=rev Author: wrh2 Date: 2006-10-25 14:15:52 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Translations: * Updated Polish translations from Robert Matyja (dlpa). Modified Paths: -------------- wiki/trunk/src/resources/classes/ApplicationResources_pl.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-25 20:31:44
|
Revision: 1056 http://svn.sourceforge.net/jamwiki/?rev=1056&view=rev Author: wrh2 Date: 2006-10-25 13:31:26 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Watchlist: * Modify the jam_watchlist table format. * Add methods for retrieving, inserting, and deleting from watchlist. * Add a Watchlist helper class. * Add additional watchlist message strings. * Add "Watch" tab to add/remove item from watchlist. * More work to do... Modified Paths: -------------- wiki/trunk/UPGRADE.txt wiki/trunk/src/java/org/jamwiki/db/DB2400QueryHandler.java wiki/trunk/src/java/org/jamwiki/db/DB2QueryHandler.java wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/OracleQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/QueryHandler.java wiki/trunk/src/java/org/jamwiki/servlets/AdminServlet.java wiki/trunk/src/java/org/jamwiki/servlets/WatchlistServlet.java wiki/trunk/src/resources/classes/ApplicationResources.properties wiki/trunk/src/resources/classes/ApplicationResources_da.properties wiki/trunk/src/resources/classes/ApplicationResources_de.properties wiki/trunk/src/resources/classes/ApplicationResources_es.properties wiki/trunk/src/resources/classes/ApplicationResources_fr.properties wiki/trunk/src/resources/classes/ApplicationResources_hu.properties wiki/trunk/src/resources/classes/ApplicationResources_it.properties wiki/trunk/src/resources/classes/ApplicationResources_nl.properties wiki/trunk/src/resources/classes/ApplicationResources_no.properties wiki/trunk/src/resources/classes/ApplicationResources_pl.properties wiki/trunk/src/resources/classes/ApplicationResources_sv.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_CN.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_TW.properties wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/resources/classes/sql.db2.properties wiki/trunk/src/resources/classes/sql.db2400.properties wiki/trunk/src/resources/classes/sql.mssql.properties wiki/trunk/src/resources/classes/sql.oracle.properties wiki/trunk/src/webapp/WEB-INF/jsp/top-menu.jsp wiki/trunk/src/webapp/WEB-INF/jsp/watchlist.jsp Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/model/Watchlist.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 23:27:56
|
Revision: 1055 http://svn.sourceforge.net/jamwiki/?rev=1055&view=rev Author: wrh2 Date: 2006-10-24 16:27:49 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Bump version to 0.4.2. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/UPGRADE.txt wiki/trunk/build.properties wiki/trunk/src/java/org/jamwiki/WikiVersion.java wiki/trunk/src/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/src/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...> - 2006-10-24 22:39:37
|
Revision: 1054 http://svn.sourceforge.net/jamwiki/?rev=1054&view=rev Author: wrh2 Date: 2006-10-24 15:39:33 -0700 (Tue, 24 Oct 2006) Log Message: ----------- 0.4.1: * Fix embarrassing setup bug. * Update version to 0.4.1. * Tag the 0.4.1 release. Modified Paths: -------------- wiki/tags/release-0.4.1/CHANGELOG.txt wiki/tags/release-0.4.1/UPGRADE.txt wiki/tags/release-0.4.1/build.properties wiki/tags/release-0.4.1/src/java/org/jamwiki/WikiVersion.java wiki/tags/release-0.4.1/src/java/org/jamwiki/db/DatabaseConnection.java Added Paths: ----------- wiki/tags/release-0.4.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 22:33:02
|
Revision: 1053 http://svn.sourceforge.net/jamwiki/?rev=1053&view=rev Author: wrh2 Date: 2006-10-24 15:32:54 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Database: * Add current version constraint after table creation during setup. * Pointed out by Robert Matyja (dlpa). Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/resources/classes/sql.mssql.properties wiki/trunk/src/resources/classes/sql.mysql.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 22:32:19
|
Revision: 1052 http://svn.sourceforge.net/jamwiki/?rev=1052&view=rev Author: wrh2 Date: 2006-10-24 15:32:15 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Database: * Fix an embarrassing setup bug. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/db/DatabaseConnection.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 19:42:53
|
Revision: 1051 http://svn.sourceforge.net/jamwiki/?rev=1051&view=rev Author: wrh2 Date: 2006-10-24 12:42:50 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Bugfix: * Fix edit problem from previous commit. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/servlets/EditServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 19:35:10
|
Revision: 1050 http://svn.sourceforge.net/jamwiki/?rev=1050&view=rev Author: wrh2 Date: 2006-10-24 12:34:44 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Database: * Remove option to disable topic versioning. * Remove lookupLastTopicVersion method. * Update code affected by this change. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/Environment.java wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/QueryHandler.java wiki/trunk/src/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/src/java/org/jamwiki/servlets/AdminServlet.java wiki/trunk/src/java/org/jamwiki/servlets/EditServlet.java wiki/trunk/src/java/org/jamwiki/servlets/ManageServlet.java wiki/trunk/src/resources/classes/ApplicationResources.properties wiki/trunk/src/resources/classes/ApplicationResources_da.properties wiki/trunk/src/resources/classes/ApplicationResources_de.properties wiki/trunk/src/resources/classes/ApplicationResources_es.properties wiki/trunk/src/resources/classes/ApplicationResources_fr.properties wiki/trunk/src/resources/classes/ApplicationResources_hu.properties wiki/trunk/src/resources/classes/ApplicationResources_it.properties wiki/trunk/src/resources/classes/ApplicationResources_nl.properties wiki/trunk/src/resources/classes/ApplicationResources_no.properties wiki/trunk/src/resources/classes/ApplicationResources_pl.properties wiki/trunk/src/resources/classes/ApplicationResources_sv.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_CN.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_TW.properties wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/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...> - 2006-10-24 18:47:37
|
Revision: 1049 http://svn.sourceforge.net/jamwiki/?rev=1049&view=rev Author: wrh2 Date: 2006-10-24 11:47:28 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Database: * When adding topic version, update jam_topic.current_version_id. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/resources/classes/sql.ansi.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 09:46:06
|
Revision: 1048 http://svn.sourceforge.net/jamwiki/?rev=1048&view=rev Author: wrh2 Date: 2006-10-24 02:45:56 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Database: * Drop jam_topic.topic_content. * Add jam_topic.current_version_id & constraint. * Add STATEMENT_SELECT_WATCHLIST. * Update code affected by these changes. * Watchlist retrieval should now be working. Modified Paths: -------------- wiki/trunk/UPGRADE.txt wiki/trunk/src/java/org/jamwiki/db/DB2400QueryHandler.java wiki/trunk/src/java/org/jamwiki/db/DB2QueryHandler.java wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/OracleQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/QueryHandler.java wiki/trunk/src/java/org/jamwiki/model/Topic.java wiki/trunk/src/java/org/jamwiki/servlets/WatchlistServlet.java wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/resources/classes/sql.db2.properties wiki/trunk/src/resources/classes/sql.db2400.properties wiki/trunk/src/resources/classes/sql.hsql.properties wiki/trunk/src/resources/classes/sql.mssql.properties wiki/trunk/src/resources/classes/sql.mysql.properties wiki/trunk/src/resources/classes/sql.oracle.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 08:19:33
|
Revision: 1047 http://svn.sourceforge.net/jamwiki/?rev=1047&view=rev Author: wrh2 Date: 2006-10-24 01:19:28 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Database: * Move handleErrors() method to DatabaseConnection. * Alphabetize DatabaseConnection methods. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/db/DatabaseConnection.java wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 08:02:47
|
Revision: 1046 http://svn.sourceforge.net/jamwiki/?rev=1046&view=rev Author: wrh2 Date: 2006-10-24 01:02:38 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Cleanup: * Alphabetize SQL statements. Modified Paths: -------------- wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/resources/classes/sql.db2.properties wiki/trunk/src/resources/classes/sql.db2400.properties wiki/trunk/src/resources/classes/sql.hsql.properties wiki/trunk/src/resources/classes/sql.mssql.properties wiki/trunk/src/resources/classes/sql.mysql.properties wiki/trunk/src/resources/classes/sql.oracle.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 07:40:37
|
Revision: 1045 http://svn.sourceforge.net/jamwiki/?rev=1045&view=rev Author: wrh2 Date: 2006-10-24 00:40:19 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Watchlist: * Add support for watchlist pages. * Add translations needed for watchlist. * Support still very incomplete. Modified Paths: -------------- wiki/trunk/src/java/org/jamwiki/db/DB2400QueryHandler.java wiki/trunk/src/java/org/jamwiki/db/DB2QueryHandler.java wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/OracleQueryHandler.java wiki/trunk/src/java/org/jamwiki/db/QueryHandler.java wiki/trunk/src/java/org/jamwiki/servlets/WikiPageInfo.java wiki/trunk/src/resources/classes/ApplicationResources.properties wiki/trunk/src/resources/classes/ApplicationResources_da.properties wiki/trunk/src/resources/classes/ApplicationResources_de.properties wiki/trunk/src/resources/classes/ApplicationResources_es.properties wiki/trunk/src/resources/classes/ApplicationResources_fr.properties wiki/trunk/src/resources/classes/ApplicationResources_hu.properties wiki/trunk/src/resources/classes/ApplicationResources_it.properties wiki/trunk/src/resources/classes/ApplicationResources_nl.properties wiki/trunk/src/resources/classes/ApplicationResources_no.properties wiki/trunk/src/resources/classes/ApplicationResources_pl.properties wiki/trunk/src/resources/classes/ApplicationResources_sv.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_CN.properties wiki/trunk/src/resources/classes/ApplicationResources_zh_TW.properties wiki/trunk/src/resources/classes/pseudotopics.properties wiki/trunk/src/resources/classes/sql.ansi.properties wiki/trunk/src/webapp/WEB-INF/jamwiki-servlet.xml wiki/trunk/src/webapp/WEB-INF/jsp/user-menu.jsp wiki/trunk/src/webapp/WEB-INF/jsp/wiki.jsp Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/servlets/WatchlistServlet.java wiki/trunk/src/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...> - 2006-10-24 07:33:51
|
Revision: 1044 http://svn.sourceforge.net/jamwiki/?rev=1044&view=rev Author: wrh2 Date: 2006-10-24 00:33:45 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Error handling: * Use e.toString() instead of e.getMessage() for error display - more descriptive. Modified Paths: -------------- wiki/trunk/src/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...> - 2006-10-24 05:28:36
|
Revision: 1043 http://svn.sourceforge.net/jamwiki/?rev=1043&view=rev Author: wrh2 Date: 2006-10-23 22:28:29 -0700 (Mon, 23 Oct 2006) Log Message: ----------- Translations: * Updated Polish translations from Robert Matyja (dlpa). Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/resources/classes/ApplicationResources_pl.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 05:27:48
|
Revision: 1042 http://svn.sourceforge.net/jamwiki/?rev=1042&view=rev Author: wrh2 Date: 2006-10-23 22:27:39 -0700 (Mon, 23 Oct 2006) Log Message: ----------- Watchlist: * Add code for creating jam_watchlist table. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/src/java/org/jamwiki/db/DefaultQueryHandler.java wiki/trunk/src/java/org/jamwiki/servlets/UpgradeServlet.java wiki/trunk/src/resources/classes/sql.ansi.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-24 03:30:06
|
Revision: 1041 http://svn.sourceforge.net/jamwiki/?rev=1041&view=rev Author: wrh2 Date: 2006-10-23 20:29:55 -0700 (Mon, 23 Oct 2006) Log Message: ----------- Parser: * After editing a section, reload page to that section. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/parser/ParserDocument.java wiki/trunk/src/java/org/jamwiki/parser/jflex/WikiHeadingTag.java wiki/trunk/src/java/org/jamwiki/servlets/EditServlet.java wiki/trunk/src/lex/jamwiki-spliceprocessor.jflex This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |