Thread: [Jamwiki-commit] SF.net SVN: jamwiki: [1042] wiki/trunk (Page 4)
Brought to you by:
wrh2
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 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 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 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 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-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-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-27 01:35:54
|
Revision: 1072 http://svn.sourceforge.net/jamwiki/?rev=1072&view=rev Author: wrh2 Date: 2006-10-26 18:35:39 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Special:Manage: * Add a checkbox to delete/undelete associated comment pages. * Re-alphabetize several ApplicationResources files. * Add translation labels for deleting/undeleting associated comments pages. * Add Topic.getDeleted() utility method. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/model/Topic.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/webapp/WEB-INF/jsp/admin-manage.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-27 03:44:44
|
Revision: 1073 http://svn.sourceforge.net/jamwiki/?rev=1073&view=rev Author: wrh2 Date: 2006-10-26 20:44:31 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Table of Contents: * Add admin option to specify maximum table of contents depth. * Standardize admin text input area sizes for numeric fields. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/Environment.java wiki/trunk/src/java/org/jamwiki/parser/TableOfContents.java wiki/trunk/src/java/org/jamwiki/servlets/AdminServlet.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/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-27 07:06:43
|
Revision: 1075 http://svn.sourceforge.net/jamwiki/?rev=1075&view=rev Author: wrh2 Date: 2006-10-27 00:06:38 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Templates: * Fix error when template parameters are preceded by whitespace. * When parsing fragments do not perform layout parsing. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/parser/jflex/JFlexParser.java wiki/trunk/src/java/org/jamwiki/parser/jflex/TemplateTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-27 18:01:29
|
Revision: 1077 http://svn.sourceforge.net/jamwiki/?rev=1077&view=rev Author: wrh2 Date: 2006-10-27 11:01:23 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Translations: * Updated Hungarian translations from Daniel Tar (bDaneE). Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/resources/classes/ApplicationResources_hu.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-27 21:13:49
|
Revision: 1078 http://svn.sourceforge.net/jamwiki/?rev=1078&view=rev Author: wrh2 Date: 2006-10-27 14:13:44 -0700 (Fri, 27 Oct 2006) Log Message: ----------- File Upload: * Fix error when processing non-English file names. * Make sure browser refresh does not re-post uploaded file. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/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...> - 2006-10-27 21:47:17
|
Revision: 1080 http://svn.sourceforge.net/jamwiki/?rev=1080&view=rev Author: wrh2 Date: 2006-10-27 14:47:01 -0700 (Fri, 27 Oct 2006) Log Message: ----------- HSQL: * Recompile the HSQL JAR file - was JDK 1.5 or greater in previous releases. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/lib/hsqldbmain-1.8.0.7.jar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-30 22:12:51
|
Revision: 1089 http://svn.sourceforge.net/jamwiki/?rev=1089&view=rev Author: wrh2 Date: 2006-10-30 14:12:43 -0800 (Mon, 30 Oct 2006) Log Message: ----------- Error handling: * Unhandled exceptions were causing page with no layout to display. * Properly handle errors that might be encountered during layout configuration. * Pass WikiPageInfo to viewLogin(). Modified Paths: -------------- wiki/trunk/CHANGELOG.txt 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/HistoryServlet.java wiki/trunk/src/java/org/jamwiki/servlets/JAMWikiServlet.java wiki/trunk/src/java/org/jamwiki/servlets/LoginServlet.java wiki/trunk/src/java/org/jamwiki/servlets/ManageServlet.java wiki/trunk/src/java/org/jamwiki/servlets/MoveServlet.java wiki/trunk/src/java/org/jamwiki/servlets/PersistencyServlet.java wiki/trunk/src/java/org/jamwiki/servlets/ServletUtil.java wiki/trunk/src/java/org/jamwiki/servlets/TranslationServlet.java wiki/trunk/src/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...> - 2006-10-30 23:55:17
|
Revision: 1091 http://svn.sourceforge.net/jamwiki/?rev=1091&view=rev Author: wrh2 Date: 2006-10-30 15:55:08 -0800 (Mon, 30 Oct 2006) Log Message: ----------- JUnit: * Downgrade to JUnit 3.8.2 since JUnit 4.1 requires JDK 1.5 or greater. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/build.xml Added Paths: ----------- wiki/trunk/lib/junit-3.8.2.jar Removed Paths: ------------- wiki/trunk/lib/junit-4.1.jar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-10-31 01:35:51
|
Revision: 1093 http://svn.sourceforge.net/jamwiki/?rev=1093&view=rev Author: wrh2 Date: 2006-10-30 17:35:44 -0800 (Mon, 30 Oct 2006) Log Message: ----------- Look & Feel: * Update default StartingPoints text. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/resources/classes/pages/StartingPoints.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-01 02:19:27
|
Revision: 1099 http://svn.sourceforge.net/jamwiki/?rev=1099&view=rev Author: wrh2 Date: 2006-10-31 18:19:20 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Documentation: * Update the 0.4.2 upgrade procedures to include stylesheet update. * Remove reference to file persistency in README.txt. Modified Paths: -------------- wiki/trunk/README.txt wiki/trunk/UPGRADE.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-02 00:07:53
|
Revision: 1104 http://svn.sourceforge.net/jamwiki/?rev=1104&view=rev Author: wrh2 Date: 2006-11-01 16:07:47 -0800 (Wed, 01 Nov 2006) Log Message: ----------- Bump version to 0.4.3. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/UPGRADE.txt wiki/trunk/build.properties wiki/trunk/src/java/org/jamwiki/WikiVersion.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-02 22:30:27
|
Revision: 1108 http://svn.sourceforge.net/jamwiki/?rev=1108&view=rev Author: wrh2 Date: 2006-11-02 14:30:13 -0800 (Thu, 02 Nov 2006) Log Message: ----------- Watchlist: * Add "Watch Topic" checkbox when editing. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/servlets/EditServlet.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/webapp/WEB-INF/jsp/edit.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-04 06:28:38
|
Revision: 1111 http://svn.sourceforge.net/jamwiki/?rev=1111&view=rev Author: wrh2 Date: 2006-11-03 22:28:28 -0800 (Fri, 03 Nov 2006) Log Message: ----------- References: * Initial support for Mediawiki reference tags. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/parser/jflex/IncludeOnlyTag.java wiki/trunk/src/java/org/jamwiki/parser/jflex/NoIncludeTag.java wiki/trunk/src/java/org/jamwiki/parser/jflex/WikiNowikiTag.java wiki/trunk/src/java/org/jamwiki/utils/Utilities.java wiki/trunk/src/lex/jamwiki-postprocessor.jflex wiki/trunk/src/lex/jamwiki-processor.jflex Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/model/WikiReference.java wiki/trunk/src/java/org/jamwiki/parser/jflex/WikiReferenceTag.java wiki/trunk/src/java/org/jamwiki/parser/jflex/WikiReferencesTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-06 19:39:12
|
Revision: 1116 http://svn.sourceforge.net/jamwiki/?rev=1116&view=rev Author: wrh2 Date: 2006-11-06 11:39:03 -0800 (Mon, 06 Nov 2006) Log Message: ----------- Parser: * Do not escape < and > symbols. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/lex/jamwiki-processor.jflex This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-07 04:00:35
|
Revision: 1118 http://svn.sourceforge.net/jamwiki/?rev=1118&view=rev Author: wrh2 Date: 2006-11-06 19:59:33 -0800 (Mon, 06 Nov 2006) Log Message: ----------- Special:Specialpages: * Add index page with links to all Special: pages. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/WikiBase.java wiki/trunk/src/java/org/jamwiki/db/DatabaseHandler.java wiki/trunk/src/java/org/jamwiki/servlets/WikiPageInfo.java wiki/trunk/src/java/org/jamwiki/utils/Utilities.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/pages/LeftMenu.txt wiki/trunk/src/resources/classes/pages/StartingPoints.txt wiki/trunk/src/resources/classes/pseudotopics.properties wiki/trunk/src/webapp/WEB-INF/jamwiki-servlet.xml wiki/trunk/src/webapp/WEB-INF/jsp/wiki.jsp Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/servlets/SpecialPagesServlet.java wiki/trunk/src/resources/classes/pages/SpecialPages.txt wiki/trunk/src/webapp/WEB-INF/jsp/all-special-pages.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-07 08:41:32
|
Revision: 1119 http://svn.sourceforge.net/jamwiki/?rev=1119&view=rev Author: wrh2 Date: 2006-11-07 00:41:14 -0800 (Tue, 07 Nov 2006) Log Message: ----------- Meta information: * Add support for several HTML meta values. * Add admin option for setting meta description value. * Move a few meta parameters into the WikiPageInfo class. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/Environment.java wiki/trunk/src/java/org/jamwiki/WikiBase.java wiki/trunk/src/java/org/jamwiki/servlets/AdminServlet.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/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/src/webapp/WEB-INF/jsp/printable.jsp wiki/trunk/src/webapp/WEB-INF/jsp/top.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-13 20:59:56
|
Revision: 1131 http://svn.sourceforge.net/jamwiki/?rev=1131&view=rev Author: wrh2 Date: 2006-11-13 12:59:48 -0800 (Mon, 13 Nov 2006) Log Message: ----------- LDAP: * Initial re-arranging of packages to better support LDAP. * Delete some unneeded classes. * Remove some unneeded methods. Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/WikiBase.java Added Paths: ----------- wiki/trunk/src/java/org/jamwiki/UserHandler.java wiki/trunk/src/java/org/jamwiki/ldap/LdapUserHandler.java Removed Paths: ------------- wiki/trunk/src/java/org/jamwiki/users/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2006-11-13 21:39:37
|
Revision: 1123 http://svn.sourceforge.net/jamwiki/?rev=1123&view=rev Author: wrh2 Date: 2006-11-08 16:11:20 -0800 (Wed, 08 Nov 2006) Log Message: ----------- Translations: * Update support for localized default topics. * Add Hungarian topic translations from Daniel Tar (bDaneE). Modified Paths: -------------- wiki/trunk/CHANGELOG.txt wiki/trunk/src/java/org/jamwiki/utils/Utilities.java Added Paths: ----------- wiki/trunk/src/resources/classes/pages/hu/ wiki/trunk/src/resources/classes/pages/hu/LeftMenu.txt wiki/trunk/src/resources/classes/pages/hu/SpecialPages.txt wiki/trunk/src/resources/classes/pages/hu/StartingPoints.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |