Commit ca676bdc authored by Nicolas Delaby's avatar Nicolas Delaby

Merge remote branch 'origin/master'

parents 27eae56b cde683af
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> <global name="Base Type" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -61,7 +61,9 @@ ...@@ -61,7 +61,9 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string>DiscussionPost_init</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
...@@ -77,6 +79,12 @@ ...@@ -77,6 +79,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>TextDocument</string> </value> <value> <string>TextDocument</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>type_mixin</string> </key> <key> <string>type_mixin</string> </key>
<value> <value>
...@@ -94,7 +102,9 @@ ...@@ -94,7 +102,9 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>domain_name</string> </key> <key> <string>domain_name</string> </key>
<value> <none/> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>property_name</string> </key> <key> <string>property_name</string> </key>
...@@ -111,7 +121,9 @@ ...@@ -111,7 +121,9 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>domain_name</string> </key> <key> <string>domain_name</string> </key>
<value> <none/> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>property_name</string> </key> <key> <string>property_name</string> </key>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
portal = context.getPortalObject()\n portal = context.getPortalObject()\n
\n \n
author = context.getSourceValue()\n author = context.getSourceValue()\n
result = {\'author_url\': \'#\',\n result = {\'author_url\': None,\n
\'author_signature\': None,\n \'author_signature\': None,\n
\'author_title\': context.Base_translateString(\'Unknown User\')}\n \'author_title\': context.Base_translateString(\'Unknown User\')}\n
\n \n
...@@ -68,6 +68,10 @@ if author is not None:\n ...@@ -68,6 +68,10 @@ if author is not None:\n
return result\n return result\n
</string> </value> </string> </value>
</item> </item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
<value> <value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<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>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.setTextFormat(\'text/html\')\n
</string> </value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>DiscussionPost_init</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -66,7 +66,8 @@ discussion_post = context.newContent(\n ...@@ -66,7 +66,8 @@ discussion_post = context.newContent(\n
source_value = person,\n source_value = person,\n
predecessor_value = predecessor,\n predecessor_value = predecessor,\n
version = version,\n version = version,\n
language = language)\n language = language,\n
text_format = \'text/html\')\n
\n \n
# depending on security model Post can be submited for review\n # depending on security model Post can be submited for review\n
portal_status_message = "New post created in background."\n portal_status_message = "New post created in background."\n
......
...@@ -36,12 +36,18 @@ ...@@ -36,12 +36,18 @@
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
<tal:block tal:define="author_dict python: here.DiscussionPost_getAuthorDict()">\n <tal:block tal:define="author_dict python: here.DiscussionPost_getAuthorDict();\n
is_author_link_available python:author_dict[\'author_url\'] is not None;">\n
\n
<a class="listbox-row-discussion-thread-author-link"\n <a class="listbox-row-discussion-thread-author-link"\n
tal:attributes="href author_dict/author_url"\n tal:attributes="href author_dict/author_url"\n
tal:content="author_dict/author_title"/>\n tal:content="author_dict/author_title"\n
</tal:block>\n tal:condition="is_author_link_available"/>\n
\n
<span tal:content="author_dict/author_title"\n
tal:condition="not:is_author_link_available"/>\n
\n
</tal:block>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
...@@ -38,17 +38,22 @@ ...@@ -38,17 +38,22 @@
<tal:block tal:define="last_post here/DiscussionThread_getLastPost;\n <tal:block tal:define="last_post here/DiscussionThread_getLastPost;\n
author_dict last_post/DiscussionPost_getAuthorDict;\n author_dict last_post/DiscussionPost_getAuthorDict;\n
">\n is_author_link_available python:author_dict[\'author_url\'] is not None;">\n
\n
<a class="listbox-row-discussion-thread-last-post-by-author-link"\n <a class="listbox-row-discussion-thread-last-post-by-author-link"\n
tal:attributes="href author_dict/author_url"\n tal:attributes="href author_dict/author_url"\n
tal:content="author_dict/author_title"/> \n tal:content="author_dict/author_title"\n
tal:condition="is_author_link_available"/>\n
\n
<span tal:content="author_dict/author_title"\n
tal:condition="not:is_author_link_available"/>\n
\n
<a class="listbox-row-discussion-thread-last-post-link"\n <a class="listbox-row-discussion-thread-last-post-link"\n
tal:attributes="href python: \'%s/view?list_start=%s&reset=1#%s\' %(here.absolute_url(), last_post.getId(), last_post.getUid())"> \n tal:attributes="href python: \'%s/view?list_start=%s&reset=1#%s\' %(here.absolute_url(), last_post.getId(), last_post.getUid())"> \n
<img src="document_icon.gif" alt="Link To Post"/>\n <img src="document_icon.gif" alt="Link To Post"/>\n
</a>\n </a>\n
\n \n
</tal:block>\n </tal:block>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
...@@ -65,7 +65,7 @@ def getPreferredForumSignature(username):\n ...@@ -65,7 +65,7 @@ def getPreferredForumSignature(username):\n
preference_state=\'enabled\')\n preference_state=\'enabled\')\n
if preference is not None:\n if preference is not None:\n
result[\'preferred_forum_signature\'] = preference.getProperty(\'preferred_forum_signature\', None)\n result[\'preferred_forum_signature\'] = preference.getProperty(\'preferred_forum_signature\', None)\n
result[\'preferred_forum_quote_original_message\'] = preference.getProperty(\'preferred_forum_quote_original_message\', False)\n result[\'preferred_forum_quote_original_message\'] = preference.getProperty(\'preferred_forum_quote_original_message\', True)\n
return result\n return result\n
\n \n
getPreferredForumSignature = CachingMethod(getPreferredForumSignature,\n getPreferredForumSignature = CachingMethod(getPreferredForumSignature,\n
......
...@@ -279,6 +279,14 @@ ...@@ -279,6 +279,14 @@
<string>response_count</string> <string>response_count</string>
<string></string> <string></string>
</tuple> </tuple>
<tuple>
<string>author</string>
<string></string>
</tuple>
<tuple>
<string>last_post</string>
<string></string>
</tuple>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>ListBox_getDiscussionThreadUrl</string> <string>ListBox_getDiscussionThreadUrl</string>
......
92 94
\ 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