Commit 63f266eb authored by Mayoro Diagne's avatar Mayoro Diagne

2008-10-11: mayoro

 - adding sentences for clarification in ODT mode for titles

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24151 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e7681e38
...@@ -163,6 +163,14 @@ for section in section_list:\n ...@@ -163,6 +163,14 @@ for section in section_list:\n
title=child_uri_title,\n title=child_uri_title,\n
form_id=\'\')\n form_id=\'\')\n
)\n )\n
result.append(\n
ReportSection(\n
selection_params=dict(description=child_uri_title),\n
selection_name=\'documentation_helper_selection\',\n
path=context.getPortalObject().portal_classes.getRelativeUrl(),\n
form_id=\'DocumentationHelper_viewReportPortalTitleDescription\',\n
listbox_display_mode=\'FlatListMode\')\n
)\n
results = context.DocumentationHelper_getDocumentationSectionListParams(class_name,\n results = context.DocumentationHelper_getDocumentationSectionListParams(class_name,\n
child_uri.uri_list)\n child_uri.uri_list)\n
result+=results[0]\n result+=results[0]\n
...@@ -195,6 +203,16 @@ if portal_skin is not None and portal_skin=="ODT":\n ...@@ -195,6 +203,16 @@ if portal_skin is not None and portal_skin=="ODT":\n
title="Appendix",\n title="Appendix",\n
form_id=\'\')\n form_id=\'\')\n
)\n )\n
appendix_description="This section resume class methods and property sheets"\n
appendix_description+=" used for documented business templates"\n
result.append(\n
ReportSection(\n
selection_params=dict(description=appendix_description),\n
selection_name=\'documentation_helper_selection\',\n
path=context.getPortalObject().portal_classes.getRelativeUrl(),\n
form_id=\'DocumentationHelper_viewReportSubSectionTitleDescription\',\n
listbox_display_mode=\'FlatListMode\')\n
)\n
classmethods = dict().fromkeys([x for x in class_methods_list]).keys()\n classmethods = dict().fromkeys([x for x in class_methods_list]).keys()\n
class_list = dict().fromkeys([\'.\'.join(x.split(\'.\')[:-2]) for x in classmethods]).keys()\n class_list = dict().fromkeys([\'.\'.join(x.split(\'.\')[:-2]) for x in classmethods]).keys()\n
class_list.sort()\n class_list.sort()\n
...@@ -206,6 +224,16 @@ if portal_skin is not None and portal_skin=="ODT":\n ...@@ -206,6 +224,16 @@ if portal_skin is not None and portal_skin=="ODT":\n
title="Class Methods",\n title="Class Methods",\n
form_id=\'\')\n form_id=\'\')\n
)\n )\n
class_method_description="This section describe the documentation of common class methods"\n
class_method_description+=" used for documented business templates"\n
result.append(\n
ReportSection(\n
selection_params=dict(description=class_method_description),\n
selection_name=\'documentation_helper_selection\',\n
path=context.getPortalObject().portal_classes.getRelativeUrl(),\n
form_id=\'DocumentationHelper_viewReportSubSectionTitleDescription\',\n
listbox_display_mode=\'FlatListMode\')\n
)\n
for class_name in class_list:\n for class_name in class_list:\n
classmethod = dict().fromkeys([x.split(\'.\')[-1] for x in classmethods if x.startswith(class_name)]).keys()\n classmethod = dict().fromkeys([x.split(\'.\')[-1] for x in classmethods if x.startswith(class_name)]).keys()\n
classmethod.sort()\n classmethod.sort()\n
...@@ -229,6 +257,16 @@ if portal_skin is not None and portal_skin=="ODT":\n ...@@ -229,6 +257,16 @@ if portal_skin is not None and portal_skin=="ODT":\n
title="Property Sheets",\n title="Property Sheets",\n
form_id=\'\')\n form_id=\'\')\n
)\n )\n
property_sheet_description="This section describe the documentation of common class methods"\n
property_sheet_description+=" used for documented business templates"\n
result.append(\n
ReportSection(\n
selection_params=dict(description=property_sheet_description),\n
selection_name=\'documentation_helper_selection\',\n
path=context.getPortalObject().portal_classes.getRelativeUrl(),\n
form_id=\'DocumentationHelper_viewReportSubSectionTitleDescription\',\n
listbox_display_mode=\'FlatListMode\')\n
)\n
result.append(\n result.append(\n
ReportSection(\n ReportSection(\n
form_id=\'PortalTypeDocumentationHelperAppendixPropertySheet_view\',\n form_id=\'PortalTypeDocumentationHelperAppendixPropertySheet_view\',\n
...@@ -326,6 +364,7 @@ return result\n ...@@ -326,6 +364,7 @@ return result\n
<string>sub_displayed_class</string> <string>sub_displayed_class</string>
<string>sub_child_object</string> <string>sub_child_object</string>
<string>sub_child_section</string> <string>sub_child_section</string>
<string>appendix_description</string>
<string>append</string> <string>append</string>
<string>$append0</string> <string>$append0</string>
<string>x</string> <string>x</string>
...@@ -333,7 +372,9 @@ return result\n ...@@ -333,7 +372,9 @@ return result\n
<string>class_list</string> <string>class_list</string>
<string>zip</string> <string>zip</string>
<string>propertysheet</string> <string>propertysheet</string>
<string>class_method_description</string>
<string>classmethod</string> <string>classmethod</string>
<string>property_sheet_description</string>
<string>propertysheets</string> <string>propertysheets</string>
</tuple> </tuple>
</value> </value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
</item>
<item>
<key> <string>enctype</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
<string>hidden</string>
</list>
</value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
<dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list>
<string>my_paragraph</string>
</list>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>DocumentationHelper_viewReportPortalTitleDescription</string> </value>
</item>
<item>
<key> <string>method</string> </key>
<value> <string>POST</string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string>DocumentationHelper_viewReportSubSectionTitleDescription</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
<value> <int>4</int> </value>
</item>
<item>
<key> <string>stored_encoding</string> </key>
<value> <string>UTF-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Description</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
148 149
\ 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