1. 24 Feb, 2000 1 commit
    • 's avatar
      Fixed a bug in Image.py - the Image and File classes attempted to share · bb926122
      authored
      their __ac_permissions__ definition, but this caused the View permission
      for File objects to be unsettable since the 'tag' method (which actually
      only exists on Images) was in the 'View' permission definition. To fix
      this, I gave Image its own __ac_permissions__ structure and got rid of
      the reference to 'tag' in the __ac_permissions__ of File.
      bb926122
  2. 23 Feb, 2000 3 commits
  3. 21 Feb, 2000 1 commit
  4. 17 Feb, 2000 5 commits
  5. 16 Feb, 2000 1 commit
  6. 15 Feb, 2000 1 commit
  7. 14 Feb, 2000 2 commits
  8. 10 Feb, 2000 1 commit
  9. 09 Feb, 2000 2 commits
  10. 03 Feb, 2000 4 commits
  11. 02 Feb, 2000 2 commits
    • Jim Fulton's avatar
      *** empty log message *** · 5dd758f8
      Jim Fulton authored
      5dd758f8
    • Jim Fulton's avatar
      A recent change caused HTML files to have their headers and footers · 9d889bec
      Jim Fulton authored
      replaced with var tags for standard headers and footers.  While this
      is sometimes very useful, it is sometimes disastrous.  This feature is now
      enabled with the -D option.
      
      Handling of files with a '.dtml' extension was broken. These are
      now handled correctly. Files with '.dtml' suffixes now get uploaded as
      methods.
      
      A workaround for old sites that had a bug in Document (aka DTMLMethod)
      upload has been disabled. This workaround is now enabled when the -9
      option is used.
      
      Added logic to try and figure out a path to ZPublisher if one was not
      provided.
      
      Fixed a bug in misshandling binary files on windows.
      
      Added an option, -I, to automatically add an index_html method that
      redirects to index.html or index.htm.
      9d889bec
  12. 01 Feb, 2000 3 commits
  13. 31 Jan, 2000 11 commits
  14. 28 Jan, 2000 1 commit
  15. 24 Jan, 2000 2 commits