- 23 May, 2000 4 commits
-
-
run from the "test" tab, leading to Bad Things in some cases. The manage_test method has been changed so that it no longer calls the SQLMethod object once just to get the query source and then again to get the results. Now, when __call__ is called with the test__ flag set, it will return a tuple containing the query source and results.
-
- 22 May, 2000 7 commits
-
-
Shane Hathaway authored
a correction for the accuracy of _parse(string).
-
- 20 May, 2000 1 commit
-
-
Jim Fulton authored
Added the ability to browse, compare, and revert to historical revisions for DTML methods and documents
-
- 19 May, 2000 1 commit
-
-
Shane Hathaway authored
-
- 17 May, 2000 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
- 16 May, 2000 12 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Jim Fulton authored
with standard Python semantics by using the new PERSISTENCE_FLAGS class flags macro.
-
Jim Fulton authored
with standard Python semantics by using the new PERSISTENCE_FLAGS class flags macro.
-
Jim Fulton authored
Python __get/set/delattr__ semantics for subclasses.
-
Jim Fulton authored
is already running.
-
- 15 May, 2000 5 commits
-
-
Amos Latteier authored
-
Jim Fulton authored
cannot create" rule. We define a __creatable_by_super__ method that returns a true so that user folders (BasicUserFolder) could make themselves addable by super for bootstrapping purposes.
-
Jim Fulton authored
An object (typically a class) can define a __creatable_by_super__ method that returns a true object if the object can be created by the superuser. This was needed so that user folders (BasicUserFolder) could make themselves addable by super for bootstrapping purposes.
-
Amos Latteier authored
-
Amos Latteier authored
-