- 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 18 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
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Note some changes made recently.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Deprecated the ImageFile module for good. It will be removed in Zope 2.11.
-
Philipp von Weitershausen authored
-
- 17 Nov, 2005 2 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
- 16 Nov, 2005 3 commits
-
-
Martijn Pieters authored
-
Philipp von Weitershausen authored
Name the root collection simply "Zope" so that the name of the tarball will be decent. This doesn't conflict with the collection representing the 'zope' package because the *root* collection and a dependency of it never have to coexist as sibling directories somewhere; so no danger of problems due to case ignorant file systems.
-
Philipp von Weitershausen authored
be decent. This doesn't conflict with the collection representing the 'zope' package because the *root* collection and a dependency of it never have to coexist as sibling directories somewhere; so no danger of problems due to case ignorant file systems.
-