- 09 Sep, 1999 5 commits
-
-
Christopher Petrilli authored
-
Christopher Petrilli authored
is legit HTML4. (C650)
-
Amos Latteier authored
-
Amos Latteier authored
(in order to enable REMOTE_USER mode) also opens the monitor to any user connecting through localhost.
-
Christopher Petrilli authored
-
- 08 Sep, 1999 1 commit
-
- 07 Sep, 1999 1 commit
-
-
Amos Latteier authored
Fixed a bug which allowed unauthorized options to be displayed when adding a Folder. Now you only see options to add an index_document and/or a user folder if you have adequate permissions.
-
- 03 Sep, 1999 1 commit
-
-
Jim Fulton authored
-
- 01 Sep, 1999 13 commits
-
-
Jim Fulton authored
-
Michel Pelletier authored
other strangosities.
-
Jim Fulton authored
-
Jim Fulton authored
argument is "self" to prevent things like hijacking external methods.
-
Amos Latteier authored
-
Amos Latteier authored
-
called without necessarily aborting the current transaction. This is required by things like the resolve_url machinery, where there is a need to call the exception() method to get a meaningful error. The resolve_url method in HTTPRequest.Request has been changed to take advantage of this. The existing semantics of RESPONSE.exception() are unchanged - it will automatically abort just as it did before unless you pass the keyword arg abort=0 when calling the method.
- 31 Aug, 1999 8 commits
-
-
during resolve_url caused the exception method of the (cloned) response object to be called. This mean that as soon as an error occurred during resolve_url, the transaction would be aborted and things got extremely weird since objects that had been uncataloged would suddenly be back (due to the abort).
-
Amos Latteier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Michel Pelletier authored
-
- 30 Aug, 1999 11 commits
-
-
Jim Fulton authored
and that's too late to actually abort. abort is called in a normal abort and is caled before commit, so it's the one that really matters.
-
Amos Latteier authored
-
Jim Fulton authored
-
Jim Fulton authored
images/files that use file-upload. This makes it easier to use small images with SQL methods.
-
Amos Latteier authored
Fixed a HTTP request bug which prevented ZPublisher.Client from being able to upload files to ZServer.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-