- 23 Jun, 2007 3 commits
-
-
Stefan H. Holek authored
-
Andreas Jung authored
-
Andreas Jung authored
errors
-
- 17 Jun, 2007 1 commit
-
-
Wichert Akkerman authored
Add support for delayed initialization of packages through a _packages_to_initialize list on the Products package
-
- 10 Jun, 2007 1 commit
-
-
Stefan H. Holek authored
-
- 09 Jun, 2007 1 commit
-
-
Andreas Jung authored
-
- 11 May, 2007 1 commit
-
-
Andreas Jung authored
-
- 10 May, 2007 1 commit
-
-
Andreas Jung authored
-
- 07 May, 2007 1 commit
-
-
Tres Seaver authored
o Move unneeded global imports to point of use. o Wrap long lines. o Make setUp / tearDown explicit. o Avoid use of testcase instance variables. o Split apart edge cases into discrete testcase methods. o Use stock 'assertEqual', 'failUnless' methods of unittest. Test both the 'trusted' and the 'untrusted' versions of the engine, using a common base class. XXX: This split will allow new tests which verify the security semantics of each version of the engine.
-
- 06 May, 2007 1 commit
-
-
Hanno Schlichting authored
Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail
-
- 04 May, 2007 2 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
- 30 Apr, 2007 1 commit
-
-
Tres Seaver authored
-
- 27 Apr, 2007 1 commit
-
-
Martijn Pieters authored
Fix DateIndex date display; unpack stored integers into something meaningful. This fixes Collector #2316.
-
- 20 Apr, 2007 1 commit
-
-
Martijn Pieters authored
-
- 12 Apr, 2007 1 commit
-
-
Stefan H. Holek authored
Repair (and simplify) tests in response to http://www.zope.org/Collectors/Zope/2308.
-
- 05 Apr, 2007 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
Configure subscribers in code, not by loading ZCML.
-
- 30 Mar, 2007 1 commit
-
-
Martijn Pieters authored
-
- 28 Mar, 2007 1 commit
-
-
Stefan H. Holek authored
-
- 27 Mar, 2007 3 commits
-
-
Andreas Jung authored
No commit message
-
Martijn Pieters authored
-
Martijn Pieters authored
Collector #2300: delimit *all* headers with CRLF; accumulated_headers and appendHeader use \n for delimeters and never get corrected on output
-
- 26 Mar, 2007 1 commit
-
-
Martijn Pieters authored
-
- 25 Mar, 2007 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
No commit message
-
- 24 Mar, 2007 2 commits
-
-
Stefan H. Holek authored
Collector #2298: webdav.Resource.COPY and webdav.Resource.MOVE did not send the expected copy/move events.
-
Stefan H. Holek authored
not send the expected copy/move events. Note: Tests live in OFS.tests.
-
- 22 Mar, 2007 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 21 Mar, 2007 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 20 Mar, 2007 4 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
- Protect various security-setting-mutators with this decorator.
-
Martijn Pieters authored
- Add a request method decorator to AccessControl, creating decorators that limit a method to one request method only. - Protect various security-setting-mutators with a POST-only decorator.
-
- 18 Mar, 2007 2 commits
-
-
Sidnei da Silva authored
-
Sidnei da Silva authored
-
- 16 Mar, 2007 1 commit
-
-
Martijn Pieters authored
Add a 'method' key to the HTTPRequest.other, containing the uppercased REQUEST_METHOD. This makes HTTPRequest a little bit more compatible with Zope3 IHTTPRequest.
-
- 15 Mar, 2007 1 commit
-
-
Stefan H. Holek authored
Protect against setNumberOfThreads disappearing after first use.
-