[HippoCMS-scm] [58810] attic/forge/rating-field/trunk: HIPFORGE-99 move rating-field code back from GitHub to SVN attic.

2017-04-24 Thread jhoffman
Revision: 58810
Author:   jhoffman
Date: 2017-04-24 11:06:49 +0200 (Mon, 24 Apr 2017)
Log Message:
---
HIPFORGE-99 move rating-field code back from GitHub to SVN attic. Plugin is 
unmaintained after all.

Added Paths:
---
attic/forge/rating-field/trunk/addon/
attic/forge/rating-field/trunk/addon/pom.xml
attic/forge/rating-field/trunk/addon/src/
attic/forge/rating-field/trunk/addon/src/main/
attic/forge/rating-field/trunk/addon/src/main/java/
attic/forge/rating-field/trunk/addon/src/main/java/org/
attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/
attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/forge/

attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/forge/rating/

attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/forge/rating/RatingPlugin.html

attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/forge/rating/RatingPlugin.java

attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/forge/rating/model/

attic/forge/rating-field/trunk/addon/src/main/java/org/onehippo/forge/rating/model/Rating.java
attic/forge/rating-field/trunk/addon/src/main/resources/

attic/forge/rating-field/trunk/addon/src/main/resources/hippoecm-extension.xml
attic/forge/rating-field/trunk/addon/src/main/resources/type-rating.xml
attic/forge/rating-field/trunk/addon/src/test/
attic/forge/rating-field/trunk/addon/src/test/java/
attic/forge/rating-field/trunk/addon/src/test/java/org/
attic/forge/rating-field/trunk/addon/src/test/java/org/onehippo/
attic/forge/rating-field/trunk/addon/src/test/java/org/onehippo/forge/

attic/forge/rating-field/trunk/addon/src/test/java/org/onehippo/forge/rating/

attic/forge/rating-field/trunk/addon/src/test/java/org/onehippo/forge/rating/model/

attic/forge/rating-field/trunk/addon/src/test/java/org/onehippo/forge/rating/model/RatingTest.java
attic/forge/rating-field/trunk/cms/
attic/forge/rating-field/trunk/cms/README.txt
attic/forge/rating-field/trunk/cms/clean.sh
attic/forge/rating-field/trunk/cms/eclipse.sh
attic/forge/rating-field/trunk/cms/jetty/
attic/forge/rating-field/trunk/cms/jetty/atomikos-util-3.1.4.jar
attic/forge/rating-field/trunk/cms/jetty/geronimo-jta_1.1_spec-1.1.jar
attic/forge/rating-field/trunk/cms/jetty/transactions-3.1.4.jar
attic/forge/rating-field/trunk/cms/jetty/transactions-api-3.1.4.jar
attic/forge/rating-field/trunk/cms/jetty/transactions-jta-3.1.4.jar
attic/forge/rating-field/trunk/cms/pom.xml
attic/forge/rating-field/trunk/cms/src/
attic/forge/rating-field/trunk/cms/src/main/
attic/forge/rating-field/trunk/cms/src/main/webapp/
attic/forge/rating-field/trunk/cms/src/main/webapp/WEB-INF/
attic/forge/rating-field/trunk/cms/src/main/webapp/WEB-INF/web.xml
attic/forge/rating-field/trunk/pom.xml

Removed Paths:
-
attic/forge/rating-field/trunk/MOVED.txt

Deleted: attic/forge/rating-field/trunk/MOVED.txt
===
--- attic/forge/rating-field/trunk/MOVED.txt2017-03-03 08:46:31 UTC (rev 
58809)
+++ attic/forge/rating-field/trunk/MOVED.txt2017-04-24 09:06:49 UTC (rev 
58810)
@@ -1 +0,0 @@
-Moved to https://github.com/onehippo-forge/rating-field

Added: attic/forge/rating-field/trunk/addon/pom.xml
===
--- attic/forge/rating-field/trunk/addon/pom.xml
(rev 0)
+++ attic/forge/rating-field/trunk/addon/pom.xml2017-04-24 09:06:49 UTC 
(rev 58810)
@@ -0,0 +1,148 @@
+
+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";>
+  4.0.0
+
+  
+org.onehippo.forge
+rating
+1.01.00-SNAPSHOT
+  
+
+  Rating Editor Plugin
+  Rating Editor Plugin
+  org.onehippo.forge
+  rating-addon
+  jar
+
+  
+
+  org.hippoecm
+  hippo-ecm-addon-editor-frontend
+
+
+  org.hippoecm
+  hippo-ecm-frontend-engine
+
+
+
+
+  org.hippoecm
+  hippo-ecm-frontend-engine-test
+  ${hippoecm.version}
+  test
+
+
+  org.hippoecm
+  hippo-ecm-repository-engine
+  ${hippoecm.version}
+  test
+
+
+  org.slf4j
+  slf4j-log4j12
+  test
+
+
+  junit
+  junit
+  4.4
+  test
+
+
+
+
+  javax.servlet
+  servlet-api
+  provided
+
+
+
+
+  com.atomikos
+  transactions-api
+  test
+
+
+  com.atomikos
+  transactions
+  test
+
+
+  com.atomikos
+  transactions-jta
+  test
+
+
+  com.atomikos
+  atomikos-util
+  test
+
+
+  org.apache.geronimo.specs
+  geronimo-

[HippoCMS-scm] [58809] attic/forge/README.txt: README

2017-03-03 Thread jhoffman
Revision: 58809
Author:   jhoffman
Date: 2017-03-03 09:46:31 +0100 (Fri, 03 Mar 2017)
Log Message:
---
README

Modified Paths:
--
attic/forge/README.txt

Modified: attic/forge/README.txt
===
--- attic/forge/README.txt  2017-03-03 08:43:01 UTC (rev 58808)
+++ attic/forge/README.txt  2017-03-03 08:46:31 UTC (rev 58809)
@@ -1,14 +1,22 @@
 
-The Hippo Forge Archive

-March 2, 2017
+The Hippo SVN Forge Archive
+---
 
-This archive contains the SVN of the old Hippo Forge that used to live at 
https://forge.onehippo.org/svn/
-supported by the Forge itself at https://forge.onehippo.org
+This archive contains the SVN of the old Hippo Forge that used to be at 
https://forge.onehippo.org/svn/
+which was behind the self-hosted Forge at https://forge.onehippo.org
 
+Notes: 
+- the built artifacts that were usually committed to the projects' maven2 
directory, have not been archived.
+- no SVN history was kept
+
+Continuation on GitHub
+--
 The Hippo Forge has moved to GitHub at https://github.com/onehippo-forge with 
a documentation site at 
-https://onehippo-forge.github.io/
+https://onehippo-forge.github.io
 
-Of the 152 projects, 33 have been continued at GitHub, and 1 (URL Rewriter) 
has moved as Hippo Community code. 
+Of the 152 projects in the old SVN Forge, 33 have been continued at GitHub, 
and 1 (URL Rewriter) has moved as 
+Hippo Community code below https://code.onehippo.org/cms-community
 
-Team Hippo
+
+March 3, 2017.
+Team Hippo
\ No newline at end of file

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58790] attic/forge/pingpong-pa: Moved project from forge.onehippo.org/svn / without history

2017-03-02 Thread jhoffman
Revision: 58790
Author:   jhoffman
Date: 2017-03-02 22:09:00 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/pingpong-pa/README.txt
attic/forge/pingpong-pa/pom.xml
attic/forge/pingpong-pa/src/main/webapp/WEB-INF/jsp/
attic/forge/pingpong-pa/src/main/webapp/WEB-INF/jsp/ppev-edit.jsp
attic/forge/pingpong-pa/src/main/webapp/WEB-INF/jsp/ppev-view.jsp
attic/forge/pingpong-pa/src/main/webapp/WEB-INF/portlet.xml
attic/forge/pingpong-pa/src/main/webapp/WEB-INF/web.xml

Added: attic/forge/pingpong-pa/README.txt
===
--- attic/forge/pingpong-pa/README.txt  (rev 0)
+++ attic/forge/pingpong-pa/README.txt  2017-03-02 21:09:00 UTC (rev 58790)
@@ -0,0 +1,32 @@
+Building and Deploying PingPong Portlet Application:
+
+1) Make sure to use Maven-2.0.9+ and Java 5+ installed
+
+2) Ensure to have setup and configured Maven Apache Jetspeed-2 plugin plugin 
group in your local Maven settings.xml:
+   
+   
+   http://maven.apache.org/POM/4.0.0";>
+ 
+   org.apache.portals.jetspeed-2
+   ...
+ 
+ ...
+   
+   
+   The user Maven settings.xml can be found at: ${user.home}/.m2/settings.xml 
(create one if it doesn't exist yet). 
+   
+   See also: http://portals.apache.org/jetspeed-2/buildguide/index.html
+   
+3) Install Apache Jetspeed-2.2 Enterprise portal locally, for instance using 
the demo installer:
+ http://portals.apache.org/jetspeed-2/download.html
+ 
+4) Modify in jetspeed-mvn-pa-pom.xml (this folder) the value for property 
org.apache.jetspeed.server.home
+   to point it at the folder where you have your local Jetspeed Portal 
installed.
+   (you have to replace the *** Your Local Jetspeed-2.2 Portal installation 
folder *** text)
+   
+5) build and deploy the portlet application using:
+
+   $mvn jetspeed:mvn -Dtarget=deploy
+   
+   
+6) Add the PingPongEventPortlet several times to a Jetspeed Page and have fun 
:)


Property changes on: attic/forge/pingpong-pa/README.txt
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/pingpong-pa/pom.xml
===
--- attic/forge/pingpong-pa/pom.xml (rev 0)
+++ attic/forge/pingpong-pa/pom.xml 2017-03-02 21:09:00 UTC (rev 58790)
@@ -0,0 +1,145 @@
+
+
+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";>
+
+  4.0.0
+  
+2.0.9
+  
+
+  pingpong-pa
+  org.example
+  1.0-SNAPSHOT
+  war
+  Ping Pong Portlet Application
+  Ping Pong Portlet Application
+
+  
+
2.2.0
+
1.0
+
1.0.4
+2.4
+1.0
+2.1
+1.1.2
+1.1.2
+  
+
+  
+
+
+  org.apache.portals
+  portlet-api_2.0_spec
+  ${portals.portlet2-api-spec.version}
+  provided
+
+
+
+  javax.servlet
+  servlet-api
+  ${servlet-api.version}
+  provided
+
+
+
+  javax.xml.bind
+  jaxb-api
+  ${jaxb.version}
+  provided
+
+
+
+  javax.servlet
+  jstl
+  ${javax.servlet.jstl.version}
+  runtime
+
+
+  taglibs
+  standard
+  ${taglibs-standard.version}
+  runtime
+
+
+
+  portals-bridges-common
+  org.apache.portals.bridges
+  ${org.apache.portals.bridges.common.version}
+  provided
+
+
+
+  org.apache.portals.jetspeed-2
+  jetspeed-api
+  ${org.apache.portals.jetspeed.version}
+  provided
+
+
+  
+
+  
+
+  
+
+  org.apache.maven.plugins
+  maven-compiler-plugin
+  
+1.5
+1.5
+  
+
+
+  maven-war-plugin
+  
+${pom.artifactId}
+  
+
+
+  org.apache.portals.jetspeed-2
+  jetspeed-mvn-maven-plugin
+  ${org.apache.portals.jetspeed.version}
+  
+
+  
+build
+.
+clean,package
+  
+  
+deploy
+pa
+build
+deploy
+  
+
+  
+
+  
+
+
+  
+  
+org.apache.portals.jetspeed-2
+jetspeed-mvn-maven-plugin
+${org.apache.portals.jetspeed.version}
+  
+
+
+  
+
+


Property changes on: attic/forge/pingpong-pa/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
A

[HippoCMS-scm] [58786] attic/forge/hst-comp-arch: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58786
Author:   jhoffman
Date: 2017-03-02 22:08:38 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hst-comp-arch/branches/
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/pom.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-component/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-component/pom.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-component/src/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-component/src/main/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-component/src/main/java/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-component/src/main/java/MyComponent.java

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/pom.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/pom.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/.project

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/resources/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/resources/downloads/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/resources/downloads/__rootArtifactId__.jsp

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/site.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/xdoc/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/xdoc/build-from-source.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/xdoc/index.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/src/site/xdoc/usage.xml
attic/forge/hst-comp-arch/trunk/
attic/forge/hst-comp-arch/trunk/pom.xml
attic/forge/hst-comp-arch/trunk/src/
attic/forge/hst-comp-arch/trunk/src/main/
attic/forge/hst-comp-arch/trunk/src/main/resources/
attic/forge/hst-comp-arch/trunk/src/main/resources/META-INF/
attic/forge/hst-comp-arch/trunk/src/main/resources/META-INF/maven/

attic/forge/hst-comp-arch/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml
attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-component/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-component/pom.xml

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-component/src/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-component/src/main/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-component/src/main/java/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-component/src/main/java/MyComponent.java

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/pom.xml

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/src/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/hippoecm-extension.xml

attic/forge/hst-comp-arch/trunk/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/page.xml

attic/forge/hst-comp-arch/trunk/src/main

[HippoCMS-scm] [58776] attic/forge/cmis-client: Moved project from forge.onehippo.org/svn / without history

2017-03-02 Thread jhoffman
Revision: 58776
Author:   jhoffman
Date: 2017-03-02 21:53:16 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---

attic/forge/cmis-client/trunk/demo/content/src/main/resources/default-ecm-content.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-namespace.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-root.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippoecm-extension.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hst-configurations.xml
attic/forge/cmis-client/trunk/demo/content/src/main/resources/hst-sites.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hst-virtualhosts.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hstconfiguration/

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hstconfiguration/components.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hstconfiguration/pages.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hstconfiguration/sitemap.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hstconfiguration/sitemenus.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hstconfiguration/templates.xml

Added: 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/default-ecm-content.xml
===
--- 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/default-ecm-content.xml
   (rev 0)
+++ 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/default-ecm-content.xml
   2017-03-02 20:53:16 UTC (rev 58776)
@@ -0,0 +1,78 @@
+
+
+http://www.jcp.org/jcr/sv/1.0"; 
+sv:name="content">
+
+hippostd:directory
+
+
+hippo:harddocument
+
+
+new-document
+new-folder
+
+http://www.jcp.org/jcr/sv/1.0";>
+
+hippostd:directory
+
+
+hippo:harddocument
+
+
+
+
+new-folder
+new-translated-folder
+
+
+
+
+hippogallery:stdImageGallery
+
+
+hippo:harddocument
+
+
+new-image-folder
+
+
+hippogallery:exampleImageSet
+
+
+
+
+hippogallery:stdAssetGallery
+
+
+hippo:harddocument
+
+
+new-file-folder
+
+
+hippogallery:exampleAssetSet
+
+
+
+
+hippostd:folder
+
+
+hippo:harddocument
+
+
+


Property changes on: 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/default-ecm-content.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-namespace.xml
===
--- 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-namespace.xml
  (rev 0)
+++ 
attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-namespace.xml
  2017-03-02 20:53:16 UTC (rev 58776)
@@ -0,0 +1,626 @@
+
+http://www.jcp.org/jcr/sv/1.0"; 
sv:name="hippocmisclientdemo">
+  
+hipposysedit:namespace
+  
+  
+mix:referenceable
+  
+  
+b312ddb6-404d-4c00-8593-1da95de3f806
+  
+  
+
+  hipposysedit:templatetype
+
+
+  mix:referenceable
+
+
+  72ae1402-646c-410b-adbb-c64a10666fdd
+
+
+  
+hippo:handle
+  
+  
+hippo:hardhandle
+  
+  
+10139250-23d6-4e31-8a8b-b2e37d8e5d7b
+  
+  
+
+  hipposysedit:nodetype
+
+
+  hipposysedit:remodel
+
+
+  hippo:document
+  hippostdpubwf:document
+  hippostd:publishableSummary
+
+
+  
http://www.hippoecm.org/hst/nt/hippocmisclientdemo/1.0
+
+  
+
+  
+  
+
+  hipposysedit:templatetype
+
+
+  mix:referenceable
+  editor:editable
+
+
+  79417b0b-14de-4fa6-a70a-146da4e55931
+
+
+  
+hippo:handle
+  
+  
+hippo:hardhandle
+  
+  
+6aae13ec-6e71-4e54-83a1-d00c27a690ab
+  
+  
+
+  hipposysedit:nodetype
+
+
+  hipposysedit:remodel
+  hippo:harddocument
+

[HippoCMS-scm] [58771] attic/forge/socialsharing/socialsharing: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58771
Author:   jhoffman
Date: 2017-03-02 16:37:04 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/pom.xml

attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/src/main/resources/hippoecm-extension.xml

Added: 
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/pom.xml
===
--- attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/pom.xml 
(rev 0)
+++ attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/pom.xml 
2017-03-02 15:37:04 UTC (rev 58771)
@@ -0,0 +1,33 @@
+
+
+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";>
+  4.0.0
+  
+org.onehippo.forge.socialsharing
+socialsharing
+1.01.00-SNAPSHOT
+../pom.xml
+  
+
+  org.onehippo.forge.socialsharing
+  socialsharing-content
+  Social Media Sharing - Content
+  jar
+
+  
+
\ No newline at end of file


Property changes on: 
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/src/main/resources/hippoecm-extension.xml
===
--- 
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/src/main/resources/hippoecm-extension.xml
   (rev 0)
+++ 
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/src/main/resources/hippoecm-extension.xml
   2017-03-02 15:37:04 UTC (rev 58771)
@@ -0,0 +1,100 @@
+
+
+http://www.jcp.org/jcr/sv/1.0"; sv:name="hippo:initialize">
+  
+hippo:initializefolder
+  
+
+  
+  
+
+  hippo:initializeitem
+
+
+  99060.1
+
+
+  hstconfiguration/template-socialsharing.xml
+
+
+  
/hst:hst/hst:configurations/hst:default/hst:templates
+
+  
+
+  
+
+  hippo:initializeitem
+
+
+  10061
+
+
+  hstconfiguration/component-socialsharing.xml
+
+
+  
/hst:hst/hst:configurations/hst:default/hst:components
+
+  
+
+  
+
+  hippo:initializeitem
+
+
+  10061.1
+
+
+  hstconfiguration/catalog-socialsharing.xml
+
+
+  /hst:hst/hst:configurations/hst:default/hst:catalog
+
+  
+  
+ 
+  
+  
+
+  hippo:initializeitem
+
+
+  99100.1
+
+
+  content/styling-assets.xml
+
+
+  /content/assets
+
+  
+  
+  
+
+  hippo:initializeitem
+
+
+  99100.2
+
+
+  content/styling-gallery.xml
+
+
+  /content/gallery
+
+  
+
+


Property changes on: 
attic/forge/socialsharing/socialsharing/trunk/socialsharing-content/src/main/resources/hippoecm-extension.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58767] attic/forge/easy-forms/:

2017-03-02 Thread jhoffman
Revision: 58767
Author:   jhoffman
Date: 2017-03-02 15:51:22 +0100 (Thu, 02 Mar 2017)
Log Message:
---


Added Paths:
---
attic/forge/easy-forms/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58766] attic/forge/easy-forms/:

2017-03-02 Thread jhoffman
Revision: 58766
Author:   jhoffman
Date: 2017-03-02 15:39:12 +0100 (Thu, 02 Mar 2017)
Log Message:
---


Removed Paths:
-
attic/forge/easy-forms/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58757] attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58757
Author:   jhoffman
Date: 2017-03-02 14:01:44 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/documentvaluelistprovider.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/dropdown-types.cnd
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/resources/
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/site.xml
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/build-from-source.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/configuration.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/features.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/index.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/install.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/release-notes.xml

Added: 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/documentvaluelistprovider.xml
===
--- 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/documentvaluelistprovider.xml
   (rev 0)
+++ 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/documentvaluelistprovider.xml
   2017-03-02 13:01:44 UTC (rev 58757)
@@ -0,0 +1,27 @@
+
+
+http://www.jcp.org/jcr/sv/1.0";>
+  
+frontend:plugin
+  
+  
+
org.onehippo.forge.cms.frontend.provider.DocumentValueListProvider
+  
+  
+service.valuelist.default
+  
+


Property changes on: 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/documentvaluelistprovider.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/dropdown-types.cnd
===
--- 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/dropdown-types.cnd
  (rev 0)
+++ 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/main/resources/dropdown-types.cnd
  2017-03-02 13:01:44 UTC (rev 58757)
@@ -0,0 +1,11 @@
+<'hippo'='http://www.onehippo.org/jcr/hippo/nt/2.0'>
+<'dropdown'='http://dropdown-plugin.forge.onehippo.org/nt/2.0'>
+
+[dropdown:basedocument] > hippo:document
+
+[dropdown:listitem] 
+  - dropdown:key (string) 
+  - dropdown:label (string) 
+
+[dropdown:valuelist] > dropdown:basedocument orderable
++ dropdown:listitem (dropdown:listitem) multiple
\ No newline at end of file

Added: 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/site.xml
===
--- attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/site.xml  
(rev 0)
+++ attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/site.xml  
2017-03-02 13:01:44 UTC (rev 58757)
@@ -0,0 +1,44 @@
+
+
+
+  
+  
+  
+  
+Hippo CMS Dropdown Plugin
+  
+  
+  
+  
+
+  
+  
+  
+
+
+   
+ 
+ 
+ 
+   
+   
+
+
+  
+  
+


Property changes on: 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/site.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/build-from-source.xml
===
--- 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/build-from-source.xml
(rev 0)
+++ 
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.01/src/site/xdoc/build-from-source.xml
2017-03-02 13:01:44 UTC (rev 58757)
@@ -0,0 +1,53 @@
+
+http://maven.apache.org/dtd/xdoc_1_0.dtd";>
+
+
+
+Building from source
+
+
+
+
+
+
+Java 5 or 6 JDK
+
+
+Maven 2
+   

[HippoCMS-scm] [58756] attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58756
Author:   jhoffman
Date: 2017-03-02 14:00:33 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/pom.xml
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/model/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/model/JcrMultiPropertyValueModel.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/model/ListItem.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/model/ValueList.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.css

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.html

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.css

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.html

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/PropertyFieldHelper.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropDownPlugin.properties

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.css

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.html

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/provider/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/provider/DocumentValueListProvider.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/java/org/onehippo/forge/cms/frontend/provider/IValueListProvider.java

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/resources/documentvaluelistprovider.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/main/resources/dropdown-types.cnd
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/resources/
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/site.xml
attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/build-from-source.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/configuration.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/features.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/index.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/install.xml

attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/src/site/xdoc/release-notes.xml

Added: attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/pom.xml
===
--- attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/pom.xml
(rev 0)
+++ attic/forge/dropdown-plugin/tags/dropdown-plugin-1.03.00/pom.xml
2017-03-02 13:00:33 UTC (rev 58756)
@@ -0,0 +1,287 @@
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schem

[HippoCMS-scm] [58752] attic/forge/dropdown-plugin/trunk: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58752
Author:   jhoffman
Date: 2017-03-02 13:46:01 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/dropdown-plugin/trunk/pom.xml

attic/forge/dropdown-plugin/trunk/src/main/resources/documentvaluelistprovider.xml
attic/forge/dropdown-plugin/trunk/src/main/resources/dropdown-namespace.xml

attic/forge/dropdown-plugin/trunk/src/main/resources/dropdown-plugin-dynamic.xml

attic/forge/dropdown-plugin/trunk/src/main/resources/dropdown-plugin-static.xml
attic/forge/dropdown-plugin/trunk/src/main/resources/dropdown-types.cnd
attic/forge/dropdown-plugin/trunk/src/main/resources/hippoecm-extension.xml
attic/forge/dropdown-plugin/trunk/src/site/
attic/forge/dropdown-plugin/trunk/src/site/resources/
attic/forge/dropdown-plugin/trunk/src/site/site.xml
attic/forge/dropdown-plugin/trunk/src/site/xdoc/
attic/forge/dropdown-plugin/trunk/src/site/xdoc/build-from-source.xml
attic/forge/dropdown-plugin/trunk/src/site/xdoc/configuration.xml
attic/forge/dropdown-plugin/trunk/src/site/xdoc/index.xml
attic/forge/dropdown-plugin/trunk/src/site/xdoc/install.xml
attic/forge/dropdown-plugin/trunk/src/site/xdoc/release-notes.xml

Added: attic/forge/dropdown-plugin/trunk/pom.xml
===
--- attic/forge/dropdown-plugin/trunk/pom.xml   (rev 0)
+++ attic/forge/dropdown-plugin/trunk/pom.xml   2017-03-02 12:46:01 UTC (rev 
58752)
@@ -0,0 +1,269 @@
+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";>
+
+  4.0.0
+
+  Hippo CMS Frontend dropdown plugin
+  Hippo CMS Frontend dropdown plugin
+  org.onehippo.forge.cms.frontend.plugin
+  dropdown-plugin
+  1.03.02-SNAPSHOT
+
+  
+1.5.6
+1.2.14
+4.5
+[2.07.00,2.09.02]
+1.3.5
+1.5.5
+  
+
+  
+
+  false
+  dropdown-maven-repo
+  svn:http://forge.onehippo.org/svn/dropdown-plugin/maven2/
+
+  
+
+  
+
scm:svn:http://forge.onehippo.org/svn/dropdown-plugin/trunk
+
scm:svn:http://forge.onehippo.org/svn/dropdown-plugin/trunk
+  
+
+  
+
+  hippo
+  Hippo Maven 2
+  http://maven.onehippo.com/maven2/
+  
+false
+  
+  
+never
+  
+  default
+
+  
+
+  
+
+
+  org.slf4j
+  slf4j-api
+
+
+
+  log4j
+  log4j
+  test
+
+
+
+  org.apache.wicket
+  wicket
+  provided
+
+
+
+  org.apache.wicket
+  wicket-extensions
+  provided
+
+
+
+  org.hippoecm
+  hippo-ecm-frontend-engine
+  provided
+
+
+
+ org.hippoecm
+ hippo-ecm-addon-editor-frontend
+ provided
+
+
+
+org.apache.jackrabbit
+jackrabbit-jcr-commons
+provided
+
+
+
+  org.slf4j
+  slf4j-log4j12
+  test
+
+
+
+  log4j
+  log4j
+  test
+
+
+
+jcr
+javax.jcr
+provided
+
+
+  
+
+  
+
+
+
+  
+org.slf4j
+slf4j-api
+${slf4j.version}
+  
+
+  
+org.slf4j
+jcl-over-slf4j
+${slf4j.version}
+  
+
+  
+org.apache.wicket
+wicket
+${wicket.version}
+  
+
+  
+org.apache.wicket
+wicket-extensions
+${wicket.version}
+  
+
+  
+org.hippoecm
+hippo-ecm-frontend-engine
+${hippoecm.version}
+provided
+  
+
+  
+ org.hippoecm
+ hippo-ecm-addon-editor-frontend
+ ${hippoecm.version}
+ provided
+ 
+
+  
+org.slf4j
+slf4j-log4j12
+${slf4j.version}
+test
+  
+
+  
+log4j
+log4j
+${log4j.version}
+test
+  
+
+  
+junit
+junit
+${junit.version}
+test
+  
+
+ 
+org.apache.jackrabbit
+jackrabbit-jcr-commons
+${org.jackrabbit.version}
+provided
+ 
+ 
+ jcr
+ javax.jcr
+ 1.0
+ 
+
+
+
+
+  
+
+  
+package
+
+  
+true
+org.apache.maven.plugins
+maven-compiler-plugin
+
+  1.5
+  1.5
+
+  
+  
+org.apache.maven.plugins
+maven-source-plugin
+true
+
+  
+attach-sources
+
+  jar
+
+  
+
+  
+  
+org.apache.maven.plugins
+maven-compiler-plugin
+
+  1.5
+  1.5
+
+  
+
+
+   
+ 
+   org.jvnet.wagon-svn
+  wagon-svn
+   1.9
+ 
+   
+
+
+
+  
+false
+

[HippoCMS-scm] [58751] attic/forge/cmis-client: Moved project from forge.onehippo.org/svn / without history

2017-03-02 Thread jhoffman
Revision: 58751
Author:   jhoffman
Date: 2017-03-02 13:06:28 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/cmis-client/branches/
attic/forge/cmis-client/trunk/demo/content/pom.xml
attic/forge/cmis-client/trunk/demo/pom.xml

Added: attic/forge/cmis-client/trunk/demo/content/pom.xml
===
--- attic/forge/cmis-client/trunk/demo/content/pom.xml  
(rev 0)
+++ attic/forge/cmis-client/trunk/demo/content/pom.xml  2017-03-02 12:06:28 UTC 
(rev 58751)
@@ -0,0 +1,50 @@
+
+
+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";>
+  4.0.0
+
+  
+com.onehippo.cmis
+hippo-cmis-client-demo
+1.01.00-SNAPSHOT
+  
+
+  Hippo CMIS Client Demo Project content
+  Hippo CMIS Client Demo Project Content
+  com.onehippo.cmis
+  hippo-cmis-client-demo-content
+  jar
+
+  
+package  
+
+  
+true
+org.apache.maven.plugins
+maven-jar-plugin
+
+  
+
+  
true
+
+  
+
+   
+ 
+  
+
+


Property changes on: attic/forge/cmis-client/trunk/demo/content/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/cmis-client/trunk/demo/pom.xml
===
--- attic/forge/cmis-client/trunk/demo/pom.xml  (rev 0)
+++ attic/forge/cmis-client/trunk/demo/pom.xml  2017-03-02 12:06:28 UTC (rev 
58751)
@@ -0,0 +1,287 @@
+
+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";>
+  4.0.0
+
+  
+org.onehippo.cms7
+hippo-cms7-release
+7.5.1
+  
+
+  Hippo CMIS Client Demo Project
+  Hippo CMIS Client Demo Project
+  com.onehippo.cmis
+  hippo-cmis-client-demo
+  1.01.00-SNAPSHOT
+  pom
+
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+  
+
+
+
+  
+  
+  
+
+  
+  
+
+
+  
+  
+
+  
+  
+
+  
+
+UTF-8
+
+2.4
+1.1.2
+1.1.2
+2.0
+1.1
+
+2.5
+1.5.6
+1.2.14
+
+4.5
+
+2.4.1
+2.9.1
+2.0.2
+
+6.1.18
+3.1.4
+2.3.9
+2.0.5.RELEASE
+2.20.01
+2.20.01
+2.20.01
+
+
+2.18.02-SNAPSHOT
+2.18.03-SNAPSHOT
+
+  
+
+  
+
+  hippo
+  Hippo maven 2 repository.
+  http://maven.onehippo.com/maven2/
+
+
+  codehaus
+  
https://nexus.codehaus.org/content/repositories/releases/org/codehaus/mojo
+
+  
+
+  
+
+  hippo
+  Hippo Maven 2 Repository
+  http://maven.onehippo.com/maven2/
+
+
+  codehaus
+  
https://nexus.codehaus.org/content/repositories/releases/org/codehaus/mojo
+
+  
+
+  
+
+  
+org.apache.geronimo.specs
+geronimo-jta_1.1_spec
+${jta.version}
+provided
+  
+
+  
+javax.servlet
+servlet-api
+${servlet-api.version}
+provided
+  
+
+  
+  
+commons-logging
+commons-logging
+1.1.1
+provided
+  
+
+  
+javax.servlet
+jstl
+${jstl.version}
+runtime
+  
+
+  
+javax.jcr
+jcr
+${javax.jcr.version}
+  
+
+  
+taglibs
+standard
+${taglibs.version}
+runtime
+  
+
+  
+xml-apis
+xml-apis
+${xml-apis.version}
+runtime
+  
+
+  
+xerces
+xercesImpl
+${xercesImpl.version}
+runtime
+  
+
+  
+xalan
+xalan
+${xalan.version}
+runtime
+  
+
+  
+commons-lang
+commons-lang
+${commons.lang.version}
+  
+
+  
+org.slf4j
+slf4j-api
+${slf4j.version}
+  
+
+  
+org.slf4j
+jcl-over-slf4j
+${slf4j.version}
+  
+
+  
+org.slf4j
+slf4j-log4j12
+${slf4j.version}
+runtime
+  
+
+  
+log4j
+log4j
+${log4j.version}
+runtime
+  
+
+  
+junit
+junit
+${junit.version}
+test
+  
+
+  
+org.freemarker
+freemarker
+${freemarker.version}
+  
+
+  
+org.springframework.webflow
+org.springframework.js
+${lib.spring-

[HippoCMS-scm] [58747] attic/forge/workflow-action: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58747
Author:   jhoffman
Date: 2017-03-02 12:16:47 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/workflow-action/
attic/forge/workflow-action/cms/
attic/forge/workflow-action/cms/pom.xml
attic/forge/workflow-action/feature-addon/
attic/forge/workflow-action/feature-addon/pom.xml
attic/forge/workflow-action/feature-addon/src/
attic/forge/workflow-action/feature-addon/src/main/
attic/forge/workflow-action/feature-addon/src/main/java/
attic/forge/workflow-action/feature-addon/src/main/java/com/
attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/FeaturedWorkflow.java

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowImpl.java

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin.html

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin.java

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin.properties

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin_nl.properties

attic/forge/workflow-action/feature-addon/src/main/java/com/mycompany/workflow-16.png
attic/forge/workflow-action/feature-addon/src/main/resources/
attic/forge/workflow-action/feature-addon/src/main/resources/com/
attic/forge/workflow-action/feature-addon/src/main/resources/com/mycompany/

attic/forge/workflow-action/feature-addon/src/main/resources/com/mycompany/package.jdo
attic/forge/workflow-action/feature-addon/src/main/resources/featured.cnd

attic/forge/workflow-action/feature-addon/src/main/resources/hippoecm-extension.xml
attic/forge/workflow-action/feature-addon/src/main/resources/search.xml
attic/forge/workflow-action/feature-addon/src/main/resources/workflow.xml
attic/forge/workflow-action/pom.xml

Added: attic/forge/workflow-action/cms/pom.xml
===
--- attic/forge/workflow-action/cms/pom.xml (rev 0)
+++ attic/forge/workflow-action/cms/pom.xml 2017-03-02 11:16:47 UTC (rev 
58747)
@@ -0,0 +1,134 @@
+
+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";>
+  4.0.0
+  
+com.company
+project
+1.0-SNAPSHOT
+  
+
+  CMS
+  CMS
+  com.company
+  cms
+  war
+
+  
+
+  com.company
+  feature-addon
+  1.0-SNAPSHOT
+  jar
+
+
+
+  org.hippoecm
+  hippo-ecm-package-war
+  2.09.02
+  war
+
+
+  org.hippoecm
+  hippo-ecm-addon-gotolink
+  2.09.02
+  jar
+
+
+
+
+  org.hippoecm
+  hippo-ecm-addon-defaultcontent-frontend
+  2.09.02
+  jar
+
+
+  org.hippoecm
+  hippo-ecm-addon-defaultcontent-repository
+  2.09.02
+  jar
+
+  
+
+  
+package
+
+  
+org.apache.maven.plugins
+maven-war-plugin
+2.1-beta-1
+
+  
+
true
+  
+  
+
+  ${buildNumber}
+  
${project.version}
+
+  
+  
+
+
+  org.hippoecm
+  hippo-ecm-package-war
+  
+
+  
+
+  
+  
+org.mortbay.jetty
+maven-jetty-plugin
+6.1.10
+
+  5
+  
+
+  8080
+
+  
+  /
+
+
+  
+org.mortbay.jetty
+jsp-2.1
+6.1.10
+
+  
+org.eclipse.jdt
+core
+  
+
+  
+  
+  
+com.atomikos
+transactions-api
+3.1.4
+runtime
+  
+  
+com.atomikos
+transactions-jta
+3.1.4
+runtime
+  
+  
+com.atomikos
+transactions
+3.1.4
+runtime
+  
+  
+com.atomikos
+atomikos-util
+3.1.4
+runtime
+  
+
+  
+
+  
+
+


Property changes on: attic/forge/workflow-action/cms/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/workflow-action/feature-addon/pom.xml
=

[HippoCMS-scm] [58748] attic/forge/youtubetemplate: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58748
Author:   jhoffman
Date: 2017-03-02 12:16:58 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/youtubetemplate/
attic/forge/youtubetemplate/branches/
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/pom.xml
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/addon/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/addon/frontend/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/addon/frontend/youtube/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/addon/frontend/youtube/YoutubeTemplatePlugin.html

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/addon/frontend/youtube/YoutubeTemplatePlugin.java

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/java/org/onehippo/addon/frontend/youtube/YoutubeWidget.java
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/resources/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/resources/frontend-namespace.xml

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/main/resources/hippoecm-extension.xml
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/resources/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/resources/images/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/resources/images/properties.png

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/resources/images/youtube.png
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/site.xml
attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/xdoc/

attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/src/site/xdoc/index.xml
attic/forge/youtubetemplate/tags/
attic/forge/youtubetemplate/trunk/
attic/forge/youtubetemplate/trunk/LICENSE.txt
attic/forge/youtubetemplate/trunk/README.txt
attic/forge/youtubetemplate/trunk/pom.xml
attic/forge/youtubetemplate/trunk/src/
attic/forge/youtubetemplate/trunk/src/main/
attic/forge/youtubetemplate/trunk/src/main/java/
attic/forge/youtubetemplate/trunk/src/main/java/org/
attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/
attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/addon/
attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/addon/frontend/

attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/addon/frontend/youtube/

attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/addon/frontend/youtube/YoutubeTemplatePlugin.html

attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/addon/frontend/youtube/YoutubeTemplatePlugin.java

attic/forge/youtubetemplate/trunk/src/main/java/org/onehippo/addon/frontend/youtube/YoutubeWidget.java
attic/forge/youtubetemplate/trunk/src/main/resources/
attic/forge/youtubetemplate/trunk/src/main/resources/frontend-namespace.xml
attic/forge/youtubetemplate/trunk/src/main/resources/hippoecm-extension.xml
attic/forge/youtubetemplate/trunk/src/site/
attic/forge/youtubetemplate/trunk/src/site/resources/
attic/forge/youtubetemplate/trunk/src/site/resources/images/
attic/forge/youtubetemplate/trunk/src/site/resources/images/properties.png
attic/forge/youtubetemplate/trunk/src/site/resources/images/youtube.png
attic/forge/youtubetemplate/trunk/src/site/site.xml
attic/forge/youtubetemplate/trunk/src/site/xdoc/
attic/forge/youtubetemplate/trunk/src/site/xdoc/index.xml

Added: attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/pom.xml
===
--- attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/pom.xml
(rev 0)
+++ attic/forge/youtubetemplate/branches/youtube_ecm_2_03_xx/pom.xml
2017-03-02 11:16:58 UTC (rev 58748)
@@ -0,0 +1,98 @@
+
+
+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";>
+4.0.0
+
+Youtube Plugins
+Youtube Plugins
+org.onehippo.addon.frontend.youtube
+youtube-p

[HippoCMS-scm] [58745] attic/forge/websitestats: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58745
Author:   jhoffman
Date: 2017-03-02 12:16:26 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/websitestats/
attic/forge/websitestats/branches/
attic/forge/websitestats/tags/
attic/forge/websitestats/trunk/
attic/forge/websitestats/trunk/demo/
attic/forge/websitestats/trunk/sitestats-addon/
attic/forge/websitestats/trunk/sitestats-addon/pom.xml
attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/
attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/pom.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/pom.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/plugins/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/plugins/frontend/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/plugins/frontend/SitestatsPerspective.html

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/plugins/frontend/SitestatsPerspective.java

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/plugins/frontend/SitestatsPerspective.properties

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/main/java/org/onehippo/forge/sitestats/cms/plugins/frontend/style.css

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/test/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-frontend/src/test/java/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/pom.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/main/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/main/java/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/main/resources/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/main/resources/hippoecm-extension.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/main/resources/sitestats-perspective-loader.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/main/resources/sitestats-perspective.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/test/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-cms/sitestats-addon-cms-repository/src/test/java/
attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-demo/
attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-demo/pom.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-demo/sitestats-addon-demo-cms/

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-demo/sitestats-addon-demo-cms/pom.xml

attic/forge/websitestats/trunk/sitestats-addon/sitestats-addon-demo/sitestats-addon-demo-cms/src/

attic

[HippoCMS-scm] [58746] attic/forge/wikipediaimport: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58746
Author:   jhoffman
Date: 2017-03-02 12:16:37 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/wikipediaimport/
attic/forge/wikipediaimport/branches/
attic/forge/wikipediaimport/tags/
attic/forge/wikipediaimport/trunk/
attic/forge/wikipediaimport/trunk/README.TXT
attic/forge/wikipediaimport/trunk/filter.json
attic/forge/wikipediaimport/trunk/find_cycles.php
attic/forge/wikipediaimport/trunk/get_category_tree.php
attic/forge/wikipediaimport/trunk/hash_importer.php
attic/forge/wikipediaimport/trunk/importer.php
attic/forge/wikipediaimport/trunk/library/
attic/forge/wikipediaimport/trunk/library/jcr/
attic/forge/wikipediaimport/trunk/library/jcr/node.php
attic/forge/wikipediaimport/trunk/library/jcr/parser.php
attic/forge/wikipediaimport/trunk/library/jcr/property.php
attic/forge/wikipediaimport/trunk/library/jcr/value.php
attic/forge/wikipediaimport/trunk/library/wiki/
attic/forge/wikipediaimport/trunk/library/wiki/parseRaw.inc.php
attic/forge/wikipediaimport/trunk/library/wiki/table-converter.inc.php
attic/forge/wikipediaimport/trunk/list_top_categories.php
attic/forge/wikipediaimport/trunk/listcategories.php
attic/forge/wikipediaimport/trunk/resources/
attic/forge/wikipediaimport/trunk/resources/pom.xml
attic/forge/wikipediaimport/trunk/resources/wikipedia-data.xml
attic/forge/wikipediaimport/trunk/resources/wikipedia-namespace.xml
attic/forge/wikipediaimport/trunk/resources/wikipedia.cnd
attic/forge/wikipediaimport/trunk/run_tests.php
attic/forge/wikipediaimport/trunk/source/
attic/forge/wikipediaimport/trunk/source/Category.php
attic/forge/wikipediaimport/trunk/source/CategoryCycleDetector.php
attic/forge/wikipediaimport/trunk/source/CategoryFilter.php
attic/forge/wikipediaimport/trunk/source/CategoryHandler.php
attic/forge/wikipediaimport/trunk/source/HippoExtensionWriter.php
attic/forge/wikipediaimport/trunk/source/IWikiHandler.php
attic/forge/wikipediaimport/trunk/source/JcrDocument.php
attic/forge/wikipediaimport/trunk/source/JcrDocumentWriter.php
attic/forge/wikipediaimport/trunk/source/JcrHashFolder.php
attic/forge/wikipediaimport/trunk/source/JcrHashFolderWriter.php
attic/forge/wikipediaimport/trunk/source/JcrWikiFolder.php
attic/forge/wikipediaimport/trunk/source/MavenProject.php
attic/forge/wikipediaimport/trunk/source/OrderedList.php
attic/forge/wikipediaimport/trunk/source/TestCase.php
attic/forge/wikipediaimport/trunk/source/WikiDocument.php
attic/forge/wikipediaimport/trunk/source/WikiParser.php
attic/forge/wikipediaimport/trunk/source/WriterTestCase.php
attic/forge/wikipediaimport/trunk/source/main/
attic/forge/wikipediaimport/trunk/source/main/resources/
attic/forge/wikipediaimport/trunk/test/
attic/forge/wikipediaimport/trunk/test/CategoryCycleDetectorTest.php
attic/forge/wikipediaimport/trunk/test/CategoryFilterTest.php
attic/forge/wikipediaimport/trunk/test/CategoryTest.php
attic/forge/wikipediaimport/trunk/test/HippoExtensionWriterTest.php
attic/forge/wikipediaimport/trunk/test/JcrDocumentWriterTest.php
attic/forge/wikipediaimport/trunk/test/JcrHashFolderWriterTest.php
attic/forge/wikipediaimport/trunk/test/JcrXmlParserTest.php
attic/forge/wikipediaimport/trunk/test/MavenProjectTest.php
attic/forge/wikipediaimport/trunk/test/OrderedListTest.php
attic/forge/wikipediaimport/trunk/test/TestCaseTest.php
attic/forge/wikipediaimport/trunk/test/WikiDocumentTest.php
attic/forge/wikipediaimport/trunk/test/WriterTestCaseTest.php

Added: attic/forge/wikipediaimport/trunk/README.TXT
===
--- attic/forge/wikipediaimport/trunk/README.TXT
(rev 0)
+++ attic/forge/wikipediaimport/trunk/README.TXT2017-03-02 11:16:37 UTC 
(rev 58746)
@@ -0,0 +1,69 @@
+Wikipedia content import
+-
+
+Contents
+1. Using the pre-generated jar's
+  1.1 Placing the jar in your local maven repository
+  1.2 Add an dependency in your applications pom file
+2. Generating your own jar's
+3. Known issues
+
+
+1. Using the pre-generated jar's
+
+When using the pre-generated jar's, there are just a few steps you need to 
take.
+- You need to place the jar in your local maven repository
+- You need to add an dependency in your applications pom file
+
+=== 1.1 Placing the jar in your local maven repository ===
+Copy the following command to your command-line and let maven do the work for 
you. 
+Be sure to modify -Dfile option to point to the desired jar.
+
+mvn install:install-file \
+  -Dfile=wikipedia-content-1.0.0-100.jar \
+  -DgroupId=org.onehippo.addon.content.wikipedia \
+  -Dartifact

[HippoCMS-scm] [58740] attic/forge/uberlink: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58740
Author:   jhoffman
Date: 2017-03-02 12:10:19 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/uberlink/
attic/forge/uberlink/plugin/
attic/forge/uberlink/plugin/branches/
attic/forge/uberlink/plugin/tags/
attic/forge/uberlink/plugin/trunk/
attic/forge/uberlink/plugin/trunk/LICENSE
attic/forge/uberlink/plugin/trunk/NOTICE
attic/forge/uberlink/plugin/trunk/cms-addon/
attic/forge/uberlink/plugin/trunk/cms-addon/pom.xml
attic/forge/uberlink/plugin/trunk/cms-addon/src/
attic/forge/uberlink/plugin/trunk/cms-addon/src/main/
attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/
attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/
attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/onehippo/

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/onehippo/forge/

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/onehippo/forge/uberlink/

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/onehippo/forge/uberlink/UberlinkPlugin.html

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/onehippo/forge/uberlink/UberlinkPlugin.java

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/java/org/onehippo/forge/uberlink/UberlinkPlugin.properties
attic/forge/uberlink/plugin/trunk/cms-addon/src/main/resources/

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/resources/hide-namespace.xml

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/resources/hippoecm-extension.xml
attic/forge/uberlink/plugin/trunk/cms-addon/src/main/resources/namespaces/

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/resources/namespaces/uberlink.cnd

attic/forge/uberlink/plugin/trunk/cms-addon/src/main/resources/namespaces/uberlink.xml
attic/forge/uberlink/plugin/trunk/pom.xml
attic/forge/uberlink/plugin/trunk/site-addon/
attic/forge/uberlink/plugin/trunk/site-addon/pom.xml
attic/forge/uberlink/plugin/trunk/site-addon/src/
attic/forge/uberlink/plugin/trunk/site-addon/src/main/
attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/
attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/org/
attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/org/onehippo/

attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/org/onehippo/forge/

attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/org/onehippo/forge/uberlink/

attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/org/onehippo/forge/uberlink/beans/

attic/forge/uberlink/plugin/trunk/site-addon/src/main/java/org/onehippo/forge/uberlink/beans/UberLink.java
attic/forge/uberlink/plugin/trunk/src/

Added: attic/forge/uberlink/plugin/trunk/LICENSE
===
--- attic/forge/uberlink/plugin/trunk/LICENSE   (rev 0)
+++ attic/forge/uberlink/plugin/trunk/LICENSE   2017-03-02 11:10:19 UTC (rev 
58740)
@@ -0,0 +1,201 @@
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that i

[HippoCMS-scm] [58739] attic/forge/tripolis/: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58739
Author:   jhoffman
Date: 2017-03-02 12:10:10 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/tripolis/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58737] attic/forge/template: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58737
Author:   jhoffman
Date: 2017-03-02 12:09:41 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/template/
attic/forge/template/branches/
attic/forge/template/tags/
attic/forge/template/trunk/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58736] attic/forge/tcmp: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58736
Author:   jhoffman
Date: 2017-03-02 12:09:33 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/tcmp/
attic/forge/tcmp/tcmp/
attic/forge/tcmp/tcmp/trunk/
attic/forge/tcmp/tcmp/trunk/src/
attic/forge/tcmp/tcmp/trunk/src/main/
attic/forge/tcmp/tcmp/trunk/src/site/
attic/forge/tcmp/tcmp/trunk/src/site/resources/
attic/forge/tcmp/tcmp/trunk/src/site/resources/downloads/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58735] attic/forge/taxonomysearch: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58735
Author:   jhoffman
Date: 2017-03-02 12:09:24 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/taxonomysearch/
attic/forge/taxonomysearch/branches/
attic/forge/taxonomysearch/tags/
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/README.txt

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/pom.xml

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/advancedsearch/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/advancedsearch/plugin/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/advancedsearch/plugin/TaxonomyFilterPlugin.html

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/advancedsearch/plugin/TaxonomyFilterPlugin.java

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/advancedsearch/plugin/TaxonomyFilterPlugin.properties

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/java/org/onehippo/taxonomy/advancedsearch/plugin/TaxonomyFilterPlugin_nl.properties

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/resources/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/resources/configuration/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/resources/configuration/frontend/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/resources/configuration/frontend/advancedsearch/

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/resources/configuration/frontend/advancedsearch/taxonomyFilterPlugin.xml

attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/src/main/resources/hippoecm-extension.xml
attic/forge/taxonomysearch/trunk/
attic/forge/taxonomysearch/trunk/README.txt

Added: 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/README.txt
===
--- 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/README.txt
   (rev 0)
+++ 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/README.txt
   2017-03-02 11:09:24 UTC (rev 58735)
@@ -0,0 +1,16 @@
+This is an addon for advanced search. It features a taxonomy picker.
+
+Add the following snippet to the cms pom.xml
+
+
+  com.onehippo.cms7
+  hippo-advanced-search-addon-taxonomy
+
+
+go in the console and assign the right taxonomy to the plugin. e.g.
+
+http://localhost:8080/cms/console/?1&path=/hippo:configuration/hippo:frontend/cms/cms-advanced-search/taxonomyFilterPlugin
+
+taxonomy.name=exampletaxonomy
+
+this above example will work in the taxonmy demo project
\ No newline at end of file


Property changes on: 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/README.txt
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/pom.xml
===
--- 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/pom.xml
  (rev 0)
+++ 
attic/forge/taxonomysearch/tags/hippo-advanced-search-addon-taxonomy-1.1.0/pom.xml
  2017-03-02 11:09:24 UTC (rev 58735)
@@ -0,0 +1,153 @@
+
+
+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/xsd/maven-4.0.0.xsd";>
+  4.0.0
+
+  
+com.onehippo.cms7
+hippo-cms7-enterprise-project
+20.2
+  
+
+  1.1.0
+  pom
+
+
+

[HippoCMS-scm] [58732] attic/forge/tagging/: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58732
Author:   jhoffman
Date: 2017-03-02 12:01:43 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/tagging/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58727] attic/forge/sitemesh-bridge: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58727
Author:   jhoffman
Date: 2017-03-02 12:00:32 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/sitemesh-bridge/
attic/forge/sitemesh-bridge/sitemesh-bridge/
attic/forge/sitemesh-bridge/sitemesh-bridge/branches/
attic/forge/sitemesh-bridge/sitemesh-bridge/tags/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/pom.xml
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/java/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/java/org/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/java/org/onehippo/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/java/org/onehippo/forge/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/java/org/onehippo/forge/bridges/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/java/org/onehippo/forge/bridges/sitemesh/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/main/resources/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/java/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/java/org/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/java/org/onehippo/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/java/org/onehippo/forge/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/java/org/onehippo/forge/bridges/

attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/java/org/onehippo/forge/bridges/sitemesh/
attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/src/test/resources/
attic/forge/sitemesh-bridge/sitemesh-bridge-demo/
attic/forge/sitemesh-bridge/sitemesh-bridge-demo/branches/
attic/forge/sitemesh-bridge/sitemesh-bridge-demo/tags/
attic/forge/sitemesh-bridge/sitemesh-bridge-demo/trunk/

Added: attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/pom.xml
===
--- attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/pom.xml   
(rev 0)
+++ attic/forge/sitemesh-bridge/sitemesh-bridge/trunk/pom.xml   2017-03-02 
11:00:32 UTC (rev 58727)
@@ -0,0 +1,193 @@
+
+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";>
+  4.0.0
+
+  
+org.onehippo.cms7
+hippo-cms7-release
+7.7.0
+  
+
+  SiteMesh HST-2 Bridge
+  SiteMesh HST-2 Bridge
+  org.onehippo.forge.sitemesh-bridge
+  sitemesh-bridge
+  0.01.00
+  jar
+  
+  
+
+UTF-8
+1.6
+
+2.4
+2.0
+
+4.8.2
+
+2.3.2
+2.7
+2.2
+3.0
+2.5
+
1.2
+
+1.9
+
+  
+
+  2012
+  
+Hippo
+http://www.onehippo.com
+  
+  https://forge.onehippo.org/gf/project/sitemesh-bridge/
+
+  
+
scm:svn:https://forge.onehippo.org/svn/sitemesh-bridge/sitemesh-bridge/trunk
+
scm:svn:https://forge.onehippo.org/svn/sitemesh-bridge/sitemesh-bridge/trunk
+
https://forge.onehippo.org/svn/sitemesh-bridge/sitemesh-bridge/trunk
+  
+
+  
+
+  false
+  sitemesh-bridge-maven-repo
+  svn:https://forge.onehippo.org/svn/sitemesh-bridge/maven2/
+
+
+  sitemesh-bridge.forge.onehippo.org/
+  scp://sitemesh-bridge.forge.onehippo.org/
+
+  
+
+  
+Hippo Forge
+https://forge.onehippo.org/gf/project/sitemesh-bridge/tracker/
+  
+
+  
+
+  Apache License, Version 2.0
+  http://www.apache.org/licenses/LICENSE-2.0.txt
+
+  
+
+  
+
+  Woonsan Ko
+  wko
+  w.ko at onehippo.com
+  Hippo
+  http://www.onehippo.com
+  -5
+
+  
+
+  
+
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+${maven.plugin.javadoc.version}
+
+  true
+  ${project.build.javaVersion}
+  
+http://download.oracle.com/javase/6/docs/api
+  
+
+  
+  
+org.apache.maven.plugins
+maven-jxr-plugin
+${maven.plugin.jxr.version}
+
+  
+src-xref
+
+  jxr
+
+  
+  
+test-xref
+
+  test-jxr
+
+  
+
+
+  true
+
+  
+
+  
+
+   
+ 
+  hippo-maven2 
+  Hippo Maven 2 
+  http://maven.onehippo.com/maven2/ 
+ 
+ 
+  hippo-forge 
+  Hippo Forge maven 2 repository. 
+  http://maven.onehippo.com/maven2-forge/ 
+ 
+   
+
+  
+
+
+
+
+
+
+  
+
+  
+package
+
+  
+org.jvnet.wagon-svn
+wagon-svn
+$

[HippoCMS-scm] [58726] attic/forge/sitemap: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58726
Author:   jhoffman
Date: 2017-03-02 12:00:23 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/sitemap/
attic/forge/sitemap/tags/
attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/
attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/NOTICE
attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/
attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/
attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/NewsInformationProvider.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/SitemapView.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/util/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/util/MatcherUtils.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/util/OutputMode.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/main/java/org/onehippo/forge/sitemap/components/util/SiteMapGeneratorUtils.java
attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/model/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/model/SiteMapCharacterEscapeHandlerTest.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/model/news/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/model/news/TestNewsUrl.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/model/news/info/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/model/news/info/NewsUrlInformationTest.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/util/

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/util/MatcherUtilsTest.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/util/ReflectionUtilsTest.java

attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/component/src/test/java/org/onehippo/forge/sitemap/components/util/RepositoryUtilsTest.java

Added: attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/NOTICE
===
--- attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/NOTICE 
(rev 0)
+++ attic/forge/sitemap/tags/sitemap-1.05.01-iteration-7/NOTICE 2017-03-02 
11:00:23 UTC (rev 58726)
@@ -0,0 +1,12 @@
+Hippo Forge HST Sitemap Component
+Copyright 2009-2013 Hippo B.V. (http://www.onehippo.com)
+
+This product includes software developed by:
+Hippo B.V., Amsterdam, The Netherlands (http://www.onehippo.com/);
+The Apache Software Foundation (http://www.apache.org/).
+
+NOTICE: Only our own original work is licensed under the terms of the
+Apache License Version 2.0. The licenses of some libraries might impose
+different redistribution or general licensing terms than those stated

[HippoCMS-scm] [58725] attic/forge/simpleslideshow: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58725
Author:   jhoffman
Date: 2017-03-02 12:00:15 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/simpleslideshow/
attic/forge/simpleslideshow/trunk/
attic/forge/simpleslideshow/trunk/cms/
attic/forge/simpleslideshow/trunk/cms/src/
attic/forge/simpleslideshow/trunk/cms/src/main/
attic/forge/simpleslideshow/trunk/cms/src/main/resources/
attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.dtd
attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.xml
attic/forge/simpleslideshow/trunk/cms/src/main/webapp/
attic/forge/simpleslideshow/trunk/cms/src/main/webapp/WEB-INF/

Added: attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.dtd
===
--- attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.dtd  
(rev 0)
+++ attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.dtd  
2017-03-02 11:00:15 UTC (rev 58725)
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+ 
+http://jakarta.apache.org/log4j/"; 
+  threshold(all|debug|info|warn|error|fatal|off|null) "null"
+  debug(true|false|null)  "null"
+>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://jakarta.apache.org/log4j/"; 
+  version(1.1|1.2) "1.2" 
+  includesLocationInfo   (true|false) "true"
+>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+


Property changes on: 
attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.dtd
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.xml
===
--- attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.xml  
(rev 0)
+++ attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.xml  
2017-03-02 11:00:15 UTC (rev 58725)
@@ -0,0 +1,105 @@
+
+
+
+http://jakarta.apache.org/log4j/";>
+
+  
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+  
+
+
+  
+
+  
+
+  
+  
+  
+
+  
+
+
+  
+  
+  
+
+
+  
+  
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+  
+  
+
+
+  
+
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+  
+
+
+
+
+  
+
+
+
+  
+
+


Property changes on: 
attic/forge/simpleslideshow/trunk/cms/src/main/resources/log4j.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58723] attic/forge/sidbi/: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58723
Author:   jhoffman
Date: 2017-03-02 11:59:56 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/sidbi/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58722] attic/forge/showcase: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58722
Author:   jhoffman
Date: 2017-03-02 11:59:48 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/showcase/
attic/forge/showcase/branches/
attic/forge/showcase/tags/
attic/forge/showcase/trunk/
attic/forge/showcase/trunk/LICENSE.txt
attic/forge/showcase/trunk/README.txt
attic/forge/showcase/trunk/pom.xml
attic/forge/showcase/trunk/src/
attic/forge/showcase/trunk/src/main/
attic/forge/showcase/trunk/src/main/resources/
attic/forge/showcase/trunk/src/main/resources/browse.xml
attic/forge/showcase/trunk/src/main/resources/dashboard.xml
attic/forge/showcase/trunk/src/main/resources/hippoecm-extension.xml
attic/forge/showcase/trunk/src/main/resources/list.xml
attic/forge/showcase/trunk/src/main/resources/log4j.dtd
attic/forge/showcase/trunk/src/main/resources/log4j.xml
attic/forge/showcase/trunk/src/main/resources/showcase.cnd
attic/forge/showcase/trunk/src/main/resources/showcase.xml
attic/forge/showcase/trunk/src/main/resources/wikipedia-tags.xml
attic/forge/showcase/trunk/src/main/webapp/
attic/forge/showcase/trunk/src/main/webapp/WEB-INF/
attic/forge/showcase/trunk/src/main/webapp/WEB-INF/web.xml
attic/forge/showcase/trunk/src/main/webapp/layout/
attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/
attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/
attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/

attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/hippoecm/

attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/hippoecm/frontend/

attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/

attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/

attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/dashboard/

attic/forge/showcase/trunk/src/main/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/dashboard/DashboardPerspective.html

Added: attic/forge/showcase/trunk/LICENSE.txt
===
--- attic/forge/showcase/trunk/LICENSE.txt  (rev 0)
+++ attic/forge/showcase/trunk/LICENSE.txt  2017-03-02 10:59:48 UTC (rev 
58722)
@@ -0,0 +1,201 @@
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Wor

[HippoCMS-scm] [58721] attic/forge/selection: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58721
Author:   jhoffman
Date: 2017-03-02 11:59:39 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/selection/
attic/forge/selection/selection/
attic/forge/selection/selection/tags/
attic/forge/selection/selection/tags/selection-1.04.00/
attic/forge/selection/selection/tags/selection-1.04.00/pom.xml
attic/forge/selection/selection/tags/selection-1.04.00/src/
attic/forge/selection/selection/tags/selection-1.04.00/src/main/
attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/
attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/model/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/model/JcrMultiPropertyValueModel.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/model/ListItem.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/model/ValueList.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/AbstractChoicePlugin.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/BooleanRadioGroupPlugin.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.css

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.html

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.css

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.html

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/PropertyFieldHelper.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/RadioGroupPlugin.html

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/RadioGroupPlugin.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropDownPlugin.properties

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.css

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.html

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/provider/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/provider/DocumentValueListProvider.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/provider/IValueListProvider.java

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/wicket/

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/wicket/RadioGroupWidget.css

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/wicket/RadioGroupWidget.html

attic/forge/selection/selection/tags/selection-1.04.00/src/main/java/org/onehippo/forge/cms/frontend/wicket/RadioGroupWidget.java
attic/forge/selection/selection/tags/selection-1.04.00/src/main/resources/

Added: attic/forge/selection/selection/tags/selection-1.04.00/pom.xml
===
--- attic/forge/selection/selection

[HippoCMS-scm] [58720] attic/forge/searchext: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58720
Author:   jhoffman
Date: 2017-03-02 11:59:30 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/searchext/
attic/forge/searchext/searchext/
attic/forge/searchext/searchext/trunk/
attic/forge/searchext/searchext/trunk/hst/
attic/forge/searchext/searchext/trunk/hst/src/
attic/forge/searchext/searchext/trunk/hst/src/main/
attic/forge/searchext/searchext/trunk/hst/src/main/java/
attic/forge/searchext/searchext/trunk/hst/src/main/java/org/
attic/forge/searchext/searchext/trunk/hst/src/main/java/org/onehippo/
attic/forge/searchext/searchext/trunk/hst/src/main/java/org/onehippo/forge/

attic/forge/searchext/searchext/trunk/hst/src/main/java/org/onehippo/forge/searchext/

attic/forge/searchext/searchext/trunk/hst/src/main/java/org/onehippo/forge/searchext/documents/

attic/forge/searchext/searchext/trunk/hst/src/main/java/org/onehippo/forge/searchext/documents/impl/
attic/forge/searchext/searchext/trunk/hst/src/test/
attic/forge/searchext/searchext/trunk/hst/src/test/java/
attic/forge/searchext/searchext/trunk/hst/src/test/java/org/
attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/
attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/component/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/component/QueryComponentDelegateTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/component/QueryComponentTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/configuration/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/configuration/QueryConfigurationTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/configuration/QueryParameterTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/extension/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/extension/AdvancedQueryExtensionTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/extension/QueryExtensionTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/extension/SearchExtensionTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/mock/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/mock/HippoBeanIteratorMock.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/mock/HstQueryResultMock.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/result/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/result/QueryResultTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/transformer/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/transformer/CollectionQueryResultTransformerTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/transformer/HippoBeanIteratorResultTransformerTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/transformer/PageableQueryResultTransformerTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/utils/

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/utils/EmptyHippoBeanIteratorTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/utils/EmptyHstQueryResultTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/utils/EntryImmutableTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/utils/QueryUtilsTest.java

attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/utils/SynonymsDictionaryTest.java
attic/forge/searchext/searchext/trunk/pom.xml

Added: 
attic/forge/searchext/searchext/trunk/hst/src/test/java/org/onehippo/forge/searchext/query/component/QueryComponentDelegateTest.java
===
--- 
attic/forge

[HippoCMS-scm] [58719] attic/forge/search: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58719
Author:   jhoffman
Date: 2017-03-02 11:59:21 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/search/
attic/forge/search/branches/
attic/forge/search/tags/
attic/forge/search/tags/search-1.01.00/
attic/forge/search/tags/search-1.01.00/pom.xml
attic/forge/search/tags/search-1.01.00/src/
attic/forge/search/tags/search-1.01.00/src/main/
attic/forge/search/tags/search-1.01.00/src/main/java/
attic/forge/search/tags/search-1.01.00/src/main/java/org/
attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/
attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/components/

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/components/Search.java

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/utilities/

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/utilities/Paging.java

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/utilities/SimpleSearch.java

attic/forge/search/tags/search-1.01.00/src/main/java/org/onehippo/forge/search/utilities/SimpleSearchResult.java
attic/forge/search/tags/search-1.01.00/src/site/
attic/forge/search/tags/search-1.01.00/src/site/resources/
attic/forge/search/tags/search-1.01.00/src/site/resources/downloads/

attic/forge/search/tags/search-1.01.00/src/site/resources/downloads/component.xml

attic/forge/search/tags/search-1.01.00/src/site/resources/downloads/search.jsp

attic/forge/search/tags/search-1.01.00/src/site/resources/downloads/sitemapitem.xml

attic/forge/search/tags/search-1.01.00/src/site/resources/downloads/template.xml
attic/forge/search/tags/search-1.01.00/src/site/resources/screenshots/

attic/forge/search/tags/search-1.01.00/src/site/resources/screenshots/configure-pagesize-small.png

attic/forge/search/tags/search-1.01.00/src/site/resources/screenshots/configure-pagesize.png

attic/forge/search/tags/search-1.01.00/src/site/resources/screenshots/search-results.png
attic/forge/search/tags/search-1.01.00/src/site/site.xml
attic/forge/search/tags/search-1.01.00/src/site/xdoc/
attic/forge/search/tags/search-1.01.00/src/site/xdoc/build-from-source.xml
attic/forge/search/tags/search-1.01.00/src/site/xdoc/index.xml
attic/forge/search/tags/search-1.01.00/src/site/xdoc/usage.xml
attic/forge/search/trunk/
attic/forge/search/trunk/pom.xml
attic/forge/search/trunk/src/
attic/forge/search/trunk/src/main/
attic/forge/search/trunk/src/main/java/
attic/forge/search/trunk/src/main/java/org/
attic/forge/search/trunk/src/main/java/org/onehippo/
attic/forge/search/trunk/src/main/java/org/onehippo/forge/
attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/
attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/components/

attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/components/Search.java
attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/utilities/

attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/utilities/Paging.java

attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/utilities/SimpleSearch.java

attic/forge/search/trunk/src/main/java/org/onehippo/forge/search/utilities/SimpleSearchResult.java
attic/forge/search/trunk/src/site/
attic/forge/search/trunk/src/site/resources/
attic/forge/search/trunk/src/site/resources/downloads/
attic/forge/search/trunk/src/site/resources/downloads/component.xml
attic/forge/search/trunk/src/site/resources/downloads/search.jsp
attic/forge/search/trunk/src/site/resources/downloads/sitemapitem.xml
attic/forge/search/trunk/src/site/resources/downloads/template.xml
attic/forge/search/trunk/src/site/resources/screenshots/

attic/forge/search/trunk/src/site/resources/screenshots/configure-pagesize-small.png

attic/forge/search/trunk/src/site/resources/screenshots/configure-pagesize.png
attic/forge/search/trunk/src/site/resources/screenshots/search-results.png
attic/forge/search/trunk/src/site/site.xml
attic/forge/search/trunk/src/site/xdoc/
attic/forge/search/trunk/src/site/xdoc/build-from-source.xml
attic/forge/search/trunk/src/site/xdoc/index.xml
attic/forge/search/trunk/src/site/xdoc/usage.xml

Added: attic/forge/search/tags/search-1.01.00/pom.xml
===
--- attic/forge/search/tags/search-1.01.00/pom.xml  
(rev 0)
+++ attic/forge/search/tags/search-1.01.00/pom.xml  2017-03-02 10:59:21 UTC 
(rev 58719)
@@ -0,0

[HippoCMS-scm] [58716] attic/forge/sched_overview: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58716
Author:   jhoffman
Date: 2017-03-02 11:58:47 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/sched_overview/
attic/forge/sched_overview/branches/
attic/forge/sched_overview/tags/
attic/forge/sched_overview/trunk/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58717] attic/forge/scheduler: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58717
Author:   jhoffman
Date: 2017-03-02 11:58:54 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/scheduler/
attic/forge/scheduler/scheduler/
attic/forge/scheduler/scheduler/trunk/
attic/forge/scheduler/scheduler/trunk/readme.txt

Added: attic/forge/scheduler/scheduler/trunk/readme.txt
===
--- attic/forge/scheduler/scheduler/trunk/readme.txt
(rev 0)
+++ attic/forge/scheduler/scheduler/trunk/readme.txt2017-03-02 10:58:54 UTC 
(rev 58717)
@@ -0,0 +1,5 @@
+
+The scheduler functionality was moved to Hippo Utilities project, module 
'repository',
+package org.onehippo.forge.utilities.repository.scheduler.
+
+See: https://forge.onehippo.org/svn/hippo-utilities


Property changes on: attic/forge/scheduler/scheduler/trunk/readme.txt
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58715] attic/forge/sandbox: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58715
Author:   jhoffman
Date: 2017-03-02 11:58:39 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/sandbox/
attic/forge/sandbox/branches/
attic/forge/sandbox/tags/
attic/forge/sandbox/trunk/
attic/forge/sandbox/trunk/test
attic/forge/sandbox/trunk/test-ssl.txt
attic/forge/sandbox/trunk/test.txt

Added: attic/forge/sandbox/trunk/test
===
--- attic/forge/sandbox/trunk/test  (rev 0)
+++ attic/forge/sandbox/trunk/test  2017-03-02 10:58:39 UTC (rev 58715)
@@ -0,0 +1 @@
+sdifiafasdf

Added: attic/forge/sandbox/trunk/test-ssl.txt
===
--- attic/forge/sandbox/trunk/test-ssl.txt  (rev 0)
+++ attic/forge/sandbox/trunk/test-ssl.txt  2017-03-02 10:58:39 UTC (rev 
58715)
@@ -0,0 +1 @@
+yyy


Property changes on: attic/forge/sandbox/trunk/test-ssl.txt
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/sandbox/trunk/test.txt
===
--- attic/forge/sandbox/trunk/test.txt  (rev 0)
+++ attic/forge/sandbox/trunk/test.txt  2017-03-02 10:58:39 UTC (rev 58715)
@@ -0,0 +1 @@
+xxx


Property changes on: attic/forge/sandbox/trunk/test.txt
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58704] attic/forge/properties: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58704
Author:   jhoffman
Date: 2017-03-02 11:48:08 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/properties/
attic/forge/properties/properties/
attic/forge/properties/properties/branches/
attic/forge/properties/properties/branches/properties-2.10.xx/
attic/forge/properties/properties/branches/properties-2.10.xx/hst/
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Properties.java

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Property.java

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/api/

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/api/PropertiesManager.java

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/api/PropertiesUtil.java

attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/tags/
attic/forge/properties/properties/branches/properties-2.10.xx/pom.xml
attic/forge/properties/properties/trunk/
attic/forge/properties/properties/trunk/MOVED.txt

Added: 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Properties.java
===
--- 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Properties.java
 (rev 0)
+++ 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Properties.java
 2017-03-02 10:48:08 UTC (rev 58704)
@@ -0,0 +1,36 @@
+/*
+ *  Copyright 2009-2013 Hippo B.V. (http://www.onehippo.com)
+ * 
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.onehippo.forge.properties.annotated;
+
+import java.util.List;
+
+import org.hippoecm.hst.content.beans.Node;
+import org.hippoecm.hst.content.beans.standard.HippoDocument;
+
+/**
+ * [properties:properties]
+ * + properties:property (properties:property) multiple
+ */
+@Node(jcrType = "properties:properties")
+public class Properties extends HippoDocument {
+
+   /**
+* Get the multiple property nodes as list of objects. 
+*/
+public List getPropertyObjects() {
+return this.getChildBeans("properties:property");
+}
+}


Property changes on: 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Properties.java
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Property.java
===
--- 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Property.java
   (rev 0)
+++ 
attic/forge/properties/properties/branches/properties-2.10.xx/hst/src/main/java/org/onehippo/forge/properties/annotated/Property.java
   2017-03-0

[HippoCMS-scm] [58703] attic/forge/previewbutton: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58703
Author:   jhoffman
Date: 2017-03-02 11:48:00 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/previewbutton/
attic/forge/previewbutton/previewbutton/
attic/forge/previewbutton/previewbutton/branches/
attic/forge/previewbutton/previewbutton/tags/
attic/forge/previewbutton/previewbutton/trunk/
attic/forge/previewbutton/previewbutton/trunk/pom.xml
attic/forge/previewbutton/previewbutton/trunk/src/
attic/forge/previewbutton/previewbutton/trunk/src/main/
attic/forge/previewbutton/previewbutton/trunk/src/main/java/
attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/
attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/PreviewButtonPlugin.html

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/PreviewButtonPlugin.java

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/PreviewButtonPlugin.properties

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/PreviewButtonPlugin_nl.properties

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/PreviewButtonWorkflow.java

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/PreviewButtonWorkflowImpl.java

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/live-icon-16.png

attic/forge/previewbutton/previewbutton/trunk/src/main/java/org/onehippo/forge/previewbutton/preview-icon-16.png
attic/forge/previewbutton/previewbutton/trunk/src/main/resources/

attic/forge/previewbutton/previewbutton/trunk/src/main/resources/hippoecm-extension.xml
attic/forge/previewbutton/previewbutton/trunk/src/main/resources/org/

attic/forge/previewbutton/previewbutton/trunk/src/main/resources/org/onehippo/

attic/forge/previewbutton/previewbutton/trunk/src/main/resources/org/onehippo/forge/

attic/forge/previewbutton/previewbutton/trunk/src/main/resources/org/onehippo/forge/previewbutton/

attic/forge/previewbutton/previewbutton/trunk/src/main/resources/org/onehippo/forge/previewbutton/package.jdo

attic/forge/previewbutton/previewbutton/trunk/src/main/resources/workflow.xml
attic/forge/previewbutton/previewbutton-demo/
attic/forge/previewbutton/previewbutton-demo/branches/
attic/forge/previewbutton/previewbutton-demo/tags/
attic/forge/previewbutton/previewbutton-demo/trunk/

Added: attic/forge/previewbutton/previewbutton/trunk/pom.xml
===
--- attic/forge/previewbutton/previewbutton/trunk/pom.xml   
(rev 0)
+++ attic/forge/previewbutton/previewbutton/trunk/pom.xml   2017-03-02 
10:48:00 UTC (rev 58703)
@@ -0,0 +1,540 @@
+
+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";>
+  4.0.0
+
+  HST Preview Button addon
+  HST Preview Button addon
+  org.onehippo.forge
+  hst-preview-button-addon
+  1.0-SNAPSHOT
+  jar
+  2010
+
+  
+2.13.00-SNAPSHOT
+
+2.4
+1.0
+1.1
+1.5.6
+1.2.14
+4.5
+1.0-alpha-6
+3.1.4
+  
+
+  
+
+  jboss
+  JBoss
+  http://repository.jboss.org/maven2/
+
+
+  hippoecm
+  Hippo ECM maven 2 repository.
+  http://repository.hippocms.org/maven2/
+  
+true
+  
+  
+never
+  
+  default
+
+
+  codehaus
+  http://repository.codehaus.org/org/codehaus/mojo/
+  
+true
+  
+  
+never
+  
+
+
+  jpox.legacy
+  JPOX Maven 1 repository.
+  http://www.jpox.org/downloads/maven/
+  
+true
+  
+  
+never
+  
+  legacy
+
+
+  glassfish
+  Glassfish maven repository
+  http://download.java.net/maven/glassfish
+  
+true
+  
+  
+never
+  
+
+
+  openqa
+  OpenQA Repository
+  http://nexus.openqa.org/content/repositories/releases
+  default
+  
+false
+  
+  
+true
+  
+
+
+  m2snapshots
+  Maven 2 snapshots repository
+  http://people.apache.org/repo/m2-snapshot-repository
+  default
+  
+true
+  
+  
+true
+  
+
+  
+
+  
+
+  jpox.plugin
+  JP

[HippoCMS-scm] [58700] attic/forge/pingpong-pa: Moved project from forge.onehippo.org/svn / without history

2017-03-02 Thread jhoffman
Revision: 58700
Author:   jhoffman
Date: 2017-03-02 11:47:32 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/pingpong-pa/
attic/forge/pingpong-pa/jetspeed-mvn-pa-pom.xml
attic/forge/pingpong-pa/src/
attic/forge/pingpong-pa/src/main/
attic/forge/pingpong-pa/src/main/java/
attic/forge/pingpong-pa/src/main/java/pingpong/
attic/forge/pingpong-pa/src/main/java/pingpong/PingPongEventPortlet.java
attic/forge/pingpong-pa/src/main/java/pingpong/PingPongPayload.java
attic/forge/pingpong-pa/src/main/webapp/
attic/forge/pingpong-pa/src/main/webapp/WEB-INF/

Added: attic/forge/pingpong-pa/jetspeed-mvn-pa-pom.xml
===
--- attic/forge/pingpong-pa/jetspeed-mvn-pa-pom.xml 
(rev 0)
+++ attic/forge/pingpong-pa/jetspeed-mvn-pa-pom.xml 2017-03-02 10:47:32 UTC 
(rev 58700)
@@ -0,0 +1,95 @@
+
+
+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";>
+
+  4.0.0
+  
+2.0.9
+  
+
+  pingpong-pa-jetspeed-mvn-pa-pom
+  org.example
+  1.0-SNAPSHOT
+  Jetspeed-2 Maven Invoker Configuration for Ping Pong Portlet 
Application
+  Jetspeed-2 Maven Invoker Configuration for Ping Pong 
Application
+
+  pom
+
+  
+
2.2.0
+
6
+
+*** Your Local Jetspeed-2.2 Portal 
installation folder ***
+
+  
+
+  
+process-resources
+  
+
+  
+
+
+  deploy
+  
+
+  
+org.apache.portals.jetspeed-2
+jetspeed-deploy-maven-plugin
+${org.apache.portals.jetspeed.version}
+
+  
+deploy
+
+  deploy
+
+process-resources
+
+  
${org.apache.jetspeed.server.home}
+  
tomcat${org.apache.jetspeed.catalina.version.major}
+  
+
+
+  ${project.build.directory}/pingpong-pa.war
+  true
+  true
+  ./pingpong-pa.war
+
+  
+
+  
+
+
+  
+  
+org.apache.portals.jetspeed-2
+jetspeed-deploy-tools
+${org.apache.portals.jetspeed.version}
+  
+
+  
+
+  
+
+
+  
+
+


Property changes on: attic/forge/pingpong-pa/jetspeed-mvn-pa-pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/pingpong-pa/src/main/java/pingpong/PingPongEventPortlet.java
===
--- attic/forge/pingpong-pa/src/main/java/pingpong/PingPongEventPortlet.java
(rev 0)
+++ attic/forge/pingpong-pa/src/main/java/pingpong/PingPongEventPortlet.java
2017-03-02 10:47:32 UTC (rev 58700)
@@ -0,0 +1,112 @@
+/*
+ *  Copyright 2009 Hippo.
+ * 
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package pingpong;
+
+import java.io.*;
+import java.util.ArrayList;
+import java.util.List;
+
+import javax.portlet.*;
+
+public class PingPongEventPortlet extends GenericPortlet
+{
+@SuppressWarnings("unchecked")
+private List getPayloads(PortletRequest request)
+{
+ArrayList payloads = 
(ArrayList)request.getPortletSession().getAttribute("payloads");
+if (payloads == null)
+{
+payloads = new ArrayList();
+request.getPortletSession().setAttribute("payloads", payloads);
+}
+return payloads;
+}
+
+@Override
+protected String getTitle(RenderRequest request)
+{
+return super.getTitle(request) +" - " + request.getWindowID();
+}
+
+@Override
+public void doView(RenderRequest request, RenderResponse response) throws 
PortletException, IOException
+{
+request.setAttribute(&quo

[HippoCMS-scm] [58701] attic/forge/pluginrenderer: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58701
Author:   jhoffman
Date: 2017-03-02 11:47:39 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/pluginrenderer/
attic/forge/pluginrenderer/branches/
attic/forge/pluginrenderer/tags/
attic/forge/pluginrenderer/trunk/
attic/forge/pluginrenderer/trunk/pom.xml
attic/forge/pluginrenderer/trunk/src/
attic/forge/pluginrenderer/trunk/src/main/
attic/forge/pluginrenderer/trunk/src/main/java/
attic/forge/pluginrenderer/trunk/src/main/java/org/
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/

attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/

attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.html

attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.java

attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/PluginClusterLoader.java

Added: attic/forge/pluginrenderer/trunk/pom.xml
===
--- attic/forge/pluginrenderer/trunk/pom.xml(rev 0)
+++ attic/forge/pluginrenderer/trunk/pom.xml2017-03-02 10:47:39 UTC (rev 
58701)
@@ -0,0 +1,76 @@
+
+
+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";>
+4.0.0
+
+Layout Manager
+Layout Manager plugin
+org.onehippo.addon.frontend.layoutmanager
+layout-manager
+1.0.0
+jar
+
+
+
+org.hippoecm
+hippo-ecm-frontend-engine
+2.01.00-SNAPSHOT
+
+
+
+
+
+install
+
+
+false
+${basedir}/src/main/java
+
+**/*.html
+**/*.css
+**/*.xml
+
+
+
+${basedir}/src/main/resources
+.
+
+*.xml
+
+
+
+
+
+org.apache.maven.plugins
+maven-compiler-plugin
+
+1.5
+1.5
+
+
+
+
+
+


Property changes on: attic/forge/pluginrenderer/trunk/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.html
===
--- 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.html
 (rev 0)
+++ 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.html
 2017-03-02 10:47:39 UTC (rev 58701)
@@ -0,0 +1,22 @@
+
+http://wicket.apache.org/";>
+  
+  
+Section listing
+  
+  
+


Property changes on: 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.html
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.java
===
--- 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.java
 (rev 0)
+++ 
attic/forge/pluginrenderer/trunk/src/main/java/org/onehippo/addon/frontend/pluginrenderer/ListLayoutPlugin.java
 2017-03-02 10:47:39 UTC (rev 58701)
@@ -0,0 +1,63 @@
+package org.onehippo.addon.frontend.pluginrenderer;
+
+import java.util.Arrays;
+import java.util.List;
+
+import org.apache.wicket.Component;
+import org.apache.wicket.markup.html.list.ListItem;
+import org.apache.wicket.markup.html.list.ListView;
+import org.apache.wicket.markup.html.panel.EmptyPanel;
+import org.apache.wicket.model.Model;
+import org.hippoecm.frontend.plugin.IPlugin;
+import org.hippoecm.frontend.plugin.IPluginContext;
+import org.hippoecm.frontend.

[HippoCMS-scm] [58698] attic/forge/pdfgenerator: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58698
Author:   jhoffman
Date: 2017-03-02 11:47:15 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/pdfgenerator/
attic/forge/pdfgenerator/trunk/
attic/forge/pdfgenerator/trunk/cms/
attic/forge/pdfgenerator/trunk/cms/src/
attic/forge/pdfgenerator/trunk/cms/src/main/
attic/forge/pdfgenerator/trunk/cms/src/main/resources/
attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.dtd
attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.xml
attic/forge/pdfgenerator/trunk/cms/src/main/webapp/
attic/forge/pdfgenerator/trunk/cms/src/main/webapp/WEB-INF/

Added: attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.dtd
===
--- attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.dtd 
(rev 0)
+++ attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.dtd 
2017-03-02 10:47:15 UTC (rev 58698)
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+ 
+http://jakarta.apache.org/log4j/"; 
+  threshold(all|debug|info|warn|error|fatal|off|null) "null"
+  debug(true|false|null)  "null"
+>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://jakarta.apache.org/log4j/"; 
+  version(1.1|1.2) "1.2" 
+  includesLocationInfo   (true|false) "true"
+>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+


Property changes on: 
attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.dtd
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.xml
===
--- attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.xml 
(rev 0)
+++ attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.xml 
2017-03-02 10:47:15 UTC (rev 58698)
@@ -0,0 +1,105 @@
+
+
+
+http://jakarta.apache.org/log4j/";>
+
+  
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+  
+
+
+  
+
+  
+
+  
+  
+  
+
+  
+
+
+  
+  
+  
+
+
+  
+  
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+  
+  
+
+
+  
+
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+  
+
+
+
+
+  
+
+
+
+  
+
+


Property changes on: 
attic/forge/pdfgenerator/trunk/cms/src/main/resources/log4j.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58695] attic/forge/mvnwardep: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58695
Author:   jhoffman
Date: 2017-03-02 11:46:00 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/mvnwardep/
attic/forge/mvnwardep/branches/
attic/forge/mvnwardep/tags/
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/LICENSE.txt
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/NOTICE.txt
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/README.txt
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/pom.xml
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/org/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/org/onehippo/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/org/onehippo/forge/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/org/onehippo/forge/mvnwardep/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/org/onehippo/forge/mvnwardep/AddClassesMojo.java

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/java/org/onehippo/forge/mvnwardep/WarPathUtils.java

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/resources/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/resources/META-INF/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/resources/META-INF/plexus/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/main/resources/META-INF/plexus/components.xml
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/
attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/apt/

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/apt/excludingResources.apt

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/apt/index.apt

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/apt/issues.apt

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/apt/usage.apt

attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/src/site/site.xml
attic/forge/mvnwardep/trunk/
attic/forge/mvnwardep/trunk/LICENSE.txt
attic/forge/mvnwardep/trunk/NOTICE.txt
attic/forge/mvnwardep/trunk/README.txt
attic/forge/mvnwardep/trunk/pom.xml
attic/forge/mvnwardep/trunk/src/
attic/forge/mvnwardep/trunk/src/main/
attic/forge/mvnwardep/trunk/src/main/java/
attic/forge/mvnwardep/trunk/src/main/java/org/
attic/forge/mvnwardep/trunk/src/main/java/org/onehippo/
attic/forge/mvnwardep/trunk/src/main/java/org/onehippo/forge/
attic/forge/mvnwardep/trunk/src/main/java/org/onehippo/forge/mvnwardep/

attic/forge/mvnwardep/trunk/src/main/java/org/onehippo/forge/mvnwardep/AddClassesMojo.java

attic/forge/mvnwardep/trunk/src/main/java/org/onehippo/forge/mvnwardep/WarPathUtils.java
attic/forge/mvnwardep/trunk/src/main/resources/
attic/forge/mvnwardep/trunk/src/main/resources/META-INF/
attic/forge/mvnwardep/trunk/src/main/resources/META-INF/plexus/

attic/forge/mvnwardep/trunk/src/main/resources/META-INF/plexus/components.xml
attic/forge/mvnwardep/trunk/src/site/
attic/forge/mvnwardep/trunk/src/site/apt/
attic/forge/mvnwardep/trunk/src/site/apt/excludingResources.apt
attic/forge/mvnwardep/trunk/src/site/apt/index.apt
attic/forge/mvnwardep/trunk/src/site/apt/issues.apt
attic/forge/mvnwardep/trunk/src/site/apt/usage.apt
attic/forge/mvnwardep/trunk/src/site/site.xml

Added: attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/LICENSE.txt
===
--- attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/LICENSE.txt
(rev 0)
+++ attic/forge/mvnwardep/tags/maven-war-dependencies-plugin-1.0/LICENSE.txt
2017-03-02 10:46:00 UTC (rev 58695)
@@ -0,0 +1,264 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  ot

[HippoCMS-scm] [58692] attic/forge/mapper/: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58692
Author:   jhoffman
Date: 2017-03-02 11:45:31 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/mapper/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58691] attic/forge/manuel: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58691
Author:   jhoffman
Date: 2017-03-02 11:45:23 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/manuel/
attic/forge/manuel/branches/
attic/forge/manuel/releases/
attic/forge/manuel/releases/manuel-1.0.zip
attic/forge/manuel/tags/
attic/forge/manuel/tags/manuel-1.0/
attic/forge/manuel/tags/manuel-1.0/manuel.properties
attic/forge/manuel/tags/manuel-1.0/pom.xml
attic/forge/manuel/tags/manuel-1.0/src/
attic/forge/manuel/tags/manuel-1.0/src/main/
attic/forge/manuel/tags/manuel-1.0/src/main/config/
attic/forge/manuel/tags/manuel-1.0/src/main/config/manuel.properties
attic/forge/manuel/tags/manuel-1.0/src/main/java/
attic/forge/manuel/tags/manuel-1.0/src/main/java/com/
attic/forge/manuel/tags/manuel-1.0/src/main/java/com/nielsvk/
attic/forge/manuel/tags/manuel-1.0/src/main/java/com/nielsvk/dev/
attic/forge/manuel/tags/manuel-1.0/src/main/java/com/nielsvk/dev/Manuel.java
attic/forge/manuel/tags/manuel-1.0/src/main/resources/
attic/forge/manuel/tags/manuel-1.0/src/main/resources/bump-version.xsl
attic/forge/manuel/tags/manuel-1.0/src/main/resources/cnd-compatible.xsl
attic/forge/manuel/tags/manuel-1.0/src/main/resources/log4j.dtd
attic/forge/manuel/tags/manuel-1.0/src/main/resources/log4j.xml
attic/forge/manuel/tags/manuel-1.0/src/site/
attic/forge/manuel/tags/manuel-1.0/src/site/xdoc/
attic/forge/manuel/tags/manuel-1.0/src/site/xdoc/index.xml
attic/forge/manuel/trunk/
attic/forge/manuel/trunk/manuel.properties
attic/forge/manuel/trunk/pom.xml
attic/forge/manuel/trunk/src/
attic/forge/manuel/trunk/src/main/
attic/forge/manuel/trunk/src/main/config/
attic/forge/manuel/trunk/src/main/config/manuel.properties
attic/forge/manuel/trunk/src/main/java/
attic/forge/manuel/trunk/src/main/java/com/
attic/forge/manuel/trunk/src/main/java/com/nielsvk/
attic/forge/manuel/trunk/src/main/java/com/nielsvk/dev/
attic/forge/manuel/trunk/src/main/java/com/nielsvk/dev/Manuel.java
attic/forge/manuel/trunk/src/main/resources/
attic/forge/manuel/trunk/src/main/resources/bump-version.xsl
attic/forge/manuel/trunk/src/main/resources/cnd-compatible.xsl
attic/forge/manuel/trunk/src/main/resources/log4j.dtd
attic/forge/manuel/trunk/src/main/resources/log4j.xml
attic/forge/manuel/trunk/src/site/
attic/forge/manuel/trunk/src/site/xdoc/
attic/forge/manuel/trunk/src/site/xdoc/index.xml

Added: attic/forge/manuel/releases/manuel-1.0.zip
===
(Binary files differ)

Index: attic/forge/manuel/releases/manuel-1.0.zip
===
--- attic/forge/manuel/releases/manuel-1.0.zip  2017-03-02 10:44:40 UTC (rev 
58690)
+++ attic/forge/manuel/releases/manuel-1.0.zip  2017-03-02 10:45:23 UTC (rev 
58691)

Property changes on: attic/forge/manuel/releases/manuel-1.0.zip
___
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: attic/forge/manuel/tags/manuel-1.0/manuel.properties
===
--- attic/forge/manuel/tags/manuel-1.0/manuel.properties
(rev 0)
+++ attic/forge/manuel/tags/manuel-1.0/manuel.properties2017-03-02 
10:45:23 UTC (rev 58691)
@@ -0,0 +1,62 @@
+# ***
+# * manuel.properties   *
+# * *
+# * Manuel will look for "manuel.properties" if no properties file  *
+# * is specified.   *
+# * *
+# * An alternative properties file can be specified as command line *
+# * argument.   *
+# * *
+# ***
+
+# Repository connection.
+repository.url=rmi://localhost:1099/hipporepository
+repository.user=admin
+repository.password=admin
+
+# Prefix of namespace to export
+namespace.prefix=myproject
+
+# target directories will be automatically created if they do not exist.
+target.dir.hstconfiguration=D:/temp/hippo/manuel/hstconfiguration/
+target.dir.types=D:/temp/hippo/manuel/types
+target.dir.cnd=D:/temp/hippo/manuel
+
+# export HST configuration nodes to directory specified in
+# "target.dir.hstconfiguration".
+export.hstconfiguration=true
+
+# export CND file for namespace specified in "namespace.prefix", to
+# directory specified in "target.dir.cnd"

[HippoCMS-scm] [58687] attic/forge/lastimages: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58687
Author:   jhoffman
Date: 2017-03-02 11:42:41 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/lastimages/
attic/forge/lastimages/branches/
attic/forge/lastimages/tags/
attic/forge/lastimages/tags/v1.0.0/
attic/forge/lastimages/tags/v1.0.0/pom.xml
attic/forge/lastimages/tags/v1.0.0/src/
attic/forge/lastimages/tags/v1.0.0/src/main/
attic/forge/lastimages/tags/v1.0.0/src/main/java/
attic/forge/lastimages/tags/v1.0.0/src/main/java/org/
attic/forge/lastimages/tags/v1.0.0/src/main/java/org/onehippo/
attic/forge/lastimages/tags/v1.0.0/src/main/java/org/onehippo/addon/

attic/forge/lastimages/tags/v1.0.0/src/main/java/org/onehippo/addon/frontend/

attic/forge/lastimages/tags/v1.0.0/src/main/java/org/onehippo/addon/frontend/lastimages/

attic/forge/lastimages/tags/v1.0.0/src/main/java/org/onehippo/addon/frontend/lastimages/LastImagesPlugin.html

attic/forge/lastimages/tags/v1.0.0/src/main/java/org/onehippo/addon/frontend/lastimages/LastImagesPlugin.java
attic/forge/lastimages/tags/v1.0.0/src/main/resources/
attic/forge/lastimages/tags/v1.0.0/src/main/resources/hippoecm-extension.xml

attic/forge/lastimages/tags/v1.0.0/src/main/resources/last-images-frontend.xml
attic/forge/lastimages/tags/v1.0.0/src/main/resources/last-images-report.xml
attic/forge/lastimages/tags/v1.0.0/src/site/
attic/forge/lastimages/tags/v1.0.0/src/site/resources/
attic/forge/lastimages/tags/v1.0.0/src/site/resources/images/
attic/forge/lastimages/tags/v1.0.0/src/site/resources/images/lastimages.png
attic/forge/lastimages/tags/v1.0.0/src/site/site.xml
attic/forge/lastimages/tags/v1.0.0/src/site/xdoc/
attic/forge/lastimages/tags/v1.0.0/src/site/xdoc/index.xml
attic/forge/lastimages/trunk/
attic/forge/lastimages/trunk/LICENSE.txt
attic/forge/lastimages/trunk/README.txt
attic/forge/lastimages/trunk/pom.xml
attic/forge/lastimages/trunk/src/
attic/forge/lastimages/trunk/src/main/
attic/forge/lastimages/trunk/src/main/java/
attic/forge/lastimages/trunk/src/main/java/org/
attic/forge/lastimages/trunk/src/main/java/org/onehippo/
attic/forge/lastimages/trunk/src/main/java/org/onehippo/addon/
attic/forge/lastimages/trunk/src/main/java/org/onehippo/addon/frontend/

attic/forge/lastimages/trunk/src/main/java/org/onehippo/addon/frontend/lastimages/

attic/forge/lastimages/trunk/src/main/java/org/onehippo/addon/frontend/lastimages/LastImagesPlugin.html

attic/forge/lastimages/trunk/src/main/java/org/onehippo/addon/frontend/lastimages/LastImagesPlugin.java
attic/forge/lastimages/trunk/src/main/resources/
attic/forge/lastimages/trunk/src/main/resources/hippoecm-extension.xml
attic/forge/lastimages/trunk/src/main/resources/last-images-frontend.xml
attic/forge/lastimages/trunk/src/main/resources/last-images-report.xml
attic/forge/lastimages/trunk/src/site/
attic/forge/lastimages/trunk/src/site/resources/
attic/forge/lastimages/trunk/src/site/resources/images/
attic/forge/lastimages/trunk/src/site/resources/images/lastimages.png
attic/forge/lastimages/trunk/src/site/site.xml
attic/forge/lastimages/trunk/src/site/xdoc/
attic/forge/lastimages/trunk/src/site/xdoc/index.xml

Added: attic/forge/lastimages/tags/v1.0.0/pom.xml
===
--- attic/forge/lastimages/tags/v1.0.0/pom.xml  (rev 0)
+++ attic/forge/lastimages/tags/v1.0.0/pom.xml  2017-03-02 10:42:41 UTC (rev 
58687)
@@ -0,0 +1,74 @@
+
+
+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";>
+4.0.0
+
+Last Images
+Last Images plugin
+org.onehippo.addon.frontend.lastimages
+last-images
+1.0.0
+jar
+
+
+
+org.hippoecm
+hippo-ecm-frontend-engine
+2.01.00.13536
+
+
+org.hippoecm
+hippo-ecm-api
+2.01.00.13536
+
+
+
+
+install
+
+
+false
+${basedir}/src/main/java
+
+**/*.html
+**/*.css
+**/*.xml
+
+
+
+${basedir}/src/main/resources
+.
+
+*.xml
+
+
+
+
+
+org.apache.maven.plugins
+maven-compiler-plugin
+
+1.5
+1.5
+
+
+
+
+
+


Property changes on: attic/forge/la

[HippoCMS-scm] [58682] attic/forge/imagegallery: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58682
Author:   jhoffman
Date: 2017-03-02 11:40:55 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/imagegallery/
attic/forge/imagegallery/cmsgalleryplugin/
attic/forge/imagegallery/cmsgalleryplugin/branches/
attic/forge/imagegallery/cmsgalleryplugin/tags/
attic/forge/imagegallery/cmsgalleryplugin/trunk/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58681] attic/forge/imageditor: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58681
Author:   jhoffman
Date: 2017-03-02 11:40:49 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/imageditor/
attic/forge/imageditor/demo/
attic/forge/imageditor/image-editor/
attic/forge/imageditor/image-editor/branches/
attic/forge/imageditor/image-editor/tags/
attic/forge/imageditor/image-editor/trunk/
attic/forge/imageditor/image-editor/trunk/pom.xml
attic/forge/imageditor/image-editor/trunk/tools/
attic/forge/imageditor/image-editor/trunk/tools/pom.xml
attic/forge/imageditor/image-editor/trunk/tools/src/
attic/forge/imageditor/image-editor/trunk/tools/src/main/
attic/forge/imageditor/image-editor/trunk/tools/src/main/java/
attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/
attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/GalleryPostProcessor.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/GalleryProcessorPlugin.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/BoxedResizeRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/CropRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/ImageProcessorRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/MultipleProcessingRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/NoActionRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/RegularHeightResizeRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/RegularWidthResizeRule.java

attic/forge/imageditor/image-editor/trunk/tools/src/main/java/org/onehippo/forge/image/editor/tools/rule/ResizeToFitResizeRule.java
attic/forge/imageditor/image-editor/trunk/tools/src/test/
attic/forge/imageditor/image-editor/trunk/tools/src/test/java/

Added: attic/forge/imageditor/image-editor/trunk/pom.xml
===
--- attic/forge/imageditor/image-editor/trunk/pom.xml   
(rev 0)
+++ attic/forge/imageditor/image-editor/trunk/pom.xml   2017-03-02 10:40:49 UTC 
(rev 58681)
@@ -0,0 +1,193 @@
+
+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/xsd/maven-4.0.0.xsd";>
+  4.0.0
+
+  Hippo Image Editor Project
+  Hippo Image Editor Project
+
+  org.onehippo.forge
+  image-editor
+  1.01.00
+  pom
+
+  
+UTF-8
+2.18.00
+2.0
+1.2.16
+1.5.6
+  
+
+  
+
scm:svn:http://forge.onehippo.org/svn/imageditor/image-editor/trunk
+
scm:svn:http://forge.onehippo.org/svn/imageditor/image-editor/trunk
+http://forge.onehippo.org/svn/imageditor/image-editor/trunk
+  
+
+  
+
+
+  
+javax.jcr
+jcr
+${lib.javax-jcr.version}
+  
+
+  
+org.slf4j
+slf4j-api
+${lib.slf4j.version}
+provided
+  
+
+  
+org.slf4j
+jcl-over-slf4j
+${lib.slf4j.version}
+  
+
+  
+org.slf4j
+slf4j-log4j12
+${lib.slf4j.version}
+runtime
+  
+
+  
+log4j
+log4j
+${lib.log4j.version}
+runtime
+  
+
+  
+org.onehippo.cms7
+hippo-cms-gallery-frontend
+${hippo.cms.version}
+
+  
+xerces
+xercesImpl
+  
+  
+commons-collections
+commons-collections
+  
+
+  
+
+  
+org.onehippo.cms7
+hippo-cms-engine
+${hippo.cms.version}
+
+  
+commons-logging
+commons-logging
+  
+
+  
+
+
+  
+
+  
+
+  
+org.apache.maven.wagon
+wagon-ftp
+1.0-alpha-6
+  
+

[HippoCMS-scm] [58675] attic/forge/hstlogin: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58675
Author:   jhoffman
Date: 2017-03-02 11:38:17 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hstlogin/
attic/forge/hstlogin/hstlogin/
attic/forge/hstlogin/hstlogin/tags/
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/client-assembly/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/client-assembly/security.xml

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/context.xml
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/WEB-INF/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/WEB-INF/jsp/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/WEB-INF/jsp/login.jsp
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/AuthenticationProvider.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/HippoJaasModule.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/SecurityConstants.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/principals/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/principals/Group.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/security/principals/User.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/servlets/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/servlets/LoginProxyServlet.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/servlets/LoginRedirectorServlet.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/servlets/LoginServlet.java

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/java/org/onehippo/forge/servlets/LogoutServlet.java
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/resources/

attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/resources/hstlogin.conf

Added: 
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/client-assembly/security.xml
===
--- 
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/client-assembly/security.xml
   (rev 0)
+++ 
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/client-assembly/security.xml
   2017-03-02 10:38:17 UTC (rev 58675)
@@ -0,0 +1,38 @@
+
+
+http://www.springframework.org/schema/beans"; 
+   xmlns:lang="http://www.springframework.org/schema/lang"; 
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+   xmlns:aop="http://www.springframework.org/schema/aop";
+   xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
+   http://www.springframework.org/schema/lang 
http://www.springframework.org/schema/beans/spring-lang-2.5.xsd
+   http://www.springframework.org/schema/aop 
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd";>
+
+  
+
+
+
+  
+  
+  
+${hstconfigreader.repository.address}
+${hstconfigreader.repository.user.name}
+${hstconfigreader.repository.password}
+  
+
+
+


Property changes on: 
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/client-assembly/security.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/hstlogin/hstlogin/tags/hstlogin-1.01.01/src/main/config/META-INF/context.xml
===

[HippoCMS-scm] [58666] attic/forge/hst-comp-arch: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58666
Author:   jhoffman
Date: 2017-03-02 11:33:04 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hst-comp-arch/
attic/forge/hst-comp-arch/tags/
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/maven/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/maven/archetype-metadata.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/hippoecm-extension.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/page.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/sitemapitem.xml

attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/template.xml

Added: 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/maven/archetype-metadata.xml
===
--- 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/maven/archetype-metadata.xml
 (rev 0)
+++ 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/maven/archetype-metadata.xml
 2017-03-02 10:33:04 UTC (rev 58666)
@@ -0,0 +1,34 @@
+
+  
+
+  src/site
+  
+**/*.project
+**/*.jsp
+**/*.xml
+  
+
+  
+  
+
+  
+
+  src/main/resources
+  
+**/*.xml
+  
+
+  
+
+
+  
+
+  src/main/java
+  
+**/*.java
+  
+
+  
+
+  
+
\ No newline at end of file


Property changes on: 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/META-INF/maven/archetype-metadata.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/hippoecm-extension.xml
===
--- 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/hippoecm-extension.xml
  (rev 0)
+++ 
attic/forge/hst-comp-arch/tags/hst-component-archetype-1.01.00/src/main/resources/archetype-resources/__rootArtifactId__-content/src/main/resources/hippoecm-extension.xml
  2017-03-02 10:33:04 UTC (rev 58666)
@@ -0,0 +1,70 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
+
+
+http://www.jcp.org/jcr/sv/1.0"; sv:name="hippo:initialize">
+
+hippo:initializefolder
+
+
+
+
+hippo:initializeitem
+
+
+90001
+
+
+page.xml
+
+
+/hst:configuration/hst:configuration/hst:pages
+
+
+
+
+
+hippo:initializeitem
+
+
+90001
+
+
+template.xml
+
+
+
/hst:configuration/hst:configuration/hst:templates
+
+
+
+
+
+hippo:initi

[HippoCMS-scm] [58665] attic/forge/hostappender: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58665
Author:   jhoffman
Date: 2017-03-02 11:32:57 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hostappender/
attic/forge/hostappender/branches/
attic/forge/hostappender/tags/
attic/forge/hostappender/tags/host-appender-1.00.00/
attic/forge/hostappender/tags/host-appender-1.00.00/pom.xml
attic/forge/hostappender/tags/host-appender-1.00.00/src/
attic/forge/hostappender/tags/host-appender-1.00.00/src/main/
attic/forge/hostappender/tags/host-appender-1.00.00/src/main/java/
attic/forge/hostappender/tags/host-appender-1.00.00/src/main/java/org/

attic/forge/hostappender/tags/host-appender-1.00.00/src/main/java/org/onehippo/

attic/forge/hostappender/tags/host-appender-1.00.00/src/main/java/org/onehippo/forge/

attic/forge/hostappender/tags/host-appender-1.00.00/src/main/java/org/onehippo/forge/hostappender/

attic/forge/hostappender/tags/host-appender-1.00.00/src/main/java/org/onehippo/forge/hostappender/HostPatternLayout.java
attic/forge/hostappender/tags/host-appender-1.00.00/src/main/resources/
attic/forge/hostappender/tags/host-appender-1.00.00/src/site/

attic/forge/hostappender/tags/host-appender-1.00.00/src/site/findbugs-exclude.xml
attic/forge/hostappender/tags/host-appender-1.00.00/src/site/resources/

attic/forge/hostappender/tags/host-appender-1.00.00/src/site/resources/checkstyle-suppressions.xml

attic/forge/hostappender/tags/host-appender-1.00.00/src/site/resources/images/

attic/forge/hostappender/tags/host-appender-1.00.00/src/site/resources/images/icon_error_sml.gif

attic/forge/hostappender/tags/host-appender-1.00.00/src/site/resources/images/icon_info_sml.gif

attic/forge/hostappender/tags/host-appender-1.00.00/src/site/resources/images/icon_warning_sml.gif
attic/forge/hostappender/tags/host-appender-1.00.00/src/site/site.xml
attic/forge/hostappender/tags/host-appender-1.00.00/src/site/xdoc/
attic/forge/hostappender/tags/host-appender-1.00.00/src/site/xdoc/index.xml
attic/forge/hostappender/tags/host-appender-1.00.00/src/site/xdoc/use.xml
attic/forge/hostappender/trunk/
attic/forge/hostappender/trunk/pom.xml
attic/forge/hostappender/trunk/src/
attic/forge/hostappender/trunk/src/main/
attic/forge/hostappender/trunk/src/main/java/
attic/forge/hostappender/trunk/src/main/java/org/
attic/forge/hostappender/trunk/src/main/java/org/onehippo/
attic/forge/hostappender/trunk/src/main/java/org/onehippo/forge/

attic/forge/hostappender/trunk/src/main/java/org/onehippo/forge/hostappender/

attic/forge/hostappender/trunk/src/main/java/org/onehippo/forge/hostappender/HostPatternLayout.java
attic/forge/hostappender/trunk/src/main/resources/
attic/forge/hostappender/trunk/src/site/
attic/forge/hostappender/trunk/src/site/findbugs-exclude.xml
attic/forge/hostappender/trunk/src/site/resources/

attic/forge/hostappender/trunk/src/site/resources/checkstyle-suppressions.xml
attic/forge/hostappender/trunk/src/site/resources/images/
attic/forge/hostappender/trunk/src/site/resources/images/icon_error_sml.gif
attic/forge/hostappender/trunk/src/site/resources/images/icon_info_sml.gif

attic/forge/hostappender/trunk/src/site/resources/images/icon_warning_sml.gif
attic/forge/hostappender/trunk/src/site/site.xml
attic/forge/hostappender/trunk/src/site/xdoc/
attic/forge/hostappender/trunk/src/site/xdoc/index.xml
attic/forge/hostappender/trunk/src/site/xdoc/use.xml

