1. 13 Aug, 2003 1 commit
  2. 08 Aug, 2003 1 commit
  3. 07 Aug, 2003 1 commit
  4. 04 Aug, 2003 2 commits
  5. 02 Aug, 2003 16 commits
  6. 01 Aug, 2003 3 commits
  7. 30 Jul, 2003 2 commits
  8. 28 Jul, 2003 6 commits
  9. 26 Jul, 2003 2 commits
  10. 25 Jul, 2003 3 commits
  11. 24 Jul, 2003 3 commits
    • Chris McDonough's avatar
      *** empty log message *** · 22fbefbe
      Chris McDonough authored
      22fbefbe
    • Chris McDonough's avatar
      Allow zoperunner to specify program. · 1f42f44b
      Chris McDonough authored
      1f42f44b
    • Chris McDonough's avatar
      New zopectl feature: adduser. Instead of using the inituser mechanism, · 86db1df3
      Chris McDonough authored
      "zopectl adduser <name> <password>" will add a user with the 'Manager' role
      to your site.  This is useful both interactively and for packagers.
      
      Bugfix: if zopectl is run as the root user, the debug, run, and adduser
      commands will cause the Python process which performs those actions
      to switch users to the effective user.  This prevents ZODB index files,
      log files, etc. from being written as root, potentially preventing
      later startup by the effective user.
      
      Bugfix: allow the zopectl process to ascertain the program that zdrun should
      run from the Zope config file.  This is necessary if the file is moved
      out of a "single-directory-as-instance" instance home.
      86db1df3