You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(39) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(19) |
Feb
(150) |
Mar
(10) |
Apr
|
May
(8) |
Jun
(11) |
Jul
(27) |
Aug
(52) |
Sep
(35) |
Oct
(30) |
Nov
(18) |
Dec
(4) |
2008 |
Jan
(76) |
Feb
(121) |
Mar
(39) |
Apr
(55) |
May
(18) |
Jun
(49) |
Jul
(32) |
Aug
(4) |
Sep
(10) |
Oct
|
Nov
(3) |
Dec
(33) |
2009 |
Jan
(19) |
Feb
(87) |
Mar
(69) |
Apr
(38) |
May
(47) |
Jun
(20) |
Jul
(5) |
Aug
(76) |
Sep
(145) |
Oct
(34) |
Nov
(8) |
Dec
(68) |
2010 |
Jan
(150) |
Feb
(379) |
Mar
(191) |
Apr
(100) |
May
(525) |
Jun
(269) |
Jul
(127) |
Aug
(190) |
Sep
(190) |
Oct
(29) |
Nov
(147) |
Dec
(83) |
2011 |
Jan
(188) |
Feb
(81) |
Mar
(43) |
Apr
(97) |
May
(63) |
Jun
(129) |
Jul
(17) |
Aug
(124) |
Sep
(6) |
Oct
(20) |
Nov
(67) |
Dec
(23) |
2012 |
Jan
(6) |
Feb
(14) |
Mar
(181) |
Apr
(64) |
May
(102) |
Jun
(47) |
Jul
(26) |
Aug
(3) |
Sep
(1) |
Oct
(14) |
Nov
(13) |
Dec
(23) |
2013 |
Jan
(4) |
Feb
(14) |
Mar
(18) |
Apr
(14) |
May
(27) |
Jun
(27) |
Jul
(5) |
Aug
(2) |
Sep
(74) |
Oct
(79) |
Nov
(21) |
Dec
(97) |
2014 |
Jan
(6) |
Feb
(3) |
Mar
(8) |
Apr
|
May
(5) |
Jun
|
Jul
(9) |
Aug
(6) |
Sep
(3) |
Oct
(10) |
Nov
(6) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <fg...@us...> - 2009-04-16 15:42:05
|
Revision: 1152 http://openutils.svn.sourceforge.net/openutils/?rev=1152&view=rev Author: fgiust Date: 2009-04-16 15:42:03 +0000 (Thu, 16 Apr 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlmedia-4.0-b2 Added Paths: ----------- tags/openutils-mgnlmedia-4.0-b2/ tags/openutils-mgnlmedia-4.0-b2/pom.xml Removed Paths: ------------- tags/openutils-mgnlmedia-4.0-b2/pom.xml Property changes on: tags/openutils-mgnlmedia-4.0-b2 ___________________________________________________________________ Added: svn:ignore + .settings .checkstyle .classpath .project target test-output temp-testng-customsuite.xml Added: svnmerge-integrated + /branches/openutils-mgnlmedia-3.6.x:1-982,1004 Added: svn:mergeinfo + /branches/openutils-mgnlmedia-3.6.x:1004 Deleted: tags/openutils-mgnlmedia-4.0-b2/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2009-04-16 15:37:05 UTC (rev 1147) +++ tags/openutils-mgnlmedia-4.0-b2/pom.xml 2009-04-16 15:42:03 UTC (rev 1152) @@ -1,78 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>11</version> - <relativePath>..</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>jar</packaging> - <artifactId>openutils-mgnlmedia</artifactId> - <name>openutils-mgnlmedia</name> - <version>4.0-b2-SNAPSHOT</version> - <licenses> - <license> - <name>GPLv3</name> - <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> - </license> - </licenses> - <build> - <resources> - <resource> - <filtering>false</filtering> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - <resource> - <filtering>true</filtering> - <directory>src/main/resources</directory> - <includes> - <include>META-INF/magnolia/*</include> - </includes> - </resource> - </resources> - </build> - <dependencies> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-core</artifactId> - <version>4.0</version> - </dependency> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-module-admininterface</artifactId> - <version>4.0</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnltasks</artifactId> - <version>3.5.5</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnlext</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>com.drewnoakes</groupId> - <artifactId>metadata-extractor</artifactId> - <version>2.4.0-beta-1</version> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> -</project> \ No newline at end of file Copied: tags/openutils-mgnlmedia-4.0-b2/pom.xml (from rev 1151, trunk/openutils-mgnlmedia/pom.xml) =================================================================== --- tags/openutils-mgnlmedia-4.0-b2/pom.xml (rev 0) +++ tags/openutils-mgnlmedia-4.0-b2/pom.xml 2009-04-16 15:42:03 UTC (rev 1152) @@ -0,0 +1,83 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>11</version> + <relativePath>..</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <packaging>jar</packaging> + <artifactId>openutils-mgnlmedia</artifactId> + <name>openutils-mgnlmedia</name> + <version>4.0-b2</version> + <licenses> + <license> + <name>GPLv3</name> + <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> + </license> + </licenses> + <build> + <resources> + <resource> + <filtering>false</filtering> + <directory>src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + <resource> + <filtering>true</filtering> + <directory>src/main/resources</directory> + <includes> + <include>META-INF/magnolia/*</include> + </includes> + </resource> + </resources> + </build> + <dependencies> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnltasks</artifactId> + <version>3.5.5</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnlext</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>com.drewnoakes</groupId> + <artifactId>metadata-extractor</artifactId> + <version>2.4.0-beta-1</version> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <classifier>jdk15</classifier> + <version>5.1</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0-b2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0-b2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmedia-4.0-b2</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-16 15:41:32
|
Revision: 1151 http://openutils.svn.sourceforge.net/openutils/?rev=1151&view=rev Author: fgiust Date: 2009-04-16 15:41:28 +0000 (Thu, 16 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlmedia-4.0-b2 Modified Paths: -------------- trunk/openutils-mgnlmedia/pom.xml Modified: trunk/openutils-mgnlmedia/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2009-04-16 15:39:07 UTC (rev 1150) +++ trunk/openutils-mgnlmedia/pom.xml 2009-04-16 15:41:28 UTC (rev 1151) @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils</artifactId> @@ -10,7 +9,7 @@ <packaging>jar</packaging> <artifactId>openutils-mgnlmedia</artifactId> <name>openutils-mgnlmedia</name> - <version>4.0-b2-SNAPSHOT</version> + <version>4.0-b2</version> <licenses> <license> <name>GPLv3</name> @@ -75,4 +74,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0-b2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0-b2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmedia-4.0-b2</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-16 15:39:24
|
Revision: 1150 http://openutils.svn.sourceforge.net/openutils/?rev=1150&view=rev Author: fgiust Date: 2009-04-16 15:39:07 +0000 (Thu, 16 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlmessages/pom.xml Modified: trunk/openutils-mgnlmessages/pom.xml =================================================================== --- trunk/openutils-mgnlmessages/pom.xml 2009-04-16 15:39:00 UTC (rev 1149) +++ trunk/openutils-mgnlmessages/pom.xml 2009-04-16 15:39:07 UTC (rev 1150) @@ -9,7 +9,7 @@ <packaging>jar</packaging> <artifactId>openutils-mgnlmessages</artifactId> <name>openutils-mgnlmessages</name> - <version>4.0-b3</version> + <version>4.0-b4-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -82,10 +82,4 @@ </snapshots> </repository> </repositories> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-4.0-b3</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-4.0-b3</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmessages-4.0-b3</url> - </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-16 15:39:03
|
Revision: 1149 http://openutils.svn.sourceforge.net/openutils/?rev=1149&view=rev Author: fgiust Date: 2009-04-16 15:39:00 +0000 (Thu, 16 Apr 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlmessages-4.0-b3 Added Paths: ----------- tags/openutils-mgnlmessages-4.0-b3/ tags/openutils-mgnlmessages-4.0-b3/pom.xml Removed Paths: ------------- tags/openutils-mgnlmessages-4.0-b3/pom.xml Deleted: tags/openutils-mgnlmessages-4.0-b3/pom.xml =================================================================== --- trunk/openutils-mgnlmessages/pom.xml 2009-04-16 15:37:05 UTC (rev 1147) +++ tags/openutils-mgnlmessages-4.0-b3/pom.xml 2009-04-16 15:39:00 UTC (rev 1149) @@ -1,85 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>11</version> - <relativePath>..</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>jar</packaging> - <artifactId>openutils-mgnlmessages</artifactId> - <name>openutils-mgnlmessages</name> - <version>4.0-b3-SNAPSHOT</version> - <licenses> - <license> - <name>GPLv3</name> - <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> - </license> - </licenses> - <build> - <resources> - <resource> - <filtering>false</filtering> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - <resource> - <filtering>true</filtering> - <directory>src/main/resources</directory> - <includes> - <include>META-INF/magnolia/*</include> - </includes> - </resource> - </resources> - </build> - <dependencies> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-core</artifactId> - <version>4.0</version> - </dependency> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-module-admininterface</artifactId> - <version>4.0</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnltasks</artifactId> - <version>3.5.5</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnlext</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - <repositories> - <repository> - <id>repository.magnolia.info</id> - <name>magnolia repository</name> - <url>http://repository.magnolia-cms.com/m2</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> -</project> \ No newline at end of file Copied: tags/openutils-mgnlmessages-4.0-b3/pom.xml (from rev 1148, trunk/openutils-mgnlmessages/pom.xml) =================================================================== --- tags/openutils-mgnlmessages-4.0-b3/pom.xml (rev 0) +++ tags/openutils-mgnlmessages-4.0-b3/pom.xml 2009-04-16 15:39:00 UTC (rev 1149) @@ -0,0 +1,91 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>11</version> + <relativePath>..</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <packaging>jar</packaging> + <artifactId>openutils-mgnlmessages</artifactId> + <name>openutils-mgnlmessages</name> + <version>4.0-b3</version> + <licenses> + <license> + <name>GPLv3</name> + <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> + </license> + </licenses> + <build> + <resources> + <resource> + <filtering>false</filtering> + <directory>src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + <resource> + <filtering>true</filtering> + <directory>src/main/resources</directory> + <includes> + <include>META-INF/magnolia/*</include> + </includes> + </resource> + </resources> + </build> + <dependencies> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnltasks</artifactId> + <version>3.5.5</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnlext</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <classifier>jdk15</classifier> + <version>5.1</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + <repositories> + <repository> + <id>repository.magnolia.info</id> + <name>magnolia repository</name> + <url>http://repository.magnolia-cms.com/m2</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-4.0-b3</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-4.0-b3</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmessages-4.0-b3</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-16 15:38:47
|
Revision: 1148 http://openutils.svn.sourceforge.net/openutils/?rev=1148&view=rev Author: fgiust Date: 2009-04-16 15:38:41 +0000 (Thu, 16 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlmessages-4.0-b3 Modified Paths: -------------- trunk/openutils-mgnlmessages/pom.xml Modified: trunk/openutils-mgnlmessages/pom.xml =================================================================== --- trunk/openutils-mgnlmessages/pom.xml 2009-04-16 15:37:05 UTC (rev 1147) +++ trunk/openutils-mgnlmessages/pom.xml 2009-04-16 15:38:41 UTC (rev 1148) @@ -9,7 +9,7 @@ <packaging>jar</packaging> <artifactId>openutils-mgnlmessages</artifactId> <name>openutils-mgnlmessages</name> - <version>4.0-b3-SNAPSHOT</version> + <version>4.0-b3</version> <licenses> <license> <name>GPLv3</name> @@ -82,4 +82,10 @@ </snapshots> </repository> </repositories> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-4.0-b3</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-4.0-b3</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmessages-4.0-b3</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-16 15:37:08
|
Revision: 1147 http://openutils.svn.sourceforge.net/openutils/?rev=1147&view=rev Author: fgiust Date: 2009-04-16 15:37:05 +0000 (Thu, 16 Apr 2009) Log Message: ----------- changelog Modified Paths: -------------- trunk/openutils-mgnlmedia/src/site/changes/changes.xml trunk/openutils-mgnlmessages/src/site/changes/changes.xml Modified: trunk/openutils-mgnlmedia/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlmedia/src/site/changes/changes.xml 2009-04-09 17:07:39 UTC (rev 1146) +++ trunk/openutils-mgnlmedia/src/site/changes/changes.xml 2009-04-16 15:37:05 UTC (rev 1147) @@ -8,12 +8,15 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> - <release version="0.1" date="2008-12-04" description=""> - <action type="add" dev="fgiust">first alpha release</action> + <release version="4.0-b3" date="2009-04-16" description=""> + <action type="update" dev="fgiust">Stable release for Magnolia 4.x</action> </release> <release version="3.6" date="2009-02-15" description=""> <action type="add" dev="fgiust">Added support for reading CMYK/YCCK jpegs</action> <action type="update" dev="fgiust">Stable release for Magnolia 3.6.x</action> </release> + <release version="0.1" date="2008-12-04" description=""> + <action type="add" dev="fgiust">first alpha release</action> + </release> </body> </document> \ No newline at end of file Modified: trunk/openutils-mgnlmessages/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlmessages/src/site/changes/changes.xml 2009-04-09 17:07:39 UTC (rev 1146) +++ trunk/openutils-mgnlmessages/src/site/changes/changes.xml 2009-04-16 15:37:05 UTC (rev 1147) @@ -9,8 +9,8 @@ <author email="molaschi(at)users.sourceforge.net">Manuel Molaschi</author> </properties> <body> - <release version="4.0" date="2009-02-13" description=""> - <action type="update" dev="molaschi">Updated to magnolia 4.0.x.</action> + <release version="4.0-b3" date="2009-04-16" description=""> + <action type="update" dev="fgiust">Stable release for Magnolia 4.x</action> </release> <release version="1.1" date="2009-01-31" description=""> <action type="fix" dev="fgiust">minor bugfixes and basic documentation added</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 17:07:49
|
Revision: 1146 http://openutils.svn.sourceforge.net/openutils/?rev=1146&view=rev Author: fgiust Date: 2009-04-09 17:07:39 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:07:26 UTC (rev 1145) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:07:39 UTC (rev 1146) @@ -9,7 +9,7 @@ <artifactId>openutils-mgnlstruts11</artifactId> <packaging>jar</packaging> <name>openutils-mgnlstruts11</name> - <version>4.0</version> + <version>4.0.1-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -78,10 +78,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0</url> - </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 17:07:37
|
Revision: 1145 http://openutils.svn.sourceforge.net/openutils/?rev=1145&view=rev Author: fgiust Date: 2009-04-09 17:07:26 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlstruts11-4.0 Added Paths: ----------- tags/openutils-mgnlstruts11-4.0/ tags/openutils-mgnlstruts11-4.0/pom.xml Removed Paths: ------------- tags/openutils-mgnlstruts11-4.0/pom.xml Deleted: tags/openutils-mgnlstruts11-4.0/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:05:22 UTC (rev 1143) +++ tags/openutils-mgnlstruts11-4.0/pom.xml 2009-04-09 17:07:26 UTC (rev 1145) @@ -1,81 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>11</version> - <relativePath>..</relativePath> - </parent> - <artifactId>openutils-mgnlstruts11</artifactId> - <packaging>jar</packaging> - <name>openutils-mgnlstruts11</name> - <version>4.0-b2-SNAPSHOT</version> - <licenses> - <license> - <name>GPLv3</name> - <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> - </license> - </licenses> - <build> - <resources> - <resource> - <filtering>false</filtering> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - <resource> - <filtering>true</filtering> - <directory>src/main/resources</directory> - <includes> - <include>META-INF/magnolia/*</include> - </includes> - </resource> - </resources> - </build> - <dependencies> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-core</artifactId> - <version>4.0</version> - </dependency> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-module-admininterface</artifactId> - <version>4.0</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.4</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>2.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnltasks</artifactId> - <version>3.5.5</version> - </dependency> - <dependency> - <groupId>struts</groupId> - <artifactId>struts</artifactId> - <version>1.1</version> - <exclusions> - <exclusion> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> -</project> \ No newline at end of file Copied: tags/openutils-mgnlstruts11-4.0/pom.xml (from rev 1144, trunk/openutils-mgnlstruts11/pom.xml) =================================================================== --- tags/openutils-mgnlstruts11-4.0/pom.xml (rev 0) +++ tags/openutils-mgnlstruts11-4.0/pom.xml 2009-04-09 17:07:26 UTC (rev 1145) @@ -0,0 +1,87 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>11</version> + <relativePath>..</relativePath> + </parent> + <artifactId>openutils-mgnlstruts11</artifactId> + <packaging>jar</packaging> + <name>openutils-mgnlstruts11</name> + <version>4.0</version> + <licenses> + <license> + <name>GPLv3</name> + <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> + </license> + </licenses> + <build> + <resources> + <resource> + <filtering>false</filtering> + <directory>src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + <resource> + <filtering>true</filtering> + <directory>src/main/resources</directory> + <includes> + <include>META-INF/magnolia/*</include> + </includes> + </resource> + </resources> + </build> + <dependencies> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <version>2.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnltasks</artifactId> + <version>3.5.5</version> + </dependency> + <dependency> + <groupId>struts</groupId> + <artifactId>struts</artifactId> + <version>1.1</version> + <exclusions> + <exclusion> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + </exclusion> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 17:07:16
|
Revision: 1144 http://openutils.svn.sourceforge.net/openutils/?rev=1144&view=rev Author: fgiust Date: 2009-04-09 17:07:07 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlstruts11-4.0 Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:05:22 UTC (rev 1143) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:07:07 UTC (rev 1144) @@ -9,7 +9,7 @@ <artifactId>openutils-mgnlstruts11</artifactId> <packaging>jar</packaging> <name>openutils-mgnlstruts11</name> - <version>4.0-b2-SNAPSHOT</version> + <version>4.0</version> <licenses> <license> <name>GPLv3</name> @@ -78,4 +78,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 17:05:33
|
Revision: 1143 http://openutils.svn.sourceforge.net/openutils/?rev=1143&view=rev Author: fgiust Date: 2009-04-09 17:05:22 +0000 (Thu, 09 Apr 2009) Log Message: ----------- ready for 4.0 Modified Paths: -------------- trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/render/StrutsParagraphRegister.java trunk/openutils-mgnlstruts11/src/site/changes/changes.xml Modified: trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/render/StrutsParagraphRegister.java =================================================================== --- trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/render/StrutsParagraphRegister.java 2009-04-09 16:42:09 UTC (rev 1142) +++ trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/render/StrutsParagraphRegister.java 2009-04-09 17:05:22 UTC (rev 1143) @@ -107,6 +107,7 @@ paragraph.setTemplatePath(path); paragraph.setType("struts"); paragraph.setStrutsType(strutsType); + paragraph.setI18nBasename("it.openutils.mgnlstruts11.messages"); paragraphs.add(paragraph); log.info("Registering struts paragraph " + paragraph.getName()); Modified: trunk/openutils-mgnlstruts11/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlstruts11/src/site/changes/changes.xml 2009-04-09 16:42:09 UTC (rev 1142) +++ trunk/openutils-mgnlstruts11/src/site/changes/changes.xml 2009-04-09 17:05:22 UTC (rev 1143) @@ -8,6 +8,12 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> + <release version="4.0" date="2009-04-09" description=""> + <action type="update" dev="fgiust">Update to magnolia 4.0 + code cleanup. Upped version number to match the + supported magnolia version</action> + <action type="update" dev="fgiust">basename for paragraphs i18n is now set to "it.openutils.mgnlstruts11.messages" + </action> + </release> <release version="0.1" date="2008-12-04" description=""> <action type="add" dev="fgiust">first alpha release</action> </release> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 16:42:10
|
Revision: 1142 http://openutils.svn.sourceforge.net/openutils/?rev=1142&view=rev Author: fgiust Date: 2009-04-09 16:42:09 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlcontrols/pom.xml Modified: trunk/openutils-mgnlcontrols/pom.xml =================================================================== --- trunk/openutils-mgnlcontrols/pom.xml 2009-04-09 16:41:57 UTC (rev 1141) +++ trunk/openutils-mgnlcontrols/pom.xml 2009-04-09 16:42:09 UTC (rev 1142) @@ -9,7 +9,7 @@ <packaging>jar</packaging> <artifactId>openutils-mgnlcontrols</artifactId> <name>openutils-mgnlcontrols</name> - <version>4.0</version> + <version>4.0.1-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -81,10 +81,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.0</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.0</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlcontrols-4.0</url> - </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 16:41:59
|
Revision: 1141 http://openutils.svn.sourceforge.net/openutils/?rev=1141&view=rev Author: fgiust Date: 2009-04-09 16:41:57 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlcontrols-4.0 Added Paths: ----------- tags/openutils-mgnlcontrols-4.0/ tags/openutils-mgnlcontrols-4.0/pom.xml Removed Paths: ------------- tags/openutils-mgnlcontrols-4.0/pom.xml Deleted: tags/openutils-mgnlcontrols-4.0/pom.xml =================================================================== --- trunk/openutils-mgnlcontrols/pom.xml 2009-04-09 16:15:31 UTC (rev 1139) +++ tags/openutils-mgnlcontrols-4.0/pom.xml 2009-04-09 16:41:57 UTC (rev 1141) @@ -1,84 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>11</version> - <relativePath>..</relativePath> - </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>jar</packaging> - <artifactId>openutils-mgnlcontrols</artifactId> - <name>openutils-mgnlcontrols</name> - <version>3.5.6-SNAPSHOT</version> - <licenses> - <license> - <name>GPLv3</name> - <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> - </license> - </licenses> - <build> - <resources> - <resource> - <filtering>false</filtering> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - <resource> - <filtering>true</filtering> - <directory>src/main/resources</directory> - <includes> - <include>META-INF/magnolia/*</include> - </includes> - </resource> - </resources> - </build> - <dependencies> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-core</artifactId> - <version>4.0</version> - <exclusions> - <exclusion> - <groupId>servlets.com</groupId> - <artifactId>cos</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-module-admininterface</artifactId> - <version>4.0</version> - <exclusions> - <exclusion> - <groupId>servlets.com</groupId> - <artifactId>cos</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnltasks</artifactId> - <version>3.5.3</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnlext</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> -</project> \ No newline at end of file Copied: tags/openutils-mgnlcontrols-4.0/pom.xml (from rev 1140, trunk/openutils-mgnlcontrols/pom.xml) =================================================================== --- tags/openutils-mgnlcontrols-4.0/pom.xml (rev 0) +++ tags/openutils-mgnlcontrols-4.0/pom.xml 2009-04-09 16:41:57 UTC (rev 1141) @@ -0,0 +1,90 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>11</version> + <relativePath>..</relativePath> + </parent> + <modelVersion>4.0.0</modelVersion> + <packaging>jar</packaging> + <artifactId>openutils-mgnlcontrols</artifactId> + <name>openutils-mgnlcontrols</name> + <version>4.0</version> + <licenses> + <license> + <name>GPLv3</name> + <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> + </license> + </licenses> + <build> + <resources> + <resource> + <filtering>false</filtering> + <directory>src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + <resource> + <filtering>true</filtering> + <directory>src/main/resources</directory> + <includes> + <include>META-INF/magnolia/*</include> + </includes> + </resource> + </resources> + </build> + <dependencies> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.0</version> + <exclusions> + <exclusion> + <groupId>servlets.com</groupId> + <artifactId>cos</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>4.0</version> + <exclusions> + <exclusion> + <groupId>servlets.com</groupId> + <artifactId>cos</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnltasks</artifactId> + <version>3.5.3</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnlext</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <classifier>jdk15</classifier> + <version>5.1</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlcontrols-4.0</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 16:41:40
|
Revision: 1140 http://openutils.svn.sourceforge.net/openutils/?rev=1140&view=rev Author: fgiust Date: 2009-04-09 16:41:29 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlcontrols-4.0 Modified Paths: -------------- trunk/openutils-mgnlcontrols/pom.xml Modified: trunk/openutils-mgnlcontrols/pom.xml =================================================================== --- trunk/openutils-mgnlcontrols/pom.xml 2009-04-09 16:15:31 UTC (rev 1139) +++ trunk/openutils-mgnlcontrols/pom.xml 2009-04-09 16:41:29 UTC (rev 1140) @@ -9,7 +9,7 @@ <packaging>jar</packaging> <artifactId>openutils-mgnlcontrols</artifactId> <name>openutils-mgnlcontrols</name> - <version>3.5.6-SNAPSHOT</version> + <version>4.0</version> <licenses> <license> <name>GPLv3</name> @@ -81,4 +81,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlcontrols-4.0</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <df...@us...> - 2009-04-09 16:15:45
|
Revision: 1139 http://openutils.svn.sourceforge.net/openutils/?rev=1139&view=rev Author: dfghi Date: 2009-04-09 16:15:31 +0000 (Thu, 09 Apr 2009) Log Message: ----------- Added date control and possibility to move lines. Added a better clear all. Some things should be fixed anyway. Modified Paths: -------------- trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl Added Paths: ----------- trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/img/icon-move-down.png trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/img/icon-move-up.png Modified: trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl =================================================================== --- trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl 2009-04-09 16:15:08 UTC (rev 1138) +++ trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl 2009-04-09 16:15:31 UTC (rev 1139) @@ -9,7 +9,54 @@ <script type="text/javascript" src="${request.contextPath}/.resources/controls/js/LinkField.js"></script> <script type="text/javascript" src="${request.contextPath}/.resources/controls/js/CheckColumn.js"></script> <script type="text/javascript" src="${request.contextPath}/.resources/controls/js/PipeComboBox.js"></script> + <script type="text/javascript"> + // <![CDATA[ + function gridMoveRow(grid, delta) { + if (grid.selModel.selection) { + var dat = grid.store.data, r1, r2, j1 = grid.selModel.selection.cell[0], j2 = j1 + delta, k, K = grid.colModel.getColumnCount(), field, e1, e2; + if (j2 >= 0 && j2 < dat.length) { + r1 = grid.store.getAt(j1); + r2 = grid.store.getAt(j2); + for (k = 0; k < K; k++) { + field = grid.colModel.getDataIndex(k); + e1 = { + grid: grid, + record: r1, + field: field, + originalValue: r1.data[field], + value: r2.data[field], + row: j1, + column: k, + cancel: false + }; + e2 = { + grid: grid, + record: r2, + field: field, + originalValue: r2.data[field], + value: r1.data[field], + row: j2, + column: k, + cancel: false + }; + if(grid.fireEvent("validateedit", e1) !== false && !e1.cancel && grid.fireEvent("validateedit", e2) !== false && !e2.cancel){ + r1.set(field, e1.value); + delete e1.cancel; + grid.fireEvent("afteredit", e1); + r2.set(field, e2.value); + delete e2.cancel; + grid.fireEvent("afteredit", e2); + + grid.selModel.select(j2, grid.selModel.selection.cell[1]); + } + } + } + } + } + // ]]> + </script> + <link rel="stylesheet" type="text/css" href="${request.contextPath}/.resources/ext/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="${request.contextPath}/.resources/controls/css/grid.css" /> <!--[if IE 6]> @@ -19,7 +66,7 @@ [#assign key = uuid?replace("-", "")] -<input type="hidden" id="${name}" name="${name}" value="${value}"/> +<input type="hidden" id="${name}" name="${name}" value="${value?html}"/> <div id="grid-container-${name}"> <div id="grid-${name}"></div> @@ -81,6 +128,13 @@ [#if (colmap.type?? && colmap.type = 'link')] editor: new Ed(new LinkField({ })) + [#elseif (colmap.type?? && colmap.type = 'date')] + renderer: function(value) { + return value && Ext.isDate(value) ? value.format('Y-m-d') : value; + }, + editor: new Ed(new fm.DateField({ + format: 'Y-m-d' + })) [#elseif (colmap.type?? && colmap.type = 'combo')] editor: new Ed(new [#if (colmap.pipe?? && colmap.pipe = 'true')]PipeComboBox[#else]fm.ComboBox[/#if]({ typeAhead: true, @@ -115,11 +169,26 @@ icon: '${request.contextPath}/.resources/controls/img/icon-delete.png', iconCls: 'button-delete', handler: function() { - var dat = grid.store.data, cm = grid.getColumnModel(), j, row, k; + var dat = grid.store.data, j, r, k, K = grid.colModel.getColumnCount(), field, e; for (j = 0; j < dat.length; j++) { - row = dat.item(j); - for (k = 0; k < cm.getColumnCount(); k++) { - row.set(k, ''); + r = grid.store.getAt(j); + for (k = 0; k < K; k++) { + field = grid.colModel.getDataIndex(k); + e = { + grid: grid, + record: r, + field: field, + originalValue: r.data[field], + value: '', + row: j, + column: k, + cancel: false + }; + if(grid.fireEvent("validateedit", e) !== false && !e.cancel){ + r.set(field, e.value); + delete e.cancel; + grid.fireEvent("afteredit", e); + } } } } @@ -131,6 +200,22 @@ handler: function() { mgnlOpenWindow('/.resources/controls/clipboard.html?name=${key}', 320, 200); } + }, { + text: 'Move up', + tooltip: 'Move up', + icon: '${request.contextPath}/.resources/controls/img/icon-move-up.png', + iconCls: 'button-move-up', + handler: function() { + gridMoveRow(grid, -1); + } + }, { + text: 'Move down', + tooltip: 'Move down', + icon: '${request.contextPath}/.resources/controls/img/icon-move-down.png', + iconCls: 'button-move-down', + handler: function() { + gridMoveRow(grid, 1); + } }], viewConfig: { forceFit: true @@ -149,7 +234,7 @@ row = dat.item(j); for (k = 0; k < cm.getColumnCount(); k++) { cell = row.get(k); - fullValue += cell; + fullValue += Ext.isDate(cell) ? cell.format('Y-m-d') : cell; if ((k+1) < cm.getColumnCount()) { fullValue += '\t'; } @@ -187,7 +272,7 @@ } // padding for (i = 0; i < I; i++) { - cols = rows[i]; + cols = data[i]; for (j = cols.length; j < J; j++) { cols.push(''); } Added: trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/img/icon-move-down.png =================================================================== (Binary files differ) Property changes on: trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/img/icon-move-down.png ___________________________________________________________________ Added: svn:mime-type + image/png Added: trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/img/icon-move-up.png =================================================================== (Binary files differ) Property changes on: trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/img/icon-move-up.png ___________________________________________________________________ Added: svn:mime-type + image/png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-04-09 16:15:18
|
Revision: 1138 http://openutils.svn.sourceforge.net/openutils/?rev=1138&view=rev Author: fgiust Date: 2009-04-09 16:15:08 +0000 (Thu, 09 Apr 2009) Log Message: ----------- changelog Modified Paths: -------------- trunk/openutils-mgnlcontrols/src/site/apt/grid.apt trunk/openutils-mgnlcontrols/src/site/changes/changes.xml Modified: trunk/openutils-mgnlcontrols/src/site/apt/grid.apt =================================================================== --- trunk/openutils-mgnlcontrols/src/site/apt/grid.apt 2009-04-09 15:38:48 UTC (rev 1137) +++ trunk/openutils-mgnlcontrols/src/site/apt/grid.apt 2009-04-09 16:15:08 UTC (rev 1138) @@ -41,7 +41,9 @@ * combo: a list of predefined values (configured in the "options" node) + * date: a date selector + Hacking it The grid editor is actually implemented as a freemarker control, so it can easily be modified and improved. Modified: trunk/openutils-mgnlcontrols/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlcontrols/src/site/changes/changes.xml 2009-04-09 15:38:48 UTC (rev 1137) +++ trunk/openutils-mgnlcontrols/src/site/changes/changes.xml 2009-04-09 16:15:08 UTC (rev 1138) @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- + <!-- "type" attribute can be: add, remove, update or fix. --> <document> @@ -8,30 +8,37 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> + <release version="4.0" date="2009-04-09" description=""> + <action type="update" dev="fgiust">Update magnolia dependencies to version 4.0.</action> + <action type="fix" dev="fgiust">Fixed bug for column size on ie6 (see http://extjs.com/forum/showthread.php?p=151624 + )</action> + <action type="new" dev="fgiust">Added functionality to move rows in grid</action> + <action type="new" dev="fgiust">New "date" type in grid</action> + <action type="new" dev="fgiust">Misc fixes to "clear all" and "paste" features</action> + </release> <release version="3.5.5" date="2008-07-29" description=""> - <action type="fix" dev="fgiust">grid control now works properly also with fields containing non-standard chars - in their name</action> + <action type="fix" dev="fgiust">grid control now works properly also with fields containing non-standard chars in + their name</action> </release> <release version="3.5.4" date="2008-07-21" description=""> - <action type="fix" dev="fgiust">esternal javascript are now included only once when using multiple grid - controls in the same dialog</action> + <action type="fix" dev="fgiust">esternal javascript are now included only once when using multiple grid controls in + the same dialog</action> <action type="add" dev="fgiust">New "combo" control type handled by grid</action> </release> <release version="3.5.3" date="2008-07-13" description=""> - <action type="update" dev="fgiust">Extjs has been moved to openutils-mgnlext, which is now a required - dependency</action> + <action type="update" dev="fgiust">Extjs has been moved to openutils-mgnlext, which is now a required dependency + </action> </release> <release version="3.5.2" date="2008-06-26" description=""> <action type="fix" dev="fgiust">Cleanup bootstrap files (removed useless namespaces)</action> - <action type="fix" dev="fgiust">fixed a javascript error on ext which sometimes popped up on dalog loading - </action> + <action type="fix" dev="fgiust">fixed a javascript error on ext which sometimes popped up on dalog loading</action> </release> <release version="3.5.1" date="2008-06-23" description=""> <action type="new" dev="fgiust">Handling of "link" and "checkbox" column types.</action> </release> <release version="3.5" date="2008-06-20" description="first release"> - <action type="new" dev="fgiust">Initial public release. Version numbering starts from 3.5 to match the - compatible magnolia version.</action> + <action type="new" dev="fgiust">Initial public release. Version numbering starts from 3.5 to match the compatible + magnolia version.</action> </release> </body> </document> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <df...@us...> - 2009-04-09 15:38:58
|
Revision: 1137 http://openutils.svn.sourceforge.net/openutils/?rev=1137&view=rev Author: dfghi Date: 2009-04-09 15:38:48 +0000 (Thu, 09 Apr 2009) Log Message: ----------- Fix grid table out of borders on IE6. On behalf of Diego. Modified Paths: -------------- trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl Added Paths: ----------- trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/css/grid-ie6fix.css Modified: trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl =================================================================== --- trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl 2009-04-09 15:33:56 UTC (rev 1136) +++ trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl 2009-04-09 15:38:48 UTC (rev 1137) @@ -12,6 +12,9 @@ <link rel="stylesheet" type="text/css" href="${request.contextPath}/.resources/ext/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="${request.contextPath}/.resources/controls/css/grid.css" /> + <!--[if IE 6]> + <link rel="stylesheet" type="text/css" href="${request.contextPath}/.resources/controls/css/grid-ie6fix.css" /> + <![endif]--> [/#if] [#assign key = uuid?replace("-", "")] Added: trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/css/grid-ie6fix.css =================================================================== --- trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/css/grid-ie6fix.css (rev 0) +++ trunk/openutils-mgnlcontrols/src/main/resources/mgnl-resources/controls/css/grid-ie6fix.css 2009-04-09 15:38:48 UTC (rev 1137) @@ -0,0 +1,4 @@ +/* http://extjs.com/forum/showthread.php?p=151624 */ +.x-grid3-header-offset { + width: auto !important; +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <df...@us...> - 2009-04-09 15:34:02
|
Revision: 1136 http://openutils.svn.sourceforge.net/openutils/?rev=1136&view=rev Author: dfghi Date: 2009-04-09 15:33:56 +0000 (Thu, 09 Apr 2009) Log Message: ----------- Modified the url un-wrapper to remove one path level a time (so now we move from /do/something/else to /something/else and then to /else, before we moved from /do/something/else to /else directly and this was not correct). Added another wrapper to the request, to let the struts action think that the url called was its own and not the Magnolia one: this way we can keep many of struts behaviors. Modified Paths: -------------- trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/process/MgnlRequestProcessorHelper.java Modified: trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/process/MgnlRequestProcessorHelper.java =================================================================== --- trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/process/MgnlRequestProcessorHelper.java 2009-03-29 10:55:14 UTC (rev 1135) +++ trunk/openutils-mgnlstruts11/src/main/java/it/openutils/mgnlstruts11/process/MgnlRequestProcessorHelper.java 2009-04-09 15:33:56 UTC (rev 1136) @@ -28,6 +28,7 @@ import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletRequestWrapper; import javax.servlet.http.HttpServletResponse; import javax.servlet.jsp.PageContext; @@ -139,7 +140,19 @@ RequestDispatcher rd = getWebContext().getServletContext().getRequestDispatcher(uri); - getWebContext().include(uri, getOut()); + final String requestURI = request.getContextPath() + uri; + WebContext wc = getWebContext(); + wc.push(new HttpServletRequestWrapper(request) { + @Override + public String getRequestURI() { + return requestURI; + } + }, response); + try { + wc.include(uri, getOut()); + } finally { + wc.pop(); + } } public static ActionMapping doProcessMapping(HttpServletRequest request, HttpServletResponse response, String path, @@ -156,10 +169,15 @@ // @todo This is almost a copy-paste of the end of RequestProcessor.processPath method, it should be // refactored in a "simplify path" somewhere else. // This is a temporary patch to handle forwards correctly. - String retryPath = StringUtils.defaultString(StringUtils.substringAfterLast(StringUtils - .substringBeforeLast(path, "."), "/")); - retryPath = retryPath.startsWith("/") ? retryPath : ("/" + retryPath); - mapping = (ActionMapping) moduleConfig.findActionConfig(retryPath); + String retryPath = StringUtils.defaultString(path); + String previousPath = StringUtils.EMPTY; + while ((mapping == null) && (!StringUtils.equals(retryPath, previousPath)) && ((StringUtils.indexOf(retryPath, ".") >= 0) || (StringUtils.indexOf(retryPath, "/", 1) > 0))) { // First / does NOT count! + previousPath = new String(retryPath); // Avoid infinite loops. + retryPath = StringUtils.defaultString(StringUtils.substring(StringUtils + .substringBeforeLast(retryPath, "."), (StringUtils.startsWith(retryPath, "/") && (StringUtils.indexOf(retryPath, "/", 1) > 0)) ? StringUtils.indexOf(retryPath, "/", 1) : 0)); + retryPath = retryPath.startsWith("/") ? retryPath : ("/" + retryPath); + mapping = (ActionMapping) moduleConfig.findActionConfig(retryPath); + } } if (mapping != null) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:55:18
|
Revision: 1135 http://openutils.svn.sourceforge.net/openutils/?rev=1135&view=rev Author: fgiust Date: 2009-03-29 10:55:14 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-dbmigration/pom.xml Modified: trunk/openutils-dbmigration/pom.xml =================================================================== --- trunk/openutils-dbmigration/pom.xml 2009-03-29 10:55:04 UTC (rev 1134) +++ trunk/openutils-dbmigration/pom.xml 2009-03-29 10:55:14 UTC (rev 1135) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-dbmigration</artifactId> <name>openutils db migration</name> - <version>2.0.5</version> + <version>2.0.6-SNAPSHOT</version> <description /> <dependencies> <dependency> @@ -97,10 +97,4 @@ <properties> <spring.version>2.5.6</spring.version> </properties> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-dbmigration-2.0.5</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-dbmigration-2.0.5</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-dbmigration-2.0.5</url> - </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:55:09
|
Revision: 1134 http://openutils.svn.sourceforge.net/openutils/?rev=1134&view=rev Author: fgiust Date: 2009-03-29 10:55:04 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-dbmigration-2.0.5 Added Paths: ----------- tags/openutils-dbmigration-2.0.5/ tags/openutils-dbmigration-2.0.5/pom.xml Removed Paths: ------------- tags/openutils-dbmigration-2.0.5/pom.xml Deleted: tags/openutils-dbmigration-2.0.5/pom.xml =================================================================== --- trunk/openutils-dbmigration/pom.xml 2009-03-29 10:53:32 UTC (rev 1132) +++ tags/openutils-dbmigration-2.0.5/pom.xml 2009-03-29 10:55:04 UTC (rev 1134) @@ -1,101 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>11</version> - <relativePath>..</relativePath> - </parent> - <artifactId>openutils-dbmigration</artifactId> - <name>openutils db migration</name> - <version>2.0.5-SNAPSHOT</version> - <description /> - <dependencies> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>3.2-FINAL</version> - <optional>true</optional> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - <properties> - <spring.version>2.5.6</spring.version> - </properties> -</project> \ No newline at end of file Copied: tags/openutils-dbmigration-2.0.5/pom.xml (from rev 1133, trunk/openutils-dbmigration/pom.xml) =================================================================== --- tags/openutils-dbmigration-2.0.5/pom.xml (rev 0) +++ tags/openutils-dbmigration-2.0.5/pom.xml 2009-03-29 10:55:04 UTC (rev 1134) @@ -0,0 +1,106 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>11</version> + <relativePath>..</relativePath> + </parent> + <artifactId>openutils-dbmigration</artifactId> + <name>openutils db migration</name> + <version>2.0.5</version> + <description /> + <dependencies> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + <version>${spring.version}</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>${spring.version}</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>${spring.version}</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.2-FINAL</version> + <optional>true</optional> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <classifier>jdk15</classifier> + <version>5.1</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + <properties> + <spring.version>2.5.6</spring.version> + </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-dbmigration-2.0.5</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-dbmigration-2.0.5</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-dbmigration-2.0.5</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:54:47
|
Revision: 1133 http://openutils.svn.sourceforge.net/openutils/?rev=1133&view=rev Author: fgiust Date: 2009-03-29 10:54:42 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-dbmigration-2.0.5 Modified Paths: -------------- trunk/openutils-dbmigration/pom.xml Modified: trunk/openutils-dbmigration/pom.xml =================================================================== --- trunk/openutils-dbmigration/pom.xml 2009-03-29 10:53:32 UTC (rev 1132) +++ trunk/openutils-dbmigration/pom.xml 2009-03-29 10:54:42 UTC (rev 1133) @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.openutils</groupId> @@ -9,7 +8,7 @@ </parent> <artifactId>openutils-dbmigration</artifactId> <name>openutils db migration</name> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> <description /> <dependencies> <dependency> @@ -98,4 +97,10 @@ <properties> <spring.version>2.5.6</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-dbmigration-2.0.5</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-dbmigration-2.0.5</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-dbmigration-2.0.5</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:53:41
|
Revision: 1132 http://openutils.svn.sourceforge.net/openutils/?rev=1132&view=rev Author: fgiust Date: 2009-03-29 10:53:32 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-29 10:53:22 UTC (rev 1131) +++ trunk/openutils-testing-testng/pom.xml 2009-03-29 10:53:32 UTC (rev 1132) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -67,10 +67,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-2.2.1</url> - </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:53:27
|
Revision: 1131 http://openutils.svn.sourceforge.net/openutils/?rev=1131&view=rev Author: fgiust Date: 2009-03-29 10:53:22 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-testing-testng-2.2.1 Added Paths: ----------- tags/openutils-testing-testng-2.2.1/ tags/openutils-testing-testng-2.2.1/pom.xml Removed Paths: ------------- tags/openutils-testing-testng-2.2.1/pom.xml Deleted: tags/openutils-testing-testng-2.2.1/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-29 09:54:27 UTC (rev 1127) +++ tags/openutils-testing-testng-2.2.1/pom.xml 2009-03-29 10:53:22 UTC (rev 1131) @@ -1,70 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils</artifactId> - <version>11</version> - <relativePath>..</relativePath> - </parent> - <artifactId>openutils-testing-testng</artifactId> - <name>openutils test utils (testng)</name> - <version>2.2.1-SNAPSHOT</version> - <description>openutils test utils</description> - <dependencies> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-testing</artifactId> - <version>2.2.1</version> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.7</version> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.2.2.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - <version>1.2.2</version> - <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>xerces</artifactId> - <groupId>xerces</groupId> - </exclusion> - <exclusion> - <artifactId>xml-apis</artifactId> - <groupId>xml-apis</groupId> - </exclusion> - <exclusion> - <artifactId>commons-logging</artifactId> - <groupId>commons-logging</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - <version>2.5.6</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> -</project> \ No newline at end of file Copied: tags/openutils-testing-testng-2.2.1/pom.xml (from rev 1130, trunk/openutils-testing-testng/pom.xml) =================================================================== --- tags/openutils-testing-testng-2.2.1/pom.xml (rev 0) +++ tags/openutils-testing-testng-2.2.1/pom.xml 2009-03-29 10:53:22 UTC (rev 1131) @@ -0,0 +1,76 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils</artifactId> + <version>11</version> + <relativePath>..</relativePath> + </parent> + <artifactId>openutils-testing-testng</artifactId> + <name>openutils test utils (testng)</name> + <version>2.2.1</version> + <description>openutils test utils</description> + <dependencies> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-testing</artifactId> + <version>2.2.1</version> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <classifier>jdk15</classifier> + <version>5.7</version> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>10.2.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>commons-dbcp</groupId> + <artifactId>commons-dbcp</artifactId> + <version>1.2.2</version> + <scope>test</scope> + <exclusions> + <exclusion> + <artifactId>xerces</artifactId> + <groupId>xerces</groupId> + </exclusion> + <exclusion> + <artifactId>xml-apis</artifactId> + <groupId>xml-apis</groupId> + </exclusion> + <exclusion> + <artifactId>commons-logging</artifactId> + <groupId>commons-logging</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + <version>2.5.6</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-2.2.1</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:52:52
|
Revision: 1130 http://openutils.svn.sourceforge.net/openutils/?rev=1130&view=rev Author: fgiust Date: 2009-03-29 10:52:47 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-testng-2.2.1 Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-29 10:52:04 UTC (rev 1129) +++ trunk/openutils-testing-testng/pom.xml 2009-03-29 10:52:47 UTC (rev 1130) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -67,4 +67,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-2.2.1</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:52:09
|
Revision: 1129 http://openutils.svn.sourceforge.net/openutils/?rev=1129&view=rev Author: fgiust Date: 2009-03-29 10:52:04 +0000 (Sun, 29 Mar 2009) Log Message: ----------- updated dependencies Modified Paths: -------------- trunk/openutils-dbmigration/pom.xml trunk/openutils-dbmigration/src/site/changes/changes.xml Modified: trunk/openutils-dbmigration/pom.xml =================================================================== --- trunk/openutils-dbmigration/pom.xml 2009-03-29 10:28:58 UTC (rev 1128) +++ trunk/openutils-dbmigration/pom.xml 2009-03-29 10:52:04 UTC (rev 1129) @@ -20,7 +20,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>1.3</version> + <version>1.4</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> - <version>3.0-FINAL</version> + <version>3.2-FINAL</version> <optional>true</optional> <exclusions> <exclusion> Modified: trunk/openutils-dbmigration/src/site/changes/changes.xml =================================================================== --- trunk/openutils-dbmigration/src/site/changes/changes.xml 2009-03-29 10:28:58 UTC (rev 1128) +++ trunk/openutils-dbmigration/src/site/changes/changes.xml 2009-03-29 10:52:04 UTC (rev 1129) @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- + <!-- "type" attribute can be: add, remove, update or fix. --> <document> @@ -8,19 +8,21 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> + <release version="2.0.5" date="2009-03-29" description=""> + <action type="update" dev="fgiust">Updated slf4j, spring and poi dependencies</action> + </release> <release version="2.0.4" date="2008-06-11" description="2.0.4"> <action type="fix" dev="fgiust"> Warning: fixed the usage of the "not" condition in it.openutils.migration.task.setup.BaseConditionalTask that previosly caused unexpected (inverted) results. You may need to review your conditional tasks in order to check if the condition is still valid!</action> <action type="add" dev="fgiust">New jdbc generic tasks: IfColumnIsNotIdentityConditionalTask, JdbcIfColumnIsNotNullableConditionalTask, JdbcIfForeignKeyExistsConditionalTask</action> - <action type="add" dev="fgiust">New oracle specific tasks: OraclePackageCreationTask, - OracleStoredProcedureCallTask</action> + <action type="add" dev="fgiust">New oracle specific tasks: OraclePackageCreationTask, OracleStoredProcedureCallTask + </action> </release> <release version="2.0.3" date="2008-02-21" description="2.0.3"> <action type="add" dev="fgiust">New it.openutils.migration.oracle.OracleViewCreateOrUpdateTask</action> - <action type="fix" dev="fgiust">Fix handling of empty strings for numeric types in ExcelConfigurationTask - </action> + <action type="fix" dev="fgiust">Fix handling of empty strings for numeric types in ExcelConfigurationTask</action> <action type="update" dev="fgiust"> Dates are now always processed using an ISO8601 date format in ExcelConfigurationTask (previously the parsing was left to the jdbc driver, leading to different results with different drivers)</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-03-29 10:29:03
|
Revision: 1128 http://openutils.svn.sourceforge.net/openutils/?rev=1128&view=rev Author: fgiust Date: 2009-03-29 10:28:58 +0000 (Sun, 29 Mar 2009) Log Message: ----------- remove useless null check Modified Paths: -------------- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java 2009-03-29 09:54:27 UTC (rev 1127) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java 2009-03-29 10:28:58 UTC (rev 1128) @@ -40,7 +40,6 @@ import org.dbunit.dataset.DataSetException; import org.dbunit.dataset.FilteredDataSet; import org.dbunit.dataset.IDataSet; -import org.dbunit.dataset.datatype.IDataTypeFactory; import org.dbunit.dataset.filter.ITableFilter; import org.dbunit.dataset.filter.SequenceTableFilter; import org.dbunit.operation.DatabaseOperation; @@ -138,11 +137,9 @@ DatabaseConfig config = connection.getConfig(); - if (dbUnitExecution.dataTypeFactory() != null) - { - IDataTypeFactory dataTypeFactory = dbUnitExecution.dataTypeFactory().newInstance(); - config.setProperty(DatabaseConfig.PROPERTY_DATATYPE_FACTORY, dataTypeFactory); - } + config.setProperty(DatabaseConfig.PROPERTY_DATATYPE_FACTORY, dbUnitExecution + .dataTypeFactory() + .newInstance()); for (DbUnitFeature feature : dbUnitExecution.features()) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |