An error occurred fetching the project authors.
  1. 08 Feb, 2009 1 commit
  2. 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
  3. 18 Nov, 2005 3 commits
  4. 29 Mar, 2005 1 commit
  5. 14 Aug, 2002 1 commit
  6. 25 Apr, 2002 1 commit
  7. 12 Mar, 2002 1 commit
  8. 09 Jan, 2002 1 commit
  9. 28 Nov, 2001 1 commit
  10. 17 Oct, 2001 1 commit
  11. 11 Oct, 2001 1 commit
  12. 30 May, 2001 1 commit
  13. 15 Mar, 2001 1 commit
  14. 12 Feb, 2001 1 commit
  15. 26 Jan, 2001 1 commit
  16. 15 Jan, 2001 1 commit
  17. 27 Jun, 2000 1 commit
  18. 12 Jun, 2000 1 commit
  19. 25 Mar, 2000 2 commits
  20. 18 Mar, 2000 1 commit
    • Ken Manheimer's avatar
      Fixes from Anthony Baxter for some serious ZCatalog bugs. From · 6afaa83e
      Ken Manheimer authored
      Anthony's collector submission:
      
      Title:  current cvs zcatalog lexicon/vocab support is broken
      
      At: http://classic.zope.org:8080/Collector/Collector/1071/sview
      
      Submitter:  Anthony Baxter
      
      Description:  The current CVS version of ZCatalog has a couple of
                    nasty bugs in it.
      
      First off, the standard Lexicon uses a variable 'self.counter',
      without ever initialising it. Oops.
      
      Secondly, Catalog handles the default Lexicon inconsistently. In the
      case of a lexicon being provided, it stores the name as self.lexicon,
      otherwise it stores a Lexicon _object_ as self.lexicon. Later on, it
      tries to do a getattr with the lexicon object as the second arg.
      
      The first bug utterly breaks non-globbing Lexicons. The second bug
      breaks textindexes that don't provide a lexicon at creation time.
      
      A patch for both follows.  [Rather, this checkin commits both.]  Note
      that the patch tries to handle gracefully existing Catalogs and
      Lexicons that might be broken.
      6afaa83e
  21. 28 Feb, 2000 1 commit
  22. 01 Feb, 2000 1 commit
  23. 31 Jan, 2000 1 commit
  24. 28 Sep, 1999 1 commit
  25. 24 Sep, 1999 2 commits
  26. 20 Sep, 1999 2 commits
  27. 17 Sep, 1999 1 commit
  28. 16 Sep, 1999 2 commits
  29. 09 Sep, 1999 1 commit
  30. 15 Jul, 1999 1 commit
  31. 30 Jun, 1999 2 commits
  32. 24 Jun, 1999 1 commit
  33. 23 Jun, 1999 1 commit