1. 02 Jul, 2011 1 commit
  2. 14 Jun, 2011 1 commit
  3. 07 Mar, 2011 1 commit
  4. 02 Aug, 2010 1 commit
  5. 27 Jul, 2010 1 commit
  6. 17 Jun, 2010 1 commit
  7. 16 Jun, 2010 1 commit
  8. 12 Jun, 2010 1 commit
  9. 16 Apr, 2010 2 commits
    • 's avatar
      fixed regression in Unauthorized handling: · 7b65910f
      authored
      In previous Zope versions string exceptions were used and all exceptions
      re-raised. This doesn't work with each kind of exception, but we can still do
      it with Unauthorized exceptions. This way the special handling for Unauthorized
      exceptions works again, HTTPResponse._unauthorized is called again. This is now
      done after rendering to make sure we don't break logging and custom views.
      7b65910f
    • 's avatar
      fixed regression in Unauthorized handling: · ef651b61
      authored
      In previous Zope versions string exceptions were used and all exceptions
      re-raised. This doesn't work with each kind of exception, but we can still do
      it with Unauthorized exceptions. This way the special handling for Unauthorized
      exceptions works again, HTTPResponse._unauthorized is called again. This is now
      done after rendering to make sure we don't break logging and custom views.
      ef651b61
  10. 13 Apr, 2010 5 commits
  11. 01 Apr, 2010 2 commits
  12. 30 Mar, 2010 1 commit
  13. 01 Jan, 2010 1 commit
  14. 14 Jul, 2009 2 commits
  15. 13 Jul, 2009 2 commits
  16. 02 Jul, 2009 2 commits
  17. 21 Jun, 2009 2 commits
  18. 24 May, 2009 1 commit
  19. 19 Apr, 2009 1 commit
  20. 08 Feb, 2009 1 commit
  21. 02 Jan, 2009 1 commit
    • Tres Seaver's avatar
      Merged 'tseaver-no_globals_imports' branch: · 9b1c5b1b
      Tres Seaver authored
      o Replaced  imports from the 'Globals' module throughout the tree with
        imports from the actual modules;  the 'Globals' module was always intended
        to be an area for shared data, rather than a "facade" for imports.
      
      o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py'
        for all previously imported symbols / modules.
      
      o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to
        'AccessCoontrol/Permission.py', to avoid possible import cycle in
        third-party code.
      
      o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE
        constants from 'Globals' to 'OFS.ObjectManager'.
      
      o Removed 'stuffGlobals' hack in favor of the deferred / deprecation
        imports.
      9b1c5b1b
  22. 05 Nov, 2008 1 commit
  23. 04 Nov, 2008 1 commit
  24. 08 Oct, 2008 1 commit
  25. 27 Dec, 2007 2 commits
  26. 28 Jul, 2007 2 commits
  27. 05 Jul, 2007 1 commit
  28. 08 Feb, 2006 1 commit