jamwiki-commit Mailing List for JAMWiki (Page 39)
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...> - 2011-01-04 06:46:38
|
Revision: 3399 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3399&view=rev Author: wrh2 Date: 2011-01-04 06:46:32 +0000 (Tue, 04 Jan 2011) Log Message: ----------- Special:Upgrade: * Add a warning during the upgrade process that the upgrade may take 5-10 minutes or longer. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties 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...> - 2011-01-04 05:34:02
|
Revision: 3398 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3398&view=rev Author: wrh2 Date: 2011-01-04 05:33:55 +0000 (Tue, 04 Jan 2011) Log Message: ----------- Merge: * Merge changes from the 0.9.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JavascriptTag.java Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-04 04:52:50
|
Revision: 3397 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3397&view=rev Author: wrh2 Date: 2011-01-04 04:52:44 +0000 (Tue, 04 Jan 2011) Log Message: ----------- Parser: * Refactor the previous XSS fix to be slightly less aggressive - if Javascript is enabled then there is no reason to do any extra parsing or escaping. Modified Paths: -------------- wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JavascriptTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-03 17:59:30
|
Revision: 3396 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3396&view=rev Author: wrh2 Date: 2011-01-03 17:59:24 +0000 (Mon, 03 Jan 2011) Log Message: ----------- Merge: * Merge changes from the 0.9.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JavascriptTag.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-postprocessor.jflex wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java wiki/trunk/jamwiki-core/src/test/resources/data/results/HtmlXSS1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/HtmlXSS1 wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-03 17:51:14
|
Revision: 3395 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3395&view=rev Author: wrh2 Date: 2011-01-03 17:51:08 +0000 (Mon, 03 Jan 2011) Log Message: ----------- Parser: * Fix a potential XSS attack, and make the XSS detection code more aggressive. Reported by bawolff. Modified Paths: -------------- wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JavascriptTag.java wiki/branches/0.9.x/jamwiki-core/src/main/jflex/jamwiki-postprocessor.jflex wiki/branches/0.9.x/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java wiki/branches/0.9.x/jamwiki-core/src/test/resources/data/results/HtmlXSS1 wiki/branches/0.9.x/jamwiki-core/src/test/resources/data/topics/HtmlXSS1 wiki/branches/0.9.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...> - 2011-01-02 05:23:31
|
Revision: 3394 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3394&view=rev Author: wrh2 Date: 2011-01-02 05:23:25 +0000 (Sun, 02 Jan 2011) Log Message: ----------- Special:Maintenance: * Add the database pre-population Javascript for the database migration tool. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-maintenance.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-01 19:31:59
|
Revision: 3393 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3393&view=rev Author: wrh2 Date: 2011-01-01 19:31:53 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Merge: * Merge changes from the 0.9.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/pages/BottomArea.txt wiki/trunk/jamwiki-core/src/main/resources/pages/de/BottomArea.txt wiki/trunk/jamwiki-core/src/main/resources/pages/es/BottomArea.txt wiki/trunk/jamwiki-core/src/main/resources/pages/gl/BottomArea.txt wiki/trunk/jamwiki-core/src/main/resources/pages/zh-TW/BottomArea.txt wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-01 19:30:35
|
Revision: 3392 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3392&view=rev Author: wrh2 Date: 2011-01-01 19:30:29 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Documentation: * Update the default footer page's copyright notice to 2011. Modified Paths: -------------- wiki/branches/0.9.x/jamwiki-core/src/main/resources/pages/BottomArea.txt wiki/branches/0.9.x/jamwiki-core/src/main/resources/pages/de/BottomArea.txt wiki/branches/0.9.x/jamwiki-core/src/main/resources/pages/es/BottomArea.txt wiki/branches/0.9.x/jamwiki-core/src/main/resources/pages/gl/BottomArea.txt wiki/branches/0.9.x/jamwiki-core/src/main/resources/pages/zh-TW/BottomArea.txt wiki/branches/0.9.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...> - 2011-01-01 19:24:57
|
Revision: 3391 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3391&view=rev Author: wrh2 Date: 2011-01-01 19:24:51 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Special:Maintenance: * Fix badly-worded key. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-01 18:55:26
|
Revision: 3390 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3390&view=rev Author: wrh2 Date: 2011-01-01 18:55:20 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Merge: * Merge changes from the 0.9.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/sql.mssql.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-01 18:46:03
|
Revision: 3389 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3389&view=rev Author: wrh2 Date: 2011-01-01 18:45:56 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Special:History: * Fix an issue that could cause topic history to display incorrectly with MS SQL Server. Modified Paths: -------------- wiki/branches/0.9.x/jamwiki-core/src/main/resources/sql.mssql.properties wiki/branches/0.9.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...> - 2011-01-01 07:20:55
|
Revision: 3388 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3388&view=rev Author: wrh2 Date: 2011-01-01 07:20:49 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Translation Updates: * Updated Russian translations (shar). Modified Paths: -------------- wiki/trunk/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...> - 2011-01-01 06:55:54
|
Revision: 3387 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3387&view=rev Author: wrh2 Date: 2011-01-01 06:55:48 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Merge: * Merge changes from the 0.9.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-01 06:49:26
|
Revision: 3386 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3386&view=rev Author: wrh2 Date: 2011-01-01 06:49:20 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Upgrade: * Fix upgrade breakage - the jam_virtual_wiki changes must be done as part of the 1.0.0 upgrade step; moving them to the 0.9.0 upgrade step causes them to not be executed during an upgrade from 0.9.x to 1.0.x. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java 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...> - 2011-01-01 06:16:48
|
Revision: 3385 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3385&view=rev Author: wrh2 Date: 2011-01-01 06:16:42 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Special:Import: * Fix a transaction-related issue that could cause XML imports to hang on some databases including MS SQL Server. Modified Paths: -------------- wiki/branches/0.9.x/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/branches/0.9.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...> - 2011-01-01 01:35:26
|
Revision: 3384 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3384&view=rev Author: wrh2 Date: 2011-01-01 01:35:19 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Special:Import: * Fix a transaction-related issue that causee imports to hang on some databases including MS SQL Server. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-12-31 23:23:32
|
Revision: 3383 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3383&view=rev Author: wrh2 Date: 2010-12-31 23:23:25 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Database: * Change the column names on the jam_configuration table since MS SQL Server will not accept "key" (it is a reserved keyword). * Existing JAMWiki 1.0.0 installations will need to execute the following SQL against their database: DROP TABLE jam_configuration; CREATE TABLE jam_configuration ( config_key VARCHAR(50) NOT NULL, config_value VARCHAR(500) NOT NULL, CONSTRAINT jam_p_config PRIMARY KEY (config_key) ); Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/resources/sql.ansi.properties wiki/trunk/jamwiki-core/src/main/resources/sql.hsql.properties wiki/trunk/jamwiki-war/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...> - 2010-12-31 20:09:07
|
Revision: 3382 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3382&view=rev Author: wrh2 Date: 2010-12-31 20:09:00 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Cleanup: * Fix several minor issues identified by PMD such as unused imports, unused method parameters, etc. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/DataAccessException.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/CacheQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/HtmlHeadingTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ImageLinkTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JavascriptTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ParserFunctionUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/JAMWikiUnitTest.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ItemsServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/RecentChangesFeedServlet.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: <mic...@us...> - 2010-12-31 14:11:20
|
Revision: 3381 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3381&view=rev Author: michael-o Date: 2010-12-31 14:11:14 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Branch no longer necessary Removed Paths: ------------- wiki/branches/michael-o/pom_improvement/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-31 13:26:27
|
Revision: 3380 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3380&view=rev Author: michael-o Date: 2010-12-31 13:26:20 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Reintegrated POM improvement branch Modified Paths: -------------- wiki/trunk/addons/bliki-parser/pom.xml wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/CacheDataHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/CacheQueryHandler.java 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/src/ wiki/trunk/src/main/ wiki/trunk/src/main/assembly/ wiki/trunk/src/main/assembly/src.xml Removed Paths: ------------- wiki/trunk/src/main/ wiki/trunk/src/main/assembly/ wiki/trunk/src/main/assembly/src.xml Property Changed: ---------------- wiki/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-31 13:10:21
|
Revision: 3379 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3379&view=rev Author: michael-o Date: 2010-12-31 13:10:15 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Added changelog entries for pom restructure Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/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: <mic...@us...> - 2010-12-31 12:51:45
|
Revision: 3378 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3378&view=rev Author: michael-o Date: 2010-12-31 12:51:39 +0000 (Fri, 31 Dec 2010) Log Message: ----------- removed superfluous orthographic space Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/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: <mic...@us...> - 2010-12-31 12:26:37
|
Revision: 3377 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3377&view=rev Author: michael-o Date: 2010-12-31 12:26:31 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Merged with trunk Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexLexer.java wiki/branches/michael-o/pom_improvement/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/branches/michael-o/pom_improvement/jamwiki-core/src/main/jflex/jamwiki-template-processor.jflex wiki/branches/michael-o/pom_improvement/jamwiki-core/src/main/resources/pages/StyleSheet.txt wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_zh_TW.properties wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/spam-blacklist.txt wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-topic-include.jsp Added Paths: ----------- wiki/branches/michael-o/pom_improvement/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/OnlyIncludeTag.java wiki/branches/michael-o/pom_improvement/jamwiki-core/src/test/resources/data/results/Onlyinclude wiki/branches/michael-o/pom_improvement/jamwiki-core/src/test/resources/data/topics/Onlyinclude wiki/branches/michael-o/pom_improvement/jamwiki-core/src/test/resources/data/topics/Template_-_Onlyinclude Property Changed: ---------------- wiki/branches/michael-o/pom_improvement/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-12-31 06:43:57
|
Revision: 3376 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3376&view=rev Author: wrh2 Date: 2010-12-31 06:43:51 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Translations: * Update translation files to include all message keys, and remove some unused message keys from a couple of files. * Add a missing message key to the ApplicationResources.properties file. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_da.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_es.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_fr.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_gl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_hr.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_hu.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_it.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ja.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_nl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_no.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pt.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pt_BR.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_ru.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_si_LK.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_sk.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_sv.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_uk.properties wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_zh_CN.properties wiki/trunk/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...> - 2010-12-31 03:24:57
|
Revision: 3375 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3375&view=rev Author: wrh2 Date: 2010-12-31 03:24:51 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Spam Handling: * Update spam-blacklist.txt with latest patterns to hit jamwiki.org. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/spam-blacklist.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |