Bert Leunis pushed to branch bugfix/ESSENTIALS-762 at cms-community / 
hippo-essentials


Commits:
a7d442c2 by Bert Leunis at 2016-05-17T15:12:23+02:00
ESSENTIALS-762 also updated other document types

- - - - -


5 changed files:

- 
plugin-sdk/implementation/src/test/resources/project/content/namespaces/hippo-plugins/newsdocument.xml
- plugins/blog/src/main/resources/xml/namespaces/blogpost.xml
- plugins/events/src/main/resources/xml/namespaces/eventsdocument.xml
- plugins/news/src/main/resources/xml/namespaces/newsdocument.xml
- plugins/simple-content/src/main/resources/namespaces/contentdocument.xml


Changes:

=====================================
plugin-sdk/implementation/src/test/resources/project/content/namespaces/hippo-plugins/newsdocument.xml
=====================================
--- 
a/plugin-sdk/implementation/src/test/resources/project/content/namespaces/hippo-plugins/newsdocument.xml
+++ 
b/plugin-sdk/implementation/src/test/resources/project/content/namespaces/hippo-plugins/newsdocument.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2014 Hippo B.V. (http://www.onehippo.com)
+  Copyright 2014-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.
@@ -221,6 +221,9 @@
       <sv:property sv:name="hippoplugins:title" sv:type="String">
         <sv:value/>
       </sv:property>
+      <sv:property sv:name="{{namespace}}:date" sv:type="Date">
+        <sv:value>0001-01-01T13:00:00.000+01:00</sv:value>
+      </sv:property>
       <sv:property sv:name="hippostd:holder" sv:type="String">
         <sv:value>holder</sv:value>
       </sv:property>


=====================================
plugins/blog/src/main/resources/xml/namespaces/blogpost.xml
=====================================
--- a/plugins/blog/src/main/resources/xml/namespaces/blogpost.xml
+++ b/plugins/blog/src/main/resources/xml/namespaces/blogpost.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2014-2015 Hippo B.V. (http://www.onehippo.com)
+  Copyright 2014-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.
@@ -231,7 +231,7 @@
         <sv:value/>
       </sv:property>
       <sv:property sv:name="{{namespace}}:publicationdate" sv:type="Date">
-        <sv:value>2014-03-06T15:13:00.000+01:00</sv:value>
+        <sv:value>0001-01-01T13:00:00.000+01:00</sv:value>
       </sv:property>
       <sv:property sv:name="{{namespace}}:title" sv:type="String">
         <sv:value/>


=====================================
plugins/events/src/main/resources/xml/namespaces/eventsdocument.xml
=====================================
--- a/plugins/events/src/main/resources/xml/namespaces/eventsdocument.xml
+++ b/plugins/events/src/main/resources/xml/namespaces/eventsdocument.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2014-2015 Hippo B.V. (http://www.onehippo.com)
+  Copyright 2014-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.
@@ -232,6 +232,9 @@
       <sv:property sv:name="{{namespace}}:title" sv:type="String">
         <sv:value/>
       </sv:property>
+      <sv:property sv:name="{{namespace}}:date" sv:type="Date">
+        <sv:value>0001-01-01T13:00:00.000+01:00</sv:value>
+      </sv:property>
       <sv:property sv:name="hippo:related___pathreference" sv:type="String"/>
       <sv:property sv:name="hippostd:holder" sv:type="String">
         <sv:value>holder</sv:value>


=====================================
plugins/news/src/main/resources/xml/namespaces/newsdocument.xml
=====================================
--- a/plugins/news/src/main/resources/xml/namespaces/newsdocument.xml
+++ b/plugins/news/src/main/resources/xml/namespaces/newsdocument.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2014-2015 Hippo B.V. (http://www.onehippo.com)
+  Copyright 2014-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.


=====================================
plugins/simple-content/src/main/resources/namespaces/contentdocument.xml
=====================================
--- a/plugins/simple-content/src/main/resources/namespaces/contentdocument.xml
+++ b/plugins/simple-content/src/main/resources/namespaces/contentdocument.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2014-2015 Hippo B.V. (http://www.onehippo.com)
+  Copyright 2014-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.
@@ -160,6 +160,9 @@
       <sv:property sv:name="{{namespace}}:title" sv:type="String">
         <sv:value/>
       </sv:property>
+      <sv:property sv:name="{{namespace}}:publicationdate" sv:type="Date">
+        <sv:value>0001-01-01T13:00:00.000+01:00</sv:value>
+      </sv:property>
       <sv:property sv:name="hippo:related___pathreference" sv:type="String"/>
       <sv:property sv:name="hippostd:holder" sv:type="String">
         <sv:value>holder</sv:value>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/commit/a7d442c27ab29c6fbe1d3064bd755c130e4d8e99
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to