Commit f6f5857b authored by Bartek Górny's avatar Bartek Górny

use subject list to store keywords (#3)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10300 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3bdbc1c0
......@@ -78,8 +78,7 @@
<value>
<list>
<string>my_description</string>
<string>my_keywords</string>
<string>my_subject</string>
<string>my_subject_list</string>
<string>my_contributor_name_list</string>
<string>my_contributor_related_title_list</string>
<string>my_contributor_list</string>
......
......@@ -3,15 +3,18 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TextAreaField" module="Products.Formulator.StandardFields"/>
<tuple/>
<tuple>
<string>Products.Formulator.StandardFields</string>
<string>LinesField</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_keywords</string> </value>
<value> <string>my_subject_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -108,6 +111,10 @@
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>view_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
......@@ -141,15 +148,11 @@
</item>
<item>
<key> <string>editable</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -191,6 +194,10 @@
<key> <string>unicode</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>view_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value>
......@@ -216,7 +223,9 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value>
<list/>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -240,7 +249,7 @@
</item>
<item>
<key> <string>height</string> </key>
<value> <int>2</int> </value>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
......@@ -264,12 +273,21 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Keywords</string> </value>
<value> <string>Subject (keywords)</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>view_separator</string> </key>
<value> <string encoding="cdata"><![CDATA[
<br />\n
]]></string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
......@@ -284,42 +302,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/hasOOfile</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/hasOOfile</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -78,8 +78,7 @@
<value>
<list>
<string>my_description</string>
<string>my_keywords</string>
<string>my_subject</string>
<string>my_subject_list</string>
<string>my_contributor_list</string>
<string>my_contributor_name_list</string>
<string>my_contributor_related_title_list</string>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_keywords</string> </value>
<value> <string>my_subject_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -239,7 +239,7 @@
</item>
<item>
<key> <string>height</string> </key>
<value> <int>2</int> </value>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>hidden</string> </key>
......@@ -263,7 +263,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Keywords</string> </value>
<value> <string>Subject (keywords)</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......
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