Added: attic/forge/hostappender/tags/host-appender-1.00.00/pom.xml
===
--- attic/forge/hostappender/tags/host-appender-1.00.00/pom.xml 
(rev 0)
+++ attic/forge/hostappender/tags/host-appender-1.00.00/pom.xml 2017-03-02 
10:32:57 UTC (rev 58665)
@@ -0,0 +1,196 @@
+
+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";>
+  4.0.0
+
+  Host Logging
+  Host Logging
+  org.onehippo.forge.appender
+  host-appender
+  1.00.00
+
+  
+1.6.4
+1.2.16
+2.24.02
+
+
+2.7
+3.0-beta-3
+2.2
+2.4
+2.1.2
+UTF-8
+
+  
+
+  
+
scm:svn:https://forge.onehippo.org/svn/hostappender/tags/host-appender-1.00.00
+
scm:svn:https://forge.onehippo.org/svn/hostappender/tags/host-appender-1.00.00
+
https://forge.onehippo.org/svn/hostappender/tags/host-appender-1.00.00
+  
+
+  
+
+  false
+  hostappender-maven-repo
+  svn:https://forge.onehippo.org/svn/hostappender/maven2/
+
+  
+
+  
+Hippo Forge
+https://forge.onehippo.org/gf/project/hostappender/tracker/
+  
+
+  
+
+  marijan milicevic
+  mmilicevic
+  mmilice...@onehippo.com
+  Hippo
+

[HippoCMS-scm] [58663] attic/forge/hippowalz: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58663
Author:   jhoffman
Date: 2017-03-02 11:32:39 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hippowalz/
attic/forge/hippowalz/walz/
attic/forge/hippowalz/walz/tags/
attic/forge/hippowalz/walz/trunk/
attic/forge/hippowalz/walz/trunk/application/
attic/forge/hippowalz/walz/trunk/application/.lock
attic/forge/hippowalz/walz/trunk/application/README
attic/forge/hippowalz/walz/trunk/application/derby.log
attic/forge/hippowalz/walz/trunk/application/pom.xml
attic/forge/hippowalz/walz/trunk/application/src/
attic/forge/hippowalz/walz/trunk/application/src/main/
attic/forge/hippowalz/walz/trunk/application/src/main/java/
attic/forge/hippowalz/walz/trunk/application/src/main/java/org/
attic/forge/hippowalz/walz/trunk/application/src/main/java/org/onehippo/

attic/forge/hippowalz/walz/trunk/application/src/main/java/org/onehippo/forge/

attic/forge/hippowalz/walz/trunk/application/src/main/java/org/onehippo/forge/php/

attic/forge/hippowalz/walz/trunk/application/src/main/java/org/onehippo/forge/php/SessionProviderFilter.java
attic/forge/hippowalz/walz/trunk/application/src/main/resources/
attic/forge/hippowalz/walz/trunk/application/src/main/resources/log4j.dtd
attic/forge/hippowalz/walz/trunk/application/src/main/resources/log4j.xml
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/controllers/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/controllers/Detail.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/controllers/Home.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/controllers/LeftMenu.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/controllers/Right.java
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/Component.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/Reference.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/RequestCycle.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/Site.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/Sitemap.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/SitemapItem.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/Sitemenu.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/SitemenuItem.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/Template.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/TemplateComponent.php

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/lib/hst/hst-types.cnd
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/WEB-INF/web.xml
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/contents.php
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/css/
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/css/style.css
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/images/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/images/button_edit.gif

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/images/hippo.gif

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/images/onehippo.gif
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/index.php
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/
attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/header/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/header/header.phtml

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/layout/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/layout/homelayout.phtml

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/layout/threecolumnlayout.phtml

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/main/

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/main/detail.phtml

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php/components/main/home.phtml

attic/forge/hippowalz/walz/trunk/application/src/main/webapp/php

[HippoCMS-scm] [58659] attic/forge/hippoauditing/: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58659
Author:   jhoffman
Date: 2017-03-02 11:31:08 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hippoauditing/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58657] attic/forge/hippo-sequence: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58657
Author:   jhoffman
Date: 2017-03-02 11:29:58 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hippo-sequence/
attic/forge/hippo-sequence/tags/
attic/forge/hippo-sequence/trunk/
attic/forge/hippo-sequence/trunk/cms/
attic/forge/hippo-sequence/trunk/cms/src/
attic/forge/hippo-sequence/trunk/cms/src/main/
attic/forge/hippo-sequence/trunk/cms/src/main/resources/
attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.dtd
attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.xml
attic/forge/hippo-sequence/trunk/cms/src/main/webapp/
attic/forge/hippo-sequence/trunk/cms/src/main/webapp/META-INF/
attic/forge/hippo-sequence/trunk/cms/src/main/webapp/META-INF/MANIFEST.MF
attic/forge/hippo-sequence/trunk/cms/src/main/webapp/WEB-INF/
attic/forge/hippo-sequence/trunk/cms/src/main/webapp/WEB-INF/lib/

Added: attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.dtd
===
--- attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.dtd   
(rev 0)
+++ attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.dtd   
2017-03-02 10:29:58 UTC (rev 58657)
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+ 
+http://jakarta.apache.org/log4j/"; 
+  threshold(all|debug|info|warn|error|fatal|off|null) "null"
+  debug(true|false|null)  "null"
+>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://jakarta.apache.org/log4j/"; 
+  version(1.1|1.2) "1.2" 
+  includesLocationInfo   (true|false) "true"
+>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+


Property changes on: 
attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.dtd
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.xml
===
--- attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.xml   
(rev 0)
+++ attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.xml   
2017-03-02 10:29:58 UTC (rev 58657)
@@ -0,0 +1,105 @@
+
+
+
+http://jakarta.apache.org/log4j/";>
+
+  
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+  
+
+
+  
+
+  
+
+  
+  
+  
+
+  
+
+
+  
+  
+  
+
+
+  
+  
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+  
+  
+
+
+  
+
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+  
+
+
+
+
+  
+
+
+
+  
+
+


Property changes on: 
attic/forge/hippo-sequence/trunk/cms/src/main/resources/log4j.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/hippo-sequence/trunk/cms/src/main/webapp/META-INF/MANIFEST.MF
===
--- attic/forge/hippo-sequence/trunk/cms/src/main/webapp/META-INF/MANIFEST.MF   
(rev 0)
+++ attic/forge/hippo-sequence/trunk/cms/src/main/webapp/META-INF/MANIFEST.MF   
2017-03-02 10:29:58 UTC (rev 58657)
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+


Property changes on: 
attic/forge/hippo-sequence/trunk/cms/src/main/webapp/META-INF/MANIFEST.MF
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58655] attic/forge/hippo-gecoding: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58655
Author:   jhoffman
Date: 2017-03-02 11:29:25 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hippo-gecoding/
attic/forge/hippo-gecoding/branches/
attic/forge/hippo-gecoding/tags/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/pom.xml
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/GeoCodingTool.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/GeoCoordinate.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/GeoUtils.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/mapping/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/mapping/GeoLocation.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/mapping/GeoResult.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/mapping/GeocodeResponse.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/main/java/org/onehippo/forge/geocoding/mapping/Geometry.java
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/test/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.00/src/test/java/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/pom.xml
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/GeoCoding.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/GeoCoordinate.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/GeoUtils.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/GeoAddressComponent.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/GeoBounds.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/GeoLocation.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/GeoResult.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/GeoViewPort.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/GeocodeResponse.java

attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/main/java/org/onehippo/forge/geocoding/mapping/Geometry.java
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/test/
attic/forge/hippo-gecoding/tags/hippo-geocoding-1.01.01/src/test/java/
attic/forge/hippo-gecoding/trunk/
attic/forge/hippo-gecoding/trunk/pom.xml
attic/forge/hippo-gecoding/trunk/src/
attic/forge/hippo-gecoding/trunk/src/main/
attic/forge/hippo-gecoding/trunk/src/main/java/
attic/forge/hippo-gecoding/trunk/src/main/java/org/
attic/forge/hippo-gecoding/trunk/src/main/java/org/onehippo/
attic/forge/hippo-gecoding/trunk/src/main/java/org/onehippo/forge/
attic/forge/hippo-gecoding/trunk/src/main/java/org/onehippo/forge/geocoding/

attic/forge/hippo-gecoding/trunk/src/main/java/org/onehippo/forge/geocoding/GeoCoding.java

attic/forge

[HippoCMS-scm] [58653] attic/forge/hippo-captcha: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58653
Author:   jhoffman
Date: 2017-03-02 11:29:07 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/hippo-captcha/
attic/forge/hippo-captcha/branches/
attic/forge/hippo-captcha/tags/
attic/forge/hippo-captcha/trunk/
attic/forge/hippo-captcha/trunk/META-INF/
attic/forge/hippo-captcha/trunk/META-INF/MANIFEST.MF
attic/forge/hippo-captcha/trunk/README
attic/forge/hippo-captcha/trunk/eclipse.README
attic/forge/hippo-captcha/trunk/pom.xml
attic/forge/hippo-captcha/trunk/src/
attic/forge/hippo-captcha/trunk/src/main/
attic/forge/hippo-captcha/trunk/src/main/java/
attic/forge/hippo-captcha/trunk/src/main/java/META-INF/
attic/forge/hippo-captcha/trunk/src/main/java/META-INF/MANIFEST.MF
attic/forge/hippo-captcha/trunk/src/main/java/org/
attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/
attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/

attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/hippocaptcha/

attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/hippocaptcha/components/

attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/hippocaptcha/components/BaseCaptchaComponent.java

attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/hippocaptcha/components/CaptchaServiceSingleton.java

attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/hippocaptcha/components/HstJCaptchaInvalidException.java

attic/forge/hippo-captcha/trunk/src/main/java/org/onehippo/forge/hippocaptcha/components/ImageCaptchaServlet.java
attic/forge/hippo-captcha/trunk/src/test/
attic/forge/hippo-captcha/trunk/src/test/java/
attic/forge/hippo-captcha/trunk/src/test/java/com/
attic/forge/hippo-captcha/trunk/src/test/java/com/rematecnews/
attic/forge/hippo-captcha/trunk/src/test/java/com/rematecnews/hstcaptcha/

Added: attic/forge/hippo-captcha/trunk/META-INF/MANIFEST.MF
===
--- attic/forge/hippo-captcha/trunk/META-INF/MANIFEST.MF
(rev 0)
+++ attic/forge/hippo-captcha/trunk/META-INF/MANIFEST.MF2017-03-02 
10:29:07 UTC (rev 58653)
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+


