- 04 May, 1999 4 commits
-
-
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 21 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
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 01 May, 1999 2 commits
-
-
Ken Manheimer authored
-
Jeffrey Shell authored
-
- 30 Apr, 1999 8 commits
-
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
reorganization.
-
Jim Fulton authored
-
Michel Pelletier authored
-
- 29 Apr, 1999 5 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Jim Fulton authored
-