1. 01 Dec, 2005 2 commits
  2. 30 Nov, 2005 3 commits
  3. 29 Nov, 2005 1 commit
  4. 23 Nov, 2005 3 commits
  5. 22 Nov, 2005 4 commits
  6. 21 Nov, 2005 2 commits
    • 's avatar
      - replaced url_quote by html_quote for hidden add value (pushing the add... · e598abfb
      authored
      - replaced url_quote by html_quote for hidden add value (pushing the add button escapes the value again)
      e598abfb
    • Florent Guillaume's avatar
      Merged r40279 from 2.9 branch: · 2fb3b9fd
      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).
      2fb3b9fd
  7. 19 Nov, 2005 1 commit
  8. 17 Nov, 2005 1 commit
  9. 08 Nov, 2005 1 commit
  10. 04 Nov, 2005 1 commit
  11. 31 Oct, 2005 4 commits
  12. 28 Oct, 2005 2 commits
  13. 27 Oct, 2005 3 commits
  14. 26 Oct, 2005 6 commits
  15. 21 Oct, 2005 6 commits