1. 17 Aug, 2003 6 commits
    • Chris McDonough's avatar
      5f87cc6b
    • Chris McDonough's avatar
      · cb9aa89d
      Chris McDonough authored
      Document path and environment directives.
      cb9aa89d
    • Chris McDonough's avatar
      Import tempstorage from its new location instead of from TemporaryFolder. · f8cde89a
      Chris McDonough authored
      Implement new "environment" section in config file which allows the
      setting of environment variables within the configuration file.
      
      Implement new "path" section in config file which allows insertions into
      the Python module search path within the configuration file.
      
      Fix bug where $INSTANCE/Products was not inserted into the products
      path by default.
      
      Note that most of these changes are for more comprehensive Windows service
      support.  Windows can't run a batch file as a service, and sometimes it
      is necessary to both munge the python module search path and environment
      at startup time.  Instead of writing an executable application to do this,
      we rely on the configuration machinery.
      f8cde89a
    • Chris McDonough's avatar
      · 9ca3435d
      Chris McDonough authored
      Import TemporaryStorage files from the new tempstorage package.
      
      (see related checkin for the tempstorage module in lib/python for rationale).
      9ca3435d
    • Chris McDonough's avatar
      Add tempstorage package to software home. The tempstorage package · b3211e1c
      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.
      b3211e1c
    • Stephane Fermingier's avatar
      Fix typo. · 1ef50d31
      Stephane Fermingier authored
      1ef50d31
  2. 16 Aug, 2003 2 commits
    • Andreas Jung's avatar
      · 2f2ef92f
      Andreas Jung authored
           - PathIndex and TopicIndex are now using a counter for the number
             of indexed objects instead of using a very expensive calculation
             based on the keys of their indexes.
      2f2ef92f
    • Chris McDonough's avatar
      Initialize the class, not the module. · 5dfe4e63
      Chris McDonough authored
      5dfe4e63
  3. 15 Aug, 2003 5 commits
  4. 14 Aug, 2003 1 commit
  5. 13 Aug, 2003 2 commits
  6. 08 Aug, 2003 1 commit
  7. 07 Aug, 2003 1 commit
  8. 04 Aug, 2003 2 commits
  9. 02 Aug, 2003 16 commits
  10. 01 Aug, 2003 3 commits
  11. 30 Jul, 2003 1 commit