jamwiki-commit Mailing List for JAMWiki (Page 71)
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: <ur...@us...> - 2009-05-28 15:37:40
|
Revision: 2598 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2598&view=rev Author: urpit Date: 2009-05-28 15:37:27 +0000 (Thu, 28 May 2009) Log Message: ----------- - fix to allow jamwiki to work with pluggable Spring authentication modules that do not implement UserDetailService (eg. existing JAAS modules) XXX: This is far from perfect; user name principal is now got correctly, but saving username still fails since jam_users does not allow empty password (crude hack is to disable constraint on password field). The filter sets password as null to prevent externally authenticated user to log in using jamwiki standard way. User name record is created to allow "crediting system" to work. How to fix; perhaps set password to "!" (excl. mark) and enabled column to "2" (authenticated externally) or something. XXX: Username (on jamwiki after authentication) is "null". Perhaps I'm missing something. Modified Paths: -------------- wiki/branches/urpit/jamwiki-web/src/main/java/org/jamwiki/authentication/JAMWikiPostAuthenticationFilter.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ur...@us...> - 2009-05-28 15:18:24
|
Revision: 2597 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2597&view=rev Author: urpit Date: 2009-05-28 15:18:15 +0000 (Thu, 28 May 2009) Log Message: ----------- - fix for setting any property from system properties to allow dynamic configuration on server startup - jamwiki default properties are prefixed with "jamwiki." in system env Modified Paths: -------------- wiki/branches/urpit/jamwiki-core/src/main/java/org/jamwiki/Environment.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ur...@us...> - 2009-05-28 15:13:07
|
Revision: 2596 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2596&view=rev Author: urpit Date: 2009-05-28 15:13:03 +0000 (Thu, 28 May 2009) Log Message: ----------- bug #64; read jamwiki.properties from outside of war - use Java System.properties to find out jamwiki.properties file location or fall back to jamwiki.properties as default Modified Paths: -------------- wiki/branches/urpit/jamwiki-core/src/main/java/org/jamwiki/Environment.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ur...@us...> - 2009-05-28 14:18:50
|
Revision: 2595 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2595&view=rev Author: urpit Date: 2009-05-28 14:18:42 +0000 (Thu, 28 May 2009) Log Message: ----------- Created private branch for patches Added Paths: ----------- wiki/branches/urpit/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-05-27 17:32:35
|
Revision: 2594 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2594&view=rev Author: wrh2 Date: 2009-05-27 17:32:26 +0000 (Wed, 27 May 2009) Log Message: ----------- Translation Updates: * Updated French translations (Guillaume_FRANCOIS55). Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CREDITS.txt wiki/branches/0.7.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-05-26 04:17:59
|
Revision: 2593 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2593&view=rev Author: wrh2 Date: 2009-05-26 04:17:51 +0000 (Tue, 26 May 2009) Log Message: ----------- Spam Handling: * Update spam-blacklist.txt with latest patterns to hit jamwiki.org. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/spam-blacklist.txt wiki/branches/0.7.x/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-05-26 04:09:06
|
Revision: 2592 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2592&view=rev Author: wrh2 Date: 2009-05-26 04:08:58 +0000 (Tue, 26 May 2009) Log Message: ----------- Upgrades: * Fix MS SQL upgrade errors (hanspeterklapf). Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/branches/0.7.x/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-05-25 17:03:27
|
Revision: 2591 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2591&view=rev Author: wrh2 Date: 2009-05-25 17:03:16 +0000 (Mon, 25 May 2009) Log Message: ----------- Cleanup: * Don't throw java.lang.Exception from ServletUtil - throw WikiException instead. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiUtil.java 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...> - 2009-05-24 02:22:16
|
Revision: 2590 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2590&view=rev Author: wrh2 Date: 2009-05-24 01:43:40 +0000 (Sun, 24 May 2009) Log Message: ----------- Translation Updates: * Sync translation files with jamwiki.org. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_zh_TW.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-05-16 19:17:01
|
Revision: 2589 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2589&view=rev Author: wrh2 Date: 2009-05-16 19:16:55 +0000 (Sat, 16 May 2009) Log Message: ----------- Cleanup: * Don't throw java.lang.Exception during XML parsing - throw FileNotFoundException and ParseException instead. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiConfiguration.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/XMLUtil.java Added Paths: ----------- wiki/trunk/jamwiki-web/src/test/resources/ wiki/trunk/jamwiki-web/src/test/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-05-11 02:01:04
|
Revision: 2588 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2588&view=rev Author: wrh2 Date: 2009-05-11 01:40:17 +0000 (Mon, 11 May 2009) Log Message: ----------- Special:Roles: * Groups were not being displayed on the Special:Roles page when no roles were assigned to the group. Reported by hanspeterklapf. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/sql.ansi.properties wiki/branches/0.7.x/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-05-11 01:22:40
|
Revision: 2587 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2587&view=rev Author: wrh2 Date: 2009-05-11 01:22:29 +0000 (Mon, 11 May 2009) Log Message: ----------- Translation Updates: * Updated Russian translations (shar). Modified Paths: -------------- wiki/branches/0.7.x/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-05-06 05:15:47
|
Revision: 2586 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2586&view=rev Author: wrh2 Date: 2009-05-06 05:15:42 +0000 (Wed, 06 May 2009) Log Message: ----------- Upgrades: * Fix failures when upgrading from versions earlier than 0.6.0. Reported by Eric. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/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-05-06 04:33:11
|
Revision: 2585 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2585&view=rev Author: wrh2 Date: 2009-05-06 04:33:09 +0000 (Wed, 06 May 2009) Log Message: ----------- Cleanup: * The ability to upgrade from versions earlier than 0.6.0 has been removed for JAMWiki 0.8.0, so delete the DatabaseUpgrades.upgrade060 method. 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: <sd...@us...> - 2009-05-05 14:12:46
|
Revision: 2584 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2584&view=rev Author: sdff Date: 2009-05-05 14:12:36 +0000 (Tue, 05 May 2009) Log Message: ----------- merge trunk to frafu Modified Paths: -------------- wiki/branches/frafu/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/BlikiParser.java wiki/branches/frafu/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMHTMLConverter.java wiki/branches/frafu/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMWikiModel.java wiki/branches/frafu/jamwiki-core/src/main/java/org/jamwiki/parser/ParserUtil.java wiki/branches/frafu/jamwiki-core/src/main/java/org/jamwiki/parser/TableOfContents.java wiki/branches/frafu/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/branches/frafu/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/branches/frafu/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/frafu/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/branches/frafu/jamwiki-war/src/main/webapp/WEB-INF/jsp/edit.jsp wiki/branches/frafu/jamwiki-war/src/main/webapp/WEB-INF/jsp/move.jsp wiki/branches/frafu/jamwiki-war/src/main/webapp/WEB-INF/jsp/topic.jsp wiki/branches/frafu/jamwiki-web/src/main/java/org/jamwiki/servlets/AdminServlet.java wiki/branches/frafu/jamwiki-web/src/main/java/org/jamwiki/servlets/TopicServlet.java Property Changed: ---------------- wiki/branches/frafu/ wiki/branches/frafu/jamwiki-war/src/main/resources/pages/ru/ wiki/branches/frafu/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ax...@us...> - 2009-05-03 19:50:39
|
Revision: 2583 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2583&view=rev Author: axelcl Date: 2009-05-03 19:50:29 +0000 (Sun, 03 May 2009) Log Message: ----------- Existing articles which include underscores in the title were marked with style "edit" in the bliki parser. Modified Paths: -------------- wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMWikiModel.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-04-19 23:06:59
|
Revision: 2582 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2582&view=rev Author: wrh2 Date: 2009-04-19 23:06:44 +0000 (Sun, 19 Apr 2009) Log Message: ----------- MERGE: * Re-integrate changes from the 0.7.x branch. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/move.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/topic.jsp Property Changed: ---------------- wiki/trunk/ wiki/trunk/jamwiki-war/src/main/resources/pages/ru/ wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-04-19 23:04:01
|
Revision: 2581 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2581&view=rev Author: wrh2 Date: 2009-04-19 23:03:52 +0000 (Sun, 19 Apr 2009) Log Message: ----------- Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/branches/0.7.x/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/branches/0.7.x/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-04-19 22:43:33
|
Revision: 2580 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2580&view=rev Author: wrh2 Date: 2009-04-19 22:43:19 +0000 (Sun, 19 Apr 2009) Log Message: ----------- Special:Move: * Fix breakage when moving topics containing special characters such as "Test?\195?\156mlaut". Reported by hanspeterklapf. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/jamwiki-war/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...> - 2009-04-19 22:14:15
|
Revision: 2579 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2579&view=rev Author: wrh2 Date: 2009-04-19 22:14:05 +0000 (Sun, 19 Apr 2009) Log Message: ----------- Categories: * Display any editable category topic text above the list of category items. Reported by axcelclk. Modified Paths: -------------- wiki/branches/0.7.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/0.7.x/jamwiki-war/src/main/webapp/WEB-INF/jsp/topic.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ax...@us...> - 2009-04-17 15:36:42
|
Revision: 2578 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2578&view=rev Author: axelcl Date: 2009-04-17 15:36:33 +0000 (Fri, 17 Apr 2009) Log Message: ----------- Use correct section number. Bliki starts with offset 0 so it must be "section+1" Modified Paths: -------------- wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/BlikiParser.java wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMHTMLConverter.java wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMWikiModel.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sd...@us...> - 2009-04-14 06:52:34
|
Revision: 2577 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2577&view=rev Author: sdff Date: 2009-04-14 06:52:31 +0000 (Tue, 14 Apr 2009) Log Message: ----------- Cancel Link in the edit view Modified Paths: -------------- wiki/branches/frafu/jamwiki-war/src/main/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...> - 2009-04-13 02:50:24
|
Revision: 2576 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2576&view=rev Author: wrh2 Date: 2009-04-13 02:50:15 +0000 (Mon, 13 Apr 2009) Log Message: ----------- Cleanup: * Consolidate cut & paste code identified by CPD. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/ParserUtil.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...> - 2009-04-12 18:14:06
|
Revision: 2575 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2575&view=rev Author: wrh2 Date: 2009-04-12 18:14:03 +0000 (Sun, 12 Apr 2009) Log Message: ----------- MERGE: * Record-only merge to indicate that the 0.7.x branch has been fully merged back to trunk. Property Changed: ---------------- wiki/trunk/ wiki/trunk/jamwiki-war/src/main/resources/pages/ru/ wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2009-04-12 18:12:22
|
Revision: 2574 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2574&view=rev Author: wrh2 Date: 2009-04-12 18:12:20 +0000 (Sun, 12 Apr 2009) Log Message: ----------- MERGE: * Re-integrate changes from the 0.7.x branch. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/TableOfContents.java wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/TopicServlet.java Property Changed: ---------------- wiki/trunk/ wiki/trunk/jamwiki-war/src/main/resources/pages/ru/ wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |