- 14 Nov, 2005 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 10 Nov, 2005 1 commit
-
-
Florent Guillaume authored
Fixed bug that broke WebDAV access for five:defaultViewable objects. The __browser_default__ now modifies only GET and POST requests. Fixed some event recursion compatibility modes.
-
- 09 Nov, 2005 1 commit
-
-
Florent Guillaume authored
(NullUnrestrictedUser had a non-string repr that made it impossible to debug properly.)
-
- 08 Nov, 2005 1 commit
-
-
Chris Withers authored
-
- 05 Nov, 2005 1 commit
-
- 04 Nov, 2005 6 commits
-
-
Philipp von Weitershausen authored
from the before-the-"skel"-directory times. Move things that we might want to keep to "skel" instead. Make sure we remove everything that comes out of an inplace instance ("make instance").
-
Philipp von Weitershausen authored
isn't quite the same anymore (it's just like "make" now and doesn't install a whole software home into the sandbox; use "make instance" instead).
-
Stefan H. Holek authored
(Sheesh, can't a guy make a little checkin in private? ;-)
- 03 Nov, 2005 11 commits
-
-
Jim Fulton authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
the work sandbox.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 02 Nov, 2005 7 commits
-
-
Philipp von Weitershausen authored
* Updated svn externals to include Zope 3.2 (currently the Zope3 trunk); that includes two new top-level packages, pytz and zodbcode, as well as the following new zope.* packages: - zope.deprecation - zope.dottedname - zope.formlib - zope.index - zope.testbrowser * Moved to a zpkgutils-based build system, as the Zope 3.2 extension modules require to be built with it. If everything goes ahead as planned, the release tarball will also be built with zpkgutils (some work has also been done in that direction). * Upgraded Five to the 1.3b release (released today) which is a Zope 3.2-compatible version of Five 1.2b (also released today). Biggest implication of this on the Zope 2 trunk is that the event work by Florent Guillaume has been folded back into the Zope 2 core, i.e. the OFS package. * A few fixes to the Zope 2 PageTemplate/TAL/TALES implementation to work with the new immutable i18n Messages available since Zope 3.1+ (and standard in Zope 3.2).
-
Philipp von Weitershausen authored
-
Florent Guillaume authored
Event interfaces are now in OFS.interfaces. IFiveObjectClonedEvent has been renamed into IObjectClonedEvent.
-
Florent Guillaume authored
-
Philipp von Weitershausen authored
i18n Messages. Made DummyEngine work with them.
-
Philipp von Weitershausen authored
going to include in Zope 2 (yet?).
-
Philipp von Weitershausen authored
but I really want this fix...): Incorporated test runner bug fixes: - --verbose --progress didn't do what people expected - --module matched module file paths rather than module dotted names - Positional arguments weren't handled correctly Changed the test-runner script, test.py to exclude packages currently gotten via externals.
-
- 01 Nov, 2005 10 commits
-
-
Florent Guillaume authored
something in the error_log.
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Jim Fulton authored
- --verbose --progress didn't do what people expected - --module matched module file paths rather than module dotted names - Positional arguments weren't handled correctly Changed the test-runner script, test.py to exclude packages currently gotten via externals.
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
they assume the application object it the standard one which includes an error_log. But run in isolation they would pass. Now we make sure an error_log is present in the application object.
-
Florent Guillaume authored
- mark a test class as deprecated, - use a container class that implements IItem.
-
Philipp von Weitershausen authored
-