- 02 Jun, 2006 4 commits
-
-
Tres Seaver authored
-
-
Florent Guillaume authored
-
Florent Guillaume authored
-
- 01 Jun, 2006 11 commits
-
-
Philipp von Weitershausen authored
Log message for revision 68451: Allow access to ZopeIterator/PathIterator API from restricted Python (e.g. python expressions)
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
- 31 May, 2006 1 commit
-
-
Florent Guillaume authored
-
- 30 May, 2006 1 commit
-
-
Tres Seaver authored
-
- 29 May, 2006 6 commits
-
-
Rocky Burt authored
-
Andreas Jung authored
-
Rocky Burt authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
adapter to be present even when traversing just dicts. No problem, we can set it up quite easily. This basically finishes this branch. All tests pass, some 3rd party apps have been tested with it. There are a few test failures in the CMF and others (e.g. Plone), but that's mostly "their fault" (incorrect or unexpected usage of certain things).
-
- 28 May, 2006 10 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
- Apply usual tal:omit-tag fix to make the element carrying i18n:name go away - Disable a test that was testing madness (mixing unicode and encoded strings)
-
Philipp von Weitershausen authored
* tal:replace now emits something different (optTag) * constructs with i18n:name emits more complicated bytecode (i18nVariable, etc.) to cope with behavioural changes (see http://zope.org/Collectors/Zope3-dev/301) * probably some more that aren't very interesting (if these any of this is interesting at all)
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
i18n:name and i18n:translate on the same element is now supported. Moreover, i18n:translate isn't automatically assumed for those elements with i18n:name. Also, the element that i18n:name is on isn't automatically removed anymore. You'll have to use tal:omit-tag to explicitly make it go away. For more info, see http://zope.org/Collectors/Zope3-dev/301.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
into something general, make PathExpr deal with Zope 2 exceptions.
-
- 25 May, 2006 5 commits
-
-
http://www.zope.org/Collectors/Zope3-dev/639Philipp von Weitershausen authored
is fixed. Because then we need to have an ITraversable registered evne when traversing dicts. For now this doesn't do harm.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
(boboTraverseAwareSimpleTraverse) with a request. Since zope.app has already solved this problem (and I copied zope.app's approach in the traverser), we can just simply reuse zope.app's code here. Yes, it adds another dependency on zope.app, but at least we're not duplicating code. All Zope 2 tests should be passing now...
-
Philipp von Weitershausen authored
in http://mail.zope.org/pipermail/zope-dev/2006-May/027493.html. Disable the corresponding tests therefore.
-
Philipp von Weitershausen authored
path expressions where the alternate expression wasn't a PathExpr is not called. See http://www.zope.org/Collectors/Zope/538, http://svn.zope.org/?view=rev&rev=22855 and http://www.zope.org/Collectors/Zope3-dev/638.
-
- 24 May, 2006 1 commit
-
-
Chris Withers authored
-
- 23 May, 2006 1 commit
-
-
Philipp von Weitershausen authored
object or rendering it "with namespace". This also fixes the previously added test case where importing, instantiating and rendering DateTime would fail.
-