Property changes on: attic/forge/hippo-captcha/trunk/META-INF/MANIFEST.MF
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/hippo-captcha/trunk/README
===
--- attic/forge/hippo-captcha/trunk/README  (rev 0)
+++ attic/forge/hippo-captcha/trunk/README  2017-03-02 10:29:07 UTC (rev 
58653)
@@ -0,0 +1,63 @@
+
+Add captcha capabilities to your form you need to:
+1) add the captha depedency to your pom,
+2) add the  servlet to your web.xml, 
+3) add the japtcha field to your form 
+4) and let the formcomponent extend from the base Captcha component
+5) add the captcha exclusion to your virtual host
+6) restart the project with a new url, or 
+   remove /hst:virtualhosts and 
/hippo:configuration/hippo:initialize/virtualhosts
+   from your current repositorie. 
+
+
+add 1
+
+org.onehippo.forge.hstcaptcha
+hstcaptcha
+${pom.version}
+
+
+add 2 
+   
+jcaptcha
+
org.onehippo.forge.hstcaptcha.ImageCaptchaServlet
+0
+
+
+And
+
+   
+jcaptcha
+/jcaptcha
+
+
+Add 3
+The form
+
+Provide a form containing the captcha challenge (the image) and an input text 
for the response
+
+
+
+Hint: perhaps you would want add a placeholder for your error message somewhere
+ 
+
+
+add 4
+YourComponent extends BaseCaptchaComponent
+
+ public void doAction(HstRequest request, HstResponse response) throws 
HstComponentException {
+super.doAction(request, response);
+
+
+  catch(HstJCaptchaInvalidException e){
+  //... something went wrong ... do stuff using formmap
+  //Store form result to show it later on
+   super.persistFormMap(request, response, formMap, null);
+   request.setAttribute("jcaptcha_error_msg", "Humans only!!");
+  }
+
+add 5
+ in your content module hst-virtualhosts.xml add a /jcaptcha line to 
hst:prefixexclusions values.
+
+TODO
+add example for spring forms
\ No newline at end of file


Property changes on: attic/forge/hippo-captcha/trunk/README
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge

[HippoCMS-scm] [58648] attic/forge/googlemaps: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58648
Author:   jhoffman
Date: 2017-03-02 11:28:03 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/googlemaps/
attic/forge/googlemaps/googlemaps/
attic/forge/googlemaps/googlemaps/trunk/
attic/forge/googlemaps/googlemaps/trunk/LICENSE.txt
attic/forge/googlemaps/googlemaps/trunk/NOTICE.txt
attic/forge/googlemaps/googlemaps/trunk/src/
attic/forge/googlemaps/googlemaps/trunk/src/main/
attic/forge/googlemaps/googlemaps/trunk/src/main/java/
attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/
attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/
attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/GoogleMapsFieldPlugin.html

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/GoogleMapsFieldPlugin.java

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/Maps.java

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/MapsModel.java

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/beans/

attic/forge/googlemaps/googlemaps/trunk/src/main/java/org/onehippo/forge/googlemaps/beans/GoogleMapBean.java
attic/forge/googlemaps/googlemaps/trunk/src/main/resources/

attic/forge/googlemaps/googlemaps/trunk/src/main/resources/googlemaps-namespace.xml

attic/forge/googlemaps/googlemaps/trunk/src/main/resources/googlemaps-types.cnd

attic/forge/googlemaps/googlemaps/trunk/src/main/resources/hippoecm-extension.xml
attic/forge/googlemaps/scratchpad/
attic/forge/googlemaps/scratchpad/googlemap.html

Added: attic/forge/googlemaps/googlemaps/trunk/LICENSE.txt
===
--- attic/forge/googlemaps/googlemaps/trunk/LICENSE.txt 
(rev 0)
+++ attic/forge/googlemaps/googlemaps/trunk/LICENSE.txt 2017-03-02 10:28:03 UTC 
(rev 58648)
@@ -0,0 +1,201 @@
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  

[HippoCMS-scm] [58649] attic/forge/googlemapsv3: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58649
Author:   jhoffman
Date: 2017-03-02 11:28:11 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/googlemapsv3/
attic/forge/googlemapsv3/branches/
attic/forge/googlemapsv3/tags/
attic/forge/googlemapsv3/trunk/
attic/forge/googlemapsv3/trunk/googlemaps-cms/
attic/forge/googlemapsv3/trunk/googlemaps-cms/pom.xml
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/googlemaps/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/googlemaps/model/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/googlemaps/model/PropertyValueModel.java

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/googlemaps/wicket/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/googlemaps/wicket/GoogleMapsPlugin.html

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/java/com/levi9/hippo7/plugins/googlemaps/wicket/GoogleMapsPlugin.java
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/resources/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/resources/initialization/

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/resources/initialization/googlemaps-namespace.xml

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/resources/initialization/googlemaps.cnd

attic/forge/googlemapsv3/trunk/googlemaps-cms/src/main/resources/initialization/hippoecm-extension.xml
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/test/
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/test/java/
attic/forge/googlemapsv3/trunk/googlemaps-cms/src/test/resources/
attic/forge/googlemapsv3/trunk/googlemaps-site/
attic/forge/googlemapsv3/trunk/googlemaps-site/pom.xml
attic/forge/googlemapsv3/trunk/googlemaps-site/src/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/levi9/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/levi9/hippo7/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/levi9/hippo7/plugins/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/levi9/hippo7/plugins/googlemaps/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/levi9/hippo7/plugins/googlemaps/beans/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/java/com/levi9/hippo7/plugins/googlemaps/beans/GoogleMapBean.java
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/resources/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/resources/tags/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/resources/tags/googlemaps.tld
attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/resources/tags/tags/

attic/forge/googlemapsv3/trunk/googlemaps-site/src/main/resources/tags/tags/googlemaps.tag
attic/forge/googlemapsv3/trunk/googlemaps-site/src/test/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/test/java/
attic/forge/googlemapsv3/trunk/googlemaps-site/src/test/resources/
attic/forge/googlemapsv3/trunk/pom.xml
attic/forge/googlemapsv3/trunk/readme.txt
attic/forge/googlemapsv3/trunk/src/
attic/forge/googlemapsv3/trunk/src/site/
attic/forge/googlemapsv3/trunk/src/site/resources/
attic/forge/googlemapsv3/trunk/src/site/resources/images/

attic/forge/googlemapsv3/trunk/src/site/resources/images/1_compound_field.png

attic/forge/googlemapsv3/trunk/src/site/resources/images/1_compound_field_small.png
attic/forge/googlemapsv3/trunk/src/site/resources/images/2_edit_mode.png

attic/forge/googlemapsv3/trunk/src/site/resources/images/2_edit_mode_small.png
attic/forge/googlemapsv3/trunk/src/site/resources/images/3_view_mode.png

attic/forge/googlemapsv3/trunk/src/site/resources/images/3_view_mode_small.png
attic/forge/googlemapsv3/trunk/src/site/resources/images/4_frontend.png

attic/forge/googlemapsv3/trunk/src/site/resources/images/4_frontend_small.png
attic/forge/googlemapsv3/trunk/src/site/resources/images/levi9_logo.jpg
attic/forge/googlemapsv3/trunk/src/site/site.xml
attic/forge/googlemapsv3

[HippoCMS-scm] [58645] attic/forge/ganalytics: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58645
Author:   jhoffman
Date: 2017-03-02 11:27:17 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/ganalytics/
attic/forge/ganalytics/trunk/
attic/forge/ganalytics/trunk/ganalytics-frontend/
attic/forge/ganalytics/trunk/ganalytics-frontend/pom.xml
attic/forge/ganalytics/trunk/ganalytics-frontend/src/
attic/forge/ganalytics/trunk/ganalytics-frontend/src/main/
attic/forge/ganalytics/trunk/ganalytics-frontend/src/main/java/
attic/forge/ganalytics/trunk/ganalytics-frontend/src/main/resources/
attic/forge/ganalytics/trunk/ganalytics-frontend/src/test/
attic/forge/ganalytics/trunk/ganalytics-frontend/src/test/java/
attic/forge/ganalytics/trunk/ganalytics-frontend/src/test/resources/
attic/forge/ganalytics/trunk/ganalytics-repository/
attic/forge/ganalytics/trunk/ganalytics-repository/pom.xml
attic/forge/ganalytics/trunk/ganalytics-repository/src/
attic/forge/ganalytics/trunk/ganalytics-repository/src/main/
attic/forge/ganalytics/trunk/ganalytics-repository/src/main/java/
attic/forge/ganalytics/trunk/ganalytics-repository/src/main/resources/
attic/forge/ganalytics/trunk/ganalytics-repository/src/test/
attic/forge/ganalytics/trunk/ganalytics-repository/src/test/java/
attic/forge/ganalytics/trunk/ganalytics-repository/src/test/resources/
attic/forge/ganalytics/trunk/pom.xml

Added: attic/forge/ganalytics/trunk/ganalytics-frontend/pom.xml
===
--- attic/forge/ganalytics/trunk/ganalytics-frontend/pom.xml
(rev 0)
+++ attic/forge/ganalytics/trunk/ganalytics-frontend/pom.xml2017-03-02 
10:27:17 UTC (rev 58645)
@@ -0,0 +1,12 @@
+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";>
+  
+ganalytics
+org.onehippo.addon.ganalytics
+0.1-SNAPSHOT
+  
+  4.0.0
+  org.onehippo.addon.ganalytics
+  ganalytics-frontend
+  Google analytics frontend
+  0.1-SNAPSHOT
+
\ No newline at end of file


Property changes on: attic/forge/ganalytics/trunk/ganalytics-frontend/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/ganalytics/trunk/ganalytics-repository/pom.xml
===
--- attic/forge/ganalytics/trunk/ganalytics-repository/pom.xml  
(rev 0)
+++ attic/forge/ganalytics/trunk/ganalytics-repository/pom.xml  2017-03-02 
10:27:17 UTC (rev 58645)
@@ -0,0 +1,12 @@
+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";>
+  
+ganalytics
+org.onehippo.addon.ganalytics
+0.1-SNAPSHOT
+  
+  4.0.0
+  org.onehippo.addon.ganalytics
+  ganalytics-repository
+  Repository Addon
+  0.1-SNAPSHOT
+
\ No newline at end of file


Property changes on: attic/forge/ganalytics/trunk/ganalytics-repository/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/ganalytics/trunk/pom.xml
===
--- attic/forge/ganalytics/trunk/pom.xml(rev 0)
+++ attic/forge/ganalytics/trunk/pom.xml2017-03-02 10:27:17 UTC (rev 
58645)
@@ -0,0 +1,47 @@
+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";>
+  4.0.0
+  org.onehippo.addon.ganalytics
+  ganalytics
+  Google Analytics
+  0.1-SNAPSHOT
+  pom
+  A set of components that interact with the Google Analytics 
API
+  
+  
+2.06.06
+  
+  
+   
+   jreijn
+   Jeroen Reijn
+   j.re...@onehippo.com
+   http://www.onehippo.com
+   Hippo
+   http://www.onehippo.com
+   
+   Java Developer
+   
+   
+
+  
+  
+   ganalytics-repository
+   ganalytics-frontend
+  
+  
+  
+   
+   hippo-maven2-repo
+   hippo-maven1-repo
+   http://repository.hippocms.org/maven2
+   legacy
+   
+   true
+   
+   
+   false
+ 

[HippoCMS-scm] [58639] attic/forge/feedbackplugin: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58639
Author:   jhoffman
Date: 2017-03-02 11:16:51 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/feedbackplugin/
attic/forge/feedbackplugin/branches/
attic/forge/feedbackplugin/tags/
attic/forge/feedbackplugin/tags/Release_v1.01.00/
attic/forge/feedbackplugin/tags/Release_v1.01.00/pom.xml
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/

attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/

attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/

attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.html

attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.java
attic/forge/feedbackplugin/trunk/
attic/forge/feedbackplugin/trunk/pom.xml
attic/forge/feedbackplugin/trunk/src/
attic/forge/feedbackplugin/trunk/src/main/
attic/forge/feedbackplugin/trunk/src/main/java/
attic/forge/feedbackplugin/trunk/src/main/java/org/
attic/forge/feedbackplugin/trunk/src/main/java/org/hippoecm/
attic/forge/feedbackplugin/trunk/src/main/java/org/hippoecm/forge/

attic/forge/feedbackplugin/trunk/src/main/java/org/hippoecm/forge/feedbackplugin/

attic/forge/feedbackplugin/trunk/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.html

attic/forge/feedbackplugin/trunk/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.java

Added: attic/forge/feedbackplugin/tags/Release_v1.01.00/pom.xml
===
--- attic/forge/feedbackplugin/tags/Release_v1.01.00/pom.xml
(rev 0)
+++ attic/forge/feedbackplugin/tags/Release_v1.01.00/pom.xml2017-03-02 
10:16:51 UTC (rev 58639)
@@ -0,0 +1,93 @@
+
+
+
+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";>
+  4.0.0
+
+  CMS Feedback Plugin
+  
+  org.hippoecm.forge.plugins
+  hippo-forge-feedbackplugin
+  jar
+  1.01.00
+
+  
+
scm:svn:http://forge.hippocms.org/svn/feedbackplugin
+
scm:svn:http://forge.hippocms.org/svn/feedbackplugin
+http://forge.hippocms.org/svn/feedbackplugin
+  
+
+  
+
+  org.hippoecm
+  hippo-ecm-frontend-engine
+  2.01.00-dev
+
+
+  org.hippoecm
+  hippo-ecm-frontend-plugins
+  2.01.00-dev
+
+
+  javax.mail
+  mail
+  1.4
+
+
+  javax.activation
+  activation
+  1.1
+
+  
+  
+  
+  
+package
+
+  
+false
+${basedir}/src/main/java
+
+  **/*.html
+  **/*.css
+
+  
+
+
+  
+org.apache.maven.plugins
+maven-surefire-plugin
+
+  always
+  ${project.build.directory}
+
+  
+  
+org.apache.maven.plugins
+maven-compiler-plugin
+
+  1.5
+  1.5
+
+  
+   
+  
+
+


Property changes on: attic/forge/feedbackplugin/tags/Release_v1.01.00/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.html
===
--- 
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.html
(rev 0)
+++ 
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.html
2017-03-02 10:16:51 UTC (rev 58639)
@@ -0,0 +1,30 @@
+
+http://wicket.apache.org/";>
+  
+  
+ form.feedback { margin-bottom: 0px; text-align: right; 
text-transform: capitalize; color: white; }
+  
+  
+  
+   
+
+   
+   
+   
+   
+
+


Property changes on: 
attic/forge/feedbackplugin/tags/Release_v1.01.00/src/main/java/org/hippoecm/forge/feedbackplugin/FeedbackPlugin.html
___
Added: svn:

[HippoCMS-scm] [58628] attic/forge/dropdown-plugin: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58628
Author:   jhoffman
Date: 2017-03-02 10:59:01 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/dropdown-plugin/
attic/forge/dropdown-plugin/trunk/
attic/forge/dropdown-plugin/trunk/src/
attic/forge/dropdown-plugin/trunk/src/main/
attic/forge/dropdown-plugin/trunk/src/main/java/
attic/forge/dropdown-plugin/trunk/src/main/java/org/
attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/
attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/
attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/JcrMultiPropertyValueModel.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/ListItem.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/ValueList.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/AbstractChoicePlugin.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/BooleanRadioGroupPlugin.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.css

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.html

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicDropdownPlugin.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.css

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.html

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/DynamicMultiSelectPlugin.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/PropertyFieldHelper.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/RadioGroupPlugin.html

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/RadioGroupPlugin.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropDownPlugin.properties

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.css

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.html

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/plugin/StaticDropdownPlugin.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/provider/

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/provider/DocumentValueListProvider.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/provider/IValueListProvider.java

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/wicket/

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/wicket/RadioGroupWidget.css

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/wicket/RadioGroupWidget.html

attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/wicket/RadioGroupWidget.java
attic/forge/dropdown-plugin/trunk/src/main/resources/

Added: 
attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/JcrMultiPropertyValueModel.java
===
--- 
attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/JcrMultiPropertyValueModel.java
   (rev 0)
+++ 
attic/forge/dropdown-plugin/trunk/src/main/java/org/onehippo/forge/cms/frontend/model/JcrMultiPropertyValueModel.java
   2017-03-02 09:59:01 UTC (rev 58628)
@@ -0,0 +1,305 @@
+/*
+ *  Copyright 2009 Hippo.
+ * 
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for t

[HippoCMS-scm] [58625] attic/forge/doctranslator: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58625
Author:   jhoffman
Date: 2017-03-02 10:58:18 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/doctranslator/
attic/forge/doctranslator/branches/
attic/forge/doctranslator/tags/
attic/forge/doctranslator/trunk/
attic/forge/doctranslator/trunk/cms/
attic/forge/doctranslator/trunk/cms/pom.xml
attic/forge/doctranslator/trunk/feature-addon/
attic/forge/doctranslator/trunk/feature-addon/pom.xml
attic/forge/doctranslator/trunk/feature-addon/src/
attic/forge/doctranslator/trunk/feature-addon/src/main/
attic/forge/doctranslator/trunk/feature-addon/src/main/java/
attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/
attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/FeaturedWorkflow.java

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowImpl.java

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin.html

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin.java

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin.properties

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/FeaturedWorkflowPlugin_nl.properties

attic/forge/doctranslator/trunk/feature-addon/src/main/java/com/mycompany/workflow-16.png
attic/forge/doctranslator/trunk/feature-addon/src/main/resources/
attic/forge/doctranslator/trunk/feature-addon/src/main/resources/com/

attic/forge/doctranslator/trunk/feature-addon/src/main/resources/com/mycompany/

attic/forge/doctranslator/trunk/feature-addon/src/main/resources/com/mycompany/package.jdo

attic/forge/doctranslator/trunk/feature-addon/src/main/resources/hippoecm-extension.xml

attic/forge/doctranslator/trunk/feature-addon/src/main/resources/workflow.xml
attic/forge/doctranslator/trunk/pom.xml

Added: attic/forge/doctranslator/trunk/cms/pom.xml
===
--- attic/forge/doctranslator/trunk/cms/pom.xml (rev 0)
+++ attic/forge/doctranslator/trunk/cms/pom.xml 2017-03-02 09:58:18 UTC (rev 
58625)
@@ -0,0 +1,134 @@
+
+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";>
+  4.0.0
+  
+com.company
+project
+1.0-SNAPSHOT
+  
+
+  CMS
+  CMS
+  com.company
+  cms
+  war
+
+  
+
+  com.company
+  feature-addon
+  1.0-SNAPSHOT
+  jar
+
+
+
+  org.hippoecm
+  hippo-ecm-package-war
+  2.09.02
+  war
+
+
+  org.hippoecm
+  hippo-ecm-addon-gotolink
+  2.09.02
+  jar
+
+
+
+
+  org.hippoecm
+  hippo-ecm-addon-defaultcontent-frontend
+  2.09.02
+  jar
+
+
+  org.hippoecm
+  hippo-ecm-addon-defaultcontent-repository
+  2.09.02
+  jar
+
+  
+
+  
+package
+
+  
+org.apache.maven.plugins
+maven-war-plugin
+2.1-beta-1
+
+  
+
true
+  
+  
+
+  ${buildNumber}
+  
${project.version}
+
+  
+  
+
+
+  org.hippoecm
+  hippo-ecm-package-war
+  
+
+  
+
+  
+  
+org.mortbay.jetty
+maven-jetty-plugin
+6.1.10
+
+  5
+  
+
+  8080
+
+  
+  /
+
+
+  
+org.mortbay.jetty
+jsp-2.1
+6.1.10
+
+  
+org.eclipse.jdt
+core
+  
+
+  
+  
+  
+com.atomikos
+transactions-api
+3.1.4
+runtime
+  
+  
+com.atomikos
+transactions-jta
+3.1.4
+runtime
+  
+  
+com.atomikos
+transactions
+3.1.4
+runtime
+  
+  
+com.atomikos
+atomikos-util
+3.1.4
+runtime
+  
+
+  
+
+  
+
+


Property changes on: attic/forge/doctranslator/trunk/cms/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/doctranslator

[HippoCMS-scm] [58624] attic/forge/doctranslation: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58624
Author:   jhoffman
Date: 2017-03-02 10:58:13 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/doctranslation/
attic/forge/doctranslation/branches/
attic/forge/doctranslation/hippo78/
attic/forge/doctranslation/hippo78/pom.xml
attic/forge/doctranslation/hippo78/readme.md
attic/forge/doctranslation/hippo78/src/
attic/forge/doctranslation/hippo78/src/main/
attic/forge/doctranslation/hippo78/src/main/java/
attic/forge/doctranslation/hippo78/src/main/java/org/
attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/
attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerDialog.java

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerPlugin.java

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerWorkflow.java

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/NodeChoiceRenderer.java

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/NodeNameBuilder.java

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/TranslationOption.java

attic/forge/doctranslation/hippo78/src/main/java/org/onehippo/forge/documenttranslationpicker/TranslationOptionsListView.java
attic/forge/doctranslation/hippo78/src/main/resources/
attic/forge/doctranslation/hippo78/src/main/resources/hippoecm-extension.xml
attic/forge/doctranslation/hippo78/src/main/resources/menuitem.xml
attic/forge/doctranslation/hippo78/src/main/resources/org/
attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/
attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPicker.css

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerDialog.html

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerDialog.properties

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerDialog_nl.properties

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerPlugin.html

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerPlugin.properties

attic/forge/doctranslation/hippo78/src/main/resources/org/onehippo/forge/documenttranslationpicker/DocumentTranslationPickerPlugin_nl.properties
attic/forge/doctranslation/hippo78/src/main/resources/screenshots/

attic/forge/doctranslation/hippo78/src/main/resources/screenshots/documenttranslationpicker_dialog.png
attic/forge/doctranslation/hippo78/src/site/
attic/forge/doctranslation/hippo78/src/site/resources/
attic/forge/doctranslation/hippo78/src/site/resources/images/
attic/forge/doctranslation/hippo78/src/site/resources/images/screenshot.png
attic/forge/doctranslation/hippo78/src/site/site.xml
attic/forge/doctranslation/hippo78/src/site/xdoc/
attic/forge/doctranslation/hippo78/src/site/xdoc/index.xml
attic/forge/doctranslation/hippo78/src/site/xdoc/plugin/
attic/forge/doctranslation/hippo78/src/site/xdoc/plugin/install.xml
attic/forge/doctranslation/hippo78/src/site/xdoc/plugin/usage.xml
attic/forge/doctranslation/hippo78/src/site/xdoc/release-notes.xml
attic/forge/doctranslation/hippo78/src/test/
attic/forge/doctranslation/hippo78/src/test/java/
attic/forge/doctranslation/hippo78/src/test/resources/
attic/forge/doctranslation/tags/
attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/
attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/pom.xml
attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/readme.md
attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/src/
attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/src/main/

attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/src/main/java/

attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/src/main/java/org/

attic/forge/doctranslation/tags/documenttranslationpicker-1.0.0/src

[HippoCMS-scm] [58620] attic/forge/deliciousbms: Moved project from forge.onehippo.org/ svn/ without history

2017-03-02 Thread jhoffman
Revision: 58620
Author:   jhoffman
Date: 2017-03-02 10:55:31 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/deliciousbms/
attic/forge/deliciousbms/branches/
attic/forge/deliciousbms/tags/
attic/forge/deliciousbms/trunk/
attic/forge/deliciousbms/trunk/delicious-bookmarks/
attic/forge/deliciousbms/trunk/delicious-bookmarks/pom.xml
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/

attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/

attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/

attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/

attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/

attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/xinha/

attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/xinha/App.java
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/test/
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/test/java/

Added: attic/forge/deliciousbms/trunk/delicious-bookmarks/pom.xml
===
--- attic/forge/deliciousbms/trunk/delicious-bookmarks/pom.xml  
(rev 0)
+++ attic/forge/deliciousbms/trunk/delicious-bookmarks/pom.xml  2017-03-02 
09:55:31 UTC (rev 58620)
@@ -0,0 +1,96 @@
+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";>
+  4.0.0
+  org.hippoecm.addon.frontend.plugins.xinha
+  delicious-bookmarks
+  jar
+  1.00.00-SNAPSHOT
+  delicious-bookmarks
+  http://maven.apache.org
+  
+  
+
scm:svn:http://forge.hippo-ecm.org/svn/deliciousbms
+
scm:svn:http://forge.hippo-ecm.org/svn/deliciousbms
+
http://forge.hippo-ecm.org/plugins/scmsvn/viewcvs.php/?root=deliciousbms
+  
+  
+  
+
+  The Apache Software License, Version 2.0
+  http://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+
+  
+Forge
+
http://forge.hippo-ecm.org/tracker/?atid=146&group_id=16&func=browse
+  
+  
+  
+
+  jreijn
+  j.re...@onehippo.com
+  Jeroen Reijn
+  Hippo
+  
+Project Lead
+Java Developer
+  
+  http://www.onehippo.com
+  +1
+
+
+  
+  
+
+
+
+  org.hippoecm
+  hippo-ecm-api
+  2.01.00-SNAPSHOT
+  provided
+
+
+  org.hippoecm
+  hippo-ecm-frontend-engine
+  2.01.00-SNAPSHOT
+  provided
+
+  
+  
+  
+package
+
+  
+false
+${basedir}/src/main/java
+
+  **/*.html
+  **/*.css
+  **/*.png
+  **/*.gif
+
+  
+  
+false
+${basedir}/src/main/resources
+
+  **/*.cnd
+  **/*.xml
+
+  
+
+
+  
+org.apache.maven.plugins
+maven-compiler-plugin
+
+  1.5
+  1.5
+
+  
+
+  
+  
+


Property changes on: attic/forge/deliciousbms/trunk/delicious-bookmarks/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/xinha/App.java
===
--- 
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/xinha/App.java
 (rev 0)
+++ 
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/xinha/App.java
 2017-03-02 09:55:31 UTC (rev 58620)
@@ -0,0 +1,13 @@
+package org.hippoecm.addon.frontend.plugins.xinha;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+public static void main( String[] args )
+{
+System.out.println( "Hello World!" );
+}
+}


Property changes on: 
attic/forge/deliciousbms/trunk/delicious-bookmarks/src/main/java/org/hippoecm/addon/frontend/plugins/xinha/App.java
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

[HippoCMS-scm] [58616] attic/forge/comments: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58616
Author:   jhoffman
Date: 2017-03-02 10:49:53 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/comments/
attic/forge/comments/branches/
attic/forge/comments/tags/
attic/forge/comments/trunk/
attic/forge/comments/trunk/comments-component/
attic/forge/comments/trunk/comments-component/pom.xml
attic/forge/comments/trunk/comments-component/src/
attic/forge/comments/trunk/comments-component/src/main/
attic/forge/comments/trunk/comments-component/src/main/java/
attic/forge/comments/trunk/comments-component/src/main/java/org/
attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/

attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/

attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/beans/

attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/beans/Comment.java

attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/components/

attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/components/Comments.java
attic/forge/comments/trunk/comments-content/
attic/forge/comments/trunk/comments-content/pom.xml
attic/forge/comments/trunk/comments-content/src/
attic/forge/comments/trunk/comments-content/src/main/
attic/forge/comments/trunk/comments-content/src/main/resources/

attic/forge/comments/trunk/comments-content/src/main/resources/comments-namespace.xml

attic/forge/comments/trunk/comments-content/src/main/resources/comments-types.cnd

attic/forge/comments/trunk/comments-content/src/main/resources/hippoecm-extension.xml
attic/forge/comments/trunk/comments-content/src/main/resources/page.xml

attic/forge/comments/trunk/comments-content/src/main/resources/sitemapitem.xml
attic/forge/comments/trunk/comments-content/src/main/resources/template.xml
attic/forge/comments/trunk/pom.xml
attic/forge/comments/trunk/src/
attic/forge/comments/trunk/src/site/
attic/forge/comments/trunk/src/site/.project
attic/forge/comments/trunk/src/site/resources/
attic/forge/comments/trunk/src/site/resources/downloads/
attic/forge/comments/trunk/src/site/resources/downloads/comments.jsp
attic/forge/comments/trunk/src/site/site.xml
attic/forge/comments/trunk/src/site/xdoc/
attic/forge/comments/trunk/src/site/xdoc/build-from-source.xml
attic/forge/comments/trunk/src/site/xdoc/index.xml
attic/forge/comments/trunk/src/site/xdoc/usage.xml

Added: attic/forge/comments/trunk/comments-component/pom.xml
===
--- attic/forge/comments/trunk/comments-component/pom.xml   
(rev 0)
+++ attic/forge/comments/trunk/comments-component/pom.xml   2017-03-02 
09:49:53 UTC (rev 58616)
@@ -0,0 +1,72 @@
+
+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";>
+
+4.0.0
+
+
+org.onehippo.forge
+comments
+1.01.00-SNAPSHOT
+../pom.xml
+
+comments HST Component
+HST Component
+comments-component
+jar
+
+
+
+javax.servlet
+servlet-api
+provided
+${servlet-api.version}
+
+
+org.onehippo.ecm.hst
+hst-api
+${hst.version}
+
+
+org.onehippo.ecm.hst
+hst-commons
+${hst.version}
+
+
+org.onehippo.ecm.hst.components
+hst-core
+${hst.version}
+
+
+org.onehippo.ecm.hst
+hst-client
+${hst.version}
+
+   
+ org.onehippo.ecm.hst.testsuite.sandbox
+ hst-sandbox-persistency
+ ${hst.version}
+   
+
+org.hippoecm
+hippo-ecm-addon-reviewed-action-common
+${cms.version}
+
+
+
+
+
+


Property changes on: attic/forge/comments/trunk/comments-component/pom.xml
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/beans/Comment.java
===
--- 
attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/beans/Comment.java
   (rev 0)
+++ 
attic/forge/comments/trunk/comments-component/src/main/java/org/onehippo/forge/beans/Comment

[HippoCMS-scm] [58613] attic/forge/cms-image-addon/: Moved project from forge.onehippo.org/svn/ without history

2017-03-02 Thread jhoffman
Revision: 58613
Author:   jhoffman
Date: 2017-03-02 10:49:36 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/cms-image-addon/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58611] attic/forge/cmis-client: Moved project from forge.onehippo.org/svn / without history

2017-03-02 Thread jhoffman
Revision: 58611
Author:   jhoffman
Date: 2017-03-02 10:48:30 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/cmis-client/
attic/forge/cmis-client/tags/
attic/forge/cmis-client/trunk/
attic/forge/cmis-client/trunk/demo/
attic/forge/cmis-client/trunk/demo/cms/
attic/forge/cmis-client/trunk/demo/cms/pom.xml
attic/forge/cmis-client/trunk/demo/cms/src/
attic/forge/cmis-client/trunk/demo/cms/src/main/
attic/forge/cmis-client/trunk/demo/cms/src/main/resources/
attic/forge/cmis-client/trunk/demo/cms/src/main/resources/log4j.dtd
attic/forge/cmis-client/trunk/demo/cms/src/main/resources/log4j.xml
attic/forge/cmis-client/trunk/demo/cms/src/main/webapp/
attic/forge/cmis-client/trunk/demo/cms/src/main/webapp/WEB-INF/
attic/forge/cmis-client/trunk/demo/cms/src/main/webapp/WEB-INF/web.xml
attic/forge/cmis-client/trunk/demo/content/
attic/forge/cmis-client/trunk/demo/content/src/
attic/forge/cmis-client/trunk/demo/content/src/main/
attic/forge/cmis-client/trunk/demo/content/src/main/resources/

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-common.xml

attic/forge/cmis-client/trunk/demo/content/src/main/resources/hippo-cmis-client-demo-types.cnd
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/pom.xml
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkBehavior.java

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkDialog.html

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkDialog.java

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkDialog.properties

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkFieldPlugin.html

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkFieldPlugin.java

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisLinkFieldPlugin.properties

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisPlugin.java

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisXinhaLink.java

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/java/com/onehippo/cmis/CmisXinhaNodePlugin.java

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/resources/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/resources/CmisLink.xml

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/resources/Xinha.plugins.CmisLink.xml

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/resources/cmis.service.xml

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/plugins/src/main/resources/hippoecm-extension.xml
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/pom.xml
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/pom.xml
attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/src/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/src/main/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/src/main/webapp/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/src/main/webapp/WEB-INF/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/src/main/webapp/WEB-INF/web.xml

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/webResources/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/webResources/xinha/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/webResources/xinha/xinha/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/webResources/xinha/xinha/images/

attic/forge/cmis-client/trunk/hippo-cmis-client-addon/xinha-resources/webResources/xinha/xinha/images

[HippoCMS-scm] [58609] attic/forge/checkbox-plugin: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58609
Author:   jhoffman
Date: 2017-03-02 10:48:10 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/checkbox-plugin/
attic/forge/checkbox-plugin/trunk/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58599] attic/forge/akismet_publish: Moved project from forge.onehippo.org /svn/ without history

2017-03-02 Thread jhoffman
Revision: 58599
Author:   jhoffman
Date: 2017-03-02 10:40:37 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
---
attic/forge/akismet_publish/
attic/forge/akismet_publish/branches/
attic/forge/akismet_publish/tags/
attic/forge/akismet_publish/trunk/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [58598] attic/forge/README.txt: Add README.txt

2017-03-02 Thread jhoffman
Revision: 58598
Author:   jhoffman
Date: 2017-03-02 10:39:26 +0100 (Thu, 02 Mar 2017)
Log Message:
---
Add README.txt

Added Paths:
---
attic/forge/README.txt

Added: attic/forge/README.txt
===
--- attic/forge/README.txt  (rev 0)
+++ attic/forge/README.txt  2017-03-02 09:39:26 UTC (rev 58598)
@@ -0,0 +1,14 @@
+
+The Hippo Forge Archive
+---
+March 2, 2017
+
+This archive contains the SVN of the old Hippo Forge that used to live at 
https://forge.onehippo.org/svn/
+supported by the Forge itself at https://forge.onehippo.org
+
+The Hippo Forge has moved to GitHub at https://github.com/onehippo-forge with 
a documentation site at 
+https://onehippo-forge.github.io/
+
+Of the 152 projects, 33 have been continued at GitHub, and 1 (URL Rewriter) 
has moved as Hippo Community code. 
+
+Team Hippo


Property changes on: attic/forge/README.txt
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57743] hippo-cms7/cms: CMS-9788: add node name encoding before looking up a translated model based on repository translations ; avoiding error loggings

2016-01-14 Thread jhoffman
Revision: 57743
Author:   jhoffman
Date: 2016-01-14 13:01:47 +0100 (Thu, 14 Jan 2016)
Log Message:
---
CMS-9788: add node name encoding before looking up a translated model based on 
repository translations; avoiding error loggings

Modified Paths:
--

hippo-cms7/cms/branches/hippo-cms-3.1.x/api/src/main/java/org/hippoecm/frontend/i18n/TranslatorUtils.java

Modified: 
hippo-cms7/cms/branches/hippo-cms-3.1.x/api/src/main/java/org/hippoecm/frontend/i18n/TranslatorUtils.java
===
--- 
hippo-cms7/cms/branches/hippo-cms-3.1.x/api/src/main/java/org/hippoecm/frontend/i18n/TranslatorUtils.java
   2016-01-14 11:19:32 UTC (rev 57742)
+++ 
hippo-cms7/cms/branches/hippo-cms-3.1.x/api/src/main/java/org/hippoecm/frontend/i18n/TranslatorUtils.java
   2016-01-14 12:01:47 UTC (rev 57743)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2015-2016 Hippo B.V. (http://www.onehippo.com)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.hippoecm.frontend.i18n;
 
 import java.util.HashMap;
@@ -43,6 +42,7 @@
 import org.hippoecm.frontend.service.ITranslateService;
 import org.hippoecm.repository.HippoStdNodeType;
 import org.hippoecm.repository.api.HippoNodeType;
+import org.hippoecm.repository.api.StringCodecFactory;
 
 public class TranslatorUtils {
 
@@ -168,7 +168,14 @@
 return null;
 }
 
-IPluginConfig keyConfig = translations.getPluginConfig((String) 
criteria.get(HippoNodeType.HIPPO_KEY));
+final String key = criteria.get(HippoNodeType.HIPPO_KEY);
+if (key == null) {
+return null;
+}
+
+// encode the key because it is used as node name
+final String encodedKey = new 
StringCodecFactory.NameEncoding().encode(key);
+final IPluginConfig keyConfig = 
translations.getPluginConfig(encodedKey);
 if (keyConfig == null) {
 return null;
 }

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57514] hippo-cms7/release: HIPPLUG-1239: bumping content blocks version to to SNAPSHOT so setting the tag won' t be forgotten

2016-01-04 Thread jhoffman
Revision: 57514
Author:   jhoffman
Date: 2016-01-04 13:27:07 +0100 (Mon, 04 Jan 2016)
Log Message:
---
HIPPLUG-1239: bumping content blocks version to to SNAPSHOT so setting the tag 
won't be forgotten

Modified Paths:
--
hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml

Modified: hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml
===
--- hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml   
2016-01-03 20:10:28 UTC (rev 57513)
+++ hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml   
2016-01-04 12:27:07 UTC (rev 57514)
@@ -59,7 +59,7 @@
 2.1.0
 
 
-
2.1.1
+
2.1.2-SNAPSHOT
 
5.1.1
 
2.1.0
 
2.1.0

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57427] hippo-cms7/plugins/robotstxt: HIPPLUG-1233: made the multiple sitemap field orderable

2015-12-24 Thread jhoffman
Revision: 57427
Author:   jhoffman
Date: 2015-12-24 11:27:35 +0100 (Thu, 24 Dec 2015)
Log Message:
---
HIPPLUG-1233: made the multiple sitemap field orderable

Modified Paths:
--

hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/deltas/namespace-3.xml

Modified: 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/deltas/namespace-3.xml
===
(Binary files differ)

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57426] hippo-cms7/plugins/robotstxt: HIPPLUG-1233: renamed folder translation-deltas to just deltas: this is more accurate

2015-12-24 Thread jhoffman
Revision: 57426
Author:   jhoffman
Date: 2015-12-24 11:11:55 +0100 (Thu, 24 Dec 2015)
Log Message:
---
HIPPLUG-1233: renamed folder translation-deltas to just deltas: this is more 
accurate

Modified Paths:
--

hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml

Added Paths:
---
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/deltas/

Removed Paths:
-

hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/translation-deltas/

Modified: 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml
 2015-12-23 16:16:45 UTC (rev 57425)
+++ 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml
 2015-12-24 10:11:55 UTC (rev 57426)
@@ -68,7 +68,7 @@
   20102
 
 
-  translation-deltas/namespace-1.xml
+  deltas/namespace-1.xml
 
 
   /hippo:namespaces
@@ -85,7 +85,7 @@
   
/hippo:namespaces/robotstxt/section/editor:templates/_default_/translator/hippostd:translations/useragent
 
 
-  translation-deltas/namespace-2.xml
+  deltas/namespace-2.xml
 
 
   
/hippo:namespaces/robotstxt/section/editor:templates/_default_/translator/hippostd:translations
@@ -99,7 +99,7 @@
   20102.1
 
 
-  translation-deltas/namespace-3.xml
+  deltas/namespace-3.xml
 
 
   /hippo:namespaces

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57360] hippo-cms7/essentials: ESSENTIALS-814: forward porting the " log in again" warning to trunk

2015-12-18 Thread jhoffman
Revision: 57360
Author:   jhoffman
Date: 2015-12-18 16:54:40 +0100 (Fri, 18 Dec 2015)
Log Message:
---
ESSENTIALS-814: forward porting the "log in again" warning to trunk

Modified Paths:
--

hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.html

hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.js

Modified: 
hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.html
===
--- 
hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.html
 2015-12-18 15:35:26 UTC (rev 57359)
+++ 
hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.html
 2015-12-18 15:54:40 UTC (rev 57360)
@@ -23,7 +23,12 @@
 You have changed image sets and may want to update your HST 
image set beans now.
 You can use the BeanWriter tool for this.
 
-Create Custom Image Set
+
+  You have changed the CMS configuration. If you are logged in to 
the CMS,
+ please log in again before uploading new images.
+
+
+Create Custom Image Set
 
 
 

Modified: 
hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.js
===
--- 
hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.js
   2015-12-18 15:35:26 UTC (rev 57359)
+++ 
hippo-cms7/essentials/trunk/plugins/gallery-manager/src/main/resources/META-INF/resources/tool/galleryPlugin/galleryPlugin.js
   2015-12-18 15:54:40 UTC (rev 57360)
@@ -80,6 +80,7 @@
 $scope.saveVariant = function () {
 $http.post(endpoint + "/update", 
$scope.selectedImageModel).success(function () {
 $scope.showBeanrewriterMessage = true;
+$scope.showReLoginMessage = true;
 $scope.resetVariant();
 });
 };

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57266] hippo-cms7/plugins/robotstxt: HIPPLUG-1233: change the hints wording: 1) sitemap doesn't need to be a file, doesn' t need to be called sitemap.xml and 2) it's a multiple, so hin

2015-12-15 Thread jhoffman
Revision: 57266
Author:   jhoffman
Date: 2015-12-15 15:42:01 +0100 (Tue, 15 Dec 2015)
Log Message:
---
HIPPLUG-1233: change the hints wording: 1) sitemap doesn't need to be a file, 
doesn't need to be called sitemap.xml and 2) it's a multiple, so hint it

Modified Paths:
--

hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/translation-deltas/namespace-3.xml

Modified: 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/translation-deltas/namespace-3.xml
===
(Binary files differ)

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [57243] hippo-cms7/cms: CMS-9553: in the link picker, change the 'Up' button (left from the breadcrumb) to an instead so the enter key is not triggered on i

2015-12-14 Thread jhoffman
Revision: 57243
Author:   jhoffman
Date: 2015-12-14 16:16:58 +0100 (Mon, 14 Dec 2015)
Log Message:
---
CMS-9553: in the link picker, change the 'Up' button (left from the breadcrumb) 
to an  instead  so the enter key is not triggered on 
it when searching in other part of the dialog. Styling on 
.hippo-picker-navigation-buttons a and .hippo-picker-navigation-buttons em 
similar to .hippo-picker-navigation-breadcrumbs

Modified Paths:
--

hippo-cms7/cms/branches/hippo-cms-2.26.xx/api/src/main/java/org/hippoecm/frontend/plugins/standards/browse/BreadcrumbPlugin.html

hippo-cms7/cms/branches/hippo-cms-2.26.xx/api/src/main/java/org/hippoecm/frontend/plugins/standards/browse/BreadcrumbPlugin.java

hippo-cms7/cms/branches/hippo-cms-2.26.xx/api/src/main/resources/skin/screen.css

Modified: 
hippo-cms7/cms/branches/hippo-cms-2.26.xx/api/src/main/java/org/hippoecm/frontend/plugins/standards/browse/BreadcrumbPlugin.html
===
--- 
hippo-cms7/cms/branches/hippo-cms-2.26.xx/api/src/main/java/org/hippoecm/frontend/plugins/standards/browse/BreadcrumbPlugin.html
2015-12-14 15:12:03 UTC (rev 57242)
+++ 
hippo-cms7/cms/branches/hippo-cms-2.26.xx/api/src/main/java/org/hippoecm/frontend/plugins/standards/browse/BreadcrumbPlugin.html
2015-12-14 15:16:58 UTC (rev 57243)
@@ -1,5 +1,5 @@
 

[HippoCMS-svn] [57176] hippo-cms7/plugins/robotstxt: HIPPLUG-1233: capitalized "Sitemap:" for consistency

2015-12-10 Thread jhoffman
Revision: 57176
Author:   jhoffman
Date: 2015-12-10 16:26:11 +0100 (Thu, 10 Dec 2015)
Log Message:
---
HIPPLUG-1233: capitalized "Sitemap:" for consistency

Modified Paths:
--

hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml

Modified: 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml
 2015-12-10 14:53:18 UTC (rev 57175)
+++ 
hippo-cms7/plugins/robotstxt/trunk/repository/src/main/resources/hippoecm-extension.xml
 2015-12-10 15:26:11 UTC (rev 57176)
@@ -166,7 +166,7 @@
 </#if>
 <#if document.sitemaps??>
 <#list document.sitemaps as sitemap>
-sitemap: ${sitemap}
+Sitemap: ${sitemap}
 </#list>
 </#if>
 </#if>

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56970] hippo-cms7/cms: CMS-9723: removed one u from 'Hinzuuf?\195?\188gen '

2015-11-30 Thread jhoffman
Revision: 56970
Author:   jhoffman
Date: 2015-11-30 15:54:18 +0100 (Mon, 30 Nov 2015)
Log Message:
---
CMS-9723: removed one u from 'Hinzuuf?\195?\188gen'

Modified Paths:
--

hippo-cms7/cms/trunk/perspectives/src/main/resources/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_de.properties

Modified: 
hippo-cms7/cms/trunk/perspectives/src/main/resources/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_de.properties
===
--- 
hippo-cms7/cms/trunk/perspectives/src/main/resources/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_de.properties
 2015-11-30 14:30:10 UTC (rev 56969)
+++ 
hippo-cms7/cms/trunk/perspectives/src/main/resources/org/hippoecm/frontend/plugins/cms/admin/AdminPerspective_de.properties
 2015-11-30 14:54:18 UTC (rev 56970)
@@ -156,7 +156,7 @@
 group-create-action=Erstellen
 group-cancel-action=Abbrechen
 
-group-member-add-action=Hinzuuf\u00FCgen
+group-member-add-action=Hinzuf\u00FCgen
 group-member-added=Benutzer ${displayName} hinzugef\u00FCgt
 group-member-add-failed=Hinzuf\u00FCgen des Benutzers ${displayName} 
fehlgeschlagen
 group-member-already-member=Benutzer ${displayName} ist bereits ein Mitglied
@@ -233,4 +233,4 @@
 #
 
 updater-panel-title=Updater Editor
-updater-panel-title-help=Bearbeiten und ausf\u00FChren von Updatern
\ No newline at end of file
+updater-panel-title-help=Bearbeiten und ausf\u00FChren von Updatern

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56861] hippo-cms7/cms: CMS-9620: avoid NPE in the while loop looking for existing parent paths

2015-11-26 Thread jhoffman
Revision: 56861
Author:   jhoffman
Date: 2015-11-26 13:04:38 +0100 (Thu, 26 Nov 2015)
Log Message:
---
CMS-9620: avoid NPE in the while loop looking for existing parent paths

Modified Paths:
--

hippo-cms7/cms/branches/hippo-cms-2.26.xx/console/frontend/src/main/java/org/hippoecm/frontend/plugins/console/behavior/ParameterHistoryBehavior.java

Modified: 
hippo-cms7/cms/branches/hippo-cms-2.26.xx/console/frontend/src/main/java/org/hippoecm/frontend/plugins/console/behavior/ParameterHistoryBehavior.java
===
--- 
hippo-cms7/cms/branches/hippo-cms-2.26.xx/console/frontend/src/main/java/org/hippoecm/frontend/plugins/console/behavior/ParameterHistoryBehavior.java
   2015-11-26 11:40:09 UTC (rev 56860)
+++ 
hippo-cms7/cms/branches/hippo-cms-2.26.xx/console/frontend/src/main/java/org/hippoecm/frontend/plugins/console/behavior/ParameterHistoryBehavior.java
   2015-11-26 12:04:38 UTC (rev 56861)
@@ -63,8 +63,12 @@
 myUpdate = true;
 JcrNodeModel nodeModel = new JcrNodeModel(path.toString());
 while (nodeModel.getNode() == null) {
-nodeModel = nodeModel.getParentModel();
+final JcrNodeModel parentModel = 
nodeModel.getParentModel();
+if (parentModel == null) {
+break;
 }
+nodeModel = parentModel;
+}
 reference.setModel(nodeModel);
 } finally {
 myUpdate = false;

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56662] hippo-cms7/plugins/poll: HIPPLUG-1083: added comments to content( prop)deletes to remove them in next major version

2015-11-13 Thread jhoffman
Revision: 56662
Author:   jhoffman
Date: 2015-11-13 11:57:38 +0100 (Fri, 13 Nov 2015)
Log Message:
---
HIPPLUG-1083: added comments to content(prop)deletes to remove them in next 
major version

Modified Paths:
--

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml

Modified: 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
2015-11-13 10:08:37 UTC (rev 56661)
+++ 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
2015-11-13 10:57:38 UTC (rev 56662)
@@ -70,6 +70,8 @@
 
   
 
+  
   
 
   hippo:initializeitem
@@ -82,6 +84,8 @@
 
   
 
+  
   
 
   hippo:initializeitem
@@ -94,6 +98,8 @@
 
   
 
+  
   
 
   hippo:initializeitem
@@ -127,6 +133,8 @@
 
   
 
+  
   
 
   hippo:initializeitem
@@ -161,6 +169,8 @@
 
   
 
+  
   
 
   hippo:initializeitem

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56661] hippo-cms7/plugins/poll: HIPPLUG-1083: needing hippo: contentpropdelete for deleting properties!

2015-11-13 Thread jhoffman
Revision: 56661
Author:   jhoffman
Date: 2015-11-13 11:08:37 +0100 (Fri, 13 Nov 2015)
Log Message:
---
HIPPLUG-1083: needing hippo:contentpropdelete for deleting properties!

Modified Paths:
--

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml

Modified: 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
2015-11-13 09:50:51 UTC (rev 56660)
+++ 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
2015-11-13 10:08:37 UTC (rev 56661)
@@ -89,7 +89,7 @@
 
   20412.2
 
-
+
   
/hippo:namespaces/poll/poll/hipposysedit:prototypes/hipposysedit:prototype/poll:active
 
   
@@ -134,7 +134,7 @@
 
   20420.1
 
-
+
   
/hippo:namespaces/poll/polldocument/hipposysedit:prototypes/hipposysedit:prototype/poll:poll/poll:active
 
   

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56645] hippo-cms7/plugins/poll/trunk: HIPPLUG-1083: merged the branch poll-2.x-cleanup into trunk

2015-11-12 Thread jhoffman
Revision: 56645
Author:   jhoffman
Date: 2015-11-12 12:25:19 +0100 (Thu, 12 Nov 2015)
Log Message:
---
HIPPLUG-1083: merged the branch poll-2.x-cleanup into trunk

Modified Paths:
--

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-templates.xml

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-translator.xml

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/types/compound/poll.xml

hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/types/polldocument.xml

hippo-cms7/plugins/poll/trunk/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponentInfo.java

hippo-cms7/plugins/poll/trunk/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java

hippo-cms7/plugins/poll/trunk/hst-client/src/main/java/org/onehippo/forge/poll/component/PollProvider.java

hippo-cms7/plugins/poll/trunk/hst-client/src/main/java/org/onehippo/forge/poll/contentbean/compound/Poll.java

Property Changed:

hippo-cms7/plugins/poll/trunk/

Index: hippo-cms7/plugins/poll/trunk
===
--- hippo-cms7/plugins/poll/trunk   2015-11-12 11:11:55 UTC (rev 56644)
+++ hippo-cms7/plugins/poll/trunk   2015-11-12 11:25:19 UTC (rev 56645)

Property changes on: hippo-cms7/plugins/poll/trunk
___
Added: svn:mergeinfo
## -0,0 +1 ##
+/hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083:56461-56609
\ No newline at end of property
Modified: 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
2015-11-12 11:11:55 UTC (rev 56644)
+++ 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/hippoecm-extension.xml
2015-11-12 11:25:19 UTC (rev 56645)
@@ -70,6 +70,42 @@
 
   
 
+  
+
+  hippo:initializeitem
+
+
+  20412.1
+
+
+  
/hippo:namespaces/poll/poll/hipposysedit:nodetype/hipposysedit:nodetype/active
+
+  
+
+  
+
+  hippo:initializeitem
+
+
+  20412.2
+
+
+  
/hippo:namespaces/poll/poll/hipposysedit:prototypes/hipposysedit:prototype/poll:active
+
+  
+
+  
+
+  hippo:initializeitem
+
+
+  20412.3 
+
+
+  
/hippo:namespaces/poll/poll/editor:templates/_default_/active
+
+  
+
   
 
   hippo:initializeitem
@@ -91,6 +127,18 @@
 
   
 
+  
+
+  hippo:initializeitem
+
+
+  20420.1
+
+
+  
/hippo:namespaces/poll/polldocument/hipposysedit:prototypes/hipposysedit:prototype/poll:poll/poll:active
+
+  
+
   
   
 
@@ -113,6 +161,18 @@
 
   
 
+  
+
+  hippo:initializeitem
+
+
+  20430.1
+
+
+  
/hippo:configuration/hippo:frontend/cms/cms-services/pollTranslator/hippostd:translations/active
+
+  
+
   
 
   hippo:initializeitem
@@ -157,12 +217,6 @@
 
   20432
 
-
-  true
-
-
-  1.07.01
-
   
 
   
@@ -209,12 +263,6 @@
 
   20435
 
-
-  true
-
-
-  1.09.00
-
   
 
 

Modified: 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-templates.xml
===
--- 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-templates.xml
2015-11-12 11:11:55 UTC (rev 56644)
+++ 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-templates.xml
2015-11-12 11:25:19 UTC (rev 56645)
@@ -88,7 +88,7 @@
 </script>
 
   <#else>
-No active poll available
+No poll available
   </#if>
 </div>
   

Modified: 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-translator.xml
===
--- 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-translator.xml
   2015-11-12 11:11:55 UTC (rev 56644)
+++ 
hippo-cms7/plugins/poll/trunk/addon-repository/src/main/resources/poll-translator.xml
   2015-11-12 11:25:19 UTC (rev 56645)
@@ -80,70 +80,6 @@
 
   
 
-
-
-  
-frontend:pluginconfig
-  
-  
-hippo:translated
-  
-  
-
-  hippo:translation
-
-
-  nl
-
-
-  Actief
-
-  
-  
-
-  hippo:translation
-
-
-  en
-
-
-  Active
-
-  
-  
-
-  hippo:translation
-

[HippoCMS-svn] [56644] hippo-cms7/plugins/poll: HIPPLUG-1083: property is called poll: active, not active

2015-11-12 Thread jhoffman
Revision: 56644
Author:   jhoffman
Date: 2015-11-12 12:11:55 +0100 (Thu, 12 Nov 2015)
Log Message:
---
HIPPLUG-1083: property is called poll:active, not active

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-11-12 11:02:52 UTC (rev 56643)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-11-12 11:11:55 UTC (rev 56644)
@@ -90,7 +90,7 @@
   20412.2
 
 
-  
/hippo:namespaces/poll/poll/hipposysedit:prototypes/hipposysedit:prototype/active
+  
/hippo:namespaces/poll/poll/hipposysedit:prototypes/hipposysedit:prototype/poll:active
 
   
 

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56640] hippo-cms7/plugins/poll: HIPPLUG-1083: cannot have a reload on 2.2.0-SNAPSHOT

2015-11-12 Thread jhoffman
Revision: 56640
Author:   jhoffman
Date: 2015-11-12 11:10:27 +0100 (Thu, 12 Nov 2015)
Log Message:
---
HIPPLUG-1083: cannot have a reload on 2.2.0-SNAPSHOT

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-11-12 10:04:33 UTC (rev 56639)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-11-12 10:10:27 UTC (rev 56640)
@@ -248,12 +248,6 @@
 
   20434
 
-
-  true
-
-
-  2.2.0
-
   
 
   

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56563] hippo-cms7/plugins/poll: HIPPLUG-1083: rewritten the reloads to patch initialize items

2015-11-06 Thread jhoffman
Revision: 56563
Author:   jhoffman
Date: 2015-11-06 17:00:47 +0100 (Fri, 06 Nov 2015)
Log Message:
---
HIPPLUG-1083: rewritten the reloads to patch initialize items

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-11-06 12:58:50 UTC (rev 56562)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-11-06 16:00:47 UTC (rev 56563)
@@ -66,10 +66,46 @@
   true
 
 
-  2.2.0
+  1.09.00
 
   
 
+  
+
+  hippo:initializeitem
+
+
+  20412.1
+
+
+  
/hippo:namespaces/poll/poll/hipposysedit:nodetype/hipposysedit:nodetype/active
+
+  
+
+  
+
+  hippo:initializeitem
+
+
+  20412.2
+
+
+  
/hippo:namespaces/poll/poll/hipposysedit:prototypes/hipposysedit:prototype/active
+
+  
+
+  
+
+  hippo:initializeitem
+
+
+  20412.3 
+
+
+  
/hippo:namespaces/poll/poll/editor:templates/_default_/active
+
+  
+
   
 
   hippo:initializeitem
@@ -87,10 +123,22 @@
   true
 
 
-  2.2.0
+  1.09.00
 
   
 
+  
+
+  hippo:initializeitem
+
+
+  20420.1
+
+
+  
/hippo:namespaces/poll/polldocument/hipposysedit:prototypes/hipposysedit:prototype/poll:poll/poll:active
+
+  
+
   
   
 
@@ -109,10 +157,22 @@
   true
 
 
-  2.2.0
+  1.05.07
 
   
 
+  
+
+  hippo:initializeitem
+
+
+  20430.1
+
+
+  
/hippo:configuration/hippo:frontend/cms/cms-services/pollTranslator/hippostd:translations/active
+
+  
+
   
 
   hippo:initializeitem

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56501] hippo-cms7/release: HIPPLUG-1195: bumping content-tagging version to 5.1.1-SNAPSHOT so setting the tag won' t be forgotten

2015-11-02 Thread jhoffman
Revision: 56501
Author:   jhoffman
Date: 2015-11-02 12:58:26 +0100 (Mon, 02 Nov 2015)
Log Message:
---
HIPPLUG-1195: bumping content-tagging version to 5.1.1-SNAPSHOT so setting the 
tag won't be forgotten

Modified Paths:
--
hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml

Modified: hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml
===
--- hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml   
2015-11-02 11:54:21 UTC (rev 56500)
+++ hippo-cms7/release/branches/hippo-cms7-release-10.1.x/pom.xml   
2015-11-02 11:58:26 UTC (rev 56501)
@@ -60,7 +60,7 @@
 
 
 
2.1.0
-
5.1.0
+
5.1.1-SNAPSHOT
 
2.1.0
 
2.1.0
 2.1.0

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56500] hippo-cms7/plugins/content-tagging: HIPPLUG-1195: forward porting HIPPLUG_1166 to 10.1 branch: support configured captions

2015-11-02 Thread jhoffman
Revision: 56500
Author:   jhoffman
Date: 2015-11-02 12:54:21 +0100 (Mon, 02 Nov 2015)
Log Message:
---
HIPPLUG-1195: forward porting HIPPLUG_1166 to 10.1 branch: support configured 
captions

Modified Paths:
--

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.java

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagsPlugin.html

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagsPlugin.java

Added Paths:
---

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java

Added: 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
===
--- 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
   (rev 0)
+++ 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
   2015-11-02 11:54:21 UTC (rev 56500)
@@ -0,0 +1,55 @@
+/*
+ *  Copyright 2015 Hippo B.V. (http://www.onehippo.com)
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.onehippo.forge.ecmtagging.editor;
+
+import javax.jcr.Node;
+
+import org.apache.wicket.model.IModel;
+import org.apache.wicket.model.StringResourceModel;
+import org.hippoecm.frontend.plugin.IPluginContext;
+import org.hippoecm.frontend.plugin.config.IPluginConfig;
+import org.hippoecm.frontend.service.render.RenderPlugin;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+/**
+ * Base class for tags plugin and tagsuggest plugin
+ */
+public abstract class AbstractTagsPlugin extends RenderPlugin {
+
+private final Logger log = 
LoggerFactory.getLogger(AbstractTagsPlugin.class);
+
+public AbstractTagsPlugin(IPluginContext context, IPluginConfig config) {
+super(context, config);
+}
+
+/**
+ * Get the model for the caption, a.k.a. title.
+ *
+ * Inspired on 
org.hippoecm.frontend.editor.plugins.field.AbstractFieldPlugin#getCaptionModel(),
+ * unfortunately this class does not extend from AbstractFieldPlugin. 
Also, it's become quite different, since the
+ * concept of a field does not apply to tags/tagsuggest.
+ */
+protected IModel getCaptionModel(final String defaultCaptionKey, 
final String defaultCaption) {
+
+final String captionKey = getPluginConfig().getString("captionKey", 
defaultCaptionKey);
+final String caption = getPluginConfig().getString("caption", 
defaultCaption);
+
+// implicitly from translator service (this class implements 
IStringResourceProvider)
+log.debug("Getting field caption from translator by captionKey '{}' 
and default caption '{}'", captionKey, caption);
+return new StringResourceModel(captionKey, this, null, caption);
+}
+}


Property changes on: 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html
===
--- 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.1.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html
 2015-11-02 11:33:51 UTC (rev 56499)
+++ 
hippo-cms7/plugins/content-tagging/branches/hippo-plug

[HippoCMS-svn] [56489] hippo-cms7/plugins/poll/demo: HIPPLUG-1083: revert settiing the demo-trunk poll version to a branch!

2015-11-02 Thread jhoffman
Revision: 56489
Author:   jhoffman
Date: 2015-11-02 09:49:20 +0100 (Mon, 02 Nov 2015)
Log Message:
---
HIPPLUG-1083: revert settiing the demo-trunk poll version to a branch!

Modified Paths:
--
hippo-cms7/plugins/poll/demo/trunk/pom.xml

Modified: hippo-cms7/plugins/poll/demo/trunk/pom.xml
===
--- hippo-cms7/plugins/poll/demo/trunk/pom.xml  2015-10-30 23:49:36 UTC (rev 
56488)
+++ hippo-cms7/plugins/poll/demo/trunk/pom.xml  2015-11-02 08:49:20 UTC (rev 
56489)
@@ -35,8 +35,6 @@
   
 
   
-
2.2.0-SNAPSHOT-cleanup
-
 1.2.1
 2.6
   

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56471] hippo-cms7/plugins/poll: HIPPLUG-1083: stop showing the 'active' flag in the CMS and stop using it in the site.

