1. 16 May, 2004 1 commit
    • Chris McDonough's avatar
      Fix for KeyErrors emanating from TemporaryStorage unexpectedly. A · 33ced447
      Chris McDonough authored
      connection can be holding on to an object with references to an object
      that has been recently garbage collected.  When the object is unghosted in
      the reference-holding thread, the storage cannot find the oid (because it's
      out of storage due to gc).  We work around this by turning KeyErrors that
      we believe are due to this scenario into ConflictErrors.
      33ced447
  2. 11 May, 2004 1 commit
  3. 19 Feb, 2004 1 commit
  4. 15 Jan, 2004 1 commit
    • Tres Seaver's avatar
      · ddf0284c
      Tres Seaver authored
        - Wire up security policy selection machinery to ZConfig (note that the
          'C' policy is currently borked, but should be fixed very soon).
      ddf0284c
  5. 24 Dec, 2003 3 commits
  6. 28 Nov, 2003 1 commit
  7. 17 Aug, 2003 1 commit
    • Chris McDonough's avatar
      Add tempstorage package to software home. The tempstorage package · 1cd1702b
      Chris McDonough authored
      contains files related to the TemporaryStorage ZODB storage.
      
      These files used to be in the TemporaryFolder Product, but have been
      moved to solve issues which resulted from premature imports during startup
      caused by import of the TemporaryFolder package
      by the configuration machinery (particularly the premature import of
      Globals, which pulls in almost every Zope package) during database setup.
      1cd1702b