- 29 Nov, 2005 2 commits
-
-
Florent Guillaume authored
Fixed problem with security.setPermissionDefault when the permission wasn't used anywhere else in the class to protect methods.
-
Philipp von Weitershausen authored
-
- 28 Nov, 2005 2 commits
-
-
Florent Guillaume authored
Use ObjectCopiedEvent with an 'original' parameter.
-
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 3 commits
-
-
Philipp von Weitershausen authored
update some remaining docs to their Five 1.3b5 versions.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Stitch in more recent Zope 3 and get rid of a monkey in Five
-
- 25 Nov, 2005 3 commits
-
-
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.
-
- 23 Nov, 2005 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 22 Nov, 2005 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 21 Nov, 2005 2 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 4 commits
-
-
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).
-
Philipp von Weitershausen authored
Reduce the number of top-level modules from 4 to 2 by turning Globals and Lifetime into packages. The remaining two, Zope and ImageFile, will clean up themselves as they're slated for removal in Zope 2.11.
-
Philipp von Weitershausen authored
and Lifetime into packages. The remaining two, Zope and ImageFile, will clean up themselves as they're slated for removal in Zope 2.11.
-
Philipp von Weitershausen authored
-
- 19 Nov, 2005 11 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Philipp von Weitershausen authored
Update included Five to version 1.3b3. See Products/Five/CHANGES.txt for more info.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Make ++skin++ work for Five views by putting another stub method on the request. I wonder when we can retire ZPublisher and use zope.publisher instead.
-
Philipp von Weitershausen authored
Make ++skin++ work for Five views by putting another stub method on the request. I wonder when we can retire ZPublisher and use zope.publisher instead.
-
Philipp von Weitershausen authored
Restify document and point to ZPL 2.1 license text. Merge r40238 from 2.9 branch: get rid of ZPL 2.0 license text. ZopePublicLicense.txt is taking over
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 18 Nov, 2005 6 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-