[Zope-Checkins] CVS: Zope2 - load_site.py:1.5.4.1
Jim Fulton
jim@korak.digicool.com
Tue, 14 Dec 1999 09:38:02 -0500
Update of /cvs-repository/Zope2/utilities
In directory korak.digicool.com:/projects/users/jim/Zope-2_1_0/utilities
Modified Files:
Tag: Zope-2_1_0
load_site.py
Log Message:
A recent change caused HTML files to have their headers and footers
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.