- 24 Feb, 2006 1 commit
-
-
Andreas Jung authored
-
- 21 Feb, 2006 1 commit
-
-
Andreas Jung authored
MountedObject.SimpleTrailblazer._construct()
-
- 19 Feb, 2006 3 commits
-
-
Stefan H. Holek authored
Under Python 2.4 the ZPublisher would allow publication of 'set' and 'frozenset' attributes.
-
Stefan H. Holek authored
of type 'bool' and 'complex'.
-
Andreas Jung authored
- Collector #1991: ZPublisher did not deal properly with a trailing %20 in the URL
-
- 08 Feb, 2006 2 commits
-
-
Julien Anguenot authored
-
Chris Withers authored
-
- 27 Jan, 2006 1 commit
-
-
Tres Seaver authored
o Some of the error messages did not close '<p>' tags.
-
- 21 Jan, 2006 1 commit
-
-
Sidnei da Silva authored
- Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder)
-
- 16 Jan, 2006 1 commit
-
-
Philipp von Weitershausen authored
Note that it's already automatically put on the PYTHONPATH by Zope, it just wasn't there yet by default.
-
- 15 Jan, 2006 1 commit
-
-
Stefan H. Holek authored
-
- 12 Jan, 2006 1 commit
-
-
Andreas Jung authored
(RNFR now returns 350 as status code instead 250)
-
- 10 Jan, 2006 1 commit
-
-
Andreas Jung authored
-
- 28 Dec, 2005 1 commit
-
-
Sidnei da Silva authored
- Report number of failures/errors
-
- 21 Dec, 2005 3 commits
-
-
Stefan H. Holek authored
-
Sidnei da Silva authored
- Update with Mark's comments: Problem is that a service/pythonw.exe process *always* has an invalid sys.stdout. But due to the magic of buffering, small print statements would not fail - but once the file actually got written to, the error happened. Never a problem when debugging, as the process has a console, and hence a valid stdout.
-
Sidnei da Silva authored
- Collector #1939: When running as a service, Zope could potentially collect too much log output filling the NT Event Log. When that happened, a 'print' during exception handling would cause an IOError because the service had no 'redirection pipe' anymore (because it's shutting down) to write to, causing the service to not restart automatically.
-
- 19 Dec, 2005 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 16 Dec, 2005 2 commits
-
-
Stefan H. Holek authored
-
Sidnei da Silva authored
- Collector #1976: FTP STOR command would load the file being uploaded in memory. Changed to use a TemporaryFile.
-
- 13 Dec, 2005 1 commit
-
-
Florent Guillaume authored
-
- 06 Dec, 2005 1 commit
-
-
Florent Guillaume authored
Collector #1904: On Mac OS X avoid a spurious OSError when zopectl exits.
-
- 05 Dec, 2005 2 commits
-
-
Florent Guillaume authored
ObjectManager now has an hasObject method to test presence. This brings it in line with BTreeFolder.
- 03 Dec, 2005 1 commit
-
-
Stefan H. Holek authored
Makes running CMF and Plone tests a lot less annoying. Usage: ./bin/zopectl test --keepbytecode --nowarnings --dir Products/CMFPlone
-
- 02 Dec, 2005 10 commits
-
-
Tres Seaver authored
It used to require that test.py be in $ZOPE_HOME/bin/; now it will use $ZOPE_HOME as a fallback.
-
Chris Withers authored
-
Chris Withers authored
-
Chris Withers authored
- remove unused import. - change SimpleItem.py to use python logging module - log at error when standard_error_message can't be rendered - give more useful info about errors rendering standard_error_message to the browser. - all conflict errors are counted and logged at info - logging makes it clear where the conflict has been resolved and where it hasn't - errors seen by the user are rendered with standard_error_message and are sent to the error_log which will likely copy them to the event log, depending on the users setup. - also checking in a functional test for generating write conflict errors. (I'll be committing to CHANGES.TXT shortly, I just wanted to keep the merges simpler)
-
Chris Withers authored
- all conflict errors are counted and logged at info, as they were before Florent's change - logging makes it clear where the conflict has been resolved and where it hasn't - errors seen by the user are rendered with standard_error_message and are sent to the error_log which will likely copy them to the event log, depending on the users setup. - also checking in a functional test for generating write conflict errors. (I'll be committing to CHANGES.TXT shortly, I just wanted to keep the merges simpler)
-
Chris Withers authored
- log at error when standard_error_message can't be rendered - give more useful info about errors rendering standard_error_message to the browser.
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris Withers authored
-
Andreas Jung authored
-
- 01 Dec, 2005 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
We now check ownership and proxy roles if an executable object is on the stack. Note that we have removed the C implementation of 'checkPermission'.
-
Florent Guillaume authored
Improved logging of ConflictErrors. Now a log is made at level BLATHER with traceback for any conflict retried. In addition, a log is made at level ERROR for a conflict that can't be retried anymore and is returned to the browser as an error. Nothing is logged anymore at level INFO.
-
Tres Seaver authored
-