1. 29 Nov, 2005 3 commits
  2. 28 Nov, 2005 2 commits
  3. 27 Nov, 2005 1 commit
  4. 26 Nov, 2005 3 commits
  5. 25 Nov, 2005 3 commits
  6. 23 Nov, 2005 3 commits
  7. 22 Nov, 2005 3 commits
  8. 21 Nov, 2005 2 commits
  9. 20 Nov, 2005 4 commits
    • Florent Guillaume's avatar
      Merged r40279 from 2.9 branch: · 3aa72984
      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).
      3aa72984
    • Philipp von Weitershausen's avatar
      Merge r40275 from 2.9 branch: · 4d0cb17b
      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.
      4d0cb17b
    • Philipp von Weitershausen's avatar
      Reduce the number of top-level modules from 4 to 2 by turning Globals · b282f835
      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.
      b282f835
    • Philipp von Weitershausen's avatar
      bump version number · bd8e7943
      Philipp von Weitershausen authored
      bd8e7943
  10. 19 Nov, 2005 11 commits
  11. 18 Nov, 2005 5 commits