- 06 May, 1999 2 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
is not the case if an object is passed in to be indexed and does not support __getitem__
-
- 05 May, 1999 12 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
- ommit the add form if there are no meta-types (or, in the future, no meta-types that the user can add) - ommit the select list of there is only one choice.
-
Ken Manheimer authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
via the environment variables STDERR_LOG and STDOUT_LOG, or to /dev/null. (On Windows, they are just closed if no environment variables are provided, since there is no /dev/null.)
-
- 04 May, 1999 8 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Ken Manheimer authored
Put in non-ttw accommodations ('if REQUEST is not None') for ._addRoles() and ._delRoles().
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Fixed a content-type problem that resulted in <html><head></head> being tacked on the front of downloaded DTML Methods and Documents.
-
Ken Manheimer authored
the 'selection' case produce a properly formatted view.
-
Ken Manheimer authored
Currently, any property type int or long, set to 0, will show up in the Properties Management tab as blank. This then will result in errors when trying to change values of other properties, etc. The problem is caused by a test for getProperty in properties.dtml. If it returns false, it won't display the value. If it would test for hasProperty instead, the property is correctly displayed. Here is a diff: diff -r1.29 properties.dtml 46c46 < value="<!--#if "getProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->"> --- > value="<!--#if "hasProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->">
-
- 03 May, 1999 18 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Jim Fulton authored
property sheets.
-
Jim Fulton authored
-