Commit 21630acc authored by Kevin Deldycke's avatar Kevin Deldycke

Use aggregate relations everywhere to define default content.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9414 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f5cadef
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string> <string>bottom doNotDisplay</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom doNotDisplay</string> </key>
<value> <value>
<list> <list>
<string>my_text_content</string> <string>my_text_content</string>
......
...@@ -45,6 +45,12 @@ ...@@ -45,6 +45,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>Base_edit</string> </value> <value> <string>Base_edit</string> </value>
...@@ -73,7 +79,7 @@ ...@@ -73,7 +79,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>bottom webcontent</string> </key> <key> <string>bottom webcontent</string> </key>
<value> <value>
<list> <list>
<string>physical_subcontent_listbox</string> <string>physical_subcontent_listbox</string>
...@@ -81,7 +87,7 @@ ...@@ -81,7 +87,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>center webcontent</string> </key> <key> <string>center webcontent</string> </key>
<value> <value>
<list> <list>
<string>my_description</string> <string>my_description</string>
...@@ -89,7 +95,7 @@ ...@@ -89,7 +95,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
...@@ -105,8 +111,7 @@ ...@@ -105,8 +111,7 @@
<value> <value>
<list> <list>
<string>my_int_index</string> <string>my_int_index</string>
<string>my_aggregate_title</string> <string>my_aggregate_title_list</string>
<string>my_source_title_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_source_title_list</string> </value> <value> <string>my_aggregate_title_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -84,15 +84,15 @@ ...@@ -84,15 +84,15 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>container_getter_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default_module</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
...@@ -243,15 +243,15 @@ ...@@ -243,15 +243,15 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>container_getter_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default_module</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
...@@ -391,7 +391,7 @@ ...@@ -391,7 +391,7 @@
</item> </item>
<item> <item>
<key> <string>base_category</string> </key> <key> <string>base_category</string> </key>
<value> <string>source</string> </value> <value> <string>aggregate</string> </value>
</item> </item>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>catalog_index</string> </key>
...@@ -417,13 +417,9 @@ ...@@ -417,13 +417,9 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>default_module</string> </key>
<value> <string>web_page_module</string> </value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Links to Web Pages to display as default content of the current section</string> </value>
</item> </item>
<item> <item>
<key> <string>display_maxwidth</string> </key> <key> <string>display_maxwidth</string> </key>
...@@ -505,14 +501,6 @@ ...@@ -505,14 +501,6 @@
<string>Web Page</string> <string>Web Page</string>
<string>Web Page</string> <string>Web Page</string>
</tuple> </tuple>
<tuple>
<string>Image</string>
<string>Image</string>
</tuple>
<tuple>
<string>File</string>
<string>File</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -526,7 +514,7 @@ ...@@ -526,7 +514,7 @@
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>1</int> </value> <value> <int>3</int> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
...@@ -536,7 +524,7 @@ ...@@ -536,7 +524,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Content</string> </value> <value> <string>Default Pages</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode</string> </key> <key> <string>unicode</string> </key>
......
...@@ -12,12 +12,6 @@ ...@@ -12,12 +12,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_content_layout</string> </value> <value> <string>my_content_layout</string> </value>
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<value> <value>
<list> <list>
<string>my_webmaster</string> <string>my_webmaster</string>
<string>my_source_title_list</string> <string>my_aggregate_title_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_source_title_list</string> </value> <value> <string>my_aggregate_title_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -84,15 +84,15 @@ ...@@ -84,15 +84,15 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>container_getter_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default_module</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
...@@ -243,15 +243,15 @@ ...@@ -243,15 +243,15 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>container_getter_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>default_module</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
...@@ -391,7 +391,7 @@ ...@@ -391,7 +391,7 @@
</item> </item>
<item> <item>
<key> <string>base_category</string> </key> <key> <string>base_category</string> </key>
<value> <string>source</string> </value> <value> <string>aggregate</string> </value>
</item> </item>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>catalog_index</string> </key>
...@@ -417,13 +417,9 @@ ...@@ -417,13 +417,9 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>default_module</string> </key>
<value> <string>web_page_module</string> </value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Links to Web Pages to display as default content of the current section</string> </value>
</item> </item>
<item> <item>
<key> <string>display_maxwidth</string> </key> <key> <string>display_maxwidth</string> </key>
...@@ -505,14 +501,6 @@ ...@@ -505,14 +501,6 @@
<string>Web Page</string> <string>Web Page</string>
<string>Web Page</string> <string>Web Page</string>
</tuple> </tuple>
<tuple>
<string>Image</string>
<string>Image</string>
</tuple>
<tuple>
<string>File</string>
<string>File</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -526,7 +514,7 @@ ...@@ -526,7 +514,7 @@
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>1</int> </value> <value> <int>3</int> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
...@@ -536,7 +524,7 @@ ...@@ -536,7 +524,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Additional Content</string> </value> <value> <string>Default Pages</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode</string> </key> <key> <string>unicode</string> </key>
......
2006-08-24 Kevin 2006-08-24 Kevin
* Add default CSS to default theme. * Add default CSS to default theme.
* Use aggregate relations everywhere to define default content.
2006-08-24 Stefan 2006-08-24 Stefan
* URLs work with and without virtual hosting. * URLs work with and without virtual hosting.
......
199 202
\ No newline at end of file \ No newline at end of file
0.3.4 0.3.5
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment