[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py Merge Maurits's r89745 as well: Proper English spelling of cannot.

2008-08-12 Thread Philipp von Weitershausen
Log message for revision 89760: Merge Maurits's r89745 as well: Proper English spelling of cannot. Changed: U Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py -=- Modified: Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py Remember that Hanno's fix should probably be made in zope.app.pagetemplate.

2008-04-18 Thread Philipp von Weitershausen
Log message for revision 85467: Remember that Hanno's fix should probably be made in zope.app.pagetemplate. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy Improve doctest paragraph about calling templates that are instance variables.

2008-04-18 Thread Philipp von Weitershausen
Log message for revision 85468: Improve doctest paragraph about calling templates that are instance variables. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.zcml

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/ It turns out we'll still have to wrap content providers because there might

2007-09-01 Thread Philipp von Weitershausen
Log message for revision 79429: It turns out we'll still have to wrap content providers because there might be legacy implementations out there needing it. Therefore we need to keep our own ProviderExpression implementation. Added legacy tests for content providers and viewlets

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ We do need to do some wrapping when objects are found via namespace

2007-09-01 Thread Philipp von Weitershausen
Log message for revision 79432: We do need to do some wrapping when objects are found via namespace traversal. Changed: U Zope/branches/philikon-aq/lib/python/OFS/Traversable.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy Test the acquisition legacy stuff on templates.

2007-08-30 Thread Philipp von Weitershausen
Log message for revision 79387: Test the acquisition legacy stuff on templates. Minor cleanup. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.zcml U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt Re-enable test for __of__

2007-08-28 Thread Philipp von Weitershausen
Log message for revision 79331: Re-enable test for __of__ Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/ Missing 'c' in classname

2007-08-28 Thread Philipp von Weitershausen
Log message for revision 79335: Missing 'c' in classname Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/bbb.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py Simplify by using more machinery from Zope 3 (which we can thanks to IBrowserPUblisher

2007-07-30 Thread Philipp von Weitershausen
Log message for revision 78482: Simplify by using more machinery from Zope 3 (which we can thanks to IBrowserPUblisher support since Zope 2.10) Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages Assert that views of the form

2007-07-30 Thread Philipp von Weitershausen
Log message for revision 78483: Assert that views of the form class MyView(BrowserView): __call__ = ViewPageTemplateFile('...') work. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/ Some legacy tests. And a (disabled) failing one that tests the __of__

2007-07-30 Thread Philipp von Weitershausen
Log message for revision 78489: Some legacy tests. And a (disabled) failing one that tests the __of__ behaviour of BrowserView. Well, when I say failing I should really say segfaulting :/ Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py A

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ZPublisher/ Fix a bug in the traversal code regarding IBrowserPublisher.browserDefault.

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78460: Fix a bug in the traversal code regarding IBrowserPublisher.browserDefault. browserDefault implementations that were returning object_thats_not_self, () didnt' work. Changed: U Zope/branches/philikon-aq/lib/python/ZPublisher/BaseRequest.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ZPublisher/ getHeader as it is in Zope3's HTTPRequest.

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78465: getHeader as it is in Zope3's HTTPRequest. Changed: U Zope/branches/philikon-aq/lib/python/ZPublisher/HTTPRequest.py U Zope/branches/philikon-aq/lib/python/ZPublisher/tests/testHTTPRequest.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.txt Fix test and explain how and why.

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78470: Fix test and explain how and why. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.txt -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.txt

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/resource_ftest.txt Assert that standard resources can't be traversed any further (in other words,

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78473: Assert that standard resources can't be traversed any further (in other words, that the publishTraverse method on the Zope3 implementation, which we use now, works as expected). Changed: U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py new-style classes have worked for years now... *cough* *cough*

2007-07-29 Thread Philipp von Weitershausen
Log message for revision 78474: new-style classes have worked for years now... *cough* *cough* Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/pages.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/AccessControl/ImplPython.py Use the canonical forms of getting an object's innermost wrapper and an object's

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78424: Use the canonical forms of getting an object's innermost wrapper and an object's parent (by using the aq_inner() and aq_parent() functions, not the attributes). Changed: U Zope/branches/philikon-aq/lib/python/AccessControl/ImplPython.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/AccessControl/cAccessControl.c aq_parent and aq_inner work on non-wrappers as well now, no need to break out

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78425: aq_parent and aq_inner work on non-wrappers as well now, no need to break out of the loop here. Changed: U Zope/branches/philikon-aq/lib/python/AccessControl/cAccessControl.c -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py Support a bunch of top-level TALES variables

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78427: Support a bunch of top-level TALES variables Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py BBB/TODO comments

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78429: BBB/TODO comments Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py ===

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py Use new name, ViewPageTemplateFile

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78433: Use new name, ViewPageTemplateFile Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/OFS/FindSupport.py Get rid of unnecessary lines

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78441: Get rid of unnecessary lines Changed: U Zope/branches/philikon-aq/lib/python/OFS/FindSupport.py -=- Modified: Zope/branches/philikon-aq/lib/python/OFS/FindSupport.py === ---

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/i18n.py Use aq_get if you want to acquire and have a signature like getattr

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78445: Use aq_get if you want to acquire and have a signature like getattr Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/i18n.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/i18n.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/site/tests/test_utility.py Use aq_get if you want to acquire and have a signature like getattr

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78446: Use aq_get if you want to acquire and have a signature like getattr Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/site/tests/test_utility.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/site/tests/test_utility.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/form/tests/forms.txt dont' mask errors

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78448: dont' mask errors Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/form/tests/forms.txt -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/form/tests/forms.txt ===

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/ The existing two absolute_url adapter implementations are specifically geared

2007-07-28 Thread Philipp von Weitershausen
Log message for revision 78451: The existing two absolute_url adapter implementations are specifically geared towards OFS.Traversable and OFS.Application. Name them so. Introduce a more generic implementation that's very very close to the Zope 3 one and works on objects that don't

[Zope-Checkins] SVN: Zope/trunk/lib/python/Acquisition/ Actually move the README.txt that I added to the Acquisition egg earlier to

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78385: Actually move the README.txt that I added to the Acquisition egg earlier to the package itself and make it a doctest. Changed: A Zope/trunk/lib/python/Acquisition/README.txt U Zope/trunk/lib/python/Acquisition/tests.py -=- Copied:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py A viewlet needs to be __of__ the view (it expects its __parent__ to be the view,

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78390: A viewlet needs to be __of__ the view (it expects its __parent__ to be the view, not the context). Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/manager.py Only wrap if there's __of__

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78392: Only wrap if there's __of__ Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/manager.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/manager.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py Small refactoring: actually wrap in the provider in provider.__parent__, which

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78394: Small refactoring: actually wrap in the provider in provider.__parent__, which *usually* ends up being the view, unless the provider decides otherwise. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py -=-

[Zope-Checkins] SVN: Zope/tags/philikon-aq-checkpoint/ Tag a checkpoint before I start getting evil on this branch.

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78395: Tag a checkpoint before I start getting evil on this branch. Changed: A Zope/tags/philikon-aq-checkpoint/ -=- Copied: Zope/tags/philikon-aq-checkpoint (from rev 78394, Zope/branches/philikon-aq) ___

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ Death to __of__!

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78398: Death to __of__! Changed: U Zope/branches/philikon-aq/lib/python/OFS/Traversable.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/metaconfigure.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/test_pages.py Rip out test that tested the bogus behaviour of having self.context (where

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78399: Rip out test that tested the bogus behaviour of having self.context (where 'self' is a view) have an aq_chain that includes the view again. Naturally, this branch is all about ripping this out. Changed: U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/AccessControl/ Use either obj.__parent__or aq_parent(obj) instead of obj.aq_parent.

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78401: Use either obj.__parent__or aq_parent(obj) instead of obj.aq_parent. Both are the canonical forms of getting to an object's parent now. Changed: U Zope/branches/philikon-aq/lib/python/AccessControl/ImplPython.py U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Shared/DC/Scripts/Bindings.py Use the canonical form for getting to an object's innermost wrapper

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78403: Use the canonical form for getting to an object's innermost wrapper and an object's parent by usingn the aq_parent and aq_inner *functions*, not attributes. Changed: U Zope/branches/philikon-aq/lib/python/Shared/DC/Scripts/Bindings.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py Remove bogus line. There actually *is* a proper options dict coming

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78404: Remove bogus line. There actually *is* a proper options dict coming from the base class. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/AccessControl/Owned.py There was a 'not' too much. Thanks Hanno.

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78405: There was a 'not' too much. Thanks Hanno. Changed: U Zope/branches/philikon-aq/lib/python/AccessControl/Owned.py -=- Modified: Zope/branches/philikon-aq/lib/python/AccessControl/Owned.py ===

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Acquisition/ Add a module-level aq_inContextOf function, along the lines of the

2007-07-27 Thread Philipp von Weitershausen
Log message for revision 78408: Add a module-level aq_inContextOf function, along the lines of the module-level aq_acquire, aq_inner, aq_parent, etc. functions. Changed: U Zope/branches/philikon-aq/lib/python/Acquisition/_Acquisition.c U

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ Get rid of packages that were never in Zope2 (or Zope3, for that matter) and simply

2007-07-25 Thread Philipp von Weitershausen
Log message for revision 78332: Get rid of packages that were never in Zope2 (or Zope3, for that matter) and simply shouldn't be released. Who put them in here?!? Bring back packages that were removed, for who knows which reason. Point is, we can't just simply remove things from a

[Zope-Checkins] SVN: Zope/trunk/setup.py Make list easier to read

2007-07-25 Thread Philipp von Weitershausen
Log message for revision 78334: Make list easier to read Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2007-07-25 20:53:58 UTC (rev 78333) +++ Zope/trunk/setup.py 2007-07-25

[Zope-Checkins] SVN: Zope/trunk/setup.py Bring back ZEO scripts that were removed in r76349.

2007-07-25 Thread Philipp von Weitershausen
Log message for revision 78335: Bring back ZEO scripts that were removed in r76349. Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2007-07-25 20:59:25 UTC (rev 78334) +++

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/www/default_py Discourage the use of the upper-case RESPONSE attribute. The lower-case

2007-07-25 Thread Philipp von Weitershausen
Log message for revision 78338: Discourage the use of the upper-case RESPONSE attribute. The lower-case response attribute works perfectly fine (and has for ages) and it has the advantage of being supported by Zope 3 as well. Changed: U

[Zope-Checkins] SVN: Zope/trunk/ Merged philikon-zope2.11-with-standard-docutils:

2007-07-25 Thread Philipp von Weitershausen
Log message for revision 78333: Merged philikon-zope2.11-with-standard-docutils: - Ship Zope with a standard docutils 0.4 distribution, instead of a patched one. Both trusted and untrusted code are still protected against unwanted file inclusion. Changed:

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Acquisition/ Merged from old philikon-aq-and-__parent__ branch:

2007-07-24 Thread Philipp von Weitershausen
Log message for revision 78314: Merged from old philikon-aq-and-__parent__ branch: Log message for revision 71221: Step 2: Make aq_acquire aware of __parent__ pointers, even if the object isn't acquisition wrapped. Log message for revision 71223: Add another test that tests

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Acquisition/ Merged from old philikon-aq-and-__parent__ branch:

2007-07-24 Thread Philipp von Weitershausen
Log message for revision 78318: Merged from old philikon-aq-and-__parent__ branch: Log message for revision 71227: Step 4: Make aq_get aware of __parent__ pointers. (Also some comment cosmetics in _Acquisition.c) Log message for revision 71228: Test aq_parent property as

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Shared/DC/Scripts/Bindings.py Merged from old philikon-aq-and-__parent__ branch:

2007-07-24 Thread Philipp von Weitershausen
Log message for revision 78319: Merged from old philikon-aq-and-__parent__ branch: Log message for revision 77024: Read that mail again, we agreed on raising an AttributeError instead of returning None. Changed: U

[Zope-Checkins] SVN: Zope/branches/philikon-aq/ New branch for the Acquisition + __parent__ work, revising changes in the old branch.

2007-07-10 Thread Philipp von Weitershausen
Log message for revision 77679: New branch for the Acquisition + __parent__ work, revising changes in the old branch. Changed: A Zope/branches/philikon-aq/ -=- Copied: Zope/branches/philikon-aq (from rev 77678, Zope/trunk) ___ Zope-Checkins

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Acquisition/ Merge r71220 from old branch:

2007-07-10 Thread Philipp von Weitershausen
Log message for revision 77680: Merge r71220 from old branch: Warming up: Make acquisition wrappers have __parent__ in addition to aq_parent (they point to the same thing). Changed: U Zope/branches/philikon-aq/lib/python/Acquisition/_Acquisition.c U

[Zope-Checkins] SVN: Zope/branches/philikon-zope2.11-with-standard-docutils/lib/python/reStructuredText/tests/testReST.py Harden tests a bit and add a test that actually checks whether the monkey pat

2007-06-11 Thread Philipp von Weitershausen
Log message for revision 76626: Harden tests a bit and add a test that actually checks whether the monkey patch that turns off docutils' file insertino feature off by default actually works. Changed: U

[Zope-Checkins] SVN: Zope/branches/philikon-zope2.11-with-standard-docutils/ Alternate approach to shipping with a standard docutils distribution and still preserving security

2007-06-06 Thread Philipp von Weitershausen
Log message for revision 76421: Alternate approach to shipping with a standard docutils distribution and still preserving security measurements that Zope installed. Changed: A Zope/branches/philikon-zope2.11-with-standard-docutils/ -=- Copied:

[Zope-Checkins] SVN: Zope/branches/philikon-zope2.11-with-standard-docutils/lib/python/ Alternate approach to forbidding file inclusion in reStructuredText that's used from Zope:

2007-06-06 Thread Philipp von Weitershausen
Log message for revision 76433: Alternate approach to forbidding file inclusion in reStructuredText that's used from Zope: * ship with a standard docutils package * don't monkey patch docutils functions, rather change the default setting for file_inclusion_enabled in the docutils

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Point to the one and only RestrictedPython we now have (the one that has been set free

2007-06-04 Thread Philipp von Weitershausen
Log message for revision 76328: Point to the one and only RestrictedPython we now have (the one that has been set free as its own project, egg). Changed: _U Zope/trunk/lib/python/ D Zope/trunk/lib/python/RestrictedPython/ -=- Property changes on: Zope/trunk/lib/python

[Zope-Checkins] SVN: Zope/trunk/lib/python/Interface/tests/ Use standard doctest.DocFileSuite, no need for ZopeTestCase...

2007-06-04 Thread Philipp von Weitershausen
Log message for revision 76337: Use standard doctest.DocFileSuite, no need for ZopeTestCase... Changed: D Zope/trunk/lib/python/Interface/tests/framework.py U Zope/trunk/lib/python/Interface/tests/test_bridge.py -=- Deleted: Zope/trunk/lib/python/Interface/tests/framework.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Remove deprecated stuff that's scheduled for removal in Zope 2.11

2007-06-03 Thread Philipp von Weitershausen
Log message for revision 76196: Remove deprecated stuff that's scheduled for removal in Zope 2.11 Changed: D Zope/trunk/lib/python/ImageFile.py D Zope/trunk/lib/python/Zope.py -=- Deleted: Zope/trunk/lib/python/ImageFile.py

[Zope-Checkins] SVN: Zope/branches/2.10/ Update externals to newly released Zope 3.3.1, and remove a monkey patch that

2007-01-14 Thread Philipp von Weitershausen
Log message for revision 72027: Update externals to newly released Zope 3.3.1, and remove a monkey patch that was fixed in Zope 3.3 proper. Changed: U Zope/branches/2.10/doc/CHANGES.txt _U Zope/branches/2.10/lib/python/ U

[Zope-Checkins] SVN: Products.Five/branches/1.5/ prepare release

2007-01-10 Thread Philipp von Weitershausen
Log message for revision 71860: prepare release Changed: U Products.Five/branches/1.5/CHANGES.txt U Products.Five/branches/1.5/INSTALL.txt -=- Modified: Products.Five/branches/1.5/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/trunk/skel/etc/site.zcml Merge from 2.10 branch:

2007-01-09 Thread Philipp von Weitershausen
Log message for revision 71847: Merge from 2.10 branch: Log message for revision 71846: Back out accidental commit from yesterday Changed: U Zope/trunk/skel/etc/site.zcml -=- Modified: Zope/trunk/skel/etc/site.zcml

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PageTemplates/tests/ Give test a better name

2007-01-08 Thread Philipp von Weitershausen
Log message for revision 71797: Give test a better name Changed: D Zope/branches/2.9/lib/python/Products/PageTemplates/tests/input/Attributes.html A Zope/branches/2.9/lib/python/Products/PageTemplates/tests/input/BooleanAttributesAndDefault.html D

[Zope-Checkins] SVN: Zope/branches/2.10/ Fixed Collector #2223: Evaluation of booleans in TALES and the 'default' variable.

2007-01-08 Thread Philipp von Weitershausen
Log message for revision 71799: Fixed Collector #2223: Evaluation of booleans in TALES and the 'default' variable. That consisted of forwardporting r70918 and r71797 from the 2.9 branch and providing a fix. Changed: U Zope/branches/2.10/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/tests/testPublish.py get rid of deprecated import

2007-01-08 Thread Philipp von Weitershausen
Log message for revision 71801: get rid of deprecated import Changed: U Zope/trunk/lib/python/ZPublisher/tests/testPublish.py -=- Modified: Zope/trunk/lib/python/ZPublisher/tests/testPublish.py === ---

[Zope-Checkins] SVN: Products.Five/branches/1.5/ Merge from 1.4 branch:

2007-01-08 Thread Philipp von Weitershausen
Log message for revision 71815: Merge from 1.4 branch: Log message for revision 71811: Add an ftest that demonstrates zope.security.management.checkPermission() works in Zope 2. This is the reproduceability test case for http://www.zope.org/Collectors/Zope/2190. Log message

[Zope-Checkins] SVN: Products.Five/branches/1.5/doc/main.txt announce new five releases

2006-11-04 Thread Philipp von Weitershausen
Log message for revision 71072: announce new five releases Changed: U Products.Five/branches/1.5/doc/main.txt -=- Modified: Products.Five/branches/1.5/doc/main.txt === --- Products.Five/branches/1.5/doc/main.txt

[Zope-Checkins] SVN: Products.Five/ Put a certain changelog entry in the right place

2006-11-04 Thread Philipp von Weitershausen
Log message for revision 71074: Put a certain changelog entry in the right place Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.4/CHANGES.txt U Products.Five/branches/1.5/CHANGES.txt U Products.Five/trunk/CHANGES.txt -=- Modified:

[Zope-Checkins] SVN: Products.Five/tags/philikon-localzptcustomization-prototype/ Get rid of old prototype that's no longer needed anymore now that we have

2006-10-29 Thread Philipp von Weitershausen
Log message for revision 70978: Get rid of old prototype that's no longer needed anymore now that we have five.customerize. Changed: D Products.Five/tags/philikon-localzptcustomization-prototype/ -=- ___ Zope-Checkins maillist -

[Zope-Checkins] SVN: Products.Five/branches/zope33-port/ get rid of ooooold branch

2006-10-29 Thread Philipp von Weitershausen
Log message for revision 70979: get rid of old branch Changed: D Products.Five/branches/zope33-port/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Fix: Allow multiple uses of the class/content directive.

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69443: Fix: Allow multiple uses of the class/content directive. Also, reduce the code duplication in the directive handler tremendously by using the zope 3 implementation as a base class. Changed: U Products.Five/branches/1.2/CHANGES.txt U

[Zope-Checkins] SVN: Products.Five/branches/1.2/metaconfigure.py remove even more unnecessarily duplicated code

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69444: remove even more unnecessarily duplicated code Changed: U Products.Five/branches/1.2/metaconfigure.py -=- Modified: Products.Five/branches/1.2/metaconfigure.py === ---

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Merge from 1.2 branch:

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69446: Merge from 1.2 branch: Log message for revision 69443: Fix: Allow multiple uses of the class/content directive. Also, reduce the code duplication in the directive handler tremendously by using the zope 3 implementation as a base class.

[Zope-Checkins] SVN: Products.Five/branches/1.4/ Merge from 1.2 branch:

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69449: Merge from 1.2 branch: Log message for revision 69443: Fix: Allow multiple uses of the class/content directive. Also, reduce the code duplication in the directive handler tremendously by using the zope 3 implementation as a base class.

[Zope-Checkins] SVN: Products.Five/trunk/ Merge from 1.2 branch:

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69450: Merge from 1.2 branch: Log message for revision 69443: Fix: Allow multiple uses of the class/content directive. Also, reduce the code duplication in the directive handler tremendously by using the zope 3 implementation as a base class.

[Zope-Checkins] SVN: Products.Five/tags/1.2.6/ Tag Five 1.2.6

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69451: Tag Five 1.2.6 Changed: A Products.Five/tags/1.2.6/ -=- Copied: Products.Five/tags/1.2.6 (from rev 69450, Products.Five/branches/1.2) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/tags/1.3.7/ Tag Five 1.3.7

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69452: Tag Five 1.3.7 Changed: A Products.Five/tags/1.3.7/ -=- Copied: Products.Five/tags/1.3.7 (from rev 69451, Products.Five/branches/1.3) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/tags/1.4.1/ Tag Five 1.4.1

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69453: Tag Five 1.4.1 Changed: A Products.Five/tags/1.4.1/ -=- Copied: Products.Five/tags/1.4.1 (from rev 69452, Products.Five/branches/1.4) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/trunk/doc/main.txt update website docs pointing to new releases

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69454: update website docs pointing to new releases Changed: U Products.Five/trunk/doc/main.txt -=- Modified: Products.Five/trunk/doc/main.txt === --- Products.Five/trunk/doc/main.txt2006-08-13

[Zope-Checkins] SVN: Products.Five/tags/1.5/ Tag Five 1.5 release

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69455: Tag Five 1.5 release Changed: A Products.Five/tags/1.5/ -=- Copied: Products.Five/tags/1.5 (from rev 69454, Products.Five/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/2.9/ Switch to newer Five release

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69456: Switch to newer Five release Changed: U Zope/branches/2.9/doc/CHANGES.txt _U Zope/branches/2.9/lib/python/Products/ -=- Modified: Zope/branches/2.9/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.10/ Switch to newer Five release.

2006-08-13 Thread Philipp von Weitershausen
Log message for revision 69457: Switch to newer Five release. Changed: U Zope/branches/2.10/doc/CHANGES.txt _U Zope/branches/2.10/lib/python/Products/ -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/trunk/testbrowser.py Make Five work with newest zope.testbrowser (on Zope 3.3 branch).

2006-07-07 Thread Philipp von Weitershausen
Log message for revision 69026: Make Five work with newest zope.testbrowser (on Zope 3.3 branch). Changed: U Products.Five/trunk/testbrowser.py -=- Modified: Products.Five/trunk/testbrowser.py === ---

[Zope-Checkins] SVN: Products.Five/branches/philikon-viewzpt-refactor/ Branch for some work on ViewZPTs

2006-06-10 Thread Philipp von Weitershausen
Log message for revision 68573: Branch for some work on ViewZPTs Changed: A Products.Five/branches/philikon-viewzpt-refactor/ -=- Copied: Products.Five/branches/philikon-viewzpt-refactor (from rev 68572, Products.Five/trunk) ___

[Zope-Checkins] SVN: Products.Five/branches/philikon-viewzpt-refactor/browser/pagetemplatefile.py Attempt at simplifying ZopeTwoPageTemplate. The code doesn't look *that*

2006-06-10 Thread Philipp von Weitershausen
Log message for revision 68574: Attempt at simplifying ZopeTwoPageTemplate. The code doesn't look *that* much simpler in the end :(. Changed: U Products.Five/branches/philikon-viewzpt-refactor/browser/pagetemplatefile.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/philikon-viewzpt-refactor/browser/tests/template_variables.pt Don't use template.aq_base (the template isn't acquisitionish anymore)

2006-06-10 Thread Philipp von Weitershausen
Log message for revision 68575: Don't use template.aq_base (the template isn't acquisitionish anymore) and adjust accordign to new class name Changed: U Products.Five/branches/philikon-viewzpt-refactor/browser/tests/template_variables.pt -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt ViewPTF isn't a simpleitem anymore, so no meta_type

2006-06-10 Thread Philipp von Weitershausen
Log message for revision 68576: ViewPTF isn't a simpleitem anymore, so no meta_type Changed: U Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt -=- Modified: Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt

[Zope-Checkins] SVN: Products.Five/trunk/ * Added Five.browser.pagetemplatefile.ViewPageTemplateFile as an alias

2006-06-10 Thread Philipp von Weitershausen
Log message for revision 68579: * Added Five.browser.pagetemplatefile.ViewPageTemplateFile as an alias to ZopeTwoPageTemplateFile and as a Zope 2 correspondence to zope.app.pagetemplate.ViewPageTemplateFile. Changed: U Products.Five/trunk/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/ Allow access to ZopeIterator/PathIterator API from restricted Python

2006-06-01 Thread Philipp von Weitershausen
Log message for revision 68451: Allow access to ZopeIterator/PathIterator API from restricted Python (e.g. python expressions) Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py U Zope/trunk/lib/python/Products/PageTemplates/tests/testExpressions.py -=-

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/PageTemplates/ Merge from trunk:

2006-06-01 Thread Philipp von Weitershausen
Log message for revision 68452: Merge from trunk: Log message for revision 68451: Allow access to ZopeIterator/PathIterator API from restricted Python (e.g. python expressions) Changed: U Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py U

[Zope-Checkins] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal Cope with changes in the METAL interpreter

2006-05-29 Thread Philipp von Weitershausen
Philipp von Weitershausen wrote: Log message for revision 68320: Cope with changes in the METAL interpreter In case anyone is interested in the details, this behaviourial change is due to the fact that metal:use-macro and metal:define-macro can now occur on the same tag. The corresponding

[Zope-Checkins] SVN: Products.Five/trunk/ Merge ajung-zpt-end-game branch.

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68331: Merge ajung-zpt-end-game branch. Changed: U Products.Five/trunk/CHANGES.txt D Products.Five/trunk/browser/ProviderExpression.py D Products.Five/trunk/browser/ReuseUtils.py D Products.Five/trunk/browser/TrustedExpression.py U

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/ Switch to latest Five trunk (ajung-zpt-end-game branch was merged there)

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68332: Switch to latest Five trunk (ajung-zpt-end-game branch was merged there) Changed: _U Zope/branches/ajung-zpt-end-game/lib/python/Products/ -=- Property changes on: Zope/branches/ajung-zpt-end-game/lib/python/Products

[Zope-Checkins] SVN: Zope/trunk/releases/Zope2/DEPENDENCIES.cfg Include zope.wfmc and zope.app.wfmc in zope 2.10 release series.

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68334: Include zope.wfmc and zope.app.wfmc in zope 2.10 release series. Changed: U Zope/trunk/releases/Zope2/DEPENDENCIES.cfg -=- Modified: Zope/trunk/releases/Zope2/DEPENDENCIES.cfg === ---

[Zope-Checkins] SVN: Zope/branches/ajung- Get rid of no longer needed branches.

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68335: Get rid of no longer needed branches. Changed: D Zope/branches/ajung-final-zpt-integration/ D Zope/branches/ajung-zpt-end-game/ D Zope/branches/ajung-zpt-integration/ D Zope/branches/ajung-zpt-strict-unicode/ -=-

[Zope-Checkins] SVN: Products.Five/branches/ajung-zpt-end-game/ Get rid of no longer needed branches.

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68336: Get rid of no longer needed branches. Changed: D Products.Five/branches/ajung-zpt-end-game/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/ Get rid of merged branch/branch that we never used.

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68354: Get rid of merged branch/branch that we never used. Changed: D Zope/branches/philikon-deprecate-interfaces/ D Zope/branches/zope33-port/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Get ready for release

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68362: Get ready for release Changed: U Products.Five/branches/1.2/CHANGES.txt U Products.Five/branches/1.2/version.txt -=- Modified: Products.Five/branches/1.2/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/tags/1.2.5/ Tag release

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68363: Tag release Changed: A Products.Five/tags/1.2.5/ -=- Copied: Products.Five/tags/1.2.5 (from rev 68362, Products.Five/branches/1.2) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/branches/1.3/ prepare for release

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68364: prepare for release Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/version.txt -=- Modified: Products.Five/branches/1.3/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/trunk/doc/main.txt Get rid of confusiing paragraph and refer to compat matrix instead

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68367: Get rid of confusiing paragraph and refer to compat matrix instead Changed: U Products.Five/trunk/doc/main.txt -=- Modified: Products.Five/trunk/doc/main.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.9/ Update Five to newest bugfix release

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68368: Update Five to newest bugfix release Changed: U Zope/branches/2.9/doc/CHANGES.txt _U Zope/branches/2.9/lib/python/Products/ -=- Modified: Zope/branches/2.9/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/branches/1.4/ get ready for release.

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68369: get ready for release. Changed: U Products.Five/branches/1.4/CHANGES.txt U Products.Five/branches/1.4/version.txt -=- Modified: Products.Five/branches/1.4/CHANGES.txt === ---

[Zope-Checkins] SVN: Products.Five/tags/1.4/ Tag release

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68370: Tag release Changed: A Products.Five/tags/1.4/ -=- Copied: Products.Five/tags/1.4 (from rev 68369, Products.Five/branches/1.4) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Products.Five/trunk/CHANGES.txt prepare release

2006-05-29 Thread Philipp von Weitershausen
Log message for revision 68371: prepare release Changed: U Products.Five/trunk/CHANGES.txt -=- Modified: Products.Five/trunk/CHANGES.txt === --- Products.Five/trunk/CHANGES.txt 2006-05-29 21:10:57 UTC (rev 68370) +++

  1   2   3   4   >