jamwiki-commit Mailing List for JAMWiki (Page 37)
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-21 20:05:23
|
Revision: 3449 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3449&view=rev Author: wrh2 Date: 2011-01-21 20:05:17 +0000 (Fri, 21 Jan 2011) Log Message: ----------- Special:Diff: * Add CSS to prevent long text from causing the diff display to overlow the page width. Modified Paths: -------------- wiki/branches/1.0.x/jamwiki-core/src/main/resources/pages/StyleSheet.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-20 23:07:07
|
Revision: 3448 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3448&view=rev Author: wrh2 Date: 2011-01-20 23:06:57 +0000 (Thu, 20 Jan 2011) Log Message: ----------- Parser: * Add support for the <gallery> tag perrow, widths, heights and caption attributes. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/GalleryTag.java wiki/trunk/jamwiki-core/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-core/src/test/resources/data/results/Gallery1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Gallery1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-20 23:05:42
|
Revision: 3447 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3447&view=rev Author: wrh2 Date: 2011-01-20 23:05:36 +0000 (Thu, 20 Jan 2011) Log Message: ----------- Utilities: * Add Utilities.getMapValueCaseInsensitive() for retrieval of a map value using a key in a case-insensitive way. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/Utilities.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-20 23:04:31
|
Revision: 3446 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3446&view=rev Author: wrh2 Date: 2011-01-20 23:04:24 +0000 (Thu, 20 Jan 2011) Log Message: ----------- Parser: * Add support for HTML-like tags to the HTMLProcessor. This will be used for parsing <gallery> tag attributes and (later) parser extension tags. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-html-processor.jflex wiki/trunk/jamwiki-core/src/test/resources/data/results/HtmlTags1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/HtmlTags1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-20 20:22:09
|
Revision: 3445 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3445&view=rev Author: wrh2 Date: 2011-01-20 20:22:02 +0000 (Thu, 20 Jan 2011) Log Message: ----------- Parser: * Modify the HTML-tag processor to generate an HtmlTagItem object rather that to simply return an HTML string. This change allows that code to be used to generate a map of tag attributes, something that is needed for support of the <gallery> tag and (eventually) custom HTML-like parser tags. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/HtmlHeadingTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/HtmlTagItem.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexTagItem.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-html-processor.jflex wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-19 04:21:46
|
Revision: 3444 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3444&view=rev Author: wrh2 Date: 2011-01-19 04:21:40 +0000 (Wed, 19 Jan 2011) Log Message: ----------- Parser / UI: * Yet another CSS update for gallery display. This tweaks vertical alignment again and moves a hard-coded width from a JSP page to the StyleSheet topic. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/category-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-19 01:06:51
|
Revision: 3443 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3443&view=rev Author: wrh2 Date: 2011-01-19 01:06:45 +0000 (Wed, 19 Jan 2011) Log Message: ----------- Parser / UI: * Update gallery whitespace & vertical alignment. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/GalleryTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ImageLinkTag.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageBorderEnum.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageMetadata.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/ImageUtil.java wiki/trunk/jamwiki-core/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-core/src/test/resources/data/results/Gallery1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-18 23:49:40
|
Revision: 3442 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3442&view=rev Author: wrh2 Date: 2011-01-18 23:49:34 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Category: * Sync the category thumbnail gallery CSS with the <gallery> tag CSS. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/category-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-18 23:45:04
|
Revision: 3441 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3441&view=rev Author: wrh2 Date: 2011-01-18 23:44:58 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Merge: * Merge changes from the 1.0.x branch to trunk. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/jsp/category-include.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-01-18 23:40:23
|
Revision: 3440 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3440&view=rev Author: wrh2 Date: 2011-01-18 23:40:17 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Categories: * Fix a minor UI issue on the category page - when (number of thumbnails % 4 == 0) an extra row was being added. Modified Paths: -------------- wiki/branches/1.0.x/jamwiki-war/src/main/webapp/WEB-INF/jsp/category-include.jsp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-18 23:31:00
|
Revision: 3439 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3439&view=rev Author: wrh2 Date: 2011-01-18 23:30:54 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Upgrade: * Automatically trigger a StyleSheet upgrade when upgrading to 1.1.0. Modified Paths: -------------- 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-01-18 23:30:24
|
Revision: 3438 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3438&view=rev Author: wrh2 Date: 2011-01-18 23:30:18 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Parser / UI: * Fix gallery display when the caption would overflow the available space. * Make sure that empty columns fill out the last row of the gallery. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/GalleryTag.java wiki/trunk/jamwiki-core/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-core/src/test/resources/data/results/Gallery1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-18 19:22:11
|
Revision: 3437 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3437&view=rev Author: wrh2 Date: 2011-01-18 19:22:05 +0000 (Tue, 18 Jan 2011) Log Message: ----------- Parser: * Initial support for the Mediawiki <gallery> tag for generating image galleries. * There is more work required to support tag attributes and handle some edge cases - that will come in later commits. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexLexer.java wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-preprocessor.jflex wiki/trunk/jamwiki-core/src/main/jflex/jamwiki-processor.jflex wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt Added Paths: ----------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/GalleryTag.java wiki/trunk/jamwiki-core/src/test/resources/data/results/Gallery1 wiki/trunk/jamwiki-core/src/test/resources/data/topics/Gallery1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wr...@us...> - 2011-01-17 20:05:11
|
Revision: 3436 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3436&view=rev Author: wrh2 Date: 2011-01-17 20:05:05 +0000 (Mon, 17 Jan 2011) Log Message: ----------- Upgrades: * Remove ability to automatically upgrade from versions prior to 0.9.0. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/db/DatabaseUpgrades.java wiki/trunk/jamwiki-core/src/main/resources/sql.ansi.properties wiki/trunk/jamwiki-core/src/main/resources/sql.cache.properties wiki/trunk/jamwiki-core/src/main/resources/sql.mssql.properties wiki/trunk/jamwiki-core/src/main/resources/sql.mysql.properties wiki/trunk/jamwiki-core/src/main/resources/sql.oracle.properties wiki/trunk/jamwiki-core/src/main/resources/sql.postgres.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.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-01-17 19:47:11
|
Revision: 3435 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3435&view=rev Author: wrh2 Date: 2011-01-17 19:47:04 +0000 (Mon, 17 Jan 2011) Log Message: ----------- Bump the version number to 1.0.0. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiVersion.java wiki/trunk/jamwiki-core/src/test/resources/jamwiki.properties wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt 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: <mic...@us...> - 2011-01-17 10:08:02
|
Revision: 3434 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3434&view=rev Author: michael-o Date: 2011-01-17 10:07:56 +0000 (Mon, 17 Jan 2011) Log Message: ----------- Tag not necessary here Modified Paths: -------------- 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: <mic...@us...> - 2011-01-17 10:07:22
|
Revision: 3433 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3433&view=rev Author: michael-o Date: 2011-01-17 10:07:16 +0000 (Mon, 17 Jan 2011) Log Message: ----------- trunk was missing from the beginning Modified Paths: -------------- wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2011-01-17 10:04:23
|
Revision: 3432 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3432&view=rev Author: michael-o Date: 2011-01-17 10:04:17 +0000 (Mon, 17 Jan 2011) Log Message: ----------- /wiki/ got lost somehow Modified Paths: -------------- 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: <mic...@us...> - 2011-01-17 10:01:35
|
Revision: 3431 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3431&view=rev Author: michael-o Date: 2011-01-17 10:01:29 +0000 (Mon, 17 Jan 2011) Log Message: ----------- /trunk got lost somehow Modified Paths: -------------- wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2011-01-17 09:53:13
|
Revision: 3430 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3430&view=rev Author: michael-o Date: 2011-01-17 09:53:07 +0000 (Mon, 17 Jan 2011) Log Message: ----------- [maven-release-plugin] prepare release 1.0.x Modified Paths: -------------- wiki/trunk/addons/bliki-parser/pom.xml wiki/trunk/addons/pom.xml wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-war/pom.xml wiki/trunk/jamwiki-web/pom.xml wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2011-01-17 09:52:54
|
Revision: 3429 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3429&view=rev Author: michael-o Date: 2011-01-17 09:52:48 +0000 (Mon, 17 Jan 2011) Log Message: ----------- [maven-release-plugin] copy for branch 1.0.x Added Paths: ----------- wiki/branches/1.0.x/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mic...@us...> - 2011-01-17 09:52:30
|
Revision: 3428 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3428&view=rev Author: michael-o Date: 2011-01-17 09:52:24 +0000 (Mon, 17 Jan 2011) Log Message: ----------- [maven-release-plugin] prepare branch 1.0.x Modified Paths: -------------- wiki/trunk/addons/bliki-parser/pom.xml wiki/trunk/addons/pom.xml wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-war/pom.xml wiki/trunk/jamwiki-web/pom.xml 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-01-15 03:00:02
|
Revision: 3427 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3427&view=rev Author: wrh2 Date: 2011-01-15 02:59:56 +0000 (Sat, 15 Jan 2011) 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: <wr...@us...> - 2011-01-14 19:00:27
|
Revision: 3426 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3426&view=rev Author: wrh2 Date: 2011-01-14 19:00:21 +0000 (Fri, 14 Jan 2011) Log Message: ----------- Special:Diff: * Update the UI to use a table layout, similar to Mediawiki, based on user feedback. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/resources/pages/StyleSheet.txt wiki/trunk/jamwiki-war/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: <mic...@us...> - 2011-01-12 14:05:40
|
Revision: 3425 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3425&view=rev Author: michael-o Date: 2011-01-12 14:05:34 +0000 (Wed, 12 Jan 2011) Log Message: ----------- Added static field to logback config file Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/utils/WikiLogger.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/SetupServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |