1. 03 Apr, 2000 1 commit
  2. 31 Mar, 2000 1 commit
  3. 30 Mar, 2000 4 commits
  4. 29 Mar, 2000 2 commits
  5. 28 Mar, 2000 5 commits
  6. 27 Mar, 2000 1 commit
  7. 25 Mar, 2000 2 commits
  8. 23 Mar, 2000 3 commits
  9. 22 Mar, 2000 1 commit
  10. 21 Mar, 2000 1 commit
  11. 20 Mar, 2000 1 commit
  12. 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
  13. 17 Mar, 2000 2 commits
  14. 16 Mar, 2000 3 commits
  15. 15 Mar, 2000 6 commits
  16. 14 Mar, 2000 6 commits