Thread: [Jamwiki-commit] SF.net SVN: jamwiki: [1806] wiki/trunk/jamwiki/src/main (Page 2)
Brought to you by:
wrh2
From: <wr...@us...> - 2007-08-26 12:10:56
|
Revision: 1806 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1806&view=rev Author: wrh2 Date: 2007-08-25 10:20:59 -0700 (Sat, 25 Aug 2007) Log Message: ----------- Translations: * Updated Danish translations (g9adm). Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki/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...> - 2007-08-30 05:21:09
|
Revision: 1816 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1816&view=rev Author: wrh2 Date: 2007-08-29 22:20:57 -0700 (Wed, 29 Aug 2007) Log Message: ----------- Translations: * Updated German translations (frareinif). Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki/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...> - 2007-09-05 06:21:29
|
Revision: 1827 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1827&view=rev Author: wrh2 Date: 2007-09-04 23:21:27 -0700 (Tue, 04 Sep 2007) Log Message: ----------- SQL: * Trim all constraint names to less than 18 characters to make DB2 happy. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki/src/main/resources/sql.ansi.properties wiki/trunk/jamwiki/src/main/resources/sql.db2.properties wiki/trunk/jamwiki/src/main/resources/sql.db2400.properties wiki/trunk/jamwiki/src/main/resources/sql.hsql.properties wiki/trunk/jamwiki/src/main/resources/sql.mssql.properties wiki/trunk/jamwiki/src/main/resources/sql.mysql.properties wiki/trunk/jamwiki/src/main/resources/sql.oracle.properties wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki/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...> - 2007-09-06 07:19:12
|
Revision: 1829 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1829&view=rev Author: wrh2 Date: 2007-09-06 00:19:11 -0700 (Thu, 06 Sep 2007) Log Message: ----------- Setup/Logging: * Add a help caption with log file location information during setup - there are a lot of bug reports from people who don't know where the logs are, so hopefully this will help. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/SetupServlet.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/utils/WikiLogger.java wiki/trunk/jamwiki/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_es.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_fr.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_hr.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_hu.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_nl.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_no.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_sv.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_uk.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_TW.properties wiki/trunk/jamwiki/src/main/resources/logging.properties wiki/trunk/jamwiki/src/main/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...> - 2007-09-08 20:23:38
|
Revision: 1831 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1831&view=rev Author: wrh2 Date: 2007-09-08 13:23:36 -0700 (Sat, 08 Sep 2007) Log Message: ----------- Translations: * Special:Translation now displays the original English message string as a label. Requested by frareinif. * Remove member variables from TranslationServlet - it is unreliable to rely on member variables in a servlet. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/TranslationServlet.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/UpgradeServlet.java wiki/trunk/jamwiki/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_es.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_fr.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_hr.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_hu.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_nl.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_no.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_sv.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_uk.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_TW.properties wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-translation.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-09-11 06:35:06
|
Revision: 1836 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1836&view=rev Author: wrh2 Date: 2007-09-10 23:35:04 -0700 (Mon, 10 Sep 2007) Log Message: ----------- Parser: * Fix TOC issue when multiple headings have the same text. * This needs unit tests and some cleanup. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/parser/TableOfContents.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/parser/jflex/WikiHeadingTag.java wiki/trunk/jamwiki/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...> - 2007-09-13 05:47:27
|
Revision: 1840 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1840&view=rev Author: wrh2 Date: 2007-09-12 22:47:25 -0700 (Wed, 12 Sep 2007) Log Message: ----------- Authentication & Authorization: * Delete ROLE_DELETE - this is the same as ROLE_ADMIN and is unused. * Add upgrade code for deleting ROLE_DELETE. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/db/WikiDatabase.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/model/Role.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/UpgradeServlet.java wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki/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...> - 2007-09-15 18:16:10
|
Revision: 1841 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1841&view=rev Author: wrh2 Date: 2007-09-15 11:16:01 -0700 (Sat, 15 Sep 2007) Log Message: ----------- Translations: * Updated Japanese translations (nattolover). Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki/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...> - 2007-09-17 05:20:58
|
Revision: 1846 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1846&view=rev Author: wrh2 Date: 2007-09-16 22:20:57 -0700 (Sun, 16 Sep 2007) Log Message: ----------- Parser: * Fix parsing of TOC values containing wiki markup. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/parser/ParserInput.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/parser/jflex/WikiHeadingTag.java wiki/trunk/jamwiki/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...> - 2007-09-30 17:10:24
|
Revision: 1858 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1858&view=rev Author: wrh2 Date: 2007-09-30 10:10:23 -0700 (Sun, 30 Sep 2007) Log Message: ----------- Admin: * Add help text for several configuration fields. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_es.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_fr.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_hr.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_hu.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_nl.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_no.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_sv.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_uk.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_TW.properties wiki/trunk/jamwiki/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...> - 2007-09-30 23:53:33
|
Revision: 1859 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1859&view=rev Author: wrh2 Date: 2007-09-30 16:53:31 -0700 (Sun, 30 Sep 2007) Log Message: ----------- Look & Feel: * Replace several tables with divs. * Help text should have the same background as the field the text is for. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-maintenance.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-manage.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-roles.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/move.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/register.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-05 03:58:01
|
Revision: 1860 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1860&view=rev Author: wrh2 Date: 2007-10-04 20:57:59 -0700 (Thu, 04 Oct 2007) Log Message: ----------- Look & Feel: * Replace the main table layout with divs. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/wiki.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-05 14:42:38
|
Revision: 1861 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1861&view=rev Author: wrh2 Date: 2007-10-05 07:42:37 -0700 (Fri, 05 Oct 2007) Log Message: ----------- Look & Feel: * Replace the user menu and tab menu table layouts with divs. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/top-menu.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/user-menu.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/wiki.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-06 19:36:22
|
Revision: 1862 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1862&view=rev Author: wrh2 Date: 2007-10-06 12:36:18 -0700 (Sat, 06 Oct 2007) Log Message: ----------- Look & Feel: * Add a dummy query parameter to the jamwiki.css link to avoid browser caching issues that could cause old CSS to be displayed. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki/src/main/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...> - 2007-10-06 21:30:46
|
Revision: 1864 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1864&view=rev Author: wrh2 Date: 2007-10-06 14:30:45 -0700 (Sat, 06 Oct 2007) Log Message: ----------- Look & Feel: * Minor CSS fixes / cleanups, mostly for IE issues. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/edit.jsp wiki/trunk/jamwiki/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...> - 2007-10-06 22:10:49
|
Revision: 1865 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1865&view=rev Author: wrh2 Date: 2007-10-06 15:10:48 -0700 (Sat, 06 Oct 2007) Log Message: ----------- Look & Feel: * Use div tags instead of tables for the diff page. * If a diff would cause the page to overflow, hide the overflow. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/diff-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-07 05:02:00
|
Revision: 1868 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1868&view=rev Author: wrh2 Date: 2007-10-06 22:01:59 -0700 (Sat, 06 Oct 2007) Log Message: ----------- Look & Feel: * Replace HTML tables with divs for the login page. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/login.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-09 14:37:19
|
Revision: 1870 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1870&view=rev Author: wrh2 Date: 2007-10-09 07:37:17 -0700 (Tue, 09 Oct 2007) Log Message: ----------- Translations: * Updated German translations (frareinif). Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki/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...> - 2007-10-11 05:24:44
|
Revision: 1873 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1873&view=rev Author: wrh2 Date: 2007-10-10 22:24:42 -0700 (Wed, 10 Oct 2007) Log Message: ----------- Look & Feel: * Switch divs to spans to resolve some IE7 issues. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-maintenance.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-roles.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/login.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/register.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-13 21:56:38
|
Revision: 1875 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1875&view=rev Author: wrh2 Date: 2007-10-13 14:56:37 -0700 (Sat, 13 Oct 2007) Log Message: ----------- Look & Feel: * More CSS updates - move.jsp, admin-manage.jsp, admin-translation.jsp. * Tested on Firefox & IE7, will test on IE6, Safari and Opera on Monday. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-manage.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-translation.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/move.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-19 02:59:55
|
Revision: 1884 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1884&view=rev Author: wrh2 Date: 2007-10-18 19:59:53 -0700 (Thu, 18 Oct 2007) Log Message: ----------- Default Topics: * index.jsp should redirect to the default virtual wiki's default topic, even when that topic has previously been changed. * Remove the bogus WikiPageInfo.getDefaultTopic() method. * Add ServletUtil.retrieveVirtualWiki(name) method. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/WikiBase.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/trunk/jamwiki/src/main/java/org/jamwiki/servlets/WikiPageInfo.java wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/printable.jsp wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/top.jsp wiki/trunk/jamwiki/src/main/webapp/index.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-19 03:28:42
|
Revision: 1885 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1885&view=rev Author: wrh2 Date: 2007-10-18 20:28:40 -0700 (Thu, 18 Oct 2007) Log Message: ----------- Look & Feel: * Update CSS to address IE6 issues with background overflow. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/src/main/webapp/WEB-INF/jsp/admin-translation.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2007-10-19 04:43:30
|
Revision: 1886 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1886&view=rev Author: wrh2 Date: 2007-10-18 21:43:29 -0700 (Thu, 18 Oct 2007) Log Message: ----------- Translations: * Updated Chinese translations (hfl). Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki/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...> - 2007-10-25 04:37:22
|
Revision: 1895 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1895&view=rev Author: wrh2 Date: 2007-10-24 21:37:21 -0700 (Wed, 24 Oct 2007) Log Message: ----------- Look & Feel: * Resolve a CSS issue that caused the TOC to be invisible on IE6. Reported by bvold. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki/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...> - 2007-11-03 15:28:24
|
Revision: 1899 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=1899&view=rev Author: wrh2 Date: 2007-11-03 08:28:21 -0700 (Sat, 03 Nov 2007) Log Message: ----------- TOC: * Umlauts, ampersands and other special characters were being double-escaped in the TOC. Fix contributed by Louis Martin. Modified Paths: -------------- wiki/trunk/jamwiki/src/main/java/org/jamwiki/parser/TableOfContents.java wiki/trunk/jamwiki/src/main/webapp/CHANGELOG.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |