- 14 May, 1999 2 commits
-
-
Ken Manheimer authored
to clue in clueless mortals (like me).
-
Michel Pelletier authored
-
- 13 May, 1999 3 commits
-
-
Jim Fulton authored
without screwing up everything else.
-
Michel Pelletier authored
- 12 May, 1999 11 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
PickleError PicklingError UnpickleableError UnpicklingError And change the handling of unpickleable objects so that an UnpickleableError is raised with the unpickleable object as the argument. UnpickleableError has a reasonable string representation and provides access to the problem object, which is useful during debugging.
-
Jim Fulton authored
a persistent object. Importing Main breaks Zope 2 (which doesn't use Main). Note that something needs to import Main or Zope before this gets called.
-
Jim Fulton authored
-
Jim Fulton authored
can use it and not import Main.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
we can test for persistence from C.
-
- 11 May, 1999 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Michel Pelletier authored
-
Michel Pelletier authored
- 10 May, 1999 18 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.
-