[CMF-checkins] CVS: CMF/CMFCore/www - typeinfoAliases.zpt:1.3 typesAliases.zpt:1.3
Yvo Schubbe
schubbe@web.de
Tue, 15 Jul 2003 11:51:22 -0400
Update of /cvs-repository/CMF/CMFCore/www
In directory cvs.zope.org:/tmp/cvs-serv9258/CMFCore/www
Modified Files:
typeinfoAliases.zpt typesAliases.zpt
Log Message:
Merged yuppie-collector168-redo-branch:
- Un-hardwired manage_FTPget for 'text/html'. (Collector #168)
- Some cleanup.
=== CMF/CMFCore/www/typeinfoAliases.zpt 1.2 => 1.3 ===
--- CMF/CMFCore/www/typeinfoAliases.zpt:1.2 Sat Jun 28 12:31:23 2003
+++ CMF/CMFCore/www/typeinfoAliases.zpt Tue Jul 15 11:50:47 2003
@@ -15,12 +15,12 @@
</tr>
<tr tal:repeat="key here/listMethodAliasKeys">
<td>
- <input type="text" name="" size="18" value=""
+ <input type="text" name="" size="18" value=""
tal:attributes="name string:aliases.${repeat/key/index}:record;
value key" />
</td>
<td>
- <input type="text" name="" size="27" value=""
+ <input type="text" name="" size="27" value=""
tal:attributes="name string:methods.${repeat/key/index}:record;
value python:here.getMethodURL(key) or ''" />
</td>
@@ -50,7 +50,11 @@
<dt>'<tt>(Default)</tt>' alias:</dt>
<dd><tt>path/to/object</tt> or <tt>path/to/object/</tt></dd>
<dt>'<tt>mkdir</tt>' alias:</dt>
- <dd>customization hook for manage_addFolder (WebDAV/FTP)</dd>
+ <dd>customization hook for manage_addFolder, used by some folderish types
+ (WebDAV/FTP)</dd>
+ <dt>'<tt>gethtml</tt>' alias:</dt>
+ <dd>customization hook for manage_FTPget, used by some contentish types
+ (WebDAV/FTP)</dd>
<dt>For backwards compatibility there is also a '<tt>(Default)</tt>'
method:</dt>
<dd>Calls <tt>index_html</tt> or <tt>__call__</tt>, depending on the class.
=== CMF/CMFCore/www/typesAliases.zpt 1.2 => 1.3 ===
--- CMF/CMFCore/www/typesAliases.zpt:1.2 Sat Jun 28 12:31:23 2003
+++ CMF/CMFCore/www/typesAliases.zpt Tue Jul 15 11:50:47 2003
@@ -12,7 +12,7 @@
<tr class="list-header">
<th align="left">Alias</th>
<th tal:repeat="key here/listMethodAliasKeys">
- <input type="text" name="" size="18" value=""
+ <input type="text" name="" size="18" value=""
tal:attributes="name string:aliases.${repeat/key/index}:record;
value key" />
</th>
@@ -31,7 +31,7 @@
tal:content="ti/getId">id</a>
</th>
<td tal:repeat="key here/listMethodAliasKeys">
- <input type="text" name="" size="18" value=""
+ <input type="text" name="" size="18" value=""
tal:attributes="name string:${ti/getId}.${repeat/key/index}:record;
value python:ti.getMethodURL(key) or ''" />
</td>
@@ -57,7 +57,11 @@
<dt>'<tt>(Default)</tt>' alias:</dt>
<dd><tt>path/to/object</tt> or <tt>path/to/object/</tt></dd>
<dt>'<tt>mkdir</tt>' alias:</dt>
- <dd>customization hook for manage_addFolder (WebDAV/FTP)</dd>
+ <dd>customization hook for manage_addFolder, used by some folderish types
+ (WebDAV/FTP)</dd>
+ <dt>'<tt>gethtml</tt>' alias:</dt>
+ <dd>customization hook for manage_FTPget, used by some contentish types
+ (WebDAV/FTP)</dd>
<dt>For backwards compatibility there is also a '<tt>(Default)</tt>'
method:</dt>
<dd>Calls <tt>index_html</tt> or <tt>__call__</tt>, depending on the class.