- 11 May, 1999 1 commit
-
-
Michel Pelletier authored
-
- 10 May, 1999 21 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fixed bug in something you don't want to know about. ;) BACKWARD INCOMPATIBLE CHANGE in instance creation! - Previously, the __call__ method was an alias for the index_html method which took took an id and a request and created a new instance and added the instance to the destination. - Now, the __call__ method simply calls the underlying managed class with the supplied arguments to create and return an instance. The instance is not added to a folder. The index_html method is now an alias for the createInObjectManager method, which does what the index_html method did before. - There is a new method, fromRequest, that takes an id and a request and creates a new instance. It does not at the instance to a destination.
-
Jim Fulton authored
-
Jim Fulton authored
App.Management.Tabs.
-
Jim Fulton authored
new filtered_manage_options.
-
Jim Fulton authored
options that are accessable to a user. Finally, made help a little bit more like other methods.
-
Jim Fulton authored
Also added filtered_manage_options to find just those options that are accessable to a user. Finally, made help a little bit more like other methods.
-
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 3 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
-