2015-10-30 Thread jhoffman
Revision: 56471
Author:   jhoffman
Date: 2015-10-30 12:22:30 +0100 (Fri, 30 Oct 2015)
Log Message:
---
HIPPLUG-1083: stop showing the 'active' flag in the CMS and stop using it in 
the site.

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-templates.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-translator.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/types/compound/poll.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/types/polldocument.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollProvider.java

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/contentbean/compound/Poll.java

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-10-30 10:51:27 UTC (rev 56470)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/hippoecm-extension.xml
   2015-10-30 11:22:30 UTC (rev 56471)
@@ -66,7 +66,7 @@
   true
 
 
-  1.09.00
+  2.2.0
 
   
 
@@ -87,7 +87,7 @@
   true
 
 
-  1.09.00
+  2.2.0
 
   
 
@@ -109,7 +109,7 @@
   true
 
 
-  1.05.07
+  2.2.0
 
   
 
@@ -157,12 +157,6 @@
 
   20432
 
-
-  true
-
-
-  1.07.01
-
   
 
   
@@ -194,6 +188,12 @@
 
   20434
 
+
+  true
+
+
+  2.2.0
+
   
 
   
@@ -209,12 +209,6 @@
 
   20435
 
-
-  true
-
-
-  1.09.00
-
   
 
 

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-templates.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-templates.xml
   2015-10-30 10:51:27 UTC (rev 56470)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-templates.xml
   2015-10-30 11:22:30 UTC (rev 56471)
@@ -88,7 +88,7 @@
 </script>
 
   <#else>
-No active poll available
+No poll available
   </#if>
 </div>
   

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-translator.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-translator.xml
  2015-10-30 10:51:27 UTC (rev 56470)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/poll-translator.xml
  2015-10-30 11:22:30 UTC (rev 56471)
@@ -80,70 +80,6 @@
 
   
 
-
-
-  
-frontend:pluginconfig
-  
-  
-hippo:translated
-  
-  
-
-  hippo:translation
-
-
-  nl
-
-
-  Actief
-
-  
-  
-
-  hippo:translation
-
-
-  en
-
-
-  Active
-
-  
-  
-
-  hippo:translation
-
-
-  fr
-
-
-  Activé
-
-  
-  
-
-  hippo:translation
-
-
-  it
-
-
-  Attivo
-
-  
-  
-
-  hippo:translation
-
-
-  de
-
-
-  Aktiv
-
-  
-
 
 
   

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/types/compound/poll.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/types/compound/poll.xml
  2015-10-30 10:51:27 UTC (rev 56470)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/src/main/resources/types/compound/poll.xml
  2015-10-30 11:22:30 UTC (rev 56471)
@@ -90,29 +90,6 @@
   
 http://forge.onehippo.org/poll/nt/1.2
   
-  
-
-  hipposysedit:field
- 

[HippoCMS-svn] [56468] hippo-cms7/plugins/poll: HIPPLUG-1083: remove keyword 'public' from interfaces

