Commit b56992ac authored by Christopher Petrilli's avatar Christopher Petrilli

*** empty log message ***

parent 4652cb07
...@@ -115,7 +115,7 @@ Zope Changes ...@@ -115,7 +115,7 @@ Zope Changes
syntax. The DTML sources for Zope's built-in management syntax. The DTML sources for Zope's built-in management
interfaces have also been converted to the new syntax. interfaces have also been converted to the new syntax.
- DTML entity references can now include dot-separated - DTML entity references can now include dot-separated
var tag *options*, as in: '&dtml.url_quote-foo;' var tag *options*, as in: '&dtml.url_quote-foo;'
- There is a new 'url' option on the DTML var tag that causes - There is a new 'url' option on the DTML var tag that causes
...@@ -128,12 +128,12 @@ Zope Changes ...@@ -128,12 +128,12 @@ Zope Changes
- There is a new 'missing' option in the DTML var tag that - There is a new 'missing' option in the DTML var tag that
allows you to provide a value to be used if the variable is allows you to provide a value to be used if the variable is
missing, rather than raising a KeyError. This will work in missing, rather than raising a KeyError. This will work in
the entity reference syntax as well. If it is used without the entity reference syntax as well. If it is used without
an argument, it will provide an empty string. an argument, it will provide an empty string.
- The DTML built-in function, getattr, now accepts an additional - The DTML built-in function, getattr, now accepts an additional
argument providing a default value. argument providing a default value.
- The tag() method of Image objects now support optional 'scale', - The tag() method of Image objects now support optional 'scale',
'xscale' and 'yscale' arguments that will automatically scale 'xscale' and 'yscale' arguments that will automatically scale
...@@ -176,7 +176,7 @@ Zope Changes ...@@ -176,7 +176,7 @@ Zope Changes
from Pythonware. from Pythonware.
- Add button returned to the management interface, although - Add button returned to the management interface, although
the Javascript auto-select is still in place. This resolves the Javascript auto-select is still in place. This resolves
some problems with browsers on certain platforms. some problems with browsers on certain platforms.
- Added small explanation on Image/File add form that if the - Added small explanation on Image/File add form that if the
......
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