jamwiki-commit Mailing List for JAMWiki (Page 41)
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: <mic...@us...> - 2010-12-25 11:28:35
|
Revision: 3349 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3349&view=rev Author: michael-o Date: 2010-12-25 11:28:28 +0000 (Sat, 25 Dec 2010) Log Message: ----------- Complete dependency overhaul: - sereval deps were directly used but never declared - case of above vice versa - declaration of deps which did not belong into that module - incorrect scopes of dependencies general rule of thumb, always declare direct dep where you use it Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/addons/bliki-parser/pom.xml wiki/branches/michael-o/pom_improvement/jamwiki-core/pom.xml wiki/branches/michael-o/pom_improvement/jamwiki-war/pom.xml wiki/branches/michael-o/pom_improvement/jamwiki-web/pom.xml wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-12-24 22:19:51
|
Revision: 3348 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3348&view=rev Author: wrh2 Date: 2010-12-24 22:19:45 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Cleanup: * Remove FIXME comments related to hard-coded date patterns since these are no longer hard-coded. Modified Paths: -------------- 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/recent-changes.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-12-24 22:16:16
|
Revision: 3347 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3347&view=rev Author: wrh2 Date: 2010-12-24 22:16:10 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Cleanup: * Change hard-coded property value to use a constant. Modified Paths: -------------- 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...> - 2010-12-24 22:15:34
|
Revision: 3346 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3346&view=rev Author: wrh2 Date: 2010-12-24 22:15:28 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Look & Feel: * Convert date patterns to allow configuration via jamwiki.properties. * Further commits will add UI to Special:Admin for setting these patterns. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/Environment.java wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/contributions.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/diff.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/topic.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/view-topic-include.jsp wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/watchlist.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...> - 2010-12-24 21:17:45
|
Revision: 3345 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3345&view=rev Author: wrh2 Date: 2010-12-24 21:17:39 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Look & Feel: * Consolidate date patterns - convert instances of "dd-MMM-yyyy HH:mm" to "dd MMMM yyyy HH:mm". This is similar to Mediawiki. Modified Paths: -------------- 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/view-topic-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-24 16:47:20
|
Revision: 3344 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3344&view=rev Author: michael-o Date: 2010-12-24 16:47:14 +0000 (Fri, 24 Dec 2010) Log Message: ----------- - Update jetty maven plugin - set context path to /jamwiki (a more generic name) Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/jamwiki-war/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-22 22:08:41
|
Revision: 3343 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3343&view=rev Author: michael-o Date: 2010-12-22 22:08:35 +0000 (Wed, 22 Dec 2010) Log Message: ----------- WAR file is the main output artifact and it should have a version in it. (jamwiki-war is just the internal name) Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/jamwiki-war/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-22 19:09:05
|
Revision: 3342 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3342&view=rev Author: michael-o Date: 2010-12-22 19:08:59 +0000 (Wed, 22 Dec 2010) Log Message: ----------- Merged with trunk 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: <mic...@us...> - 2010-12-22 19:05:55
|
Revision: 3341 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3341&view=rev Author: michael-o Date: 2010-12-22 19:05:49 +0000 (Wed, 22 Dec 2010) Log Message: ----------- Added my humble credits to the devs list Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-22 18:59:45
|
Revision: 3340 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3340&view=rev Author: michael-o Date: 2010-12-22 18:59:39 +0000 (Wed, 22 Dec 2010) Log Message: ----------- Fixed dead link Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-22 17:37:09
|
Revision: 3339 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3339&view=rev Author: michael-o Date: 2010-12-22 17:37:02 +0000 (Wed, 22 Dec 2010) Log Message: ----------- Created a src assembly. The one provided on sf.net is virtually useless for a src attachment and recompilation pov. Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml Added Paths: ----------- wiki/branches/michael-o/pom_improvement/src/ wiki/branches/michael-o/pom_improvement/src/main/ wiki/branches/michael-o/pom_improvement/src/main/assembly/ wiki/branches/michael-o/pom_improvement/src/main/assembly/src.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-22 17:02:52
|
Revision: 3338 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3338&view=rev Author: michael-o Date: 2010-12-22 17:02:46 +0000 (Wed, 22 Dec 2010) Log Message: ----------- downgraded m-assembly-p due to big differences in execution Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-22 16:36:24
|
Revision: 3337 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3337&view=rev Author: michael-o Date: 2010-12-22 16:36:18 +0000 (Wed, 22 Dec 2010) Log Message: ----------- Set min Maven version to 2.2 Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-21 15:59:06
|
Revision: 3336 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3336&view=rev Author: michael-o Date: 2010-12-21 15:59:00 +0000 (Tue, 21 Dec 2010) Log Message: ----------- merged with trunk Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/resources/ApplicationResources_de.properties 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: <mic...@us...> - 2010-12-21 15:54:38
|
Revision: 3335 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3335&view=rev Author: michael-o Date: 2010-12-21 15:54:30 +0000 (Tue, 21 Dec 2010) Log Message: ----------- Surefire update not possible Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-12-20 14:21:42
|
Revision: 3334 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3334&view=rev Author: wrh2 Date: 2010-12-20 14:21:35 +0000 (Mon, 20 Dec 2010) Log Message: ----------- Translation Updates: * Updated German translations (axelclk). Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/resources/ApplicationResources_de.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-19 10:29:23
|
Revision: 3333 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3333&view=rev Author: michael-o Date: 2010-12-19 10:29:16 +0000 (Sun, 19 Dec 2010) Log Message: ----------- Merged with trunk Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMWikiModel.java wiki/branches/michael-o/pom_improvement/jamwiki-core/src/test/java/org/jamwiki/JAMWikiUnitTest.java wiki/branches/michael-o/pom_improvement/jamwiki-core/src/test/java/org/jamwiki/TestFileUtil.java wiki/branches/michael-o/pom_improvement/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/michael-o/pom_improvement/pom.xml 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-19 00:03:30
|
Revision: 3332 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3332&view=rev Author: wrh2 Date: 2010-12-19 00:03:23 +0000 (Sun, 19 Dec 2010) Log Message: ----------- Bliki: * Upgrade to bliki-core 3.0.16. This may need additional review from Axel, but it compiles and will work so long as namespaces match Mediawiki. Modified Paths: -------------- wiki/trunk/addons/bliki-parser/src/main/java/org/jamwiki/parser/bliki/JAMWikiModel.java 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...> - 2010-12-18 23:16:14
|
Revision: 3331 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3331&view=rev Author: wrh2 Date: 2010-12-18 23:16:08 +0000 (Sat, 18 Dec 2010) Log Message: ----------- Cleanup: * Add additional Javadoc for some of the parser unit test setup. * Move the setupTopics method to the class in which it is used. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/JAMWikiUnitTest.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/parser/jflex/ParserTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2010-12-18 22:45:36
|
Revision: 3330 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3330&view=rev Author: wrh2 Date: 2010-12-18 22:45:30 +0000 (Sat, 18 Dec 2010) Log Message: ----------- Cleanup: * Use FileUtils.readFileToString instead of a byte-by-byte approach. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/TestFileUtil.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-18 13:50:16
|
Revision: 3329 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3329&view=rev Author: michael-o Date: 2010-12-18 13:50:10 +0000 (Sat, 18 Dec 2010) Log Message: ----------- Still being considered in Codehaus Jira Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-15 16:15:35
|
Revision: 3328 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3328&view=rev Author: michael-o Date: 2010-12-15 16:15:29 +0000 (Wed, 15 Dec 2010) Log Message: ----------- downgrade bliki core version to 3.0.12 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-15 16:13:28
|
Revision: 3327 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3327&view=rev Author: michael-o Date: 2010-12-15 16:13:22 +0000 (Wed, 15 Dec 2010) Log Message: ----------- reverted bliki version to 3.0.12, bugfix .15 introduced a breaking change in API. WHAT CRAP! Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-15 13:13:07
|
Revision: 3326 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3326&view=rev Author: michael-o Date: 2010-12-15 13:13:01 +0000 (Wed, 15 Dec 2010) Log Message: ----------- Bumped bliki core version to 3.0.15 Modified Paths: -------------- wiki/branches/michael-o/pom_improvement/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/branches/michael-o/pom_improvement/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2010-12-14 17:57:36
|
Revision: 3325 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3325&view=rev Author: michael-o Date: 2010-12-14 17:57:30 +0000 (Tue, 14 Dec 2010) Log Message: ----------- Merged with trunk 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. |