- 30 Nov, 2005 2 commits
-
-
Tres Seaver authored
o The new tests are amphibious: they exercise both the Python and the C implementations, ensuring that they remain in sync.
-
Tres Seaver authored
o The new tests are amphibious: they exercise both the Python and the C implementations, ensuring that they remain in sync.
-
- 29 Nov, 2005 7 commits
-
-
Florent Guillaume authored
Added backward compat for suppress_events parameter passing.
-
Florent Guillaume authored
-
Philipp von Weitershausen authored
-
Florent Guillaume authored
-
Florent Guillaume authored
Fixed problem with security.setPermissionDefault when the permission wasn't used anywhere else in the class to protect methods.
-
Florent Guillaume authored
wasn't used anywhere else in the class to protect methods.
-
Philipp von Weitershausen authored
-
- 28 Nov, 2005 3 commits
-
-
Florent Guillaume authored
Use ObjectCopiedEvent with an 'original' parameter.
-
Florent Guillaume authored
-
Philipp von Weitershausen authored
-
- 27 Nov, 2005 1 commit
-
-
Philipp von Weitershausen authored
Fix some formatting. Add TODO comment about a questionable method.
-
- 26 Nov, 2005 5 commits
-
-
Philipp von Weitershausen authored
update some remaining docs to their Five 1.3b5 versions.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Stitch in more recent Zope 3 and get rid of a monkey in Five
-
Philipp von Weitershausen authored
-
- 25 Nov, 2005 6 commits
-
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
Send ContainerModifiedEvent when appropriate. This requires Five 1.3+ >= r20254. Some BBB has been kept until Zope 3.2 >= r40368 is stiched in.
-
Florent Guillaume authored
Send ContainerModifiedEvent when appropriate. This requires Five 1.3+ >= r20254. Some BBB has been kept until Zope 3.2 >= r40368 is stiched in.
-
- 23 Nov, 2005 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 22 Nov, 2005 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 21 Nov, 2005 3 commits
-
-
Florent Guillaume authored
remove the use of __ac_permissions__, foo__roles__ and default__class_init__. A few corner cases can't be converted because of circular imports.
-
- 20 Nov, 2005 1 commit
-
-
Florent Guillaume authored
Warn when an attempt is made to have a security declaration on a nonexistent method. Removed one such method. Fixed unclear security declarations. When bug 761 was fixed, declareProtected(perm) was made illegal, at least one method name was required. This checkin does the same for declarePrivate() and declarePublic(). Also there was a bug in that a class having: security = ClassSecurityInfo() __ac_permissions__ = ((perm, ()),) was not equivalent to a class having: __ac_permissions__ = ((perm, ()),) This first form had as a buggy side effect have the behavior of __ac_permissions__ = ((perm, ('')),) which is equivalent to __roles__ = PermissonRole(perm) Not it will simply make the permission available from this object (with default roles).
-