- 29 Apr, 1999 7 commits
-
-
Jim Fulton authored
the transaction between the two. Also tried to clean a number of things up (in preparation for the move). Rearranged things, moving alot of code out of Globals into other modules. Migrates some modules into packages and did away with the infamous Scheduler.
-
Jim Fulton authored
around a weird import bug that cause cDocumentTemplate import to fail on the first try.
-
Jim Fulton authored
-
Amos Latteier authored
-
Amos Latteier authored
Removed the installer changes TODO part, since it's done. Also added info about the MIMETools stuff.
-
Jim Fulton authored
-
Amos Latteier authored
-
- 28 Apr, 1999 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
with virtual hosts.
-
Jim Fulton authored
of isDocTemp.
-
Jim Fulton authored
unacquired objects that don't have roles.
-
Jim Fulton authored
Redid logic so that access is not always provided for unacquired objects that don't have roles. Also added attempts to acquire roles, and make consistent with OFS.DTMLMethod.DTMLMethod.oldvalidate. Cleaned up logic a bit.
-
Amos Latteier authored
-
- 27 Apr, 1999 14 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Jim Fulton authored
-
Amos Latteier authored
-
Jim Fulton authored
for methods. I left the content-sniffer in because it can be overridden with headers, but I don't like it. :(
-
Amos Latteier authored
-
Amos Latteier authored
Made the ZPublisher error message prettier and more verbose. It now resembles the standard_error_message.
-
Amos Latteier authored
Removed attribution header since it is now set by ZPublisher. Fixed a bug in output channel pushing which caused ZServer to break on occassion.
-
Amos Latteier authored
Added a attribution HTTP header to ZPublisher HTTP output. Also made sure not to add a content-length header if using transfer-encoding.
-
Amos Latteier authored
-
Jim Fulton authored
-
- 26 Apr, 1999 4 commits
-
-
Amos Latteier authored
Worked around a problem with detecting a closed HTTP connection when the headers are set in literal mode. Thanks to Martijn Pieters for pointing out that this happens in some WebDAV responses.
-
- 23 Apr, 1999 6 commits
-
-
Jim Fulton authored
into the package so they would be picklable.
-
Jim Fulton authored
-
Jim Fulton authored
if name[:3]=='aq_' and name != 'aq_parent' and name != 'aq_explicit': return 0
-
Jim Fulton authored
-
Jim Fulton authored
implicit wrapper to an explicit one.
-
Amos Latteier authored
Changed __bobo_traverse__ to call the Response's notFoundError, instead of raising a NotFound. This allows the Application to use the Response's standard error template.
-
- 22 Apr, 1999 1 commit
-
-
Amos Latteier authored
Made ZPublisher errors more pretty. Made all errors mention 'Zope' and point out that more info is available in the HTML source.
-