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...> - 2012-12-17 23:00:39
|
Revision: 4158 http://openutils.svn.sourceforge.net/openutils/?rev=4158&view=rev Author: fgiust Date: 2012-12-17 23:00:33 +0000 (Mon, 17 Dec 2012) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnltests-5.0.0 Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnltests/pom.xml Modified: magnoliamodules/trunk/openutils-mgnltests/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/pom.xml 2012-12-17 22:59:00 UTC (rev 4157) +++ magnoliamodules/trunk/openutils-mgnltests/pom.xml 2012-12-17 23:00:33 UTC (rev 4158) @@ -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-parent</artifactId> @@ -10,7 +9,7 @@ <packaging>jar</packaging> <artifactId>openutils-mgnltests</artifactId> <name>Test utilities for Magnolia CMS</name> - <version>5.0.0-SNAPSHOT</version> + <version>5.0.0</version> <inceptionYear>2009</inceptionYear> <description>A collection testing utilities for Magnolia CMS</description> <url>http://www.openmindlab.com/lab/products/mgnltests.html</url> @@ -25,9 +24,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnltests</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnltests </developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnltests</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnltests-5.0.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnltests-5.0.0 </developerConnection> + <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnltests-5.0.0</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-17 22:59:07
|
Revision: 4157 http://openutils.svn.sourceforge.net/openutils/?rev=4157&view=rev Author: fgiust Date: 2012-12-17 22:59:00 +0000 (Mon, 17 Dec 2012) Log Message: ----------- update pom and headers Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnltests/pom.xml magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/AbstractRepositoryTestcase.java magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/JUnitRepositoryTestcase.java magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/ModuleConfiguration.java magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/RepositoryTestConfiguration.java magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/TestNgRepositoryTestcase.java magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/junit/JUnitRepositoryTestcaseTest.java magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/testng/TestNgRepositoryTestcaseTest.java Modified: magnoliamodules/trunk/openutils-mgnltests/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/pom.xml 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/pom.xml 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,4 +1,5 @@ -<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-parent</artifactId> @@ -8,14 +9,14 @@ <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <artifactId>openutils-mgnltests</artifactId> - <name>Generic utilities for Magnolia CMS</name> + <name>Test utilities for Magnolia CMS</name> <version>5.0.0-SNAPSHOT</version> <inceptionYear>2009</inceptionYear> - <description>A collection of Magnolia utilities and extensions</description> - <url>http://www.openmindlab.com/lab/products/mgnlutils.html</url> + <description>A collection testing utilities for Magnolia CMS</description> + <url>http://www.openmindlab.com/lab/products/mgnltests.html</url> <issueManagement> <system>jira</system> - <url>http://jira.openmindlab.com/browse/MGNLUTILS</url> + <url>http://jira.openmindlab.com/browse/MGNLTESTS</url> </issueManagement> <licenses> <license> @@ -73,7 +74,7 @@ <include>src/**/*.java</include> </includes> <properties> - <year>${project.inceptionYear}-2011</year> + <year>${project.inceptionYear}-2012</year> <name>${project.name}</name> <description>${project.description}</description> <url>${project.url}</url> @@ -89,32 +90,12 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <groupId>net.sourceforge.maven-taglib</groupId> - <artifactId>maven-taglib-plugin</artifactId> - <version>2.4</version> - </plugin> - </plugins> - </reporting> <dependencies> <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-rendering</artifactId> - <version>${magnolia.version}</version> - </dependency> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-module-admininterface</artifactId> - <version>${magnolia.version}</version> - <optional>true</optional> - </dependency> - <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.0.1</version> - <optional>true</optional><!-- this is not in test scope since the module also contains testng support classes --> + <optional>true</optional><!-- this is not in test scope since the module contains testng support classes --> <exclusions> <exclusion> <groupId>junit</groupId> @@ -123,16 +104,6 @@ </exclusions> </dependency> <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnltasks</artifactId> - <version>5.0.0</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnlcriteria</artifactId> - <version>5.0.0</version> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> @@ -148,17 +119,21 @@ <groupId>info.magnolia</groupId> <artifactId>magnolia-core</artifactId> <version>${magnolia.version}</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>${magnolia.version}</version> <classifier>tests</classifier> - <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> - <optional>true</optional> + <optional>true</optional><!-- this is not in test scope since the module contains junit support classes --> </dependency> </dependencies> <properties> <magnolia.version>4.5.6</magnolia.version> </properties> -</project> +</project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/AbstractRepositoryTestcase.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/AbstractRepositoryTestcase.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/AbstractRepositoryTestcase.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/JUnitRepositoryTestcase.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/JUnitRepositoryTestcase.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/JUnitRepositoryTestcase.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/ModuleConfiguration.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/ModuleConfiguration.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/ModuleConfiguration.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/RepositoryTestConfiguration.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/RepositoryTestConfiguration.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/RepositoryTestConfiguration.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/TestNgRepositoryTestcase.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/TestNgRepositoryTestcase.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/TestNgRepositoryTestcase.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/junit/JUnitRepositoryTestcaseTest.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/junit/JUnitRepositoryTestcaseTest.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/junit/JUnitRepositoryTestcaseTest.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/testng/TestNgRepositoryTestcaseTest.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/testng/TestNgRepositoryTestcaseTest.java 2012-12-17 22:54:36 UTC (rev 4156) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/testng/TestNgRepositoryTestcaseTest.java 2012-12-17 22:59:00 UTC (rev 4157) @@ -1,7 +1,7 @@ /** * - * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) - * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * Test utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnltests.html) + * Copyright(C) 2009-2012, Openmind S.r.l. http://www.openmindonline.it * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-17 22:54:46
|
Revision: 4156 http://openutils.svn.sourceforge.net/openutils/?rev=4156&view=rev Author: fgiust Date: 2012-12-17 22:54:36 +0000 (Mon, 17 Dec 2012) Log Message: ----------- move test utils to a dedicated module Added Paths: ----------- magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/ magnoliamodules/trunk/openutils-mgnltests/src/main/java/it/openutils/mgnlutils/test/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/junit/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/testng/ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/magnolia/ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/magnolia/mgnltest.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/test-magnolia.properties magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.modules.testmodule.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.server.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/website.letters.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/website.pets.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-repository/ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-repository/indexing_configuration.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-repository/jackrabbit-test-configuration.xml magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-repository/test-repositories.xml Removed Paths: ------------- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/test/ magnoliamodules/trunk/openutils-mgnlutils/src/test/java/it/openutils/mgnlutils/test/ magnoliamodules/trunk/openutils-mgnlutils/src/test/resources/crit-repository/ Property Changed: ---------------- magnoliamodules/trunk/openutils-mgnltests/ Property changes on: magnoliamodules/trunk/openutils-mgnltests ___________________________________________________________________ Added: svn:ignore + target Copied: magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java (from rev 4140, magnoliamodules/trunk/openutils-mgnlutils/src/test/java/it/openutils/mgnlutils/test/TestModule.java) =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModule.java 2012-12-17 22:54:36 UTC (rev 4156) @@ -0,0 +1,73 @@ +/** + * + * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) + * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +package it.openutils.mgnlutils.test; + +import info.magnolia.module.ModuleLifecycle; +import info.magnolia.module.ModuleLifecycleContext; + + +/** + * @author molaschi + * @version $Id: $ + */ +public class TestModule implements ModuleLifecycle +{ + + private String testConfigValue; + + private boolean started = false; + + /** + * {@inheritDoc} + */ + public void start(ModuleLifecycleContext moduleLifecycleContext) + { + started = true; + } + + /** + * {@inheritDoc} + */ + public void stop(ModuleLifecycleContext moduleLifecycleContext) + { + started = false; + } + + public void setTestConfigValue(String testConfigValue) + { + this.testConfigValue = testConfigValue; + } + + public String getTestConfigValue() + { + return testConfigValue; + } + + public void setStarted(boolean started) + { + this.started = started; + } + + public boolean isStarted() + { + return started; + } + +} Copied: magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java (from rev 4140, magnoliamodules/trunk/openutils-mgnlutils/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java) =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/java/it/openutils/mgnlutils/test/TestModuleVersionHandler.java 2012-12-17 22:54:36 UTC (rev 4156) @@ -0,0 +1,46 @@ +/** + * + * Generic utilities for Magnolia CMS (http://www.openmindlab.com/lab/products/mgnlutils.html) + * Copyright(C) 2009-2011, Openmind S.r.l. http://www.openmindonline.it + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +package it.openutils.mgnlutils.test; + +import info.magnolia.module.DefaultModuleVersionHandler; +import info.magnolia.module.InstallContext; +import info.magnolia.module.delta.Task; + +import java.util.ArrayList; +import java.util.List; + + +/** + * @author Luca Boati + */ +public class TestModuleVersionHandler extends DefaultModuleVersionHandler +{ + + /** + * {@inheritDoc} + */ + @Override + public List<Task> getStartupTasks(InstallContext installContext) + { + List<Task> tasks = new ArrayList<Task>(); + return tasks; + } + +} Added: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/magnolia/mgnltest.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/magnolia/mgnltest.xml (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/magnolia/mgnltest.xml 2012-12-17 22:54:36 UTC (rev 4156) @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module SYSTEM "module.dtd"> +<module> + <name>testmodule</name> + <displayName>Magnolia Test</displayName> + <description>Magnolia Test Module</description> + <class>it.openutils.mgnlutils.test.TestModule</class> + <versionHandler>it.openutils.mgnlutils.test.TestModuleVersionHandler</versionHandler> + <version>${project.version}</version> + <dependencies> + <dependency> + <name>adminInterface</name> + <version>4.5/*</version> + </dependency> + <dependency> + <name>templating</name> + <version>4.5/*</version> + </dependency> + </dependencies> +</module> \ No newline at end of file Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/META-INF/magnolia/mgnltest.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/test-magnolia.properties =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/resources/test-magnolia.properties (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/test-magnolia.properties 2012-12-17 22:54:36 UTC (rev 4156) @@ -0,0 +1,37 @@ +magnolia.basedir=target/magnolia-test-data +magnolia.cache.startdir=${magnolia.basedir}/cache +magnolia.upload.tmpdir=${magnolia.basedir}/tmp +magnolia.exchange.history=${magnolia.basedir}/history + +magnolia.app.rootdir=. + +magnolia.repositories.home=target/test-repositories +# points to the classpath resources, but will be extracted and the property reset + +magnolia.repositories.config=/test-repositories.xml +magnolia.repositories.jackrabbit.config=/jackrabbit-test-configuration.xml + +log4j.config=WEB-INF/config/default/log4j.xml +magnolia.logs.dir=${magnolia.base}/logs + +# The directories in which the bootstrap files are searched +magnolia.bootstrap.dir=WEB-INF/bootstrap/author WEB-INF/bootstrap/common + + +magnolia.bootstrap.authorInstance=true +magnolia.bootstrap.samples=false +magnolia.develop=true + +magnolia.connection.jcr.userId = admin +magnolia.connection.jcr.password = admin + +magnolia.update.auto=true + +####### solo per test ##### +info.magnolia.logging.AuditLoggingManager=info.magnolia.logging.AuditLoggingManager +info.magnolia.link.LinkTransformerManager=info.magnolia.link.LinkTransformerManager +####### + +info.magnolia.cms.i18n.I18nContentSupport=info.magnolia.cms.i18n.DefaultI18nContentSupport + +info.magnolia.cms.core.search.SearchFactory=info.magnolia.cms.core.search.DefaultSearchFactory Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/test-magnolia.properties ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.modules.testmodule.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.modules.testmodule.xml (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.modules.testmodule.xml 2012-12-17 22:54:36 UTC (rev 4156) @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<sv:node sv:name="testmodule" xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>2027fc36-cba5-4e73-99d2-69a4ad47794c</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2010-09-01T10:08:54.540+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2010-09-01T10:09:01.059+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="config"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>741b7432-a67b-4597-b44b-755077a817aa</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="testConfigValue" sv:type="String"> + <sv:value>test</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2010-09-01T10:09:13.031+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2010-09-01T10:09:58.191+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> +</sv:node> Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.modules.testmodule.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.server.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.server.xml (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/utils-bootstrap/config.server.xml 2012-12-17 22:54:36 UTC (rev 4156) @@ -0,0 +1,12825 @@ +<?xml version="1.0" encoding="UTF-8"?> +<sv:node sv:name="server" xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>afe3b5ce-27ce-4437-bffc-f24d2246560c</sv:value> + </sv:property> + <sv:property sv:name="admin" sv:type="String"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="defaultBaseUrl" sv:type="String"> + <sv:value>http://localhost:8080/magnolia/</sv:value> + </sv:property> + <sv:property sv:name="defaultExtension" sv:type="String"> + <sv:value>html</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2010-09-14T12:22:19.650+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2010-09-14T12:22:19.650+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:title" sv:type="String"> + <sv:value/> + </sv:property> + </sv:node> + <sv:node sv:name="filters"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>5f291d19-cb25-45b2-aaf2-96e6687880b2</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-02T16:22:29.116+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="context"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>660a98c5-c342-4b0c-9ac0-04c8283a1b5f</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.filters.ContextFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-04-25T18:34:36.885+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-25T18:34:42.982+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="blossom"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>36fe8f04-9f0b-431d-b4d8-2c5af65d6335</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.module.blossom.preexecution.BlossomFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-04-25T18:34:36.885+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2009-10-02T18:50:00.347+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="contentType"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>6f0724ec-187b-49c0-bfeb-97b61a0a9212</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.filters.ContentTypeFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-02T16:57:01.203+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-25T18:34:46.584+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="multipartRequest"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>406ad67a-85c9-40da-8064-d3b40637b4e8</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.filters.CosMultipartRequestFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-31T13:53:07.930+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2010-03-05T18:09:42.344+01:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="unicodeNormalization"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>1256b1dd-86b0-440c-ba93-627c9e5c4bf6</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.filters.UnicodeNormalizationFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-31T13:53:07.930+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2010-03-05T18:10:54.882+01:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="login"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>ae86327b-1955-40fc-bf35-23c0c175a6cf</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.security.auth.login.LoginFilter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-11T16:28:32.536+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-11T16:29:14.837+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="loginHandlers"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>a355aceb-c38a-42bb-8ad7-512068458f63</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-11T16:29:30.357+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-11T16:29:32.874+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="Basic"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>09a09547-08ec-457f-91e0-7c07f4e00f59</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.security.auth.login.BasicLogin</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-11T16:29:36.795+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-11T16:30:02.406+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="Form"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>7e70b2c1-6da0-4f9e-ad59-6dc3e88f0ed9</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.security.auth.login.FormLogin</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-11T16:29:36.795+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-11T17:15:45.158+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + </sv:node> + </sv:node> + <sv:node sv:name="logout"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>6f0724ec-187b-49c0-bfeb-96661a0a9212</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.security.LogoutFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-02T16:57:01.203+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-25T18:34:46.584+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="uriSecurity"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>475425a5-61eb-4ed5-988e-8338352f9b92</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.security.URISecurityFilter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2006-08-10T10:27:11.170+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-27T11:45:25.226+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="bypasses"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>352b08b6-5206-4a7b-b0c0-5f4f7763a485</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-04-25T18:21:02.097+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-04-25T18:57:19.876+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-27T13:38:59.934+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="login"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>24978fe5-669a-4d72-80c8-01abc7dc0dce</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.voting.voters.URIStartsWithVoter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="pattern" sv:type="String"> + <sv:value>/.resources/loginForm</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-04-25T18:23:31.784+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-04-27T13:41:07.460+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-27T13:41:07.513+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="logout"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>b1310d4d-762e-4e41-a914-96c897571d8e</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.voting.voters.URIStartsWithVoter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="pattern" sv:type="String"> + <sv:value>/.magnolia/pages/logout.html</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-04-25T18:23:31.784+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-04-27T13:41:27.779+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-27T13:41:37.082+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="adminJavascript"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>ae92d051-9159-43c6-9914-fe510ba58f34</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.voting.voters.URIStartsWithVoter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="pattern" sv:type="String"> + <sv:value>/.magnolia/pages/javascript.js</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-04-25T18:23:31.784+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-04-27T13:42:06.099+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-27T13:42:06.147+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + </sv:node> + <sv:node sv:name="clientCallback"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>c2b6e1ee-0770-4d3b-9e7f-998f1d1daec7</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.security.auth.callback.FormClientCallback</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="loginForm" sv:type="String"> + <sv:value>/mgnl-resources/loginForm/login.html</sv:value> + </sv:property> + <sv:property sv:name="realmName" sv:type="String"> + <sv:value>Magnolia</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-11T16:25:54.934+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-11T17:14:40.982+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + </sv:node> + <sv:node sv:name="activation"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>8c0bdc93-c438-4cd9-a7dc-5574221d97a6</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.module.exchangesimple.ReceiveFilter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-31T11:18:44.899+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-31T11:21:11.934+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="bypasses"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>b8a376ac-9dc2-4bfb-98c1-544352956bb4</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-31T11:19:11.117+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-31T11:29:50.844+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="allButActivationHandler"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>39fc209a-ef39-42b8-9535-6bb2bb195d68</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.voting.voters.URIStartsWithVoter</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="not" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="pattern" sv:type="String"> + <sv:value>/.magnolia/activation</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-04-25T18:23:31.784+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-02T17:00:15.025+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-31T11:31:31.536+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + </sv:node> + </sv:node> + <sv:node sv:name="i18n"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>640d5a35-2508-47d4-846b-048cb2819e1a</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.i18n.I18nContentSupportFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-02T16:57:12.027+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-11T14:37:12.414+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="virtualURI"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>92881191-cfa9-44d7-9765-929049b866f6</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.filters.VirtualUriFilter</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2006-07-28T23:39:30.812+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-02T16:57:12.027+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-04-25T18:34:59.426+02:00</sv:value> + </sv:property> + </sv:node> + </sv:node> + <sv:node sv:name="servlets"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:content</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>a77d554e-2f1a-4144-9d80-cc8d4e74cad4</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activated" sv:type="Boolean"> + <sv:value>false</sv:value> + </sv:property> + <sv:property sv:name="mgnl:activatorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2007-05-02T16:59:12.300+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastaction" sv:type="Date"> + <sv:value>2007-05-02T16:59:17.287+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2007-05-02T16:59:17.308+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="ClasspathSpoolServlet"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>22745e6d-a12c-4333-9c33-6f5cb17babed</sv:value> + </sv:property> + <sv:property sv:name="class" sv:type="String"> + <sv:value>info.magnolia.cms.filters.ServletDispatchingFilter</sv:value> + </sv:property> + <sv:property sv:name="comment" sv:type="String"> + <sv:value>Used to spool resources from the classpath.</sv:value> + </sv:property> + <sv:property sv:name="enabled" sv:type="Boolean"> + <sv:value>true</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="servletClass" sv:type="String"> + <sv:value>info.magnolia.cms.servlets.ClasspathSpool</sv:value> + </sv:property> + <sv:property sv:name="servletName" sv:type="String"> + <sv:value>ClasspathSpoolServlet</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:authorid" sv:type="String"> + <sv:value>superuser</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2010-09-14T12:22:20.432+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:lastmodified" sv:type="Date"> + <sv:value>2010-09-14T12:22:20.432+02:00</sv:value> + </sv:property> + <sv:property sv:name="mgnl:title" sv:type="String"> + <sv:value/> + </sv:property> + </sv:node> + <sv:node sv:name="mappings"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:value>7c23eb05-a74a-4943-855f-f97f3ec98ea8</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:node sv:name="MetaData"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:metaData</sv:value> + </sv:property> + <sv:property sv:name="jcr:createdBy" sv:type="String"> + <sv:value>admin</sv:value> + </sv:property> + <sv:property sv:name="mgnl:creationdate" sv:type="Date"> + <sv:value>2010-09-14T12:22:20.432+02:00</sv:value> + </sv:property> + </sv:node> + <sv:node sv:name="--resources--"> + <sv:property sv:name="jcr:primaryType" sv:type="Name"> + <sv:value>mgnl:contentNode</sv:value> + </sv:property> + <sv:property sv:name="jcr:mixinTypes" sv:type="Name"> + <sv:value>mix:lockable</sv:value> + </sv:property> + <sv:property sv:name="jcr:uuid" sv:type="String"> + <sv:... [truncated message content] |
From: <fg...@us...> - 2012-12-17 22:47:01
|
Revision: 4155 http://openutils.svn.sourceforge.net/openutils/?rev=4155&view=rev Author: fgiust Date: 2012-12-17 22:46:52 +0000 (Mon, 17 Dec 2012) Log Message: ----------- new project (split from mgnlutils) Added Paths: ----------- magnoliamodules/trunk/openutils-mgnltests/ magnoliamodules/trunk/openutils-mgnltests/pom.xml magnoliamodules/trunk/openutils-mgnltests/src/ magnoliamodules/trunk/openutils-mgnltests/src/main/ magnoliamodules/trunk/openutils-mgnltests/src/main/assembly/ magnoliamodules/trunk/openutils-mgnltests/src/main/assembly/assembly-bundle.xml magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/ magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/LICENSE.txt magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/README.txt magnoliamodules/trunk/openutils-mgnltests/src/main/etc/ magnoliamodules/trunk/openutils-mgnltests/src/main/etc/header.txt magnoliamodules/trunk/openutils-mgnltests/src/main/java/ magnoliamodules/trunk/openutils-mgnltests/src/main/resources/ magnoliamodules/trunk/openutils-mgnltests/src/site/ magnoliamodules/trunk/openutils-mgnltests/src/site/site.xml magnoliamodules/trunk/openutils-mgnltests/src/test/ magnoliamodules/trunk/openutils-mgnltests/src/test/java/ magnoliamodules/trunk/openutils-mgnltests/src/test/resources/ Added: magnoliamodules/trunk/openutils-mgnltests/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/pom.xml (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/pom.xml 2012-12-17 22:46:52 UTC (rev 4155) @@ -0,0 +1,164 @@ +<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-parent</artifactId> + <relativePath>../openutils-parent</relativePath> + <version>1.12</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <packaging>jar</packaging> + <artifactId>openutils-mgnltests</artifactId> + <name>Generic utilities for Magnolia CMS</name> + <version>5.0.0-SNAPSHOT</version> + <inceptionYear>2009</inceptionYear> + <description>A collection of Magnolia utilities and extensions</description> + <url>http://www.openmindlab.com/lab/products/mgnlutils.html</url> + <issueManagement> + <system>jira</system> + <url>http://jira.openmindlab.com/browse/MGNLUTILS</url> + </issueManagement> + <licenses> + <license> + <name>GPLv3</name> + <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> + </license> + </licenses> + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnltests</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnltests </developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnltests</url> + </scm> + <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> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>bundle</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + <configuration> + <descriptors> + <descriptor>${basedir}/src/main/assembly/assembly-bundle.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>com.mycila.maven-license-plugin</groupId> + <artifactId>maven-license-plugin</artifactId> + <version>1.5.0</version> + <configuration> + <header>src/main/etc/header.txt</header> + <includes> + <include>src/**/*.java</include> + </includes> + <properties> + <year>${project.inceptionYear}-2011</year> + <name>${project.name}</name> + <description>${project.description}</description> + <url>${project.url}</url> + </properties> + </configuration> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <reporting> + <plugins> + <plugin> + <groupId>net.sourceforge.maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + <version>2.4</version> + </plugin> + </plugins> + </reporting> + <dependencies> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-rendering</artifactId> + <version>${magnolia.version}</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>${magnolia.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>6.0.1</version> + <optional>true</optional><!-- this is not in test scope since the module also contains testng support classes --> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnltasks</artifactId> + <version>5.0.0</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnlcriteria</artifactId> + <version>5.0.0</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-testing4web</artifactId> + <version>1.2.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>${magnolia.version}</version> + <classifier>tests</classifier> + <optional>true</optional> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.8.1</version> + <optional>true</optional> + </dependency> + </dependencies> + <properties> + <magnolia.version>4.5.6</magnolia.version> + </properties> +</project> Property changes on: magnoliamodules/trunk/openutils-mgnltests/pom.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/main/assembly/assembly-bundle.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/assembly/assembly-bundle.xml (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/assembly/assembly-bundle.xml 2012-12-17 22:46:52 UTC (rev 4155) @@ -0,0 +1,34 @@ +<assembly> + <id>for-magnolia-4.5-bundle</id> + <formats> + <format>zip</format> + </formats> + <includeBaseDirectory>false</includeBaseDirectory> + <fileSets> + <fileSet> + <filtered>true</filtered> + <outputDirectory>/</outputDirectory> + <lineEnding>crlf</lineEnding> + <directory>${basedir}/src/main/bundle</directory> + <includes> + <include>*</include> + </includes> + </fileSet> + <fileSet> + <directory>.</directory> + <outputDirectory>/sources/</outputDirectory> + <includes> + <include>src/**/*</include> + <include>pom.xml</include> + </includes> + </fileSet> + </fileSets> + <dependencySets> + <dependencySet> + <outputDirectory>bin</outputDirectory> + <includes> + <include>net.sourceforge.openutils:*</include> + </includes> + </dependencySet> + </dependencySets> +</assembly> \ No newline at end of file Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/main/assembly/assembly-bundle.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/LICENSE.txt =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/LICENSE.txt (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/LICENSE.txt 2012-12-17 22:46:52 UTC (rev 4155) @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/LICENSE.txt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/README.txt =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/README.txt (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/README.txt 2012-12-17 22:46:52 UTC (rev 4155) @@ -0,0 +1,76 @@ +=========================================================== + +${pom.name} ${pom.version} +by ${pom.organization.name} + +=========================================================== + +${pom.description} + +More information about this project can be found at: +${pom.url} + +Change log and known issues can be found at: +${pom.issueManagement.url} + +Source is available from the subversion repository at: +${pom.scm.url} + + +========================================= + INSTALLATION +========================================= + +The bundle is provided as a zip file; the archive contains a number of .jar files +(the module itself plus the required dependencies not already available in a +standard Magnolia installation. + +Copy to your all the jar files in the bundle into your Magnolia instances' +WEB-INF/lib folder, just like any other module. + +Please check the documentation website for information about required Magnolia +versions. + + +========================================= + USING MAVEN +========================================= + +The preferred way to add ${pom.name} to your project is using maven. +You can declare the following dependency in your pom.xml: + + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>${pom.artifactId}</artifactId> + <version>${pom.version}</version> + </dependency> + + + +========================================= + LICENSE +========================================= + +Copyright Openmind http://www.openmindonline.it + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + + + +========================================= + GENERAL LEGAL NOTICES +========================================= + +Magnolia is a registered trademark of Magnolia International Ltd. + Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/main/bundle/README.txt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/main/etc/header.txt =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/main/etc/header.txt (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/main/etc/header.txt 2012-12-17 22:46:52 UTC (rev 4155) @@ -0,0 +1,16 @@ + +${name} (${url}) +Copyright(C) ${year}, Openmind S.r.l. http://www.openmindonline.it + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/main/etc/header.txt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: magnoliamodules/trunk/openutils-mgnltests/src/site/site.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltests/src/site/site.xml (rev 0) +++ magnoliamodules/trunk/openutils-mgnltests/src/site/site.xml 2012-12-17 22:46:52 UTC (rev 4155) @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="Openutils mgnltests"> + <publishDate position="navigation-bottom" format="yyyy-MM-dd" /> + <version position="navigation-bottom" /> + <bannerRight> + <name>Openutils</name> + <src>http://www.openmindlab.com/images/openutils-logo.png + </src> + <href>http://www.openmindlab.com</href> + </bannerRight> + <bannerLeft> + <name>Sourceforge</name> + <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src> + <href>http://www.sourceforge.net/projects/openutils</href> + </bannerLeft> + <body> + <head> + <link rel="icon" href="images/favicon.ico" /> + </head> + <menu name="openutils mgnltests"> + <item name="About" href="index.html"></item> + </menu> + <menu ref="modules" inherit="bottom" /> + <menu ref="reports" inherit="bottom" /> + </body> + <skin> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-maven-skin</artifactId> + <version>1.2</version> + </skin> +</project> Property changes on: magnoliamodules/trunk/openutils-mgnltests/src/site/site.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-17 22:39:00
|
Revision: 4154 http://openutils.svn.sourceforge.net/openutils/?rev=4154&view=rev Author: fgiust Date: 2012-12-17 22:38:52 +0000 (Mon, 17 Dec 2012) Log Message: ----------- remove usage of deprecated objects, adjust EL functions signatures accordingly Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld Modified: magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java 2012-12-17 20:30:42 UTC (rev 4153) +++ magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java 2012-12-17 22:38:52 UTC (rev 4154) @@ -1,7 +1,11 @@ package it.openutils.mgnlutils.el; +import java.util.Properties; + import info.magnolia.cms.core.AggregationState; import info.magnolia.cms.core.Content; +import info.magnolia.cms.core.DefaultContent; +import info.magnolia.cms.core.SystemProperty; import info.magnolia.context.MgnlContext; import info.magnolia.context.WebContext; import info.magnolia.jcr.util.ContentMap; @@ -25,7 +29,7 @@ public static Node getCurrentContent() { - AggregationState aggregationState = safeGetAggregationStateIfAvailable(); + AggregationState aggregationState = getAggregationStateIfAvailable(); if (aggregationState != null) { Content mainContent = aggregationState.getCurrentContent(); @@ -34,9 +38,9 @@ return null; } - public static Node getCurrentMain() + public static Node getMainContent() { - AggregationState aggregationState = safeGetAggregationStateIfAvailable(); + AggregationState aggregationState = getAggregationStateIfAvailable(); if (aggregationState != null) { Content mainContent = aggregationState.getMainContent(); @@ -45,7 +49,7 @@ return null; } - public static AggregationState safeGetAggregationStateIfAvailable() + public static AggregationState getAggregationStateIfAvailable() { WebContext ctx = MgnlContext.getWebContextOrNull(); if (ctx != null) @@ -80,4 +84,32 @@ return null; } + + public static String getProperty(String name) + { + return SystemProperty.getProperty(name); + } + + public static boolean getBooleanProperty(String name) + { + return SystemProperty.getBooleanProperty(name); + } + + public static Properties systemProperties() + { + return SystemProperty.getProperties(); + } + + public static void setCurrentContent(Object content) + { + Node node = toNode(content); + if (node != null) + { + AggregationState aggregationState = getAggregationStateIfAvailable(); + if (aggregationState != null) + { + aggregationState.setCurrentContent(new DefaultContent(node)); + } + } + } } Modified: magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java 2012-12-17 20:30:42 UTC (rev 4153) +++ magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java 2012-12-17 22:38:52 UTC (rev 4154) @@ -21,21 +21,15 @@ import info.magnolia.cms.beans.config.ServerConfiguration; import info.magnolia.cms.core.AggregationState; -import info.magnolia.cms.core.Content; -import info.magnolia.cms.core.HierarchyManager; -import info.magnolia.cms.core.ItemType; import info.magnolia.cms.core.MgnlNodeType; -import info.magnolia.cms.core.NodeData; import info.magnolia.cms.core.Path; -import info.magnolia.cms.core.SystemProperty; -import info.magnolia.cms.i18n.I18nContentSupportFactory; -import info.magnolia.cms.i18n.I18nContentWrapper; +import info.magnolia.cms.i18n.I18nContentSupport; import info.magnolia.cms.i18n.MessagesManager; import info.magnolia.cms.security.Permission; +import info.magnolia.cms.security.PermissionUtil; import info.magnolia.cms.security.SecurityUtil; import info.magnolia.cms.security.User; import info.magnolia.cms.security.auth.Entity; -import info.magnolia.cms.util.NodeMapWrapper; import info.magnolia.context.MgnlContext; import info.magnolia.context.WebContext; import info.magnolia.jaas.principal.EntityImpl; @@ -43,6 +37,7 @@ import info.magnolia.jcr.util.NodeUtil; import info.magnolia.link.LinkException; import info.magnolia.link.LinkUtil; +import info.magnolia.objectfactory.Components; import info.magnolia.repository.RepositoryConstants; import java.io.UnsupportedEncodingException; @@ -50,6 +45,7 @@ import java.net.URLEncoder; import java.util.ArrayList; import java.util.Collection; +import java.util.Collections; import java.util.Enumeration; import java.util.HashMap; import java.util.Iterator; @@ -59,20 +55,16 @@ import java.util.Properties; import java.util.Set; -import javax.jcr.Item; import javax.jcr.ItemNotFoundException; -import javax.jcr.LoginException; import javax.jcr.Node; +import javax.jcr.NodeIterator; +import javax.jcr.Property; +import javax.jcr.PropertyIterator; import javax.jcr.RepositoryException; import javax.jcr.Session; import javax.security.auth.Subject; import javax.servlet.http.HttpServletRequest; -import net.sourceforge.openutils.mgnlcriteria.jcr.query.AdvancedResult; -import net.sourceforge.openutils.mgnlcriteria.jcr.query.Criteria; -import net.sourceforge.openutils.mgnlcriteria.jcr.query.JCRCriteriaFactory; -import net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Restrictions; - import org.apache.commons.lang.ArrayUtils; import org.apache.commons.lang.StringUtils; import org.apache.jackrabbit.util.ISO9075; @@ -107,24 +99,32 @@ */ public static boolean firstPageWithCollection(String collectionName) { - Content actpage = MgnlContext.getAggregationState().getCurrentContent(); + Node actpage = MgnlUtilsDeprecatedAdapters.getCurrentContent(); + if (actpage == null) + { + return false; + } try { - while (actpage.getLevel() > 1) + while (actpage.getDepth() > 1) { actpage = actpage.getParent(); - if (actpage.hasContent(collectionName) && actpage.getContent(collectionName).hasChildren()) + if (actpage.hasNode(collectionName) && actpage.getNode(collectionName).hasNodes()) { - MgnlContext.getAggregationState().setCurrentContent(actpage); + MgnlUtilsDeprecatedAdapters.setCurrentContent(actpage); return true; } } } catch (RepositoryException e) { - log.error("Error looking for collection " + collectionName + " in " + actpage.getHandle(), e); + log.error("{} looking for collection {} in {}: {}", new Object[]{ + e.getClass().getName(), + collectionName, + NodeUtil.getPathIfPossible(actpage), + e.getMessage() }); } return false; @@ -190,7 +190,8 @@ */ public static String message(String key) { - String value = MessagesManager.getMessages(I18nContentSupportFactory.getI18nSupport().getLocale()).get(key); + String value = MessagesManager.getMessages(Components.getComponent(I18nContentSupport.class).getLocale()).get( + key); return value; } @@ -203,7 +204,7 @@ */ public static String messageWithArgs(String key, Object[] arguments) { - String value = MessagesManager.getMessages(I18nContentSupportFactory.getI18nSupport().getLocale()).get( + String value = MessagesManager.getMessages(Components.getComponent(I18nContentSupport.class).getLocale()).get( key, arguments); @@ -216,7 +217,7 @@ */ public static boolean develop() { - return SystemProperty.getBooleanProperty("magnolia.develop"); + return MgnlUtilsDeprecatedAdapters.getBooleanProperty("magnolia.develop"); } /** @@ -242,13 +243,19 @@ // Check if there is already an extensions, else add default one if (cleanedurl.startsWith("/")) { - String defaultExtension = "." + ServerConfiguration.getInstance().getDefaultExtension(); - cleanedurl = I18nContentSupportFactory.getI18nSupport().toI18NURI(cleanedurl); - cleanedurl = contextPath + cleanedurl; + String configuredExtension = Components.getComponent(ServerConfiguration.class).getDefaultExtension(); - if (!cleanedurl.endsWith(defaultExtension) && cleanedurl.indexOf(".") < 0) + if (StringUtils.isNotBlank(configuredExtension)) { - return cleanedurl + defaultExtension; + + String defaultExtension = "." + configuredExtension; + cleanedurl = Components.getComponent(I18nContentSupport.class).toI18NURI(cleanedurl); + cleanedurl = contextPath + cleanedurl; + + if (!cleanedurl.endsWith(defaultExtension) && cleanedurl.indexOf(".") < 0) + { + return cleanedurl + defaultExtension; + } } return cleanedurl; @@ -334,20 +341,27 @@ * @param subnode String * @return the number of nodes in a collection */ - public static int countNodesInCollection(Content content, String subnode) + public static int countNodesInCollection(Object content, String subnode) { + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); int count = 0; - Content collection = null; if (content != null) { try { - if (content.hasContent(subnode)) + if (node.hasNode(subnode)) { - collection = content.getContent(subnode); - count = collection.getChildren().size(); + Node collection = node.getNode(subnode); + Iterator<Node> iterator = NodeUtil + .getNodes(node, collection.getPrimaryNodeType().getName()) + .iterator(); + + while (iterator.hasNext()) + { + count++; + } } } catch (RepositoryException e) @@ -364,14 +378,30 @@ * @param content Content * @return the number of subpages */ - public static int countSubpages(Content content) + public static int countSubpages(Object content) { + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); + if (node == null) + { + return 0; + } + int count = 0; - if (content != null) + try { - count = content.getChildren(MgnlNodeType.NT_CONTENT).size(); + + Iterator<Node> iterator = NodeUtil.getNodes(node, MgnlNodeType.NT_PAGE).iterator(); + + while (iterator.hasNext()) + { + count++; + } } + catch (RepositoryException e) + { + log.debug(e.getMessage()); + } return count; } @@ -380,16 +410,39 @@ * Return the collection of subpages of a given page * @param content Content * @return a Collection<Content> of subpages of a given page + * @deprecated avoid methods that works with collections, use iterators */ - public static Collection<Content> subpages(Content content) + @Deprecated + public static Collection<ContentMap> subpages(Object content) { + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); + if (node == null) + { + return Collections.EMPTY_LIST; + } - if (content != null) + Iterable<Node> nodes; + try { - return content.getChildren(MgnlNodeType.NT_CONTENT); + nodes = NodeUtil.getNodes(node, MgnlNodeType.NT_PAGE); } + catch (RepositoryException e) + { + return Collections.EMPTY_LIST; + } + Iterator<Node> iterator = nodes.iterator(); - return null; + Collection<ContentMap> result = new ArrayList<ContentMap>(); + while (iterator.hasNext()) + { + ContentMap contentMap = wrapNode(iterator.next()); + if (contentMap != null) + { + result.add(contentMap); + } + } + + return result; } /** @@ -407,9 +460,21 @@ * @param content Content * @return boolean value */ - public static boolean isPage(Content content) + public static boolean isPage(Object content) { - return content != null && !content.isNodeType(ItemType.CONTENTNODE.getSystemName()); + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); + if (node != null) + { + try + { + return NodeUtil.isNodeType(node, MgnlNodeType.NT_PAGE); + } + catch (RepositoryException e) + { + // ignore + } + } + return false; } /** @@ -417,23 +482,38 @@ * @param content Content * @return the Content of the object passed or of the first parent page that has content type = mgnl:content */ - public static Content getPage(Content content) + public static ContentMap getPage(Object content) { - Content page = content; + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); - while (page != null && page.isNodeType(ItemType.CONTENTNODE.getSystemName())) + try { - try + while (node != null && !NodeUtil.isNodeType(node, MgnlNodeType.NT_PAGE)) { - page = page.getParent(); + if (node.getDepth() <= 1) + { + node = null; + } + else + { + node = node.getParent(); + } } - catch (RepositoryException e) - { - log.debug("Unable to read parent of " + page.getHandle(), e); - } } - return page; + catch (RepositoryException e) + { + log.debug( + "Got a {} while loading parent of {}: {}", + new Object[]{e.getClass().getName(), NodeUtil.getPathIfPossible(node), e.getMessage() }); + return null; + } + + if (node != null) + { + return wrapNode(node); + } + return null; } /** @@ -636,13 +716,18 @@ * @param content magnolia content * @return the full url to the given content (starting with http) */ - public static String pageFullUrl(Content content) + public static String pageFullUrl(Object content) { - if (content != null) + + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); + + if (node == null) { - return baseUrl() + content.getHandle() + ".html"; + return null; } - return null; + + return baseUrl() + NodeUtil.getPathIfPossible(node) + ".html"; + } /** @@ -653,11 +738,21 @@ { try { + Node mainContent = MgnlUtilsDeprecatedAdapters.getMainContent(); + if (mainContent == null) + { + return null; + } + return baseUrl() - + LinkUtil.convertUUIDtoURI(MgnlContext.getAggregationState().getMainContent().getUUID(), MgnlContext + + LinkUtil.convertUUIDtoURI(mainContent.getIdentifier(), MgnlContext .getAggregationState() .getRepository()); } + catch (RepositoryException e) + { + log.warn("Error generating link", e); + } catch (LinkException e) { log.warn("Error generating link", e); @@ -694,15 +789,20 @@ * @param list the list to be converted * @return a collection with the user's content */ - public static List<NodeMapWrapper> convertToCollection(List<Content> list) + @Deprecated + public static List<ContentMap> convertToCollection(List<Object> list) { - List<NodeMapWrapper> itemsList = new ArrayList<NodeMapWrapper>(); - Collection<Content> result = list; - for (Content content : result) + List<ContentMap> result = new ArrayList<ContentMap>(); + + for (Object content : list) { - itemsList.add(new NodeMapWrapper(content, content.getHandle())); + ContentMap contentMap = wrapNode(MgnlUtilsDeprecatedAdapters.toNode(content)); + if (contentMap != null) + { + result.add(contentMap); + } } - return itemsList; + return result; } /** @@ -711,16 +811,34 @@ * @param title * @return */ - public static Boolean hasChildWithTitle(Content content, String title) + public static Boolean hasChildWithTitle(Object content, String title) { - Collection<Content> children = content.getChildren(); - for (Content currentChild : children) + + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); + + if (node == null) { - if (currentChild.getTitle() != null && currentChild.getTitle().equalsIgnoreCase(title)) + return false; + } + try + { + NodeIterator children = node.getNodes(); + + while (children.hasNext()) { - return true; + Node child = (Node) children.next(); + + if (child.hasProperty("title") + && StringUtils.equalsIgnoreCase(child.getProperty("title").getString(), title)) + { + return true; + } } } + catch (RepositoryException e) + { + log.debug(e.getMessage()); + } return false; } @@ -731,9 +849,38 @@ * @param contentType * @return */ - public static Collection<Content> contentChildrenOfType(Content content, String contentType) + public static Collection<ContentMap> contentChildrenOfType(Object content, String contentType) { - return content.getChildren(contentType); + + Node node = MgnlUtilsDeprecatedAdapters.toNode(content); + if (node == null) + { + return Collections.EMPTY_LIST; + } + + Iterable<Node> nodes; + try + { + nodes = NodeUtil.getNodes(node, contentType); + } + catch (RepositoryException e) + { + log.debug(e.getMessage()); + return Collections.EMPTY_LIST; + } + Iterator<Node> iterator = nodes.iterator(); + + Collection<ContentMap> result = new ArrayList<ContentMap>(); + while (iterator.hasNext()) + { + ContentMap contentMap = wrapNode(iterator.next()); + if (contentMap != null) + { + result.add(contentMap); + } + } + + return result; } /** @@ -830,15 +977,29 @@ * @param obj * @param repo * @return + * @deprecated, use node() */ - public static Content content(Object obj, String repo) + @Deprecated + public static ContentMap content(Object obj, String repo) { + + return node(obj, repo); + } + + /** + * @param obj + * @param repo + * @return + */ + public static ContentMap node(Object obj, String repo) + { + if (obj == null) { return null; } - Content content = null; + ContentMap content = null; if (obj instanceof String) { @@ -849,19 +1010,19 @@ return null; } - HierarchyManager hm = MgnlContext.getHierarchyManager(repo); try { + Session session = MgnlContext.getJCRSession(repo); if (identifier.startsWith("/")) { - if (hm.isExist(identifier)) + if (session.nodeExists(identifier)) { - content = hm.getContent(identifier); + content = wrapNode(session.getNode(identifier)); } } else { - content = hm.getContentByUUID(StringUtils.trim(identifier)); + content = wrapNode(session.getNodeByIdentifier(StringUtils.trim(identifier))); } } catch (ItemNotFoundException e) @@ -873,42 +1034,15 @@ log.error(e.getClass().getName() + " getting node \"" + identifier + "\"", e); } } - else if (obj instanceof Content) + else { - content = (Content) obj; + content = wrapNode(MgnlUtilsDeprecatedAdapters.toNode(content)); } return content; } /** - * @param obj - * @param repo - * @return - */ - public static NodeMapWrapper node(Object obj, String repo) - { - Content content = content(obj, repo); - - NodeMapWrapper node = null; - if (content instanceof NodeMapWrapper) - { - node = (NodeMapWrapper) content; - } - else if (content != null) - { - Content currentpage = MgnlContext.getAggregationState().getMainContent(); - if (currentpage == null) - { - currentpage = content; - } - node = new NodeMapWrapper(new I18nContentWrapper(content), currentpage.getHandle()); - } - - return node; - } - - /** * Get a user property calling MgnlContext.getUser().getProperty(property) * @param property property name * @return @@ -972,29 +1106,33 @@ */ public static String pagePropertyInherited(String property) { - Content content = MgnlContext.getAggregationState().getMainContent(); + Node node = MgnlUtilsDeprecatedAdapters.getMainContent(); try { - while (content.getLevel() >= 1) + while (node.getDepth() >= 1) { - String value = content.getNodeData(property).getString(); + if (node.hasProperty(property)) + { - if (!StringUtils.isEmpty(value)) - { - return value; + String value = node.getProperty(property).getString(); + + if (!StringUtils.isEmpty(value)) + { + return value; + } + } - - content = content.getParent(); + node = node.getParent(); } } catch (RepositoryException e) { - log.warn(e.getClass().getName() - + " caught while reading property " - + property - + " from " - + MgnlContext.getAggregationState().getMainContent().getHandle()); + log.warn("{} caught while reading property {} from {}: {}", new Object[]{ + e.getClass().getName(), + property, + NodeUtil.getPathIfPossible(MgnlUtilsDeprecatedAdapters.getMainContent()), + e.getMessage() }); } return null; @@ -1004,12 +1142,9 @@ * Sets the given content as the active page, calling MgnlContext.getAggregationState().setCurrentContent) * @param content current content to set */ - public static void setActivePage(Content content) + public static void setActivePage(Object content) { - if (content != null) - { - MgnlContext.getAggregationState().setCurrentContent(content); - } + MgnlUtilsDeprecatedAdapters.setCurrentContent(content); } /** @@ -1018,7 +1153,13 @@ */ public static boolean canEdit() { - return NodeUtil.isGranted(MgnlContext.getAggregationState().getMainContent().getJCRNode(), Permission.SET); + Node mainContent = MgnlUtilsDeprecatedAdapters.getMainContent(); + + if (mainContent != null) + { + return NodeUtil.isGranted(mainContent, Permission.SET); + } + return false; } /** @@ -1077,27 +1218,28 @@ * Returns the current active page (can be set using the loadPage tag). * @return current page */ - public static Content currentPage() + public static ContentMap currentPage() { - return MgnlContext.getAggregationState().getCurrentContent(); + return wrapNode(MgnlUtilsDeprecatedAdapters.getCurrentContent()); } /** * Returns the main loaded page (doesn't change when using the loadPage tag). * @return loaded page */ - public static Content mainPage() + public static ContentMap mainPage() { - return MgnlContext.getAggregationState().getMainContent(); + return wrapNode(MgnlUtilsDeprecatedAdapters.getMainContent()); + } /** * Returns the current paragraph. * @return current paragraph */ - public static Content currentParagraph() + public static ContentMap currentParagraph() { - return MgnlContext.getAggregationState().getCurrentContent(); + return wrapNode(MgnlUtilsDeprecatedAdapters.getCurrentContent()); } /** @@ -1107,7 +1249,7 @@ */ public static String systemProperty(String key) { - return SystemProperty.getProperty(key); + return MgnlUtilsDeprecatedAdapters.getProperty(key); } /** @@ -1116,7 +1258,7 @@ */ public static Properties systemProperties() { - return SystemProperty.getProperties(); + return MgnlUtilsDeprecatedAdapters.systemProperties(); } /** @@ -1135,12 +1277,29 @@ */ public static boolean isEditMode() { - final AggregationState aggregationState = MgnlContext.getAggregationState(); - Content activePage = aggregationState.getMainContent(); - return ServerConfiguration.getInstance().isAdmin() - && !aggregationState.isPreviewMode() - && activePage != null - && activePage.isGranted(Permission.SET); + Node activePage = MgnlUtilsDeprecatedAdapters.getMainContent(); + if (activePage == null) + { + return false; + } + + AggregationState aggregationState = MgnlUtilsDeprecatedAdapters.getAggregationStateIfAvailable(); + + if (aggregationState == null) + { + return false; + } + + try + { + return Components.getComponent(ServerConfiguration.class).isAdmin() + && !aggregationState.isPreviewMode() + && PermissionUtil.isGranted(activePage, Permission.SET); + } + catch (RepositoryException e) + { + return false; + } } /** @@ -1163,28 +1322,28 @@ */ public static boolean firstPageWithNode(String nodeName, int minlevel) { - Content actpage = MgnlContext.getAggregationState().getCurrentContent(); - if (actpage == null) + Node node = MgnlUtilsDeprecatedAdapters.getCurrentContent(); + if (node == null) { - actpage = MgnlContext.getAggregationState().getMainContent(); + node = MgnlUtilsDeprecatedAdapters.getMainContent(); } try { - while (actpage.getLevel() > minlevel) + while (node.getDepth() > minlevel) { - actpage = actpage.getParent(); + node = node.getParent(); - if (actpage.hasContent(nodeName)) + if (node.hasNode(nodeName)) { - MgnlContext.getAggregationState().setCurrentContent(actpage); + MgnlUtilsDeprecatedAdapters.setCurrentContent(node); return true; } } } catch (RepositoryException e) { - log.error("Error looking for node " + nodeName + " in " + actpage.getHandle(), e); + log.error("Error looking for node " + nodeName + " in " + NodeUtil.getPathIfPossible(node), e); } return false; @@ -1193,12 +1352,27 @@ /** * Function to iterate over a node Data that has "checkbox" as control type, for example. See * http://jira.magnolia-cms.com/browse/MAGNOLIA-1969 + * @deprecated use standard jcr Node methods, based on iterators instead of collections */ - public static Collection<NodeData> nodeDataIterator(Content c, String collection) + @Deprecated + public static Collection<Property> nodeDataIterator(Object c, String collection) { + Node node = MgnlUtilsDeprecatedAdapters.toNode(c); try { - return c.getContent(collection).getNodeDataCollection(); + if (node.hasNode(collection)) + { + return Collections.EMPTY_LIST; + } + PropertyIterator properties = node.getNode(collection).getProperties(); + + Collection<Property> result = new ArrayList<Property>(); + while (properties.hasNext()) + { + result.add(properties.nextProperty()); + } + + return result; } catch (RepositoryException e) { @@ -1237,7 +1411,7 @@ log.debug("Got a {} while loading level {} starting from {}: {}", new Object[]{ e.getClass().getName(), level, - node, + NodeUtil.getPathIfPossible(node), e.getMessage() }); return null; } @@ -1246,6 +1420,10 @@ private static ContentMap wrapNode(Node node) { + if (node == null) + { + return null; + } return new ContentMap(node); } } Modified: magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld 2012-12-17 20:30:42 UTC (rev 4153) +++ magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld 2012-12-17 22:38:52 UTC (rev 4154) @@ -19,13 +19,13 @@ </example> </function> <function> - <description>Evaluate if primary node type of the associated Node of an object is a mgnl:contentNode</description> + <description>Evaluate if primary node type of the associated Node of an object is a mgnl:page</description> <name>isPage</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.lang.Boolean isPage(info.magnolia.cms.core.Content)</function-signature> + <function-signature>java.lang.Boolean isPage(java.lang.Object)</function-signature> <example> <![CDATA[ - ${mu:isPage(actpage)} + ${mu:isPage(content)} ]]> </example> </function> @@ -33,7 +33,7 @@ <description>Return the object passed or the first parent page that has content type = mgnl:content</description> <name>getPage</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content getPage(info.magnolia.cms.core.Content)</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap getPage(java.lang.Object)</function-signature> <example> <![CDATA[ ${mu:getPage(actpage)} @@ -55,7 +55,7 @@ <description>Count the nodes in a collection with a given content and the name of the collection</description> <name>countNodesInCollection</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.lang.Integer countNodesInCollection(info.magnolia.cms.core.Content, java.lang.String)</function-signature> + <function-signature>java.lang.Integer countNodesInCollection(java.lang.Object, java.lang.String)</function-signature> <example> <![CDATA[ <cms:newBar contentNodeCollectionName="newcontent" paragraph="xyz" /> @@ -67,7 +67,7 @@ <description>Count subpages with a given content</description> <name>countSubpages</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.lang.Integer countSubpages(info.magnolia.cms.core.Content)</function-signature> + <function-signature>java.lang.Integer countSubpages(java.lang.Object)</function-signature> <example> <![CDATA[ ${mu:countSubpages(actpage)} @@ -78,7 +78,7 @@ <description>Return the collection of subpages of a given page</description> <name>subpages</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.util.Collection subpages(info.magnolia.cms.core.Content)</function-signature> + <function-signature>java.util.Collection subpages(java.lang.Object)</function-signature> </function> <function> <description>Return the current user logged</description> @@ -224,7 +224,7 @@ </description> <name>pageFullUrl</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.lang.String pageFullUrl(info.magnolia.cms.core.Content)</function-signature> + <function-signature>java.lang.String pageFullUrl(java.lang.Object)</function-signature> </function> <function> <description> @@ -256,13 +256,13 @@ <description>Check if the content parameter has a child with title equal the title parameter</description> <name>hasChildWithTitle</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.lang.Boolean hasChildWithTitle(info.magnolia.cms.core.Content, java.lang.String)</function-signature> + <function-signature>java.lang.Boolean hasChildWithTitle(java.lang.Object, java.lang.String)</function-signature> </function> <function> <description>Get child nodes of specified content type and its subtypes</description> <name>contentChildrenOfType</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.util.Collection contentChildrenOfType(info.magnolia.cms.core.Content, java.lang.String)</function-signature> + <function-signature>java.util.Collection contentChildrenOfType(java.lang.Object, java.lang.String)</function-signature> </function> <function> <description>Creates a list of Page objects that can be used to draw a pagination bar. @@ -299,13 +299,13 @@ <description></description> <name>content</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content content(java.lang.Object, java.lang.String)</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap content(java.lang.Object, java.lang.String)</function-signature> </function> <function> <description></description> <name>node</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.util.NodeMapWrapper node(java.lang.Object, java.lang.String)</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap node(java.lang.Object, java.lang.String)</function-signature> </function> <function> <description>Get a user property calling MgnlContext.getUser().getProperty(propertyname)</description> @@ -336,7 +336,7 @@ <description>Sets the given content as the active page, calling MgnlContext.getAggregationState().setCurrentContent)</description> <name>setActivePage</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>void setActivePage(info.magnolia.cms.core.Content)</function-signature> + <function-signature>void setActivePage(java.lang.Object)</function-signature> </function> <function> <description>Get a node by its UUID, wrapped as ContentMap.</description> @@ -360,19 +360,19 @@ <description>Returns the current active page (can be set using the loadPage tag).</description> <name>currentPage</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content currentPage()</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap currentPage()</function-signature> </function> <function> <description>Returns the main loaded page (doesn't change when using the loadPage tag).</description> <name>mainPage</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content mainPage()</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap mainPage()</function-signature> </function> <function> <description>Returns the current paragraph.</description> <name>currentParagraph</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content currentParagraph()</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap currentParagraph()</function-signature> </function> <function> <description>Returns the value of a system property</description> @@ -434,7 +434,7 @@ </description> <name>nodeDataIterator</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>java.util.Collection nodeDataIterator(info.magnolia.cms.core.Content, java.lang.String)</function-signature> + <function-signature>java.util.Collection nodeDataIterator(java.lang.Object, java.lang.String)</function-signature> </function> <function> <description>Loads the ancestor of the given jcr Node/ContentMap. Returns null if the object is null or if requested level is greater than current depth</description> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-17 20:30:48
|
Revision: 4153 http://openutils.svn.sourceforge.net/openutils/?rev=4153&view=rev Author: fgiust Date: 2012-12-17 20:30:42 +0000 (Mon, 17 Dec 2012) Log Message: ----------- remove some deprecations, convert from Content to ContentMap Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld Added Paths: ----------- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java Added: magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java (rev 0) +++ magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java 2012-12-17 20:30:42 UTC (rev 4153) @@ -0,0 +1,83 @@ +package it.openutils.mgnlutils.el; + +import info.magnolia.cms.core.AggregationState; +import info.magnolia.cms.core.Content; +import info.magnolia.context.MgnlContext; +import info.magnolia.context.WebContext; +import info.magnolia.jcr.util.ContentMap; + +import javax.jcr.Node; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + + +/** + * Adapters for methods deprecated in magnolia 4.5 without a clear or non deprecated replacement. + * @author fgiust + * @version $Id$ + */ +@SuppressWarnings("deprecation") +public class MgnlUtilsDeprecatedAdapters +{ + + private static Logger log = LoggerFactory.getLogger(MgnlUtilsDeprecatedAdapters.class); + + public static Node getCurrentContent() + { + AggregationState aggregationState = safeGetAggregationStateIfAvailable(); + if (aggregationState != null) + { + Content mainContent = aggregationState.getCurrentContent(); + return mainContent != null ? mainContent.getJCRNode() : null; + } + return null; + } + + public static Node getCurrentMain() + { + AggregationState aggregationState = safeGetAggregationStateIfAvailable(); + if (aggregationState != null) + { + Content mainContent = aggregationState.getMainContent(); + return mainContent != null ? mainContent.getJCRNode() : null; + } + return null; + } + + public static AggregationState safeGetAggregationStateIfAvailable() + { + WebContext ctx = MgnlContext.getWebContextOrNull(); + if (ctx != null) + { + return ctx.getAggregationState(); + } + return null; + } + + public static Node toNode(Object nodeorcontent) + { + if (nodeorcontent == null) + { + return null; + } + if (nodeorcontent instanceof Node) + { + return (Node) nodeorcontent; + } + else if (nodeorcontent instanceof ContentMap) + { + return ((ContentMap) nodeorcontent).getJCRNode(); + } + else if (nodeorcontent instanceof Content) + { + return ((Content) nodeorcontent).getJCRNode(); + } + else + { + log.warn("Unable to handle object of type {}", nodeorcontent); + } + + return null; + } +} Property changes on: magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsDeprecatedAdapters.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java 2012-12-10 20:28:23 UTC (rev 4152) +++ magnoliamodules/trunk/openutils-mgnlutils/src/main/java/it/openutils/mgnlutils/el/MgnlUtilsElFunctions.java 2012-12-17 20:30:42 UTC (rev 4153) @@ -39,6 +39,7 @@ import info.magnolia.context.MgnlContext; import info.magnolia.context.WebContext; import info.magnolia.jaas.principal.EntityImpl; +import info.magnolia.jcr.util.ContentMap; import info.magnolia.jcr.util.NodeUtil; import info.magnolia.link.LinkException; import info.magnolia.link.LinkUtil; @@ -58,11 +59,17 @@ import java.util.Properties; import java.util.Set; +import javax.jcr.Item; import javax.jcr.ItemNotFoundException; +import javax.jcr.LoginException; +import javax.jcr.Node; import javax.jcr.RepositoryException; +import javax.jcr.Session; import javax.security.auth.Subject; import javax.servlet.http.HttpServletRequest; +import net.sourceforge.openutils.mgnlcriteria.jcr.query.AdvancedResult; +import net.sourceforge.openutils.mgnlcriteria.jcr.query.Criteria; import net.sourceforge.openutils.mgnlcriteria.jcr.query.JCRCriteriaFactory; import net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Restrictions; @@ -129,16 +136,29 @@ * @param repository repository type * @return the content of a given path and repository */ - public static Content contentByPath(String path, String repository) + public static ContentMap contentByPath(String path, String repository) { + if (path == null || repository == null) + { + return null; + } try { - return MgnlContext.getHierarchyManager(repository).getContent(path); + Node node = MgnlContext.getJCRSession(repository).getNode(path); + if (node != null) + { + return wrapNode(node); + } } catch (RepositoryException e) { - return null; + log.debug("{} loading path {} from workspace {}:{}", new Object[]{ + e.getClass().getName(), + path, + repository, + e.getMessage() }); } + return null; } /** @@ -1002,23 +1022,35 @@ } /** - * Get a Content node by its UUID. Internally uses JCR Criteria. + * Get a node by its UUID, wrapped as ContentMap. * @param uuid content UUID * @param repo workspace name - * @return Content or null if not found + * @return ContentMap or null if not found */ - public static Content contentByUUID(String uuid, String repo) + public static ContentMap contentByUUID(String uuid, String repo) throws RepositoryException { if (StringUtils.isBlank(uuid)) { return null; } - return JCRCriteriaFactory - .createCriteria() - .setWorkspace(repo) - .add(Restrictions.eq("@jcr:uuid", uuid)) - .execute() - .getFirstResult(); + + Session session; + try + { + session = MgnlContext.getJCRSession(repo); + Node loaded = session.getNodeByIdentifier(uuid); + + if (loaded != null) + { + return wrapNode(loaded); + } + } + catch (ItemNotFoundException e) + { + // ignore + } + + return null; } /** @@ -1177,4 +1209,43 @@ } } + public static ContentMap ancestor(Object nodeorcontent, int level) + { + + Node node = MgnlUtilsDeprecatedAdapters.toNode(nodeorcontent); + + if (node == null) + { + return null; + } + + try + { + if (node.getDepth() < level) + { + return null; + } + if (node.getDepth() == level) + { + return wrapNode(node); + } + + return wrapNode((Node) node.getAncestor(level)); + } + catch (RepositoryException e) + { + log.debug("Got a {} while loading level {} starting from {}: {}", new Object[]{ + e.getClass().getName(), + level, + node, + e.getMessage() }); + return null; + } + + } + + private static ContentMap wrapNode(Node node) + { + return new ContentMap(node); + } } Modified: magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld 2012-12-10 20:28:23 UTC (rev 4152) +++ magnoliamodules/trunk/openutils-mgnlutils/src/main/resources/META-INF/tld/mgnlutils.tld 2012-12-17 20:30:42 UTC (rev 4153) @@ -101,7 +101,7 @@ <description>Return the content of a given path and repository</description> <name>contentByPath</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content contentByPath(java.lang.String, java.lang.String)</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap contentByPath(java.lang.String, java.lang.String)</function-signature> <example> <![CDATA[ ${mu:contentByPath('Magnolia-Utils','website')} @@ -339,10 +339,10 @@ <function-signature>void setActivePage(info.magnolia.cms.core.Content)</function-signature> </function> <function> - <description>Get a Content node by its UUID. Internally uses JCR Criteria. Params are UUID and repository name.</description> + <description>Get a node by its UUID, wrapped as ContentMap.</description> <name>contentByUUID</name> <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> - <function-signature>info.magnolia.cms.core.Content contentByUUID(java.lang.String, java.lang.String)</function-signature> + <function-signature>info.magnolia.jcr.util.ContentMap contentByUUID(java.lang.String, java.lang.String)</function-signature> </function> <function> <description>Check if the current user belongs the given role</description> @@ -436,5 +436,11 @@ <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> <function-signature>java.util.Collection nodeDataIterator(info.magnolia.cms.core.Content, java.lang.String)</function-signature> </function> + <function> + <description>Loads the ancestor of the given jcr Node/ContentMap. Returns null if the object is null or if requested level is greater than current depth</description> + <name>ancestor</name> + <function-class>it.openutils.mgnlutils.el.MgnlUtilsElFunctions</function-class> + <function-signature>info.magnolia.jcr.util.ContentMap ancestor(java.lang.Object, int)</function-signature> + </function> <!-- please don't add new funtions without a meaningfull <description> --> </taglib> \ 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...> - 2012-12-10 20:28:30
|
Revision: 4152 http://openutils.svn.sourceforge.net/openutils/?rev=4152&view=rev Author: fgiust Date: 2012-12-10 20:28:23 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmessages/pom.xml Modified: magnoliamodules/trunk/openutils-mgnlmessages/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmessages/pom.xml 2012-12-10 20:27:42 UTC (rev 4151) +++ magnoliamodules/trunk/openutils-mgnlmessages/pom.xml 2012-12-10 20:28:23 UTC (rev 4152) @@ -10,7 +10,7 @@ <artifactId>openutils-mgnlmessages</artifactId> <name>Messages Module for Magnolia CMS</name> <description>Manage your translations from the Magnolia admin interface</description> - <version>5.0.1</version> + <version>5.0.2-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -24,9 +24,9 @@ </issueManagement> <inceptionYear>2008</inceptionYear> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-5.0.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-5.0.1</developerConnection> - <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-5.0.1</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmessages</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmessages</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlmessages</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-10 20:27:48
|
Revision: 4151 http://openutils.svn.sourceforge.net/openutils/?rev=4151&view=rev Author: fgiust Date: 2012-12-10 20:27:42 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlmessages-5.0.1 Added Paths: ----------- tags/openutils-mgnlmessages-5.0.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-10 20:27:03
|
Revision: 4150 http://openutils.svn.sourceforge.net/openutils/?rev=4150&view=rev Author: fgiust Date: 2012-12-10 20:26:57 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlmessages-5.0.1 Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmessages/pom.xml Modified: magnoliamodules/trunk/openutils-mgnlmessages/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmessages/pom.xml 2012-12-10 20:22:55 UTC (rev 4149) +++ magnoliamodules/trunk/openutils-mgnlmessages/pom.xml 2012-12-10 20:26:57 UTC (rev 4150) @@ -10,7 +10,7 @@ <artifactId>openutils-mgnlmessages</artifactId> <name>Messages Module for Magnolia CMS</name> <description>Manage your translations from the Magnolia admin interface</description> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <licenses> <license> <name>GPLv3</name> @@ -24,9 +24,9 @@ </issueManagement> <inceptionYear>2008</inceptionYear> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmessages</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmessages</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlmessages</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-5.0.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-5.0.1</developerConnection> + <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmessages-5.0.1</url> </scm> <build> <resources> @@ -73,6 +73,13 @@ </dependency> <dependency> <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <classifier>tests</classifier> + <version>${magnolia.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> <artifactId>magnolia-module-admininterface</artifactId> <version>${magnolia.version}</version> </dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-10 20:23:01
|
Revision: 4149 http://openutils.svn.sourceforge.net/openutils/?rev=4149&view=rev Author: fgiust Date: 2012-12-10 20:22:55 +0000 (Mon, 10 Dec 2012) Log Message: ----------- MESSAGES-20 workaround for init() not called in magnolia 4.5 Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmessages/src/main/java/net/sourceforge/openutils/mgnlmessages/lifecycle/MessagesModuleLifecycle.java magnoliamodules/trunk/openutils-mgnlmessages/src/main/resources/META-INF/magnolia/messages.xml Modified: magnoliamodules/trunk/openutils-mgnlmessages/src/main/java/net/sourceforge/openutils/mgnlmessages/lifecycle/MessagesModuleLifecycle.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlmessages/src/main/java/net/sourceforge/openutils/mgnlmessages/lifecycle/MessagesModuleLifecycle.java 2012-12-07 08:35:37 UTC (rev 4148) +++ magnoliamodules/trunk/openutils-mgnlmessages/src/main/java/net/sourceforge/openutils/mgnlmessages/lifecycle/MessagesModuleLifecycle.java 2012-12-10 20:22:55 UTC (rev 4149) @@ -19,6 +19,7 @@ package net.sourceforge.openutils.mgnlmessages.lifecycle; +import info.magnolia.cms.i18n.MessagesManager; import info.magnolia.module.ModuleLifecycle; import info.magnolia.module.ModuleLifecycleContext; import net.sourceforge.openutils.mgnlmessages.configuration.MessagesConfigurationManager; @@ -47,6 +48,8 @@ { log.info("Starting module messages"); ctx.registerModuleObservingComponent("locales", MessagesConfigurationManager.getInstance()); + + MessagesManager.getInstance().init(); } /** Modified: magnoliamodules/trunk/openutils-mgnlmessages/src/main/resources/META-INF/magnolia/messages.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmessages/src/main/resources/META-INF/magnolia/messages.xml 2012-12-07 08:35:37 UTC (rev 4148) +++ magnoliamodules/trunk/openutils-mgnlmessages/src/main/resources/META-INF/magnolia/messages.xml 2012-12-10 20:22:55 UTC (rev 4149) @@ -20,6 +20,13 @@ <implementation>net.sourceforge.openutils.mgnlmessages.configuration.MessagesConfigurationManager</implementation> </component> </components> + <components> + <id>system</id> + <component> + <type>info.magnolia.cms.i18n.MessagesManager</type> + <implementation>net.sourceforge.openutils.mgnlmessages.i18n.MultiBundleMgnlMessagesManager</implementation> + </component> + </components> <dependencies> <dependency> <name>adminInterface</name> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-07 08:35:47
|
Revision: 4148 http://openutils.svn.sourceforge.net/openutils/?rev=4148&view=rev Author: fgiust Date: 2012-12-07 08:35:37 +0000 (Fri, 07 Dec 2012) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmedia/pom.xml Modified: magnoliamodules/trunk/openutils-mgnlmedia/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/pom.xml 2012-12-07 08:35:28 UTC (rev 4147) +++ magnoliamodules/trunk/openutils-mgnlmedia/pom.xml 2012-12-07 08:35:37 UTC (rev 4148) @@ -10,7 +10,7 @@ <artifactId>openutils-mgnlmedia</artifactId> <name>SimpleMedia Module for Magnolia CMS</name> <description>SimpleMedia Module for Magnolia CMS: a module for Magnolia CMS for easier management of multimedia assets.</description> - <version>5.0.1</version> + <version>5.0.2-SNAPSHOT</version> <inceptionYear>2008</inceptionYear> <licenses> <license> @@ -24,9 +24,9 @@ <url>http://jira.openmindlab.com/browse/MEDIA</url> </issueManagement> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-5.0.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-5.0.1</developerConnection> - <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-5.0.1</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmedia</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmedia</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlmedia</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-07 08:35:34
|
Revision: 4147 http://openutils.svn.sourceforge.net/openutils/?rev=4147&view=rev Author: fgiust Date: 2012-12-07 08:35:28 +0000 (Fri, 07 Dec 2012) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlmedia-5.0.1 Added Paths: ----------- tags/openutils-mgnlmedia-5.0.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-07 08:35:15
|
Revision: 4146 http://openutils.svn.sourceforge.net/openutils/?rev=4146&view=rev Author: fgiust Date: 2012-12-07 08:35:07 +0000 (Fri, 07 Dec 2012) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlmedia-5.0.1 Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmedia/pom.xml Modified: magnoliamodules/trunk/openutils-mgnlmedia/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/pom.xml 2012-12-07 08:34:31 UTC (rev 4145) +++ magnoliamodules/trunk/openutils-mgnlmedia/pom.xml 2012-12-07 08:35:07 UTC (rev 4146) @@ -10,7 +10,7 @@ <artifactId>openutils-mgnlmedia</artifactId> <name>SimpleMedia Module for Magnolia CMS</name> <description>SimpleMedia Module for Magnolia CMS: a module for Magnolia CMS for easier management of multimedia assets.</description> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <inceptionYear>2008</inceptionYear> <licenses> <license> @@ -24,9 +24,9 @@ <url>http://jira.openmindlab.com/browse/MEDIA</url> </issueManagement> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmedia</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/trunk/openutils-mgnlmedia</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlmedia</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-5.0.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-5.0.1</developerConnection> + <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-5.0.1</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 4145 http://openutils.svn.sourceforge.net/openutils/?rev=4145&view=rev Author: fgiust Date: 2012-12-07 08:34:31 +0000 (Fri, 07 Dec 2012) Log Message: ----------- fix script Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html Modified: magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html 2012-12-06 16:02:56 UTC (rev 4144) +++ magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html 2012-12-07 08:34:31 UTC (rev 4145) @@ -346,8 +346,10 @@ if (!(document.location.host.indexOf('localhost') > -1) && !(document.location.host.indexOf('127.0.0.1') > -1) ) { var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-10294410-8']); - _gaq.push(['_setReferrerOverride', document.location]); + _gaq.push(['_setDomainName', 'openmindlab.com']); + _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview', '/products/media/' + document.location.host]); + _gaq.push(['_trackEvent', 'Products', 'Media', document.location.host]); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 4144 http://openutils.svn.sourceforge.net/openutils/?rev=4144&view=rev Author: fgiust Date: 2012-12-06 16:02:56 +0000 (Thu, 06 Dec 2012) Log Message: ----------- MEDIA-293 invalid query string causes error in jboss 7 Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html Modified: magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html 2012-12-06 14:37:23 UTC (rev 4143) +++ magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/pages/MediaBrowserPage.html 2012-12-06 16:02:56 UTC (rev 4144) @@ -248,8 +248,14 @@ // fix 404 on Chromium and IE8 if (url == 'blank' || url == '/blank') url = ''; - var querystringoriginal = frames['mediaFolderView'].location.search.substring(1).cleanQueryString().parseQueryString(); - + var querystringunparsed = frames['mediaFolderView'].location.search.substring(1); + + var querystringoriginal = {}; + + if (querystringunparsed != '') { + querystringunparsed.cleanQueryString().parseQueryString(); + } + var querystring = {}; if (!querystringoriginal['search']){ @@ -272,11 +278,11 @@ querystring['selectMedia'] = true; querystring['actMediaHandle'] = actMediaHandle; } - if (type != null && type != 'null') + if (type != null && type != 'null' && type != '') { querystring['type'] = type; } - if (mediaType != null && mediaType != 'null') + if (mediaType != null && mediaType != 'null' && mediaType != '') { querystring['mediaType'] = mediaType; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-06 14:37:29
|
Revision: 4143 http://openutils.svn.sourceforge.net/openutils/?rev=4143&view=rev Author: fgiust Date: 2012-12-06 14:37:23 +0000 (Thu, 06 Dec 2012) Log Message: ----------- aggiunto modulo templating-jsp mancante Modified Paths: -------------- magnoliamodules/trunk/magnolia-test-webapp/pom.xml Modified: magnoliamodules/trunk/magnolia-test-webapp/pom.xml =================================================================== --- magnoliamodules/trunk/magnolia-test-webapp/pom.xml 2012-12-06 13:55:35 UTC (rev 4142) +++ magnoliamodules/trunk/magnolia-test-webapp/pom.xml 2012-12-06 14:37:23 UTC (rev 4143) @@ -36,6 +36,11 @@ </dependency> <dependency> <groupId>info.magnolia</groupId> + <artifactId>magnolia-templating-jsp</artifactId> + <version>${magnolia.version}</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> <artifactId>magnolia-module-cache</artifactId> <version>${magnolia.version}</version> </dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-12-06 13:55:42
|
Revision: 4142 http://openutils.svn.sourceforge.net/openutils/?rev=4142&view=rev Author: fgiust Date: 2012-12-06 13:55:35 +0000 (Thu, 06 Dec 2012) Log Message: ----------- MEDIA-292 update mediausedin configuration with new magnolia 4.5 nodetypes Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/setup/MediaModuleVersionHandler.java magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media-nooverwrite/config.modules.media.mediausedin.website.xml Modified: magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/setup/MediaModuleVersionHandler.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/setup/MediaModuleVersionHandler.java 2012-11-29 22:18:43 UTC (rev 4141) +++ magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/setup/MediaModuleVersionHandler.java 2012-12-06 13:55:35 UTC (rev 4142) @@ -236,6 +236,13 @@ "/modules/media/config/search/filters/query", "wildcards", Boolean.TRUE)); + + tasks.add(new ChangeExistingPropertyTask( + ContentRepository.CONFIG, + "/modules/media/mediausedin/website", + "nodeType", + "mgnl:content", + "mgnl:page")); return tasks; } Modified: magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media-nooverwrite/config.modules.media.mediausedin.website.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media-nooverwrite/config.modules.media.mediausedin.website.xml 2012-11-29 22:18:43 UTC (rev 4141) +++ magnoliamodules/trunk/openutils-mgnlmedia/src/main/resources/mgnl-bootstrap/media-nooverwrite/config.modules.media.mediausedin.website.xml 2012-12-06 13:55:35 UTC (rev 4142) @@ -13,7 +13,7 @@ <sv:value>/</sv:value> </sv:property> <sv:property sv:name="nodeType" sv:type="String"> - <sv:value>mgnl:content</sv:value> + <sv:value>mgnl:page</sv:value> </sv:property> <sv:property sv:name="propertyName" sv:type="String"> <sv:value>.</sv:value> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 4141 http://openutils.svn.sourceforge.net/openutils/?rev=4141&view=rev Author: fgiust Date: 2012-11-29 22:18:43 +0000 (Thu, 29 Nov 2012) Log Message: ----------- update for new lucene version Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/utils/Latin1Analyzer.java Modified: magnoliamodules/trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/utils/Latin1Analyzer.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/utils/Latin1Analyzer.java 2012-11-29 22:05:03 UTC (rev 4140) +++ magnoliamodules/trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/utils/Latin1Analyzer.java 2012-11-29 22:18:43 UTC (rev 4141) @@ -19,7 +19,7 @@ package net.sourceforge.openutils.mgnlcriteria.utils; -import org.apache.lucene.analysis.ISOLatin1AccentFilter; +import org.apache.lucene.analysis.ASCIIFoldingFilter; import org.apache.lucene.analysis.LowerCaseFilter; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.standard.StandardFilter; @@ -38,7 +38,7 @@ { TokenStream result = new StandardFilter(tokenStream); result = new LowerCaseFilter(result); - result = new ISOLatin1AccentFilter(result); + result = new ASCIIFoldingFilter(result); return result; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-11-29 22:05:11
|
Revision: 4140 http://openutils.svn.sourceforge.net/openutils/?rev=4140&view=rev Author: fgiust Date: 2012-11-29 22:05:03 +0000 (Thu, 29 Nov 2012) Log Message: ----------- update magnolia version Modified Paths: -------------- magnoliamodules/trunk/magnolia-test-webapp/pom.xml magnoliamodules/trunk/openutils-mgnlbootstrapsync/pom.xml magnoliamodules/trunk/openutils-mgnlcache/pom.xml magnoliamodules/trunk/openutils-mgnlcas/pom.xml magnoliamodules/trunk/openutils-mgnlcontextmenu/pom.xml magnoliamodules/trunk/openutils-mgnlcontrols/pom.xml magnoliamodules/trunk/openutils-mgnlcriteria/pom.xml magnoliamodules/trunk/openutils-mgnlgroovy/pom.xml magnoliamodules/trunk/openutils-mgnllms/pom.xml magnoliamodules/trunk/openutils-mgnlmail/pom.xml magnoliamodules/trunk/openutils-mgnlmedia/pom.xml magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/uri/MediaURI2RepositoryMapping.java magnoliamodules/trunk/openutils-mgnlmessages/pom.xml magnoliamodules/trunk/openutils-mgnlrepoutils/pom.xml magnoliamodules/trunk/openutils-mgnlrules/pom.xml magnoliamodules/trunk/openutils-mgnlstripes/pom.xml magnoliamodules/trunk/openutils-mgnlstruts11/pom.xml magnoliamodules/trunk/openutils-mgnltagcloud/pom.xml magnoliamodules/trunk/openutils-mgnltasks/pom.xml magnoliamodules/trunk/openutils-mgnlutils/pom.xml Modified: magnoliamodules/trunk/magnolia-test-webapp/pom.xml =================================================================== --- magnoliamodules/trunk/magnolia-test-webapp/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/magnolia-test-webapp/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -166,7 +166,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-mgnlstripes</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> @@ -265,7 +265,7 @@ </dependencies> </dependencyManagement> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> <stk.version>2.0</stk.version> <jackrabbit.version>2.4.1</jackrabbit.version> </properties> Modified: magnoliamodules/trunk/openutils-mgnlbootstrapsync/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlbootstrapsync/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlbootstrapsync/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -92,6 +92,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlcache/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlcache/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlcache/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -85,6 +85,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlcas/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlcas/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlcas/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -95,6 +95,6 @@ </repository> </repositories> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlcontextmenu/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlcontextmenu/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlcontextmenu/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -170,6 +170,6 @@ </repository> </repositories> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlcontrols/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlcontrols/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlcontrols/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -119,6 +119,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlcriteria/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlcriteria/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlcriteria/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -186,7 +186,7 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> <jackrabbit.version>2.4.1</jackrabbit.version> <jcr.version>2.0</jcr.version> </properties> Modified: magnoliamodules/trunk/openutils-mgnlgroovy/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlgroovy/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlgroovy/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -100,6 +100,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnllms/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnllms/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnllms/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -206,6 +206,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlmail/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmail/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlmail/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -108,6 +108,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlmedia/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlmedia/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -259,6 +259,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/uri/MediaURI2RepositoryMapping.java =================================================================== --- magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/uri/MediaURI2RepositoryMapping.java 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlmedia/src/main/java/net/sourceforge/openutils/mgnlmedia/media/uri/MediaURI2RepositoryMapping.java 2012-11-29 22:05:03 UTC (rev 4140) @@ -88,7 +88,7 @@ /** * Clean a handle. Remove double / and add always a leading /. */ - private String cleanHandle(String handle) + protected String cleanHandle(String handle) { if (!handle.startsWith("/")) { Modified: magnoliamodules/trunk/openutils-mgnlmessages/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlmessages/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlmessages/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -93,6 +93,11 @@ </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnlutils</artifactId> + <version>5.0.0</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-elfunctions</artifactId> <version>1.1.2</version> </dependency> @@ -127,6 +132,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlrepoutils/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlrepoutils/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlrepoutils/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -99,6 +99,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlrules/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlrules/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlrules/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -147,6 +147,6 @@ </repository> </repositories> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlstripes/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlstripes/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlstripes/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -105,6 +105,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlstruts11/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlstruts11/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -115,6 +115,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnltagcloud/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltagcloud/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnltagcloud/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -176,7 +176,7 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> <jackrabbit.version>2.4.1</jackrabbit.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnltasks/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnltasks/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnltasks/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -116,6 +116,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </project> \ No newline at end of file Modified: magnoliamodules/trunk/openutils-mgnlutils/pom.xml =================================================================== --- magnoliamodules/trunk/openutils-mgnlutils/pom.xml 2012-11-29 22:03:21 UTC (rev 4139) +++ magnoliamodules/trunk/openutils-mgnlutils/pom.xml 2012-11-29 22:05:03 UTC (rev 4140) @@ -159,6 +159,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.5.2</magnolia.version> + <magnolia.version>4.5.6</magnolia.version> </properties> </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. |
Revision: 4139 http://openutils.svn.sourceforge.net/openutils/?rev=4139&view=rev Author: fgiust Date: 2012-11-29 22:03:21 +0000 (Thu, 29 Nov 2012) Log Message: ----------- properly close browser Modified Paths: -------------- magnoliamodules/trunk/openutils-mgnltagcloud/src/main/java/net/sourceforge/openutils/mgnltagcloud/manager/TagCloudManager.java Modified: magnoliamodules/trunk/openutils-mgnltagcloud/src/main/java/net/sourceforge/openutils/mgnltagcloud/manager/TagCloudManager.java =================================================================== --- magnoliamodules/trunk/openutils-mgnltagcloud/src/main/java/net/sourceforge/openutils/mgnltagcloud/manager/TagCloudManager.java 2012-11-25 22:40:44 UTC (rev 4138) +++ magnoliamodules/trunk/openutils-mgnltagcloud/src/main/java/net/sourceforge/openutils/mgnltagcloud/manager/TagCloudManager.java 2012-11-29 22:03:21 UTC (rev 4139) @@ -213,22 +213,30 @@ br.setFacetSpec(propertyName, tagsSpec); Browsable browser = new BoboSubBrowser(boboReader); + try + { - // perform browse - BrowseResult result = browser.browse(br); + // perform browse + BrowseResult result = browser.browse(br); - // get tags - Map<String, FacetAccessible> facetMap = result.getFacetMap(); + // get tags + Map<String, FacetAccessible> facetMap = result.getFacetMap(); - FacetAccessible tagsFacets = facetMap.get(propertyName); - List<BrowseFacet> tagsVals = tagsFacets.getFacets(); + FacetAccessible tagsFacets = facetMap.get(propertyName); + List<BrowseFacet> tagsVals = tagsFacets.getFacets(); - // store them in tagCloud itself - tagCloud.setTags(new HashMap<String, Integer>()); - for (BrowseFacet bf : tagsVals) + // store them in tagCloud itself + tagCloud.setTags(new HashMap<String, Integer>()); + for (BrowseFacet bf : tagsVals) + { + tagCloud.getTags().put(bf.getValue(), bf.getHitCount()); + } + } + finally { - tagCloud.getTags().put(bf.getValue(), bf.getHitCount()); + browser.close(); } + } catch (RepositoryException ex) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-11-25 22:40:51
|
Revision: 4138 http://openutils.svn.sourceforge.net/openutils/?rev=4138&view=rev Author: fgiust Date: 2012-11-25 22:40:44 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml Modified: magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml =================================================================== --- magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml 2012-11-25 22:40:30 UTC (rev 4137) +++ magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml 2012-11-25 22:40:44 UTC (rev 4138) @@ -10,7 +10,7 @@ <artifactId>openutils-mgnlcontrols</artifactId> <name>Controls module for Magnolia CMS</name> <description>Additional controls that can be used in Magnolia dialogs</description> - <version>4.1.4</version> + <version>4.1.5-SNAPSHOT</version> <inceptionYear>2008</inceptionYear> <licenses> <license> @@ -24,9 +24,9 @@ <url>http://jira.openmindlab.com/browse/CONTROLS</url> </issueManagement> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.1.4</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.1.4</developerConnection> - <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.1.4</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44/openutils-mgnlcontrols</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44/openutils-mgnlcontrols</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlcontrols</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-11-25 22:40:36
|
Revision: 4137 http://openutils.svn.sourceforge.net/openutils/?rev=4137&view=rev Author: fgiust Date: 2012-11-25 22:40:30 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlcontrols-4.1.4 Added Paths: ----------- tags/openutils-mgnlcontrols-4.1.4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-11-25 22:40:00
|
Revision: 4136 http://openutils.svn.sourceforge.net/openutils/?rev=4136&view=rev Author: fgiust Date: 2012-11-25 22:39:53 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlcontrols-4.1.4 Modified Paths: -------------- magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml Modified: magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml =================================================================== --- magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml 2012-11-25 22:38:33 UTC (rev 4135) +++ magnoliamodules/branches/magnolia44/openutils-mgnlcontrols/pom.xml 2012-11-25 22:39:53 UTC (rev 4136) @@ -10,7 +10,7 @@ <artifactId>openutils-mgnlcontrols</artifactId> <name>Controls module for Magnolia CMS</name> <description>Additional controls that can be used in Magnolia dialogs</description> - <version>4.1.4-SNAPSHOT</version> + <version>4.1.4</version> <inceptionYear>2008</inceptionYear> <licenses> <license> @@ -24,9 +24,9 @@ <url>http://jira.openmindlab.com/browse/CONTROLS</url> </issueManagement> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44/openutils-mgnlcontrols</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44/openutils-mgnlcontrols</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-mgnlcontrols</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.1.4</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.1.4</developerConnection> + <url>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlcontrols-4.1.4</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-11-25 22:38:41
|
Revision: 4135 http://openutils.svn.sourceforge.net/openutils/?rev=4135&view=rev Author: fgiust Date: 2012-11-25 22:38:33 +0000 (Sun, 25 Nov 2012) Log Message: ----------- Blocked revisions 3780-3807,3817-3821,3823-3874,3878-3888,3914-3951,3955-3957,3959-3961,4001-4005,4007-4010,4012-4014,4016-4018,4020-4023,4025-4028,4030-4032,4034-4035,4111,4125-4130,4132 via svnmerge ................ r3780 | fgiust | 2012-03-10 22:55:32 +0100 (Sat, 10 Mar 2012) | 1 line update dependencies to magnolia 4.5 ................ r3781 | fgiust | 2012-03-10 23:22:36 +0100 (Sat, 10 Mar 2012) | 1 line initial cleanup ................ r3782 | fgiust | 2012-03-10 23:30:37 +0100 (Sat, 10 Mar 2012) | 1 line remove dependency from compatibility taglib ................ r3783 | fgiust | 2012-03-10 23:50:48 +0100 (Sat, 10 Mar 2012) | 1 line fix compilation ................ r3784 | fgiust | 2012-03-13 09:20:41 +0100 (Tue, 13 Mar 2012) | 1 line bump all versions to 5.0.0-SNAPSHOT ................ r3785 | diego_schivo | 2012-03-14 08:43:50 +0100 (Wed, 14 Mar 2012) | 1 line magnolia-test-webapp: fix Java Build Path Problems ................ r3786 | diego_schivo | 2012-03-14 08:47:31 +0100 (Wed, 14 Mar 2012) | 1 line AdvancedResultItemImpl: fix compile error ................ r3787 | diego_schivo | 2012-03-14 09:21:25 +0100 (Wed, 14 Mar 2012) | 1 line AclSearchIndexTest: fix compile error ................ r3788 | diego_schivo | 2012-03-14 10:23:48 +0100 (Wed, 14 Mar 2012) | 1 line AbstractRepositoryTestcase.initDefaultImplementations() (MgnlTestCase) ................ r3789 | diego_schivo | 2012-03-14 12:13:25 +0100 (Wed, 14 Mar 2012) | 1 line magnolia.properties: magnolia.author.key.location ................ r3790 | diego_schivo | 2012-03-14 12:20:36 +0100 (Wed, 14 Mar 2012) | 1 line magnolia-rendering, magnolia-module-dms ................ r3791 | diego_schivo | 2012-03-14 14:41:25 +0100 (Wed, 14 Mar 2012) | 1 line 5.0.0-SNAPSHOT ................ r3792 | diego_schivo | 2012-03-14 16:48:06 +0100 (Wed, 14 Mar 2012) | 1 line magnolia.version=4.5.1 ................ r3793 | diego_schivo | 2012-03-14 17:07:32 +0100 (Wed, 14 Mar 2012) | 1 line fix MgnlUtilsElFunctionsTest ................ r3794 | diego_schivo | 2012-03-15 07:50:32 +0100 (Thu, 15 Mar 2012) | 1 line MgnlUtilsElFunctions: MgnlContext.getSubject() ................ r3795 | diego_schivo | 2012-03-15 07:51:47 +0100 (Thu, 15 Mar 2012) | 1 line openutils-mgnlcas: fix compile errors ................ r3796 | diego_schivo | 2012-03-15 07:53:34 +0100 (Thu, 15 Mar 2012) | 1 line TagCloudManagerTest: import static ................ r3797 | diego_schivo | 2012-03-15 11:02:47 +0100 (Thu, 15 Mar 2012) | 1 line openutils-mgnlutils: ExtendedTemplate.getTemplateAvailability() ................ r3798 | diego_schivo | 2012-03-15 11:04:44 +0100 (Thu, 15 Mar 2012) | 1 line openutils-mgnlutils: AutoGenerateTemplateModel ................ r3799 | diego_schivo | 2012-03-15 11:21:48 +0100 (Thu, 15 Mar 2012) | 1 line openutils-mgnlmail: EmailFromPage ................ r3800 | diego_schivo | 2012-03-15 11:32:22 +0100 (Thu, 15 Mar 2012) | 1 line dependency: magnolia-templating-compatibility ................ r3801 | diego_schivo | 2012-03-15 11:32:49 +0100 (Thu, 15 Mar 2012) | 1 line EmailFromPage.java: revert ................ r3802 | diego_schivo | 2012-03-15 11:34:51 +0100 (Thu, 15 Mar 2012) | 1 line openutils-mgnlmessages: MagnoliaTemplatingUtilities ................ r3803 | diego_schivo | 2012-03-15 11:46:43 +0100 (Thu, 15 Mar 2012) | 1 line StudentLevelListener: MgnlContext.getSubject() ................ r3804 | diego_schivo | 2012-03-15 11:48:02 +0100 (Thu, 15 Mar 2012) | 1 line RenderingServingZipFilter ................ r3805 | diego_schivo | 2012-03-15 12:05:45 +0100 (Thu, 15 Mar 2012) | 1 line openutils-mgnlrules: magnolia-templating-compatibility dependency ................ r3806 | diego_schivo | 2012-03-15 12:07:59 +0100 (Thu, 15 Mar 2012) | 1 line StripesMagnoliaFilter: JCRSessionStrategy ................ r3807 | diego_schivo | 2012-03-15 12:21:19 +0100 (Thu, 15 Mar 2012) | 1 line MgnlActionResolver ................ r3817 | diego_schivo | 2012-03-19 09:34:15 +0100 (Mon, 19 Mar 2012) | 1 line SampleStripesActionBean ................ r3818 | diego_schivo | 2012-03-19 09:35:35 +0100 (Mon, 19 Mar 2012) | 1 line samples-stripes jsp ................ r3819 | diego_schivo | 2012-03-19 09:37:08 +0100 (Mon, 19 Mar 2012) | 1 line stripes mgnl-bootstrap-samples ................ r3820 | diego_schivo | 2012-03-19 09:38:37 +0100 (Mon, 19 Mar 2012) | 1 line StripesModuleVersionHandler: SamplesExtractionTask ................ r3821 | diego_schivo | 2012-03-19 09:46:05 +0100 (Mon, 19 Mar 2012) | 1 line header ................ r3823 | diego_schivo | 2012-03-19 10:03:18 +0100 (Mon, 19 Mar 2012) | 1 line StripesRenderer ................ r3824 | diego_schivo | 2012-03-19 10:18:47 +0100 (Mon, 19 Mar 2012) | 1 line StripesConfigurationPage ................ r3825 | diego_schivo | 2012-03-19 10:41:41 +0100 (Mon, 19 Mar 2012) | 1 line config.modules.stripes.templates.pages.samplestripes.xml ................ r3826 | diego_schivo | 2012-03-19 11:15:38 +0100 (Mon, 19 Mar 2012) | 1 line web.xml: ActionResolver.Packages ................ r3827 | diego_schivo | 2012-03-19 11:31:31 +0100 (Mon, 19 Mar 2012) | 1 line stripes renderer ................ r3828 | diego_schivo | 2012-03-19 11:44:33 +0100 (Mon, 19 Mar 2012) | 1 line ItemType.PAGE ................ r3829 | diego_schivo | 2012-03-20 10:01:40 +0100 (Tue, 20 Mar 2012) | 1 line SampleStrutsAction ................ r3830 | diego_schivo | 2012-03-20 10:04:20 +0100 (Tue, 20 Mar 2012) | 1 line struts-config.xml ................ r3831 | diego_schivo | 2012-03-20 16:31:59 +0100 (Tue, 20 Mar 2012) | 1 line MgnlStrutsModuleVersionHandler ................ r3832 | diego_schivo | 2012-03-20 16:33:00 +0100 (Tue, 20 Mar 2012) | 1 line mgnl-bootstrap-samples/struts11 ................ r3833 | diego_schivo | 2012-03-20 16:34:24 +0100 (Tue, 20 Mar 2012) | 1 line mgnl-files/templates/samples-struts11 ................ r3834 | diego_schivo | 2012-03-20 16:44:19 +0100 (Tue, 20 Mar 2012) | 1 line StripesRenderer: renderingCtx.getAppendable() ................ r3835 | diego_schivo | 2012-03-20 16:50:42 +0100 (Tue, 20 Mar 2012) | 1 line StrutsParagraph ................ r3836 | diego_schivo | 2012-03-20 16:54:18 +0100 (Tue, 20 Mar 2012) | 1 line StrutsRenderer ................ r3837 | diego_schivo | 2012-03-20 16:58:20 +0100 (Tue, 20 Mar 2012) | 1 line StrutsParagraphRegister ................ r3838 | diego_schivo | 2012-03-20 16:59:29 +0100 (Tue, 20 Mar 2012) | 1 line StrutsConfigurationPage ................ r3839 | diego_schivo | 2012-03-20 17:02:42 +0100 (Tue, 20 Mar 2012) | 1 line config.modules.struts11.renderers.struts.xml ................ r3840 | diego_schivo | 2012-03-20 17:03:16 +0100 (Tue, 20 Mar 2012) | 1 line config.modules.struts11.templates.pages.sampleStruts.xml ................ r3841 | diego_schivo | 2012-03-20 17:09:57 +0100 (Tue, 20 Mar 2012) | 1 line config.modules.struts11.templates.pages.samplestruts.xml ................ r3842 | diego_schivo | 2012-03-20 17:10:28 +0100 (Tue, 20 Mar 2012) | 1 line config.modules.struts11.templates.pages.samplestruts.xml ................ r3843 | diego_schivo | 2012-03-20 17:11:17 +0100 (Tue, 20 Mar 2012) | 1 line website.sample-struts.xml ................ r3844 | diego_schivo | 2012-03-20 17:13:42 +0100 (Tue, 20 Mar 2012) | 1 line struts-config.xml ................ r3845 | diego_schivo | 2012-03-20 17:14:00 +0100 (Tue, 20 Mar 2012) | 1 line web.xml: MgnlStrutsServlet ................ r3846 | diego_schivo | 2012-03-20 17:19:21 +0100 (Tue, 20 Mar 2012) | 1 line paragraph.jsp ................ r3847 | diego_schivo | 2012-03-20 17:21:55 +0100 (Tue, 20 Mar 2012) | 1 line website.samples-stripes.xml ................ r3848 | diego_schivo | 2012-03-20 17:27:48 +0100 (Tue, 20 Mar 2012) | 1 line StudentLevelListener ................ r3849 | diego_schivo | 2012-03-20 17:36:29 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlmail: EmailFromPage ................ r3850 | diego_schivo | 2012-03-20 17:50:46 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlmessages ................ r3851 | diego_schivo | 2012-03-20 17:56:11 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlrules ................ r3852 | diego_schivo | 2012-03-20 18:10:59 +0100 (Tue, 20 Mar 2012) | 1 line magnolia-test-webapp: pom.xml ................ r3853 | diego_schivo | 2012-03-20 18:29:35 +0100 (Tue, 20 Mar 2012) | 1 line stk.version=2.0 ................ r3854 | diego_schivo | 2012-03-20 18:36:30 +0100 (Tue, 20 Mar 2012) | 1 line magnolia-module-categorization ? ................ r3855 | diego_schivo | 2012-03-20 18:43:13 +0100 (Tue, 20 Mar 2012) | 1 line RoleManager.addPermission ................ r3856 | diego_schivo | 2012-03-20 19:07:25 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlcontextmenu components ................ r3857 | diego_schivo | 2012-03-20 19:08:02 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlcontrols components ................ r3858 | diego_schivo | 2012-03-20 19:08:25 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnllms components ................ r3859 | diego_schivo | 2012-03-20 19:08:40 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlmedia components ................ r3860 | diego_schivo | 2012-03-20 19:09:18 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlmessages components ................ r3861 | diego_schivo | 2012-03-20 19:09:48 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnlrules components ................ r3862 | diego_schivo | 2012-03-20 19:10:03 +0100 (Tue, 20 Mar 2012) | 1 line openutils-mgnltagcloud components ................ r3863 | diego_schivo | 2012-03-20 19:30:43 +0100 (Tue, 20 Mar 2012) | 1 line LmsTypesManager ................ r3864 | diego_schivo | 2012-03-20 19:31:23 +0100 (Tue, 20 Mar 2012) | 1 line ExpressionFunctionManager ................ r3865 | diego_schivo | 2012-03-20 19:36:48 +0100 (Tue, 20 Mar 2012) | 1 line ImageProcessorsManager ................ r3866 | diego_schivo | 2012-03-20 19:39:47 +0100 (Tue, 20 Mar 2012) | 1 line SimpleMediaAsset ................ r3867 | diego_schivo | 2012-03-20 19:42:08 +0100 (Tue, 20 Mar 2012) | 1 line SimpleMediaContentHandler ................ r3868 | diego_schivo | 2012-03-20 19:49:02 +0100 (Tue, 20 Mar 2012) | 1 line magnolia-module-categorization 1.2.1 ................ r3869 | diego_schivo | 2012-03-20 19:49:17 +0100 (Tue, 20 Mar 2012) | 1 line MediaUsedInManager ................ r3870 | diego_schivo | 2012-03-20 19:49:33 +0100 (Tue, 20 Mar 2012) | 1 line JackrabbitUtil ................ r3871 | diego_schivo | 2012-03-21 06:34:36 +0100 (Wed, 21 Mar 2012) | 1 line paragraph id ................ r3872 | diego_schivo | 2012-03-21 07:24:30 +0100 (Wed, 21 Mar 2012) | 1 line magnolia-templating-editor ................ r3873 | diego_schivo | 2012-03-21 07:27:39 +0100 (Wed, 21 Mar 2012) | 1 line cms, cmsfn ................ r3874 | diego_schivo | 2012-03-21 08:20:40 +0100 (Wed, 21 Mar 2012) | 1 line template.jsp, area.jsp, paragraph.jsp ................ r3878 | diego_schivo | 2012-03-21 12:56:37 +0100 (Wed, 21 Mar 2012) | 1 line StripesAwareParagraphManager ................ r3879 | diego_schivo | 2012-03-21 15:02:52 +0100 (Wed, 21 Mar 2012) | 1 line config.modules.stripes.templates.pages.samplestripes.xml ................ r3880 | diego_schivo | 2012-03-21 15:07:41 +0100 (Wed, 21 Mar 2012) | 1 line openutils-mgnlstruts11: template.jsp, area.jsp, paragraph.jsp ................ r3881 | diego_schivo | 2012-03-21 15:24:48 +0100 (Wed, 21 Mar 2012) | 1 line fix paragraph id ................ r3882 | diego_schivo | 2012-03-21 16:01:02 +0100 (Wed, 21 Mar 2012) | 1 line paragraph.jsp: content.text ................ r3883 | diego_schivo | 2012-03-21 16:07:52 +0100 (Wed, 21 Mar 2012) | 1 line StrutsRenderer extends JspRenderer ................ r3884 | diego_schivo | 2012-03-21 17:15:31 +0100 (Wed, 21 Mar 2012) | 1 line Content2BeanTest: fix NullPointerException ................ r3885 | diego_schivo | 2012-03-21 17:17:24 +0100 (Wed, 21 Mar 2012) | 1 line JcrContainsCriteriaSearchTest: fix NullPointerException ................ r3886 | diego_schivo | 2012-03-21 17:18:34 +0100 (Wed, 21 Mar 2012) | 1 line JcrContainsQuestionMarkTest: fix NullPointerException ................ r3887 | diego_schivo | 2012-03-21 17:19:22 +0100 (Wed, 21 Mar 2012) | 1 line OrderingTest: fix NullPointerException ................ r3888 | diego_schivo | 2012-03-21 17:20:10 +0100 (Wed, 21 Mar 2012) | 1 line PaginationTest: fix NullPointerException ................ r3914 | diego_schivo | 2012-04-06 11:13:57 +0200 (Fri, 06 Apr 2012) | 1 line magnolia.version=4.5.2 ................ r3915 | diego_schivo | 2012-04-06 14:04:57 +0200 (Fri, 06 Apr 2012) | 1 line java.lang.NoSuchFieldException: accessManager ................ r3916 | diego_schivo | 2012-04-06 14:46:03 +0200 (Fri, 06 Apr 2012) | 1 line AccessibleResultItemResultIterator: PermissionUtil.isGranted ................ r3917 | diego_schivo | 2012-04-06 15:07:00 +0200 (Fri, 06 Apr 2012) | 1 line SecuritySupport ................ r3918 | diego_schivo | 2012-04-06 15:19:58 +0200 (Fri, 06 Apr 2012) | 1 line MgnlUserManager ................ r3919 | diego_schivo | 2012-04-06 15:29:21 +0200 (Fri, 06 Apr 2012) | 1 line anonymous ................ r3920 | diego_schivo | 2012-04-06 15:32:27 +0200 (Fri, 06 Apr 2012) | 1 line SystemUserManager ................ r3921 | diego_schivo | 2012-04-06 15:36:59 +0200 (Fri, 06 Apr 2012) | 1 line userroles.anonymous.xml ................ r3922 | diego_schivo | 2012-04-06 15:58:35 +0200 (Fri, 06 Apr 2012) | 1 line testGetContent ................ r3923 | diego_schivo | 2012-04-06 16:00:30 +0200 (Fri, 06 Apr 2012) | 1 line AccessibleResultItemResultIteratorTest ................ r3924 | diego_schivo | 2012-04-06 16:04:41 +0200 (Fri, 06 Apr 2012) | 1 line XPathTextUtils ................ r3925 | diego_schivo | 2012-04-06 16:05:47 +0200 (Fri, 06 Apr 2012) | 1 line MagnoliaCriteriaTest.java ................ r3926 | diego_schivo | 2012-04-06 16:28:06 +0200 (Fri, 06 Apr 2012) | 1 line criteria tests ................ r3927 | diego_schivo | 2012-04-06 16:28:43 +0200 (Fri, 06 Apr 2012) | 1 line AccessibleResultItemResultIteratorTest ................ r3928 | diego_schivo | 2012-04-06 17:16:10 +0200 (Fri, 06 Apr 2012) | 1 line AclSearchIndexTest ................ r3929 | diego_schivo | 2012-04-06 17:27:43 +0200 (Fri, 06 Apr 2012) | 1 line ImageUtilsTest ................ r3930 | diego_schivo | 2012-04-06 17:46:15 +0200 (Fri, 06 Apr 2012) | 1 line jackrabbit.version=2.4.1 (https://issues.apache.org/jira/browse/JCR-3236 Can not instantiate lucene Analyzer in SearchIndex) ................ r3931 | diego_schivo | 2012-04-10 08:31:49 +0200 (Tue, 10 Apr 2012) | 1 line bobo-browse 2.5.1 ................ r3932 | diego_schivo | 2012-04-10 09:18:36 +0200 (Tue, 10 Apr 2012) | 1 line HierarchyBoboIndexReader, TagCloudManager ................ r3933 | diego_schivo | 2012-04-10 09:20:56 +0200 (Tue, 10 Apr 2012) | 1 line BoboSubBrowser ................ r3934 | diego_schivo | 2012-04-10 09:21:30 +0200 (Tue, 10 Apr 2012) | 1 line useSubReaders = false ................ r3935 | diego_schivo | 2012-04-10 09:50:50 +0200 (Tue, 10 Apr 2012) | 1 line fix testGetCachedTagCloud ................ r3936 | diego_schivo | 2012-04-10 10:07:28 +0200 (Tue, 10 Apr 2012) | 1 line config.modules.media.templates.pages.sampleSimpleMedia.xml ................ r3937 | diego_schivo | 2012-04-10 10:14:26 +0200 (Tue, 10 Apr 2012) | 1 line media sample paragraphs ................ r3938 | diego_schivo | 2012-04-10 10:17:30 +0200 (Tue, 10 Apr 2012) | 1 line template.jsp ................ r3939 | diego_schivo | 2012-04-10 10:19:20 +0200 (Tue, 10 Apr 2012) | 1 line area.jsp ................ r3940 | diego_schivo | 2012-04-10 10:26:47 +0200 (Tue, 10 Apr 2012) | 1 line media:pages/sampleSimpleMedia ................ r3941 | diego_schivo | 2012-04-10 10:32:20 +0200 (Tue, 10 Apr 2012) | 1 line jsp namespaces ................ r3942 | diego_schivo | 2012-04-10 10:41:44 +0200 (Tue, 10 Apr 2012) | 1 line mgnl:component ................ r3943 | diego_schivo | 2012-04-10 10:45:03 +0200 (Tue, 10 Apr 2012) | 1 line paragraph-grid.jsp ................ r3944 | diego_schivo | 2012-04-10 10:50:55 +0200 (Tue, 10 Apr 2012) | 1 line taglibs ................ r3945 | diego_schivo | 2012-04-10 10:58:47 +0200 (Tue, 10 Apr 2012) | 1 line cms, cmsfn ................ r3946 | diego_schivo | 2012-04-10 11:10:22 +0200 (Tue, 10 Apr 2012) | 1 line cms:out, cms:setNode ................ r3947 | diego_schivo | 2012-04-10 11:19:31 +0200 (Tue, 10 Apr 2012) | 1 line mu:canEdit() ................ r3948 | diego_schivo | 2012-04-10 11:22:13 +0200 (Tue, 10 Apr 2012) | 1 line crop.tag ................ r3949 | diego_schivo | 2012-04-10 11:24:40 +0200 (Tue, 10 Apr 2012) | 1 line paragraph-playlist.jsp ................ r3950 | diego_schivo | 2012-04-10 11:34:57 +0200 (Tue, 10 Apr 2012) | 1 line paragraph-grid.jsp ................ r3951 | diego_schivo | 2012-04-10 11:45:10 +0200 (Tue, 10 Apr 2012) | 1 line mgnl:area ................ r3955 | fgiust | 2012-05-05 19:14:37 +0200 (Sat, 05 May 2012) | 1 line remove the mobile module from build ................ r3956 | fgiust | 2012-05-06 11:05:58 +0200 (Sun, 06 May 2012) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-3779" from https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44 ................ r3957 | fgiust | 2012-05-06 11:09:36 +0200 (Sun, 06 May 2012) | 1 line update old configuration files ................ r3959 | fgiust | 2012-05-06 14:36:44 +0200 (Sun, 06 May 2012) | 1 line update test configuration ................ r3960 | fgiust | 2012-05-06 14:39:22 +0200 (Sun, 06 May 2012) | 76 lines Blocked revisions 3808,3813-3814,3893,3895-3898,3900-3901,3903,3905-3907,3909-3911,3913 via svnmerge ........ r3808 | diego_schivo | 2012-03-16 11:41:38 +0100 (Fri, 16 Mar 2012) | 1 line pom.xml ........ r3813 | diego_schivo | 2012-03-16 14:19:31 +0100 (Fri, 16 Mar 2012) | 1 line magnolia-test-webapp pom.xml ........ r3814 | diego_schivo | 2012-03-16 14:35:49 +0100 (Fri, 16 Mar 2012) | 1 line magnolia.version=4.4.6 ........ r3893 | fgiust | 2012-04-04 18:03:53 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlcriteria-3.3.4 ........ r3895 | fgiust | 2012-04-04 18:04:20 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3896 | fgiust | 2012-04-04 18:08:39 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] rollback the release of openutils-mgnlcriteria-3.3.4 ........ r3897 | fgiust | 2012-04-04 18:11:16 +0200 (Wed, 04 Apr 2012) | 1 line fix SCM urls ........ r3898 | fgiust | 2012-04-04 18:12:58 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlcriteria-3.3.4 ........ r3900 | fgiust | 2012-04-04 18:13:35 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3901 | fgiust | 2012-04-04 18:16:51 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] rollback the release of openutils-mgnlcriteria-3.3.4 ........ r3903 | fgiust | 2012-04-04 18:19:14 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlcriteria-3.3.4 ........ r3905 | fgiust | 2012-04-04 18:19:41 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3906 | fgiust | 2012-04-04 18:28:05 +0200 (Wed, 04 Apr 2012) | 1 line update dependencies ........ r3907 | fgiust | 2012-04-04 18:28:48 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnllms-2.0.0 ........ r3909 | fgiust | 2012-04-04 18:29:15 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3910 | fgiust | 2012-04-04 18:34:43 +0200 (Wed, 04 Apr 2012) | 1 line update dependencies ........ r3911 | fgiust | 2012-04-04 18:35:51 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlmedia-4.5.1 ........ r3913 | fgiust | 2012-04-04 18:36:17 +0200 (Wed, 04 Apr 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ ................ r3961 | fgiust | 2012-05-06 15:05:28 +0200 (Sun, 06 May 2012) | 71 lines Merged revisions 3809-3812,3815-3816,3875-3877,3889-3890,3892,3952-3954,3958 via svnmerge from https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44 ........ r3809 | diego_schivo | 2012-03-16 11:58:18 +0100 (Fri, 16 Mar 2012) | 1 line MEDIA-279 LockUtils ........ r3810 | diego_schivo | 2012-03-16 12:10:27 +0100 (Fri, 16 Mar 2012) | 1 line MEDIA-279 ImageUtils ........ r3811 | diego_schivo | 2012-03-16 12:19:32 +0100 (Fri, 16 Mar 2012) | 1 line MEDIA-279 MediaModule: maxConcurrentThreads ........ r3812 | diego_schivo | 2012-03-16 12:21:07 +0100 (Fri, 16 Mar 2012) | 1 line MEDIA-279 MediaEl.module().getLocks().nextLock() ........ r3815 | diego_schivo | 2012-03-16 15:19:26 +0100 (Fri, 16 Mar 2012) | 1 line MEDIA-278 The first tab is not displayed in a LayerDialogMVC ........ r3816 | diego_schivo | 2012-03-16 15:31:29 +0100 (Fri, 16 Mar 2012) | 1 line MEDIA-278 The first tab is not displayed in a LayerDialogMVC ........ r3875 | carlocolombo | 2012-03-21 11:19:59 +0100 (Wed, 21 Mar 2012) | 1 line renamed lms to mgnllms, path and references ........ r3876 | carlocolombo | 2012-03-21 11:29:16 +0100 (Wed, 21 Mar 2012) | 1 line renamed lms to mgnlms ........ r3877 | carlocolombo | 2012-03-21 11:32:50 +0100 (Wed, 21 Mar 2012) | 1 line renamed lms to mgnlms ........ r3889 | carlocolombo | 2012-03-21 17:47:52 +0100 (Wed, 21 Mar 2012) | 1 line removed lms folders ........ r3890 | diego_schivo | 2012-03-27 09:57:02 +0200 (Tue, 27 Mar 2012) | 1 line MESSAGES-17 Dropdown options may not contain the selected language ........ r3892 | fgiust | 2012-04-04 18:02:23 +0200 (Wed, 04 Apr 2012) | 1 line CRIT-48 fix regression similar to CRIT-40 ........ r3952 | carlocolombo | 2012-04-16 16:24:24 +0200 (Mon, 16 Apr 2012) | 3 lines Mapped url starting with /scorm to lms repository (previously lms -> lms) updated scormPlayerPage to use url2repositoryMapping to retrieve correct repository update js to open page with mgnlRepository=scorm ........ r3953 | carlocolombo | 2012-04-19 16:31:49 +0200 (Thu, 19 Apr 2012) | 1 line lms -> scorm ........ r3954 | diego_schivo | 2012-05-04 15:38:43 +0200 (Fri, 04 May 2012) | 1 line CONTROLS-46 Grid control: combo column type showing labels instead of values ........ r3958 | fgiust | 2012-05-06 14:20:23 +0200 (Sun, 06 May 2012) | 1 line MEDIA-285 remove usage of com.sun.image.codec.jpeg.JPEGCodec ........ ................ r4001 | fgiust | 2012-05-06 18:35:53 +0200 (Sun, 06 May 2012) | 92 lines Blocked revisions 3963,3966-3967,3969-3971,3976,3978-3980,3982-3985,3987-3988,3992,3994-3995,3997,3999-4000 via svnmerge ........ r3963 | fgiust | 2012-05-06 15:29:26 +0200 (Sun, 06 May 2012) | 1 line update module versions ........ r3966 | fgiust | 2012-05-06 15:57:03 +0200 (Sun, 06 May 2012) | 1 line magnolia 4.4.7 ........ r3967 | fgiust | 2012-05-06 15:57:56 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnltasks-4.1.3 ........ r3969 | fgiust | 2012-05-06 15:58:22 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3970 | fgiust | 2012-05-06 16:06:11 +0200 (Sun, 06 May 2012) | 1 line update versions ........ r3971 | fgiust | 2012-05-06 16:13:55 +0200 (Sun, 06 May 2012) | 1 line add criteria dependency ........ r3976 | fgiust | 2012-05-06 17:12:49 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlutils-1.1.0 ........ r3978 | fgiust | 2012-05-06 17:13:16 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3979 | fgiust | 2012-05-06 17:17:45 +0200 (Sun, 06 May 2012) | 1 line update versions ........ r3980 | fgiust | 2012-05-06 17:19:41 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlcontrols-4.1.3 ........ r3982 | fgiust | 2012-05-06 17:20:08 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3983 | fgiust | 2012-05-06 17:25:18 +0200 (Sun, 06 May 2012) | 1 line update versions ........ r3984 | fgiust | 2012-05-06 17:25:59 +0200 (Sun, 06 May 2012) | 1 line update criteria ........ r3985 | fgiust | 2012-05-06 17:26:57 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlmessages-4.2.4 ........ r3987 | fgiust | 2012-05-06 17:27:24 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3988 | fgiust | 2012-05-06 17:32:26 +0200 (Sun, 06 May 2012) | 1 line update versions ........ r3992 | fgiust | 2012-05-06 18:13:09 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlgroovy-2.0.0 ........ r3994 | fgiust | 2012-05-06 18:13:36 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r3995 | fgiust | 2012-05-06 18:17:47 +0200 (Sun, 06 May 2012) | 1 line update version ........ r3997 | fgiust | 2012-05-06 18:21:49 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlmedia-4.5.2 ........ r3999 | fgiust | 2012-05-06 18:22:16 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ r4000 | fgiust | 2012-05-06 18:26:56 +0200 (Sun, 06 May 2012) | 1 line update version ........ ................ r4002 | fgiust | 2012-05-06 18:58:51 +0200 (Sun, 06 May 2012) | 49 lines Merged revisions 3962,3964-3965,3972-3975,3989-3991,3996 via svnmerge from https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44 ........ r3962 | fgiust | 2012-05-06 15:15:55 +0200 (Sun, 06 May 2012) | 1 line avoid NPEs ........ r3964 | fgiust | 2012-05-06 15:39:32 +0200 (Sun, 06 May 2012) | 1 line TASKS-13 Conditional bootstrap of -dev folders for multiple modules ........ r3965 | fgiust | 2012-05-06 15:54:05 +0200 (Sun, 06 May 2012) | 1 line TASKS-14 Alternative DevelopmentUtilsPage for exporting to multiple folders ........ r3972 | fgiust | 2012-05-06 16:21:17 +0200 (Sun, 06 May 2012) | 1 line MEDIA-285 remove usage of com.sun.image.codec.jpeg.JPEGCodec ........ r3973 | fgiust | 2012-05-06 16:35:22 +0200 (Sun, 06 May 2012) | 1 line MEDIA-285 remove usage of com.sun.image.codec.jpeg.JPEGCodec ........ r3974 | fgiust | 2012-05-06 16:42:42 +0200 (Sun, 06 May 2012) | 1 line MGNLUTILS-33 new contentByUUID() EL function ........ r3975 | fgiust | 2012-05-06 17:11:04 +0200 (Sun, 06 May 2012) | 1 line MGNLUTILS-34 Add methods from info.magnolia.cms.taglibs.CmsFunctions ........ r3989 | fgiust | 2012-05-06 18:02:06 +0200 (Sun, 06 May 2012) | 1 line GROOVY-7 brand new console - menu config ........ r3990 | fgiust | 2012-05-06 18:05:47 +0200 (Sun, 06 May 2012) | 1 line update groovy version ........ r3991 | fgiust | 2012-05-06 18:12:41 +0200 (Sun, 06 May 2012) | 1 line GROOVY-7 new icon ........ r3996 | fgiust | 2012-05-06 18:20:26 +0200 (Sun, 06 May 2012) | 1 line compilation fix ........ ................ r4003 | fgiust | 2012-05-06 19:05:25 +0200 (Sun, 06 May 2012) | 1 line renaming bundle ................ r4004 | fgiust | 2012-05-06 19:07:28 +0200 (Sun, 06 May 2012) | 1 line add "for magnolia 4.5" in bundle names ................ r4005 | fgiust | 2012-05-06 19:08:50 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlcriteria-5.0.0 ................ r4007 | fgiust | 2012-05-06 19:09:15 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4008 | fgiust | 2012-05-06 19:14:40 +0200 (Sun, 06 May 2012) | 1 line update versions ................ r4009 | fgiust | 2012-05-06 19:15:04 +0200 (Sun, 06 May 2012) | 1 line ignores ................ r4010 | fgiust | 2012-05-06 19:16:17 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnltasks-5.0.0 ................ r4012 | fgiust | 2012-05-06 19:16:45 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4013 | fgiust | 2012-05-06 19:21:07 +0200 (Sun, 06 May 2012) | 1 line update versions ................ r4014 | fgiust | 2012-05-06 19:23:12 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlutils-5.0.0 ................ r4016 | fgiust | 2012-05-06 19:23:39 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4017 | fgiust | 2012-05-06 19:26:41 +0200 (Sun, 06 May 2012) | 1 line update versions ................ r4018 | fgiust | 2012-05-06 19:27:52 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlcontrols-5.0.0 ................ r4020 | fgiust | 2012-05-06 19:28:18 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4021 | fgiust | 2012-05-06 19:31:31 +0200 (Sun, 06 May 2012) | 1 line update versions ................ r4022 | fgiust | 2012-05-06 19:36:42 +0200 (Sun, 06 May 2012) | 1 line upgrade module dependencies ................ r4023 | fgiust | 2012-05-06 19:38:10 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlmessages-5.0.0 ................ r4025 | fgiust | 2012-05-06 19:38:38 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4026 | fgiust | 2012-05-06 19:41:31 +0200 (Sun, 06 May 2012) | 1 line update version ................ r4027 | fgiust | 2012-05-06 19:42:36 +0200 (Sun, 06 May 2012) | 1 line fix version ................ r4028 | fgiust | 2012-05-06 19:43:06 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlgroovy-5.0.0 ................ r4030 | fgiust | 2012-05-06 19:43:32 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4031 | fgiust | 2012-05-06 19:44:06 +0200 (Sun, 06 May 2012) | 1 line update version ................ r4032 | fgiust | 2012-05-06 19:47:43 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlmedia-5.0.0 ................ r4034 | fgiust | 2012-05-06 19:48:10 +0200 (Sun, 06 May 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ r4035 | fgiust | 2012-05-06 19:50:05 +0200 (Sun, 06 May 2012) | 1 line update version ................ r4111 | diego_schivo | 2012-07-25 12:01:43 +0200 (Wed, 25 Jul 2012) | 1 line openutils-mgnlcontextmenu dependecy on openutils-mgnlmedia: fix version ................ r4125 | fgiust | 2012-10-31 15:44:53 +0100 (Wed, 31 Oct 2012) | 20 lines Blocked revisions 4036,4051-4052,4054 via svnmerge ........ r4036 | fgiust | 2012-05-15 21:48:16 +0200 (Tue, 15 May 2012) | 1 line hasChildren -> hasContent ........ r4051 | dfghi | 2012-05-25 18:16:57 +0200 (Fri, 25 May 2012) | 1 line CONTROLS-48 Backport 4049: Disabled insert/remove icons when the add rows is disabled (it means the number of rows is fixed). ........ r4052 | dfghi | 2012-05-25 18:24:35 +0200 (Fri, 25 May 2012) | 1 line CONTROLS-47 Backport of r4050: Extended combobox to prevent value display in some cases. ........ r4054 | dfghi | 2012-05-28 10:37:33 +0200 (Mon, 28 May 2012) | 1 line CONTROLS-38 Backport of r4053: "Paste form excel" and "clear all" now can be disabled. ........ ................ r4126 | fgiust | 2012-10-31 16:04:57 +0100 (Wed, 31 Oct 2012) | 17 lines Merged revisions 4055,4064-4065 via svnmerge from https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44 ........ r4055 | diego_schivo | 2012-05-28 15:52:12 +0200 (Mon, 28 May 2012) | 1 line CONTROLS-49 Paste from spreadsheet: javascript error ........ r4064 | fgiust | 2012-06-12 10:50:52 +0200 (Tue, 12 Jun 2012) | 1 line MEDIA-281 Support wildcards in search ........ r4065 | fgiust | 2012-06-12 14:52:53 +0200 (Tue, 12 Jun 2012) | 1 line update pdfbox version ........ ................ r4127 | fgiust | 2012-10-31 16:13:06 +0100 (Wed, 31 Oct 2012) | 12 lines Blocked revisions 4066,4068 via svnmerge ........ r4066 | fgiust | 2012-06-12 14:54:05 +0200 (Tue, 12 Jun 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlmedia-4.5.3 ........ r4068 | fgiust | 2012-06-12 14:55:08 +0200 (Tue, 12 Jun 2012) | 1 line [maven-release-plugin] prepare for next development iteration ........ ................ r4128 | fgiust | 2012-10-31 17:04:15 +0100 (Wed, 31 Oct 2012) | 65 lines Merged revisions 4104-4110,4112-4116,4121-4123 via svnmerge from https://openutils.svn.sourceforge.net/svnroot/openutils/magnoliamodules/branches/magnolia44 ........ r4104 | diego_schivo | 2012-07-17 18:11:00 +0200 (Tue, 17 Jul 2012) | 1 line MESSAGES-18 Add unit-test for RepositoryMessagesImpl ........ r4105 | diego_schivo | 2012-07-17 18:55:29 +0200 (Tue, 17 Jul 2012) | 1 line MESSAGES-19 RepositoryMessagesImplTest.testFixIllegalArgumentExceptionOnJackrabbit2_4_1() ........ r4106 | diego_schivo | 2012-07-17 18:56:01 +0200 (Tue, 17 Jul 2012) | 1 line MESSAGES-19 RepositoryMessagesImpl fix ........ r4107 | diego_schivo | 2012-07-18 15:38:26 +0200 (Wed, 18 Jul 2012) | 1 line CONTROLS-51 Grid: add the possibility to store editcode columns into binary properties ........ r4108 | diego_schivo | 2012-07-18 16:34:39 +0200 (Wed, 18 Jul 2012) | 1 line CONTROLS-51 fileNodeName ........ r4109 | diego_schivo | 2012-07-18 17:17:12 +0200 (Wed, 18 Jul 2012) | 1 line CONTROLS-51 EditCodeGridColumnType: escapeEditCodeGridColumnValue, unescapeEditCodeGridColumnValue ........ r4110 | diego_schivo | 2012-07-18 17:28:52 +0200 (Wed, 18 Jul 2012) | 1 line CONTROLS-51 grid-editcode.html: ' ........ r4112 | diego_schivo | 2012-08-20 11:41:28 +0200 (Mon, 20 Aug 2012) | 1 line CONTROLS-52: UUIDLinkField.js ........ r4113 | diego_schivo | 2012-08-20 12:21:41 +0200 (Mon, 20 Aug 2012) | 1 line CONTROLS-53 Grid control: insert module version into url of column-type javascript files ........ r4114 | diego_schivo | 2012-08-23 17:55:12 +0200 (Thu, 23 Aug 2012) | 1 line CONTROLS-53 Grid control: insert module version into url of column-type javascript files ........ r4115 | diego_schivo | 2012-09-28 18:16:33 +0200 (Fri, 28 Sep 2012) | 1 line TAGCLOUD-19 tagcloud.tld: java.util.Map ........ r4116 | fgiust | 2012-10-05 17:37:55 +0200 (Fri, 05 Oct 2012) | 1 line upgrade to lucene 3 ........ r4121 | fgiust | 2012-10-31 15:04:49 +0100 (Wed, 31 Oct 2012) | 1 line fix "repositories" property ........ r4122 | fgiust | 2012-10-31 15:15:59 +0100 (Wed, 31 Oct 2012) | 1 line fix logo using new media APIs ........ r4123 | fgiust | 2012-10-31 15:19:51 +0100 (Wed, 31 Oct 2012) | 1 line compile fix ........ ................ r4129 | fgiust | 2012-11-01 22:52:20 +0100 (Thu, 01 Nov 2012) | 1 line update cas client version ................ r4130 | fgiust | 2012-11-01 22:53:29 +0100 (Thu, 01 Nov 2012) | 1 line [maven-release-plugin] prepare release openutils-mgnlstripes-5.0.0 ................ r4132 | fgiust | 2012-11-01 22:54:02 +0100 (Thu, 01 Nov 2012) | 1 line [maven-release-plugin] prepare for next development iteration ................ Revision Links: -------------- http://openutils.svn.sourceforge.net/openutils/?rev=3780&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3781&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3782&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3783&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3784&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3785&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3786&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3787&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3788&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3789&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3790&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3791&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3792&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3793&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3794&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3795&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3796&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3797&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3798&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3799&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3800&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3801&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3802&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3803&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3804&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3805&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3806&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3807&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3817&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3818&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3819&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3820&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3821&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3823&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3824&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3825&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3826&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3827&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3828&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3829&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3830&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3831&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3832&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3833&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3834&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3835&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3836&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3837&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3838&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3839&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3840&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3841&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3842&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3843&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3844&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3845&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3846&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3847&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3848&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3849&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3850&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3851&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3852&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3853&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3854&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3855&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3856&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3857&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3858&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3859&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3860&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3861&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3862&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3863&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3864&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3865&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3866&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3867&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3868&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3869&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3870&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3871&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3872&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3873&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3874&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3878&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3879&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3880&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3881&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3882&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3883&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3884&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3885&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3886&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3887&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3888&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3914&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3915&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3916&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3917&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3918&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3919&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3920&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3921&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3922&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3923&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3924&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3925&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3926&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3927&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3928&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3929&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3930&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3931&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3932&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3933&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3934&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3935&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3936&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3937&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3938&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3939&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3940&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3941&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3942&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3943&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3944&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3945&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3946&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3947&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3948&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3949&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3950&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3951&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3955&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3956&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3957&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3959&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3960&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3808&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3813&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3814&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3893&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3895&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3896&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3897&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3898&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3900&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3901&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3903&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3905&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3906&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3907&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3909&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3910&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3911&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3913&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3961&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3809&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3810&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3811&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3812&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3815&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3816&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3875&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3876&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3877&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3889&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3890&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3892&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3952&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3953&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3954&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3958&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4001&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3963&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3966&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3967&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3969&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3970&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3971&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3976&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3978&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3979&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3980&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3982&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3983&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3984&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3985&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3987&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3988&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3992&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3994&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3995&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3997&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3999&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4000&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4002&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3962&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3964&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3965&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3972&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3973&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3974&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3975&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3989&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3990&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3991&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=3996&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4003&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4004&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4005&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4007&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4008&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4009&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4010&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4012&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4013&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4014&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4016&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4017&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4018&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4020&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4021&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4022&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4023&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4025&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4026&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4027&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4028&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4030&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4031&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4032&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4034&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4035&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4111&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4125&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4036&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4051&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4052&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4050&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4054&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4053&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4126&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4055&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4064&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4065&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4127&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4066&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4068&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4128&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4104&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4105&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4106&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4107&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4108&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4109&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4110&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4112&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4113&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4114&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4115&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4116&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4121&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4122&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4123&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4129&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4130&view=rev http://openutils.svn.sourceforge.net/openutils/?rev=4132&view=rev Property Changed: ---------------- magnoliamodules/branches/magnolia44/ Property changes on: magnoliamodules/branches/magnolia44 ___________________________________________________________________ Modified: svnmerge-blocked - /magnoliamodules/trunk:3780-3807,3817-3820,3823-3874,3878-3888,3914-3951,3955,3957,3959,4003-4005,4007-4010,4012-4014,4016-4018,4020-4023,4025-4028,4030-4032,4034-4035,4111 + /magnoliamodules/trunk:3780-3807,3817-3821,3823-3874,3878-3888,3914-3951,3955-3957,3959-3961,4001-4005,4007-4010,4012-4014,4016-4018,4020-4023,4025-4028,4030-4032,4034-4035,4111,4125-4130,4132 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2012-11-25 22:08:15
|
Revision: 4134 http://openutils.svn.sourceforge.net/openutils/?rev=4134&view=rev Author: fgiust Date: 2012-11-25 22:08:09 +0000 (Sun, 25 Nov 2012) Log Message: ----------- merge Property Changed: ---------------- magnoliamodules/branches/magnolia44/ Property changes on: magnoliamodules/branches/magnolia44 ___________________________________________________________________ Modified: svnmerge-integrated - /magnoliamodules/trunk:1-3778 + /magnoliamodules/trunk:1-3778,4049-4053 Added: svn:mergeinfo + /magnoliamodules/trunk:4049-4053 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |