1. 08 Mar, 2004 1 commit
    • Chris McDonough's avatar
      Wait 10 seconds to reload page after a restart. On slower machines or... · a859da52
      Chris McDonough authored
      Wait 10 seconds to reload page after a restart.  On slower machines or machines with large databases, Zope can take a long time to restart and when the meta-refresh comes back before the server is up, it raises a browser error.  People who know what it does won't wait, and bumping up the timeout will help mitigate a FA
      Q on the Zope lists and in the collector from those who don't.
      a859da52
  2. 04 Mar, 2004 1 commit
  3. 03 Mar, 2004 6 commits
  4. 02 Mar, 2004 5 commits
  5. 28 Feb, 2004 1 commit
  6. 27 Feb, 2004 4 commits
  7. 26 Feb, 2004 1 commit
  8. 25 Feb, 2004 2 commits
  9. 24 Feb, 2004 1 commit
  10. 21 Feb, 2004 6 commits
  11. 19 Feb, 2004 3 commits
    • Jeremy Hylton's avatar
      Move referencesf to ZODB.serialize. · 3f602492
      Jeremy Hylton authored
      3f602492
    • 's avatar
      the last change broke render() · 0964222c
      authored
      0964222c
    • Jeremy Hylton's avatar
      Merge zope3-zodb3-devel-branch to the Zope head (Zope 2 head). · 55d9456b
      Jeremy Hylton authored
      Add support for persistent weak references.  The implementation is in
      pure Python right now; coptimizations.c was disabled.  We need to
      restore the C code before going to beta.
      
      The persistent reference format has evolved a little, but the code on
      the branch doesn't document it.  The ref is usually a an oid-class
      pair, where the class is an actual class object.  It can also be a
      list, for weak references, or a bare oid.
      
      Add support for data managers written against the ZODB4 transaction
      API.  The transaction implementation provides an adapter between the
      two interfaces.  There's a substantial doctest test suite for this
      feature.
      
      Add add() method to Connection to explicitly add an object and get it
      an assigned _p_oid.  It's possible to add an unconnected object; this
      isn't recommended, because it will be lost at pack time.
      55d9456b
  12. 18 Feb, 2004 5 commits
  13. 06 Feb, 2004 1 commit
  14. 03 Feb, 2004 2 commits
  15. 30 Jan, 2004 1 commit