- 25 Nov, 2005 2 commits
-
-
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 1 commit
-
- 20 Nov, 2005 3 commits
-
-
Florent Guillaume authored
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
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 6 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
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
-
Philipp von Weitershausen authored
-
- 18 Nov, 2005 9 commits
-
-
Andreas Jung authored
No commit message
-
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
-
- 17 Nov, 2005 1 commit
-
-
Martijn Pieters authored
-
- 16 Nov, 2005 1 commit
-
-
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.
-
- 15 Nov, 2005 1 commit
-
-
Philipp von Weitershausen authored
Only include *.py files for the scripts (in particular, DON'T include the ZODBTools directory which was previously caught up in the '*' glob and confused zpkgsetup). Also include ZODBTools scripts (again, only *.py files).
-
- 14 Nov, 2005 2 commits
-
-
Philipp von Weitershausen authored
Forgot that zope.testbrowser is actually required by zope.app. So stitch it back it in. Good news is that has become easier in the mean time; no top-level modules involved (anymore); just mechanise and ClientCookie.
-
Tres Seaver authored
-
- 13 Nov, 2005 1 commit
-
-
Chris McDonough authored
-
- 10 Nov, 2005 1 commit
-
-
Florent Guillaume authored
Fixed bug that broke WebDAV access for five:defaultViewable objects. The __browser_default__ now modifies only GET and POST requests. Fixed some event recursion compatibility modes.
-
- 09 Nov, 2005 1 commit
-
-
Florent Guillaume authored
(NullUnrestrictedUser had a non-string repr that made it impossible to debug properly.)
-
- 08 Nov, 2005 1 commit
-
-
Chris Withers authored
-
- 05 Nov, 2005 1 commit
-
- 04 Nov, 2005 3 commits
-
-
Philipp von Weitershausen authored
from the before-the-"skel"-directory times. Move things that we might want to keep to "skel" instead. Make sure we remove everything that comes out of an inplace instance ("make instance").