[Erp5-report] r41064 nicolas - in /erp5/trunk/bt5/erp5_web: PathTemplateItem/portal_contrib...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 2 17:29:43 CET 2010
Author: nicolas
Date: Thu Dec 2 17:29:43 2010
New Revision: 41064
URL: http://svn.erp5.org?rev=41064&view=rev
Log:
moved from erp5_core
Added:
erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/
erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/web_page_by_content.xml
erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_extension.xml
erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_mimetype.xml
Modified:
erp5/trunk/bt5/erp5_web/bt/revision
erp5/trunk/bt5/erp5_web/bt/template_path_list
Added: erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/web_page_by_content.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/web_page_by_content.xml?rev=41064&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/web_page_by_content.xml (added)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/web_page_by_content.xml [utf8] Thu Dec 2 17:29:43 2010
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="Contribution Predicate" module="erp5.portal_type"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>_identity_criterion</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>content_type_from_content</string> </key>
+ <value>
+ <list>
+ <string>text/html</string>
+ </list>
+ </value>
+ </item>
+ </dictionary>
+ </value>
+ </item>
+ <item>
+ <key> <string>_range_criterion</string> </key>
+ <value>
+ <dictionary/>
+ </value>
+ </item>
+ <item>
+ <key> <string>criterion_property</string> </key>
+ <value>
+ <tuple>
+ <string>content_type_from_content</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>destination_portal_type</string> </key>
+ <value> <string>Web Page</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>web_page_by_content</string> </value>
+ </item>
+ <item>
+ <key> <string>int_index</string> </key>
+ <value> <int>70</int> </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Contribution Predicate</string> </value>
+ </item>
+ <item>
+ <key> <string>test_method_id</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Web Page by mimetype from data</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_extension.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_extension.xml?rev=41064&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_extension.xml (added)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_extension.xml [utf8] Thu Dec 2 17:29:43 2010
@@ -0,0 +1,69 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="Contribution Predicate" module="erp5.portal_type"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>_identity_criterion</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>extension_from_filename</string> </key>
+ <value>
+ <list>
+ <string>html</string>
+ <string>htm</string>
+ <string>php</string>
+ </list>
+ </value>
+ </item>
+ </dictionary>
+ </value>
+ </item>
+ <item>
+ <key> <string>_range_criterion</string> </key>
+ <value>
+ <dictionary/>
+ </value>
+ </item>
+ <item>
+ <key> <string>criterion_property</string> </key>
+ <value>
+ <tuple>
+ <string>extension_from_filename</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>destination_portal_type</string> </key>
+ <value> <string>Web Page</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>webpage_extension</string> </value>
+ </item>
+ <item>
+ <key> <string>int_index</string> </key>
+ <value> <int>10</int> </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Contribution Predicate</string> </value>
+ </item>
+ <item>
+ <key> <string>test_method_id</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Web Page by extension</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_mimetype.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_mimetype.xml?rev=41064&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_mimetype.xml (added)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/portal_contribution_registry/webpage_mimetype.xml [utf8] Thu Dec 2 17:29:43 2010
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="Contribution Predicate" module="erp5.portal_type"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>_identity_criterion</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>content_type</string> </key>
+ <value>
+ <list>
+ <string>text/html</string>
+ </list>
+ </value>
+ </item>
+ </dictionary>
+ </value>
+ </item>
+ <item>
+ <key> <string>_range_criterion</string> </key>
+ <value>
+ <dictionary/>
+ </value>
+ </item>
+ <item>
+ <key> <string>criterion_property</string> </key>
+ <value>
+ <tuple>
+ <string>content_type</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>destination_portal_type</string> </key>
+ <value> <string>Web Page</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>webpage_mimetype</string> </value>
+ </item>
+ <item>
+ <key> <string>int_index</string> </key>
+ <value> <int>20</int> </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Contribution Predicate</string> </value>
+ </item>
+ <item>
+ <key> <string>test_method_id</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Web Page by mimetype</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=41064&r1=41063&r2=41064&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Thu Dec 2 17:29:43 2010
@@ -1 +1 @@
-1003
\ No newline at end of file
+1004
\ No newline at end of file
Modified: erp5/trunk/bt5/erp5_web/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/template_path_list?rev=41064&r1=41063&r2=41064&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/template_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/template_path_list [utf8] Thu Dec 2 17:29:43 2010
@@ -1,3 +1,6 @@
+portal_contribution_registry/web_page_by_content
+portal_contribution_registry/webpage_extension
+portal_contribution_registry/webpage_mimetype
web_section_ram_cache
web_section_user_ram_cache
web_site_ram_cache
More information about the Erp5-report
mailing list