[CMF-checkins] CVS: CMF - custdtml.dtml:1.3 custimage.dtml:1.3 custpy.dtml:1.2
Martijn Pieters
mj@digicool.com
Wed, 11 Apr 2001 15:28:41 -0400 (EDT)
Update of /cvs-repository/CMF/CMFCore/dtml
In directory korak:/tmp/cvs-serv1541/CMFCore/dtml
Modified Files:
custdtml.dtml custimage.dtml custpy.dtml
Log Message:
Refactoring of FS* (filesystem based) objects.
Moved common code out to a base class, cleaned up all FS objects to use the
base class and generally clean out cruft.
Nice side-effect; FSDTMLMethods now are searchable through the ZMI (partly
fixes PTK(251)[]).
--- Updated File custdtml.dtml in package CMF --
--- custdtml.dtml 2001/04/08 19:18:16 1.2
+++ custdtml.dtml 2001/04/11 19:28:09 1.3
@@ -33,7 +33,7 @@
<em>Source file</em>
</th>
<td align="left" valign="top">
- &dtml-getMethodFSPath;
+ &dtml-getObjectFSPath;
</td>
</tr>
<tr>
@@ -54,7 +54,7 @@
</TABLE>
</FORM>
<table border="1" bgcolor="#cccccc"><tr><td>
-<code><dtml-var __str__ html_quote newline_to_br></code>
+<code><dtml-var this newline_to_br></code>
</td></tr></table>
</BODY>
</HTML>
--- Updated File custimage.dtml in package CMF --
--- custimage.dtml 2001/04/08 19:18:16 1.2
+++ custimage.dtml 2001/04/11 19:28:09 1.3
@@ -33,7 +33,7 @@
<em>Source file</em>
</th>
<td align="left" valign="top">
- &dtml-getImageFSPath;
+ &dtml-getObjectFSPath;
</td>
</tr>
<tr>
--- Updated File custpy.dtml in package CMF --
--- custpy.dtml 2001/03/21 18:21:35 1.1
+++ custpy.dtml 2001/04/11 19:28:09 1.2
@@ -28,7 +28,7 @@
<em>Source file</em>
</th>
<td align="left" valign="top">
- &dtml-getMethodFSPath;
+ &dtml-getObjectFSPath;
</td>
</tr>
<tr>