2015-10-30 Thread jhoffman
Revision: 56468
Author:   jhoffman
Date: 2015-10-30 11:40:49 +0100 (Fri, 30 Oct 2015)
Log Message:
---
HIPPLUG-1083: remove keyword 'public' from interfaces

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponentInfo.java

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponentInfo.java
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponentInfo.java
2015-10-30 10:40:31 UTC (rev 56467)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponentInfo.java
2015-10-30 10:40:49 UTC (rev 56468)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2013 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2012-2015 Hippo B.V. (http://www.onehippo.com)
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 import org.hippoecm.hst.core.parameters.JcrPath;
 import org.hippoecm.hst.core.parameters.Parameter;
 
-public interface PollComponentInfo {
+interface PollComponentInfo {
 
 @Parameter(name = "poll-dataPath", displayName = "Path to store poll data")
 String getPollDataPath();

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
2015-10-30 10:40:31 UTC (rev 56467)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
2015-10-30 10:40:49 UTC (rev 56468)
@@ -18,7 +18,7 @@
 import org.hippoecm.hst.core.parameters.JcrPath;
 import org.hippoecm.hst.core.parameters.Parameter;
 
-public interface PollDocumentComponentInfo extends PollComponentInfo {
+interface PollDocumentComponentInfo extends PollComponentInfo {
 
 @Override
 @Parameter(name = "poll-dataPath", displayName = "Path to store poll 
data", hideInChannelManager = true)

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56463] hippo-cms7/plugins/poll: HIPPLUG-1083: hide 3 too tech component parameters by setting hideInChannelManager = true

2015-10-30 Thread jhoffman
Revision: 56463
Author:   jhoffman
Date: 2015-10-30 11:30:19 +0100 (Fri, 30 Oct 2015)
Log Message:
---
HIPPLUG-1083: hide 3 too tech component parameters by setting 
hideInChannelManager = true

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
2015-10-30 10:29:21 UTC (rev 56462)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
2015-10-30 10:30:19 UTC (rev 56463)
@@ -21,7 +21,19 @@
 public interface PollDocumentComponentInfo extends PollComponentInfo {
 
 @Override
-@Parameter(name = "poll-docsPath", required = true, displayName = "Path to 
the poll document")
+@Parameter(name = "poll-dataPath", displayName = "Path to store poll 
data", hideInChannelManager = true)
+String getPollDataPath();
+
+@Override
+@Parameter(name = "poll-docsClass", displayName = "Poll documents class", 
hideInChannelManager = true)
+String getPollDocsClass();
+
+@Override
+@Parameter(name = "poll-pollCompoundName", displayName = "Name of poll 
compound", hideInChannelManager = true)
+String getPollCompoundName();
+
+@Override
+@Parameter(name = "poll-docsPath", required = true, displayName = "Poll 
document")
 @JcrPath(pickerSelectableNodeTypes = "poll:polldocument")
 String getPollDocsPath();
 }

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56462] hippo-cms7/plugins/poll: HIPPLUG-1083: set branch version to 2.2.0-SNAPSHOT-cleanup

2015-10-30 Thread jhoffman
Revision: 56462
Author:   jhoffman
Date: 2015-10-30 11:29:21 +0100 (Fri, 30 Oct 2015)
Log Message:
---
HIPPLUG-1083: set branch version to 2.2.0-SNAPSHOT-cleanup

Modified Paths:
--

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-cms/pom.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/pom.xml

hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/pom.xml
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/pom.xml
hippo-cms7/plugins/poll/demo/trunk/pom.xml

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-cms/pom.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-cms/pom.xml
2015-10-30 09:28:00 UTC (rev 56461)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-cms/pom.xml
2015-10-30 10:29:21 UTC (rev 56462)
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-poll
-2.2.0-SNAPSHOT
+2.2.0-SNAPSHOT-cleanup
   
 
   hippo-plugin-poll-addon-cms

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/pom.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/pom.xml
 2015-10-30 09:28:00 UTC (rev 56461)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/addon-repository/pom.xml
 2015-10-30 10:29:21 UTC (rev 56462)
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-poll
-2.2.0-SNAPSHOT
+2.2.0-SNAPSHOT-cleanup
   
 
   hippo-plugin-poll-addon-repository

Modified: 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/pom.xml
===
--- 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/pom.xml
   2015-10-30 09:28:00 UTC (rev 56461)
+++ 
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/hst-client/pom.xml
   2015-10-30 10:29:21 UTC (rev 56462)
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-poll
-2.2.0-SNAPSHOT
+2.2.0-SNAPSHOT-cleanup
   
 
   hippo-plugin-poll-hst-client

Modified: hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/pom.xml
===
--- hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/pom.xml  
2015-10-30 09:28:00 UTC (rev 56461)
+++ hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/pom.xml  
2015-10-30 10:29:21 UTC (rev 56462)
@@ -28,7 +28,7 @@
   Hippo Plugin Poll
   org.onehippo.cms7
   hippo-plugin-poll
-  2.2.0-SNAPSHOT
+  2.2.0-SNAPSHOT-cleanup
   pom
 
   2009

Modified: hippo-cms7/plugins/poll/demo/trunk/pom.xml
===
--- hippo-cms7/plugins/poll/demo/trunk/pom.xml  2015-10-30 09:28:00 UTC (rev 
56461)
+++ hippo-cms7/plugins/poll/demo/trunk/pom.xml  2015-10-30 10:29:21 UTC (rev 
56462)
@@ -35,6 +35,8 @@
   
 
   
+
2.2.0-SNAPSHOT-cleanup
+
 1.2.1
 2.6
   

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56461] hippo-cms7/plugins/poll: HIPPLUG-1083: create improvement branch

2015-10-30 Thread jhoffman
Revision: 56461
Author:   jhoffman
Date: 2015-10-30 10:28:00 +0100 (Fri, 30 Oct 2015)
Log Message:
---
HIPPLUG-1083: create improvement branch

Added Paths:
---
hippo-cms7/plugins/poll/branches/poll-2.x-cleanup-HIPPLUG-1083/

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56460] hippo-cms7/plugins/poll: HIPPLUG-1083: revert commit r55489.

2015-10-30 Thread jhoffman
Revision: 56460
Author:   jhoffman
Date: 2015-10-30 10:07:28 +0100 (Fri, 30 Oct 2015)
Log Message:
---
HIPPLUG-1083: revert commit r55489. Instead of "hiding unused parameters" the 
"poll-docsClass" and "poll-pollCompoundName" were reintroduced
Also continuing no longer in the 2.0.x branch

Modified Paths:
--

hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponent.java

hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponent.java

hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java

Removed Paths:
-

hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentProvider.java

Modified: 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponent.java
===
--- 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponent.java
  2015-10-29 15:45:03 UTC (rev 56459)
+++ 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollComponent.java
  2015-10-30 09:07:28 UTC (rev 56460)
@@ -38,7 +38,7 @@
 throws HstComponentException {
 super.doBeforeRender(request, response);
 PollComponentInfo pollComponentInfo = 
getComponentParametersInfo(request);
-getPollProvider().doBeforeRender(request, response, pollComponentInfo);
+pollProvider.doBeforeRender(request, response, pollComponentInfo);
 }
 
 @Persistable
@@ -46,14 +46,10 @@
 public void doAction(HstRequest request, HstResponse response) throws 
HstComponentException {
 try {
 PollComponentInfo pollComponentInfo = 
getComponentParametersInfo(request);
-getPollProvider().doAction(request, response, pollComponentInfo);
+pollProvider.doAction(request, response, pollComponentInfo);
 } catch (RepositoryException e) {
 throw new HstComponentException(e);
 }
 }
 
-public PollProvider getPollProvider() {
-return this.pollProvider;
 }
-
-}

Modified: 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponent.java
===
--- 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponent.java
  2015-10-29 15:45:03 UTC (rev 56459)
+++ 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponent.java
  2015-10-30 09:07:28 UTC (rev 56460)
@@ -23,10 +23,5 @@
 @ParametersInfo(type = PollDocumentComponentInfo.class)
 public class PollDocumentComponent extends PollComponent {
 
-private PollProvider pollProvider = new PollDocumentProvider();
 
-@Override
-public PollProvider getPollProvider() {
-return pollProvider;
 }
-}

Modified: 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
===
--- 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
  2015-10-29 15:45:03 UTC (rev 56459)
+++ 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentComponentInfo.java
  2015-10-30 09:07:28 UTC (rev 56460)
@@ -21,15 +21,7 @@
 public interface PollDocumentComponentInfo extends PollComponentInfo {
 
 @Override
-@Parameter(name = "poll-docsClass", displayName = "Poll documents class", 
hideInChannelManager = true)
-String getPollDocsClass();
-
-@Override
-@Parameter(name = "poll-pollCompoundName", displayName = "Name of poll 
compound", hideInChannelManager = true)
-String getPollCompoundName();
-
-@Override
 @Parameter(name = "poll-docsPath", required = true, displayName = "Path to 
the poll document")
-@JcrPath(pickerSelectableNodeTypes = "poll:polldocument", isRelative = 
true)
+@JcrPath(pickerSelectableNodeTypes = "poll:polldocument")
 String getPollDocsPath();
 }

Deleted: 
hippo-cms7/plugins/poll/branches/hippo-plugin-poll-2.0.x/hst-client/src/main/java/org/onehippo/forge/poll/component/PollDocumentProvider.java
=

[HippoCMS-svn] [56291] hippo-cms7/essentials: ESSENTIALS-769: have the tagging feature add field translations in the document types ( used same texts as in the original plugin's properties files) and

2015-10-23 Thread jhoffman
Revision: 56291
Author:   jhoffman
Date: 2015-10-23 16:46:15 +0200 (Fri, 23 Oct 2015)
Log Message:
---
ESSENTIALS-769: have the tagging feature add field translations in the document 
types (used same texts as in the original plugin's properties files) and 
removed the Caption property of the field

Modified Paths:
--

hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/java/org/onehippo/cms7/essentials/plugins/tagging/TaggingResource.java

hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/resources/tagging-template-field_tag_suggest.xml

hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/resources/tagging-template-field_tags.xml

Added Paths:
---

hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/resources/tagging-template-field_tag_suggest-translations.xml

hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/resources/tagging-template-field_tags-translations.xml

Modified: 
hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/java/org/onehippo/cms7/essentials/plugins/tagging/TaggingResource.java
===
--- 
hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/java/org/onehippo/cms7/essentials/plugins/tagging/TaggingResource.java
   2015-10-23 14:33:28 UTC (rev 56290)
+++ 
hippo-cms7/essentials/branches/hippo-essentials-2.0.x/plugins/tagging/src/main/java/org/onehippo/cms7/essentials/plugins/tagging/TaggingResource.java
   2015-10-23 14:46:15 UTC (rev 56291)
@@ -80,7 +80,9 @@
 final String prefix = context.getProjectNamespacePrefix();
 
 final String templateTags = 
GlobalUtils.readStreamAsText(getClass().getResourceAsStream("/tagging-template-field_tags.xml"));
+final String templateTagsTranslations = 
GlobalUtils.readStreamAsText(getClass().getResourceAsStream("/tagging-template-field_tags-translations.xml"));
 final String templateSuggest = 
GlobalUtils.readStreamAsText(getClass().getResourceAsStream("/tagging-template-field_tag_suggest.xml"));
+final String templateSuggestTranslations = 
GlobalUtils.readStreamAsText(getClass().getResourceAsStream("/tagging-template-field_tag_suggest-translations.xml"));
 
 if (!Strings.isNullOrEmpty(documents)) {
 
@@ -89,11 +91,13 @@
 final Collection addedDocuments = new HashSet<>();
 for (final String document : docs) {
 final String fieldImportPath = 
MessageFormat.format("/hippo:namespaces/{0}/{1}/editor:templates/_default_", 
prefix, document);
+final String fieldTranslationsImportPath = 
MessageFormat.format("/hippo:namespaces/{0}/{1}/editor:templates/_default_/translator/hippostd:translations",
 prefix, document);
 final String suggestFieldPath = 
MessageFormat.format("{0}/relateddocs", fieldImportPath);
 if (session.nodeExists(suggestFieldPath)) {
 log.info("Suggest field path: [{}] already exists.", 
fieldImportPath);
 continue;
 }
+
 DocumentTemplateUtils.addMixinToTemplate(context, 
document, MIXIN_NAME, true);
 // add place holders:
 final Map templateData = new 
HashMap<>(values);
@@ -106,6 +110,14 @@
 session.importXML(fieldImportPath, 
IOUtils.toInputStream(fieldData), 
ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING);
 }
 
+// import translations for field (if translator exists):
+if (session.nodeExists(fieldTranslationsImportPath)) {
+final String tagsTranslationsPath = 
fieldTranslationsImportPath + '/' + "tags";
+if (!session.nodeExists(tagsTranslationsPath)) {
+session.importXML(fieldTranslationsImportPath, 
IOUtils.toInputStream(templateTagsTranslations), 
ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING);
+}
+}
+
 // import suggest field:
 final String suggestPath = fieldImportPath + '/' + 
"tagsuggest";
 if (!session.nodeExists(suggestPath)) {
@@ -112,6 +124,15 @@
 final String suggestData = 
TemplateUtils.replaceStringPlaceholders(templateSuggest, templateData);
 session.importXML(fieldImportPath, 
IOUtils.toInputStream(suggestData), 
ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING);
 }
+
+

[HippoCMS-svn] [56286] hippo-cms7/release: HIPPLUG-1166: bumping content-tagging version to 5.0.1-SNAPSHOT so setting the tag won' t be forgotten

2015-10-23 Thread jhoffman
Revision: 56286
Author:   jhoffman
Date: 2015-10-23 15:20:41 +0200 (Fri, 23 Oct 2015)
Log Message:
---
HIPPLUG-1166: bumping content-tagging version to 5.0.1-SNAPSHOT so setting the 
tag won't be forgotten

Modified Paths:
--
hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml

Modified: hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml
===
--- hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml   
2015-10-23 12:44:26 UTC (rev 56285)
+++ hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml   
2015-10-23 13:20:41 UTC (rev 56286)
@@ -60,7 +60,7 @@
 
 
 
2.0.1
-
5.0.0
+
5.0.1-SNAPSHOT
 
2.0.0
 
2.0.0
 2.0.0

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [56285] hippo-cms7/plugins/content-tagging: HIPPLUG-1207: forward porting HIPPLUG_1166 to trunk: support configured captions

2015-10-23 Thread jhoffman
Revision: 56285
Author:   jhoffman
Date: 2015-10-23 14:44:26 +0200 (Fri, 23 Oct 2015)
Log Message:
---
HIPPLUG-1207: forward porting HIPPLUG_1166 to trunk: support configured captions

Modified Paths:
--

hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html

hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.java

hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagsPlugin.html

hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagsPlugin.java

Added Paths:
---

hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java

Added: 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
===
--- 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
 (rev 0)
+++ 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
 2015-10-23 12:44:26 UTC (rev 56285)
@@ -0,0 +1,55 @@
+/*
+ *  Copyright 2015 Hippo B.V. (http://www.onehippo.com)
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.onehippo.forge.ecmtagging.editor;
+
+import javax.jcr.Node;
+
+import org.apache.wicket.model.IModel;
+import org.apache.wicket.model.StringResourceModel;
+import org.hippoecm.frontend.plugin.IPluginContext;
+import org.hippoecm.frontend.plugin.config.IPluginConfig;
+import org.hippoecm.frontend.service.render.RenderPlugin;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+/**
+ * Base class for tags plugin and tagsuggest plugin
+ */
+public abstract class AbstractTagsPlugin extends RenderPlugin {
+
+private final Logger log = 
LoggerFactory.getLogger(AbstractTagsPlugin.class);
+
+public AbstractTagsPlugin(IPluginContext context, IPluginConfig config) {
+super(context, config);
+}
+
+/**
+ * Get the model for the caption, a.k.a. title.
+ *
+ * Inspired on 
org.hippoecm.frontend.editor.plugins.field.AbstractFieldPlugin#getCaptionModel(),
+ * unfortunately this class does not extend from AbstractFieldPlugin. 
Also, it's become quite different, since the
+ * concept of a field does not apply to tags/tagsuggest.
+ */
+protected IModel getCaptionModel(final String defaultCaptionKey, 
final String defaultCaption) {
+
+final String captionKey = getPluginConfig().getString("captionKey", 
defaultCaptionKey);
+final String caption = getPluginConfig().getString("caption", 
defaultCaption);
+
+// implicitly from translator service (this class implements 
IStringResourceProvider)
+log.debug("Getting field caption from translator by captionKey '{}' 
and default caption '{}'", captionKey, caption);
+return new StringResourceModel(captionKey, this, null, caption);
+}
+}


Property changes on: 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
___
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html
===
--- 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html
   2015-10-23 12:00:40 UTC (rev 56284)
+++ 
hippo-cms7/plugins/content-tagging/trunk/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.html
   2015-10-23 12:44:26 UTC (rev 56285)
@@ -1,5 +1,5 @@
 

[HippoCMS-svn] [56088] hippo-cms7/essentials: ESSENTIALS-782: do not use HTML node' s parent as argument in the rewrite call.

2015-10-14 Thread jhoffman
Revision: 56088
Author:   jhoffman
Date: 2015-10-14 13:26:11 +0200 (Wed, 14 Oct 2015)
Log Message:
---
ESSENTIALS-782: do not use HTML node's parent as argument in the rewrite call. 
Also the mount parameter is not needed.

Modified Paths:
--

hippo-cms7/essentials/branches/hippo-essentials-2.0.x/components/hst/src/main/java/org/onehippo/cms7/essentials/components/rest/adapters/HippoHtmlAdapter.java

Modified: 
hippo-cms7/essentials/branches/hippo-essentials-2.0.x/components/hst/src/main/java/org/onehippo/cms7/essentials/components/rest/adapters/HippoHtmlAdapter.java
===
--- 
hippo-cms7/essentials/branches/hippo-essentials-2.0.x/components/hst/src/main/java/org/onehippo/cms7/essentials/components/rest/adapters/HippoHtmlAdapter.java
  2015-10-14 11:12:39 UTC (rev 56087)
+++ 
hippo-cms7/essentials/branches/hippo-essentials-2.0.x/components/hst/src/main/java/org/onehippo/cms7/essentials/components/rest/adapters/HippoHtmlAdapter.java
  2015-10-14 11:26:11 UTC (rev 56088)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Hippo B.V. (http://www.onehippo.com)
+ * Copyright 2014-2015 Hippo B.V. (http://www.onehippo.com)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
 }
 final HstRequestContext context = RequestContextProvider.get();
 final ContentRewriter contentRewriter = new 
SimpleContentRewriter();
-final String rewrite = contentRewriter.rewrite(html.getContent(), 
html.getNode().getParent(), context, context.getResolvedMount().getMount());
+final String rewrite = contentRewriter.rewrite(html.getContent(), 
html.getNode(), context);
 return "";
 }
 

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [55673] hippo-cms7/plugins/content-tagging: HIPPLUG-1166: removed AbstractTagsPlugin#getFieldDescriptor and thereby also AbstractTagsPlugin#getDocumentTypeDescriptor because the field c

2015-09-25 Thread jhoffman
Revision: 55673
Author:   jhoffman
Date: 2015-09-25 16:20:59 +0200 (Fri, 25 Sep 2015)
Log Message:
---
HIPPLUG-1166: removed AbstractTagsPlugin#getFieldDescriptor and thereby also 
AbstractTagsPlugin#getDocumentTypeDescriptor because the field concept does not 
apply to Tags/TagsSuggest plugins. Also introduced 'captionKey' (same as in 
taxonomy) with a fixed default per plugin.

Modified Paths:
--

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.0.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.0.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagSuggestPlugin.java

hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.0.x/src/main/java/org/onehippo/forge/ecmtagging/editor/TagsPlugin.java

Modified: 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.0.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
===
--- 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.0.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
   2015-09-25 10:47:19 UTC (rev 55672)
+++ 
hippo-cms7/plugins/content-tagging/branches/hippo-plugin-content-tagging-5.0.x/src/main/java/org/onehippo/forge/ecmtagging/editor/AbstractTagsPlugin.java
   2015-09-25 14:20:59 UTC (rev 55673)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2008-2015 Hippo B.V. (http://www.onehippo.com)
+ *  Copyright 2015 Hippo B.V. (http://www.onehippo.com)
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -15,88 +15,42 @@
  */
 package org.onehippo.forge.ecmtagging.editor;
 
+import javax.jcr.Node;
+
 import org.apache.wicket.model.IModel;
-import org.apache.wicket.model.Model;
 import org.apache.wicket.model.StringResourceModel;
-import org.hippoecm.frontend.editor.ITemplateEngine;
-import org.hippoecm.frontend.editor.TemplateEngineException;
 import org.hippoecm.frontend.editor.plugins.field.AbstractFieldPlugin;
 import org.hippoecm.frontend.plugin.IPluginContext;
 import org.hippoecm.frontend.plugin.config.IPluginConfig;
 import org.hippoecm.frontend.service.render.RenderPlugin;
-import org.hippoecm.frontend.types.IFieldDescriptor;
-import org.hippoecm.frontend.types.ITypeDescriptor;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import javax.jcr.Node;
-
 /**
+ * Base class for tags plugin and tagsuggest plugin
   */
 public abstract class AbstractTagsPlugin extends RenderPlugin {
 
-private final Logger log = LoggerFactory.getLogger(getClass());
+private final Logger log = 
LoggerFactory.getLogger(AbstractTagsPlugin.class);
 
-protected abstract String getDefaultFieldName();
-
 public AbstractTagsPlugin(IPluginContext context, IPluginConfig config) {
 super(context, config);
 }
 
 /**
- * Get the document type descriptor object that this field is part of
- */
-protected ITypeDescriptor getDocumentTypeDescriptor() {
-
-final ITemplateEngine templateEngine = 
getPluginContext().getService(getPluginConfig().getString(ITemplateEngine.ENGINE),
 ITemplateEngine.class);
-if (templateEngine != null) {
-try {
-return templateEngine.getType(getModel());
-} catch (TemplateEngineException e) {
-log.error("Cannot determine type for the field", e);
-}
-} else {
-log.error("Cannot find template engine, plugin config is {}", 
getPluginConfig());
-}
-return null;
-}
-
-/**
- * Get the field descriptor object for this field
- */
-protected IFieldDescriptor getFieldDescriptor() {
-
-final ITypeDescriptor docType = getDocumentTypeDescriptor();
-if (docType != null) {
-final String fieldName = 
getPluginConfig().getString(AbstractFieldPlugin.FIELD, getDefaultFieldName());
-
-final IFieldDescriptor field = docType.getField(fieldName);
-if (field != null) {
-return field;
-}
-
-log.warn("Cannot find field '{}' for type {}", fieldName, 
docType.getName());
-}
-
-return null;
-}
-
-/**
  * Get the model for the caption, a.k.a. title.
  *
  * Inspired on 
org.hippoecm.frontend.editor.plugins.field.AbstractFieldPlugin#getCaptionModel(),
- * unfortunately this class does not extend from AbstractFieldPlugin.
+ * unfortunately this class does not extend from AbstractFieldPlugin. 
Also, it's become quite different, since the
+ * concept of a field does not apply to tags/tagsuggest.
  */
-protected IModel getCaptionModel(final IModel 
defaultModel) {
+  

[HippoCMS-svn] [55420] hippo-cms7/repository: REPO-1303: forward port from 7.9: use userSubject instead of rootSubject in the hint() method so the available translations are correct when working with

2015-08-28 Thread jhoffman
Revision: 55420
Author:   jhoffman
Date: 2015-08-28 14:03:17 +0200 (Fri, 28 Aug 2015)
Log Message:
---
REPO-1303: forward port from 7.9: use userSubject instead of rootSubject in the 
hint() method so the available translations are correct when working with 
folder restrictions

Modified Paths:
--

hippo-cms7/repository/branches/hippo-repository-3.0.x/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java

Modified: 
hippo-cms7/repository/branches/hippo-repository-3.0.x/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java
===
--- 
hippo-cms7/repository/branches/hippo-repository-3.0.x/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java
  2015-08-28 11:30:33 UTC (rev 55419)
+++ 
hippo-cms7/repository/branches/hippo-repository-3.0.x/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java
  2015-08-28 12:03:17 UTC (rev 55420)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2010-2013 Hippo B.V. (http://www.onehippo.com)
+ *  Copyright 2010-2015 Hippo B.V. (http://www.onehippo.com)
  * 
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -30,7 +30,6 @@
 import org.hippoecm.repository.HippoStdNodeType;
 import org.hippoecm.repository.api.Document;
 import org.hippoecm.repository.api.HippoNodeType;
-import org.hippoecm.repository.api.MappingException;
 import org.hippoecm.repository.api.Workflow;
 import org.hippoecm.repository.api.WorkflowContext;
 import org.hippoecm.repository.api.WorkflowException;
@@ -65,11 +64,11 @@
 }
 }
 
-public Document addTranslation(String language, String name) throws 
WorkflowException, MappingException,
+public Document addTranslation(String language, String name) throws 
WorkflowException,
 RepositoryException, RemoteException {
 HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(rootSubject);
 Node lclContainingFolder = translatedNode.getContainingFolder();
-if 
(!lclContainingFolder.isNodeType(HippoTranslationNodeType.NT_TRANSLATED)) {
+if (lclContainingFolder == null || 
!lclContainingFolder.isNodeType(HippoTranslationNodeType.NT_TRANSLATED)) {
 throw new WorkflowException("No translated ancestor found");
 }
 
@@ -162,7 +161,7 @@
 return new Document(copiedDoc);
 }
 
-public void addTranslation(String language, Document document) throws 
WorkflowException, MappingException,
+public void addTranslation(String language, Document document) throws 
WorkflowException,
 RepositoryException, RemoteException {
 HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(rootSubject);
 if (translatedNode.hasTranslation(language)) {
@@ -183,14 +182,14 @@
 }
 
 public Map hints() throws WorkflowException, 
RemoteException, RepositoryException {
-Map hints = new TreeMap();
+Map hints = new TreeMap<>();
 
-if (rootSubject.isNodeType(HippoStdNodeType.NT_PUBLISHABLE)) {
-String state = 
rootSubject.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString();
+if (userSubject.isNodeType(HippoStdNodeType.NT_PUBLISHABLE)) {
+String state = 
userSubject.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString();
 if ("draft".equals(state)) {
 hints.put("addTranslation", Boolean.FALSE);
 } else {
-NodeIterator siblings = 
rootSubject.getParent().getNodes(rootSubject.getName());
+NodeIterator siblings = 
userSubject.getParent().getNodes(userSubject.getName());
 Node unpublished = null;
 Node published = null;
 while (siblings.hasNext()) {
@@ -212,7 +211,7 @@
 }
 }
 
-HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(rootSubject);
+HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(userSubject);
 Set translations;
 try {
 translations = translatedNode.getTranslations();
@@ -222,8 +221,8 @@
 
 hints.put("locales", (Serializable) translations);
 
-Set available = new TreeSet();
-// for all the available translations we pick the highest ancestor of 
rootSubject of type HippoTranslationNodeType.NT_TRANSLATED,
+Set available = new TreeSet<>();
+// for all the available translations we pick the highest ancestor of 
userSubject of type HippoTranslationNodeType.NT_TRANSLATED,
 // and take all the translations for that node
 Node highestTranslatedNode = 
translatedNode.getFarthestTranslatedAncestor();
 if (highestTranslatedNode != null) {


[HippoCMS-svn] [55419] hippo-cms7/repository: REPO-1302: forward port from 7.8: use userSubject instead of rootSubject in the hint() method so the available translations are correct when working with

2015-08-28 Thread jhoffman
Revision: 55419
Author:   jhoffman
Date: 2015-08-28 13:30:33 +0200 (Fri, 28 Aug 2015)
Log Message:
---
REPO-1302: forward port from 7.8: use userSubject instead of rootSubject in the 
hint() method so the available translations are correct when working with foler 
restrictions

Modified Paths:
--

hippo-cms7/repository/branches/hippo-repository-2.26.xx/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java

Modified: 
hippo-cms7/repository/branches/hippo-repository-2.26.xx/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java
===
--- 
hippo-cms7/repository/branches/hippo-repository-2.26.xx/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java
2015-08-28 10:42:04 UTC (rev 55418)
+++ 
hippo-cms7/repository/branches/hippo-repository-2.26.xx/workflow/src/main/java/org/hippoecm/repository/translation/impl/TranslationWorkflowImpl.java
2015-08-28 11:30:33 UTC (rev 55419)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2010-2013 Hippo B.V. (http://www.onehippo.com)
+ *  Copyright 2010-2015 Hippo B.V. (http://www.onehippo.com)
  * 
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -30,7 +30,6 @@
 import org.hippoecm.repository.HippoStdNodeType;
 import org.hippoecm.repository.api.Document;
 import org.hippoecm.repository.api.HippoNodeType;
-import org.hippoecm.repository.api.MappingException;
 import org.hippoecm.repository.api.Workflow;
 import org.hippoecm.repository.api.WorkflowContext;
 import org.hippoecm.repository.api.WorkflowException;
@@ -65,11 +64,11 @@
 }
 }
 
-public Document addTranslation(String language, String name) throws 
WorkflowException, MappingException,
+public Document addTranslation(String language, String name) throws 
WorkflowException,
 RepositoryException, RemoteException {
 HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(rootSubject);
 Node lclContainingFolder = translatedNode.getContainingFolder();
-if 
(!lclContainingFolder.isNodeType(HippoTranslationNodeType.NT_TRANSLATED)) {
+if (lclContainingFolder == null || 
!lclContainingFolder.isNodeType(HippoTranslationNodeType.NT_TRANSLATED)) {
 throw new WorkflowException("No translated ancestor found");
 }
 
@@ -162,7 +161,7 @@
 return new Document(copiedDoc);
 }
 
-public void addTranslation(String language, Document document) throws 
WorkflowException, MappingException,
+public void addTranslation(String language, Document document) throws 
WorkflowException,
 RepositoryException, RemoteException {
 HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(rootSubject);
 if (translatedNode.hasTranslation(language)) {
@@ -185,12 +184,12 @@
 public Map hints() throws WorkflowException, 
RemoteException, RepositoryException {
 Map hints = new TreeMap();
 
-if (rootSubject.isNodeType(HippoStdNodeType.NT_PUBLISHABLE)) {
-String state = 
rootSubject.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString();
+if (userSubject.isNodeType(HippoStdNodeType.NT_PUBLISHABLE)) {
+String state = 
userSubject.getProperty(HippoStdNodeType.HIPPOSTD_STATE).getString();
 if ("draft".equals(state)) {
 hints.put("addTranslation", Boolean.FALSE);
 } else {
-NodeIterator siblings = 
rootSubject.getParent().getNodes(rootSubject.getName());
+NodeIterator siblings = 
userSubject.getParent().getNodes(userSubject.getName());
 Node unpublished = null;
 Node published = null;
 while (siblings.hasNext()) {
@@ -212,7 +211,7 @@
 }
 }
 
-HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(rootSubject);
+HippoTranslatedNode translatedNode = new 
HippoTranslatedNode(userSubject);
 Set translations;
 try {
 translations = translatedNode.getTranslations();
@@ -222,8 +221,8 @@
 
 hints.put("locales", (Serializable) translations);
 
-Set available = new TreeSet();
-// for all the available translations we pick the highest ancestor of 
rootSubject of type HippoTranslationNodeType.NT_TRANSLATED,
+Set available = new TreeSet<>();
+// for all the available translations we pick the highest ancestor of 
userSubject of type HippoTranslationNodeType.NT_TRANSLATED,
 // and take all the translations for that node
 Node highestTranslatedNode = 
translatedNode.getFarthestTranslatedAncestor();
 if (highestTranslatedNode != null) {

___
Hippocm

[HippoCMS-svn] [55386] hippo-cms7/plugins/selections/demo: HIPPLUG-1015: keeping demo version and plugin in sync

2015-08-25 Thread jhoffman
Revision: 55386
Author:   jhoffman
Date: 2015-08-25 16:30:31 +0200 (Tue, 25 Aug 2015)
Log Message:
---
HIPPLUG-1015: keeping demo version and plugin in sync

Modified Paths:
--

hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/cms/pom.xml

hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/content/pom.xml
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/pom.xml

hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/site/pom.xml

Modified: 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/cms/pom.xml
===
--- 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/cms/pom.xml   
2015-08-25 14:21:30 UTC (rev 55385)
+++ 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/cms/pom.xml   
2015-08-25 14:30:31 UTC (rev 55386)
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-plugin-selections-demo
-3.0.0-SNAPSHOT
+3.0.2-SNAPSHOT
   
 
   Hippo Plugin Selections Demo Project CMS

Modified: 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/content/pom.xml
===
--- 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/content/pom.xml
   2015-08-25 14:21:30 UTC (rev 55385)
+++ 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/content/pom.xml
   2015-08-25 14:30:31 UTC (rev 55386)
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-plugin-selections-demo
-3.0.0-SNAPSHOT
+3.0.2-SNAPSHOT
   
 
   Hippo Plugin Selections Demo Project Content

Modified: 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/pom.xml
===
--- hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/pom.xml   
2015-08-25 14:21:30 UTC (rev 55385)
+++ hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/pom.xml   
2015-08-25 14:30:31 UTC (rev 55386)
@@ -26,7 +26,7 @@
   Hippo Plugin Selections Demo Project
   Hippo Plugin Selections Demo Project
   hippo-plugin-selections-demo
-  3.0.0-SNAPSHOT
+  3.0.2-SNAPSHOT
   pom
 
   
@@ -36,7 +36,7 @@
   
 
   
-
3.0.1-SNAPSHOT
+
3.0.2-SNAPSHOT
 1.2.1
 2.6
 2.0.5.RELEASE

Modified: 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/site/pom.xml
===
--- 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/site/pom.xml  
2015-08-25 14:21:30 UTC (rev 55385)
+++ 
hippo-cms7/plugins/selections/demo/branches/selections-demo-3.0.x/site/pom.xml  
2015-08-25 14:30:31 UTC (rev 55386)
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-plugin-selections-demo
-3.0.0-SNAPSHOT
+3.0.2-SNAPSHOT
   
 
   Hippo Plugin Selections Demo Project Site

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-svn] [55382] hippo-cms7/release: HIPPLUG-1015: bumping selections to just released 3.0.1

2015-08-25 Thread jhoffman
Revision: 55382
Author:   jhoffman
Date: 2015-08-25 14:47:26 +0200 (Tue, 25 Aug 2015)
Log Message:
---
HIPPLUG-1015: bumping selections to just released 3.0.1

Modified Paths:
--
hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml

Modified: hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml
===
--- hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml   
2015-08-25 12:40:25 UTC (rev 55381)
+++ hippo-cms7/release/branches/hippo-cms7-release-10.0.x/pom.xml   
2015-08-25 12:47:26 UTC (rev 55382)
@@ -67,7 +67,7 @@
 3.0.0
 
2.0.0
 
2.0.1-SNAPSHOT
-
3.0.1-SNAPSHOT
+3.0.1
 2.0.0
 2.0.0
 
2.0.1-SNAPSHOT

___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


  1   2   3   >