1. 27 Mar, 2000 1 commit
  2. 25 Mar, 2000 2 commits
  3. 23 Mar, 2000 3 commits
  4. 22 Mar, 2000 1 commit
  5. 21 Mar, 2000 1 commit
  6. 20 Mar, 2000 1 commit
  7. 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
  8. 17 Mar, 2000 2 commits
  9. 16 Mar, 2000 3 commits
  10. 15 Mar, 2000 6 commits
  11. 14 Mar, 2000 15 commits
    • Michel Pelletier's avatar
      Added catalog interfaces · 1dd29bd5
      Michel Pelletier authored
      1dd29bd5
    • 's avatar
      Fixed If-Modified-Since handling · a51ff439
      authored
      a51ff439
    • Michel Pelletier's avatar
      fergotto check one in... · d47cff76
      Michel Pelletier authored
      d47cff76
    • 's avatar
      Fixed a tag() bug related to scaling. · deace362
      authored
      deace362
    • 's avatar
      Added 2.1.1 import order fix. · 1215896a
      authored
      1215896a
    • 's avatar
      Fixed zope button link. · 6a75bd86
      authored
      6a75bd86
    • 's avatar
      Added security to SQL methods (!) · 1c7bf350
      authored
      1c7bf350
    • Jim Fulton's avatar
      Hold on to your butts. ;) · 60d74be4
      Jim Fulton authored
      Major restructuring to fix a number of bugs:
      
        - Methods (retrieved as attributes) were sometimes not
          bound to objects in the right context. This could cause
          acquisition to fail within the methods.
      
        - An optimization skipped calling the __of__ method, assuming that
          it was skipping the standard acquistion __of__ method. This could
          cause application __of__ methods to get skipped. Now the __of__
          method is never skipped. The return value is inspected to
          see if it can be simplified. In the future we might be willing
          to skip calling __of__ if we *know* that we are skipping a known
          __of__.
      
        - The special value, Acquired, used to force acquisition
          was not handled correctly when it was acquired from a container.
      
        - Some error handling was not done quite correctly. I don't know
          if this caused any problems.
      
        - Nested explicit acquisition wrappers may not have been handled
          correctly when accessed through attribute access of a containing
          implicit wrapper.
      
      Reduced code by sending all searches through the same routine,
      Wrapper_findattr.
      
      Added two new features:
      
        - You can now assign the aq_parent attribute of a wrapper.
          This is deemed to be useful in certain applications, including
          XML/DOM.
      
        - The method aq_acquire hysterically has two usages:
      
          o To explicitly acquire from an Explicit acquirer wrapper.
      
          o To apply a filter to guide the search process (e.g. for security).
      
          Sometimes, someone might want to apply a filter without forcing
          explict acquisition. An additional optional argument was added
          to allow use of a filter without forcing explicit acquisition.
      60d74be4
    • 's avatar
      Removed some string assumptions in favor of callable() · 27c7808e
      authored
      27c7808e
    • 's avatar
      Allow ~ in hrefs. · 2c15c9ad
      authored
      2c15c9ad
    • 's avatar
      Disallowed '/' in ids. · d0187e93
      authored
      d0187e93
    • 's avatar
      Fixed a bug in _validTime · ba65ee35
      authored
      ba65ee35
    • 's avatar
      Fixed a MS property rendering bug. · 580dc1f9
      authored
      580dc1f9
    • 's avatar
    • 's avatar
      Made _verifyObjectPaste willing to acquire the REQUEST · cf123077
      authored
      cf123077
  12. 13 Mar, 2000 4 commits