[Erp5-report] r39683 fabien - in /erp5/trunk/bt5/erp5_web_blog: SkinTemplateItem/portal_ski...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 29 14:07:50 CEST 2010


Author: fabien
Date: Fri Oct 29 14:07:44 2010
New Revision: 39683

URL: http://svn.erp5.org?rev=39683&view=rev
Log:
remove XXX and improve comment

Modified:
    erp5/trunk/bt5/erp5_web_blog/SkinTemplateItem/portal_skins/erp5_web_blog/WebSection_getAuthorName.xml
    erp5/trunk/bt5/erp5_web_blog/bt/revision

Modified: erp5/trunk/bt5/erp5_web_blog/SkinTemplateItem/portal_skins/erp5_web_blog/WebSection_getAuthorName.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_blog/SkinTemplateItem/portal_skins/erp5_web_blog/WebSection_getAuthorName.xml?rev=39683&r1=39682&r2=39683&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_blog/SkinTemplateItem/portal_skins/erp5_web_blog/WebSection_getAuthorName.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_blog/SkinTemplateItem/portal_skins/erp5_web_blog/WebSection_getAuthorName.xml [utf8] Fri Oct 29 14:07:44 2010
@@ -51,12 +51,8 @@
         <item>
             <key> <string>_body</string> </key>
             <value> <string>"""\n
-  This simple script returns the author name of the current context.\n
-\n
-  TODO: XXX-JPS\n
-  - I am sure this kind of script could be more generic in ERP5\n
-    and useful in other places (not only blog). Consider API\n
-    design.\n
+  This simple script returns the contributor title of the current context.\n
+  It has a proxy_role of manager to allowed anonymous to get the contributor title\n
 """\n
 \n
 return context.getContributorTitle() or context.Base_translateString("Unknown User")\n
@@ -126,7 +122,7 @@ return context.getContributorTitle() or 
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string>Get the author name from a blog post</string> </value>
+            <value> <string>Get the contributor title from a document</string> </value>
         </item>
         <item>
             <key> <string>warnings</string> </key>

Modified: erp5/trunk/bt5/erp5_web_blog/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_blog/bt/revision?rev=39683&r1=39682&r2=39683&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_blog/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_blog/bt/revision [utf8] Fri Oct 29 14:07:44 2010
@@ -1 +1 @@
-61
\ No newline at end of file
+62
\ No newline at end of file




More information about the Erp5-report mailing list