- 04 Dec, 2003 1 commit
-
-
Tres Seaver authored
-
- 02 Dec, 2003 1 commit
-
-
Fred Drake authored
-
- 01 Dec, 2003 1 commit
-
-
Andreas Jung authored
-
- 30 Nov, 2003 7 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 28 Nov, 2003 30 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
consistent with changes in ZODB 3.3.
-
Jim Fulton authored
__roles__ attribute directly. This further links the publisher to the Zope application. :( Perhsps in Zope 2.9, we can switch to using the Zope 3 publisher.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
name.
-
Jim Fulton authored
prevent errors pickling acquisition wrappers from hiding the error the test was looking for.
-
Jim Fulton authored
-
Jim Fulton authored
(special '__' methods) on an instance-by instance basis. Changed the handling of the length so that the __len__ method looks for a __len__ dictionary key. It would be better not to use a __len__ attribute name for the BTree length object, but such a change would be problematic for old instances.
-
Jim Fulton authored
New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
-
Jim Fulton authored
__roles__ attribute.
-
Jim Fulton authored
validate method instead. Use new getRoles function to get object roles, rather than using __roles__ attribute.
-
Jim Fulton authored
Changed call to no-longer-supported validateValue methos to use the validate method instead. Use new getRoles function to get object roles, rather than using __roles__ attribute.
-
Jim Fulton authored
New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
followed by a security check.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
by Dieter Maurer. This was to allow storing class-defined permission requirements for class-defined attributes in classes totally independently from the values being protected.
-
Jim Fulton authored
necessitated by changes in the security policy that requires access to source objects and attribute names to check acces to objects obtained through attribute access.
-
Jim Fulton authored
necessitated by changes in the security policy that requires access to source objects and attribute names to check acces to objects obtained through attribute access. New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
roles when role-computation isn't triggered through attribute accesses. Temporarily disabled C permision-role implementation.
-