Author: jruijter
Date: 2010-04-22 11:55:55 +0200 (Thu, 22 Apr 2010)
New Revision: 42005

Modified:
   
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
   
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
Log:
CMSC-1684 Added lastmodifieddate value to param lastmodifiedfield

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
 2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
 2010-04-22 09:55:55 UTC (rev 42005)
@@ -240,7 +240,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
      2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
      2010-04-22 09:55:55 UTC (rev 42005)
@@ -202,7 +202,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   2010-04-22 09:55:55 UTC (rev 42005)
@@ -201,7 +201,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
       2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
       2010-04-22 09:55:55 UTC (rev 42005)
@@ -197,7 +197,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
       <init-param>
          <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
    2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
    2010-04-22 09:55:55 UTC (rev 42005)
@@ -197,7 +197,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
       <init-param>
          <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
        2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
        2010-04-22 09:55:55 UTC (rev 42005)
@@ -201,7 +201,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
     2010-04-21 08:47:40 UTC (rev 42004)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
     2010-04-22 09:55:55 UTC (rev 42005)
@@ -223,7 +223,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to