- 21 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).
-
- 19 Nov, 2005 1 commit
-
-
Philipp von Weitershausen authored
request. I wonder when we can retire ZPublisher and use zope.publisher instead.
-
- 17 Nov, 2005 1 commit
-
-
Martijn Pieters authored
-
- 08 Nov, 2005 1 commit
-
-
Chris Withers authored
-
- 04 Nov, 2005 1 commit
-
- 31 Oct, 2005 4 commits
-
- 28 Oct, 2005 2 commits
-
-
Florent Guillaume authored
-
Stefan H. Holek authored
-
- 27 Oct, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
This should repair PySECURITY_ATTRIBUTES problems that (mostly) Plone users report using recent Zopes on Windows. This change is in the 2.8.4 Windows installer I just published on zope.org. Alas, the 2.8.4 tarball there (and the 2.8.4 tag) differs from the source used to build the 2.8.4 Windows installer (by this one character, bumping W32ALLVERSION in inst/WinBuilders/mk/python.mk).
-
- 26 Oct, 2005 6 commits
-
-
Andreas Jung authored
-
Jim Fulton authored
there were pyc files around. Sigh. Added tests for restrictions on augmented assignment and for handling generator expressions.
-
Jim Fulton authored
-
Jim Fulton authored
object through an augmented assignment (aka inplace) operator.
-
Jim Fulton authored
object through an augmented assignment (aka inplace) operator. Also added handling for generator expressions.
-
Jim Fulton authored
never need these again, but that's what I said the last time I had to rediscover how this worked. :)
-
- 21 Oct, 2005 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Collector #1926: add tests for both not-yet-encrypted and pre-encrypted passwords handed to '_doAddUser'.
-
Florent Guillaume authored
-
Florent Guillaume authored
enabled.
-
- 18 Oct, 2005 3 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
Andreas Jung authored
-
- 16 Oct, 2005 2 commits
-
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
non-existing or closed database connection next to the Connection ID dropdown and present it using red to increase its visibility.
-
- 14 Oct, 2005 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- Collector #1895: testrunner: omitting the 'var' from recursive directory walking
-
- 13 Oct, 2005 2 commits
-
-
Paul Winkler authored
which was in the 2.8.2 release but not noted in CHANGES.txt.
-
Andreas Jung authored
-
- 12 Oct, 2005 1 commit
-
-
Sidnei da Silva authored
- OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as a string. Changed to use RESPONSE.write() iterating through the Pdata chain, just like index_html().
-
- 11 Oct, 2005 3 commits
-
-
Chris McDonough authored
No commit message
-
Chris McDonough authored
-
Tres Seaver authored
o Forward-port from 2.7 branch.
-
- 09 Oct, 2005 1 commit
-
-
Chris Withers authored
Merge of fix for #1490 to 2.8 branch: new zope.conf option for controlling the encoding of data sent to ZPublisher without any specified encoding.
-