jamwiki-commit Mailing List for JAMWiki (Page 33)
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-05-29 19:38:59
|
Revision: 3549 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3549&view=rev Author: wrh2 Date: 2011-05-29 19:38:53 +0000 (Sun, 29 May 2011) Log Message: ----------- Cleanup: * Refactor WikiMessage to allow params that can be formatted as wiki links. * Update the jamwiki_t:wikiMessage tag to format message parameters as links when appropriate. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiMessage.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/LogItem.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/RecentChange.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/WikiMessageTest.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/history.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/log.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/tags/wikiMessage.tag Added Paths: ----------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiMessageParam.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-29 17:28:53
|
Revision: 3548 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3548&view=rev Author: wrh2 Date: 2011-05-29 17:28:46 +0000 (Sun, 29 May 2011) Log Message: ----------- Cleanup: * Add a jamwiki_t:wikiMessage tag to simplify logic for rendering WikiMessage messages in JSPs. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-maintenance.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-manage.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-roles.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin-virtual-wiki.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/admin.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/edit.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/error-display.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/error.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/export.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/import.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/importtiddly.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/items.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/move.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/printable.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/register.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/setup.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/top-menu.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/top.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upgrade.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/upload.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/user-menu.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/wiki.jsp Added Paths: ----------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/tags/wikiMessage.tag This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-29 00:41:41
|
Revision: 3547 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3547&view=rev Author: wrh2 Date: 2011-05-29 00:41:35 +0000 (Sun, 29 May 2011) Log Message: ----------- Special:Logs: * Use the log_sub_type field to distinguish different types of log entries within the same log type. * Fix attribution of topic version purge log entries so that the user name is displayed if available. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/LogItem.java wiki/trunk/jamwiki-core/src/main/resources/sql/sql.ansi.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...> - 2011-05-28 20:38:49
|
Revision: 3546 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3546&view=rev Author: wrh2 Date: 2011-05-28 20:38:43 +0000 (Sat, 28 May 2011) Log Message: ----------- Special:Logs: * Add a log_sub_type field to the jam_log and jam_recent_change tables. This will be used to distinguish log entries within a category, for example deletions vs. undeletions vs. purges in the deletion log. * This commit merely adds the infrastructure for the new functionality - the next commit will actually make use of this infrastructure. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/LogItem.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/RecentChange.java wiki/trunk/jamwiki-core/src/main/resources/sql/sql.ansi.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.asa.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.cache.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.db2.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.db2400.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.hsql.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.mssql.properties wiki/trunk/jamwiki-core/src/main/resources/sql/sql.oracle.properties wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt 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-05-26 05:42:39
|
Revision: 3545 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3545&view=rev Author: wrh2 Date: 2011-05-26 05:42:33 +0000 (Thu, 26 May 2011) Log Message: ----------- Merge: * Merge changes from the 1.0.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ItemsServlet.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-05-25 20:33:24
|
Revision: 3544 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3544&view=rev Author: wrh2 Date: 2011-05-25 20:33:18 +0000 (Wed, 25 May 2011) Log Message: ----------- Special:AllPages: * PDFs and other non-image files in the "Image:" namespace were not appearing on Special:AllPages. Reported by Felipe Avilis. Modified Paths: -------------- wiki/branches/1.0.x/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/1.0.x/jamwiki-web/src/main/java/org/jamwiki/servlets/ItemsServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-24 16:12:35
|
Revision: 3543 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3543&view=rev Author: wrh2 Date: 2011-05-24 16:12:29 +0000 (Tue, 24 May 2011) Log Message: ----------- Translation Updates: * Updated Polish translations (dlpa). Modified Paths: -------------- wiki/branches/1.0.x/jamwiki-war/src/main/resources/ApplicationResources_pl.properties wiki/branches/1.0.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-05-24 02:05:16
|
Revision: 3542 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3542&view=rev Author: wrh2 Date: 2011-05-24 02:05:10 +0000 (Tue, 24 May 2011) Log Message: ----------- Merge: * Merge changes from the 1.0.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-template-processor.jflex wiki/trunk/jamwiki-core/src/test/resources/data/results/Transclusion1 wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/test/resources/data/results/Template_-_Subpage wiki/trunk/jamwiki-core/src/test/resources/data/topics/Template_-_Subpage wiki/trunk/jamwiki-core/src/test/resources/data/topics/Template_-_Subpage~Child 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-05-24 01:57:49
|
Revision: 3541 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3541&view=rev Author: wrh2 Date: 2011-05-24 01:57:43 +0000 (Tue, 24 May 2011) Log Message: ----------- Bump the version number to 1.0.4. Modified Paths: -------------- wiki/branches/1.0.x/jamwiki-core/src/main/java/org/jamwiki/WikiVersion.java wiki/branches/1.0.x/jamwiki-core/src/test/resources/jamwiki.properties wiki/branches/1.0.x/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...> - 2011-05-24 01:54:21
|
Revision: 3540 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3540&view=rev Author: wrh2 Date: 2011-05-24 01:54:14 +0000 (Tue, 24 May 2011) Log Message: ----------- Parser: * Fix a template parser issue when parsing content of the form "{{{{PAGENAME}}/info}}". Reported by felipeavilis. Modified Paths: -------------- wiki/branches/1.0.x/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/branches/1.0.x/jamwiki-core/src/main/jflex/jamwiki-template-processor.jflex wiki/branches/1.0.x/jamwiki-core/src/test/resources/data/results/Transclusion1 wiki/branches/1.0.x/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/branches/1.0.x/jamwiki-core/src/test/resources/data/results/Template_-_Subpage wiki/branches/1.0.x/jamwiki-core/src/test/resources/data/topics/Template_-_Subpage wiki/branches/1.0.x/jamwiki-core/src/test/resources/data/topics/Template_-_Subpage~Child This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-21 19:32:26
|
Revision: 3539 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3539&view=rev Author: wrh2 Date: 2011-05-21 19:32:20 +0000 (Sat, 21 May 2011) Log Message: ----------- Ehcache: * Fix a potential NPE, apparently introduced with the upgrade to 2.4.2. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiCache.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-18 04:58:58
|
Revision: 3538 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3538&view=rev Author: wrh2 Date: 2011-05-18 04:58:52 +0000 (Wed, 18 May 2011) Log Message: ----------- Universal Edit Button: * Add support for the universal edit button plugin. See http://universaleditbutton.org for further details. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/top.jsp wiki/trunk/jamwiki-web/src/main/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...> - 2011-05-15 18:21:01
|
Revision: 3537 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3537&view=rev Author: wrh2 Date: 2011-05-15 18:20:54 +0000 (Sun, 15 May 2011) Log Message: ----------- Cleanup: * Move namespace display code to a utility method and add a message key for displaying the main namespace, which otherwise would display blank. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ItemsServlet.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/SearchServlet.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...> - 2011-05-15 17:52:33
|
Revision: 3536 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3536&view=rev Author: wrh2 Date: 2011-05-15 17:52:27 +0000 (Sun, 15 May 2011) Log Message: ----------- Search: * Add a "Filter search results by namespace" option to the search page. * Consolidate the search.jsp and search-results.jsp page since there isn't really any need to separate this functionality. * Change search forms from "POST" to "GET" to support bookmarks & reloading. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/search.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/wiki.jsp wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/SearchServlet.java Removed Paths: ------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/search-results.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-15 17:50:18
|
Revision: 3535 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3535&view=rev Author: wrh2 Date: 2011-05-15 17:50:12 +0000 (Sun, 15 May 2011) Log Message: ----------- Search: * Add back-end support for indexing & filtering search results by namespace. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/SearchEngine.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/TestSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/RankingAlgorithmSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/SearchServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-14 19:12:09
|
Revision: 3534 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3534&view=rev Author: wrh2 Date: 2011-05-14 19:12:03 +0000 (Sat, 14 May 2011) Log Message: ----------- Search: * The previous commit broke the deleteFromIndex() method. This is now fixed. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-14 16:16:13
|
Revision: 3533 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3533&view=rev Author: wrh2 Date: 2011-05-14 16:16:06 +0000 (Sat, 14 May 2011) Log Message: ----------- Ehcache: * Upgrade to Ehcache 2.4.2. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-13 06:24:09
|
Revision: 3532 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3532&view=rev Author: wrh2 Date: 2011-05-13 06:24:03 +0000 (Fri, 13 May 2011) Log Message: ----------- Search: * Exclude redirects from search indexing, and weight topic names more heavily than topic content to improve accuracy. * Increase the maximum number of topics a wiki can have & still have the search index automatically rebuilt at upgrade from 200 to 1000. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.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-05-13 06:22:14
|
Revision: 3531 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3531&view=rev Author: wrh2 Date: 2011-05-13 06:22:08 +0000 (Fri, 13 May 2011) Log Message: ----------- Search: * Reduce the amount of data stored in the search index to improve index updating performance. This change requires existing sites to rebuild their search indexes. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/trunk/jamwiki-war/src/main/webapp/UPGRADE.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/RankingAlgorithmSearchEngine.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-11 05:24:38
|
Revision: 3530 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3530&view=rev Author: wrh2 Date: 2011-05-11 05:24:31 +0000 (Wed, 11 May 2011) Log Message: ----------- JAMWIKI-29: * Fix category redirects of the form "#REDIRECT [[Category:Example]]". Modified Paths: -------------- wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/BlikiParser.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/ParserOutput.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexLexer.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParser.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-preprocessor.jflex wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/RedirectTag.java wiki/trunk/jamwiki-core/src/test/resources/data/topics/Category_-_Redirected This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-10 06:10:23
|
Revision: 3529 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3529&view=rev Author: wrh2 Date: 2011-05-10 06:10:17 +0000 (Tue, 10 May 2011) Log Message: ----------- Merge: * Merge changes from the 1.0.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/search-results.jsp 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-05-10 06:06:42
|
Revision: 3528 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3528&view=rev Author: wrh2 Date: 2011-05-10 06:06:36 +0000 (Tue, 10 May 2011) Log Message: ----------- Translation Updates: * Updated German translations (axelclk). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties wiki/trunk/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-05-10 05:24:03
|
Revision: 3527 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3527&view=rev Author: wrh2 Date: 2011-05-10 05:23:57 +0000 (Tue, 10 May 2011) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- wiki/branches/1.0.x/addons/bliki-parser/pom.xml wiki/branches/1.0.x/addons/pom.xml wiki/branches/1.0.x/jamwiki-core/pom.xml wiki/branches/1.0.x/jamwiki-war/pom.xml wiki/branches/1.0.x/jamwiki-web/pom.xml wiki/branches/1.0.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-10 05:23:52
|
Revision: 3526 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3526&view=rev Author: wrh2 Date: 2011-05-10 05:23:46 +0000 (Tue, 10 May 2011) Log Message: ----------- [maven-release-plugin] copy for tag 1.0.3 Added Paths: ----------- wiki/tags/1.0.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-05-10 05:23:39
|
Revision: 3525 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3525&view=rev Author: wrh2 Date: 2011-05-10 05:23:32 +0000 (Tue, 10 May 2011) Log Message: ----------- [maven-release-plugin] prepare release 1.0.3 Modified Paths: -------------- wiki/branches/1.0.x/addons/bliki-parser/pom.xml wiki/branches/1.0.x/addons/pom.xml wiki/branches/1.0.x/jamwiki-core/pom.xml wiki/branches/1.0.x/jamwiki-war/pom.xml wiki/branches/1.0.x/jamwiki-web/pom.xml wiki/branches/1.0.x/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |