- 10 May, 1999 4 commits
-
-
Jim Fulton authored
permission.
-
Michel Pelletier authored
-
- 09 May, 1999 1 commit
-
-
Ken Manheimer authored
textareas. (This may be a bit of a hack. It appears that #in directives handle newline whitespace differently than #if - #if seems to ignore it! To account for this i used a literal '\n' string, to be included after every but the last value.)
-
- 08 May, 1999 1 commit
-
-
Ken Manheimer authored
-
- 07 May, 1999 9 commits
-
-
Michel Pelletier authored
and very subtle URL bug
-
Michel Pelletier authored
-
Ken Manheimer authored
ids.
-
Ken Manheimer authored
existing local roles.
-
Jim Fulton authored
The next step will be to add an interface to collect initial properties.
-
Jim Fulton authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 06 May, 1999 4 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
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 1 commit
-
-
Jim Fulton authored
-