1. 30 Sep, 2004 2 commits
    • Tim Peters's avatar
      Collector #1514: ZODB 3.3 failure when accessing the Debug info · b2d68ae9
      Tim Peters authored
      Restored the ._opened attribute of Connection.  Don't know why it went away
      in 3.3.  Probably because it was only referenced by connectionDebugInfo(),
      and Jeremy didn't realize anyone used that <wink>.
      b2d68ae9
    • Tim Peters's avatar
      Collector #1515: 2.8 failure: Cache statistics do not work · 7016ec3b
      Tim Peters authored
      The DB.cacheStatistics() method was introduced in DB.py rev 1.2,
      and has always returned an empty tuple.  A number of "never did
      anything, probably never will" DB methods like that were removed
      in ZODB 3.3, to reduce stumbling over decoys.  That was discussed
      on zodb-dev at the time, with universal agreement to get rid of
      them.
      
      So the resolution in this case is changing Zope to stop trying
      to access the no-longer-extant cacheStatistics() method.  If
      someone doesn't like this, they can revert this patch, then
      change App/CacheManager.py's cacheStatistics() to return a
      hard coded empty tuple <wink>.
      7016ec3b
  2. 28 Sep, 2004 3 commits
  3. 27 Sep, 2004 3 commits
  4. 25 Sep, 2004 2 commits
  5. 23 Sep, 2004 1 commit
    • Andreas Jung's avatar
      · 94dffd34
      Andreas Jung authored
           - Collector #1491: talgettext.py did not create a proper header
             for the generated .pot file if multiple pagetemplate files
             were processed.
      94dffd34
  6. 18 Sep, 2004 2 commits
  7. 17 Sep, 2004 1 commit
  8. 10 Sep, 2004 2 commits
  9. 08 Sep, 2004 3 commits
  10. 06 Sep, 2004 2 commits
  11. 05 Sep, 2004 3 commits
  12. 03 Sep, 2004 1 commit
  13. 31 Aug, 2004 1 commit
  14. 29 Aug, 2004 6 commits
  15. 15 Aug, 2004 1 commit
  16. 12 Aug, 2004 2 commits
  17. 11 Aug, 2004 1 commit
  18. 07 Aug, 2004 4 commits