[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Acquisition/tests.py Added a test to Acquisition that shows the current segmentation fault problem, when Acquisition goes in c

2007-05-06 Thread Hanno Schlichting
Log message for revision 75578: Added a test to Acquisition that shows the current segmentation fault problem, when Acquisition goes in circles. Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Acquisition/tests.py -=- Modified: Zope/branches/philikon-aq-and-__parent__/li

[Zope-Checkins] SVN: Zope/branches/2.10/ Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail

2007-05-06 Thread Hanno Schlichting
Log message for revision 75581: Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py U Zope/branches/2.10/l

[Zope-Checkins] SVN: Zope/trunk/ Merged from 2.10 branch - Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail

2007-05-06 Thread Hanno Schlichting
Log message for revision 75582: Merged from 2.10 branch - Collector #2320: HTTPResponse setHeader lowercased keys but getHeader did not, causing lookups of 'Content-Type' to fail Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZPublisher/HTTPResponse.py U Zope/trunk

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Acquisition/ First attempt to fix 'Acquisition problem' when encountering cyclic hierarchies via __parent__ pointers. [hannosc

2007-06-01 Thread Hanno Schlichting
Log message for revision 76140: First attempt to fix 'Acquisition problem' when encountering cyclic hierarchies via __parent__ pointers. [hannosch, nouri] Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Acquisition/_Acquisition.c U Zope/branches/philikon-aq-and-__pare

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py Added comment that marks the place in UnauthorizedBinding where the one test failure happens in

2007-06-17 Thread Hanno Schlichting
Log message for revision 76749: Added comment that marks the place in UnauthorizedBinding where the one test failure happens in test_bound_used_context_method_w_roles and why that might happen. Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py Note result from comparing the code with Zope trunk.

2007-06-17 Thread Hanno Schlichting
Log message for revision 76750: Note result from comparing the code with Zope trunk. Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py -=- Modified: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py Found and fixed the you_lose problem found during tests for the UnauthorizedBinding. We define o

2007-06-18 Thread Hanno Schlichting
Log message for revision 76770: Found and fixed the you_lose problem found during tests for the UnauthorizedBinding. We define our own __parent__ method on it now. See more explanation in the comment. Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bind

[Zope-Checkins] SVN: Products.Five/branches/philikon-aq-and-__parent__/ Make a branch of Five from trunk at r70998 for the aq vs. __parent__ work

2007-06-18 Thread Hanno Schlichting
Log message for revision 76771: Make a branch of Five from trunk at r70998 for the aq vs. __parent__ work Changed: A Products.Five/branches/philikon-aq-and-__parent__/ -=- Copied: Products.Five/branches/philikon-aq-and-__parent__ (from rev 76770, Products.Five/trunk) __

[Zope-Checkins] SVN: Products.Five/branches/philikon-aq-and-__parent__/ Removed dead branch again, Five trunk is empty...

2007-06-18 Thread Hanno Schlichting
Log message for revision 76772: Removed dead branch again, Five trunk is empty... Changed: D Products.Five/branches/philikon-aq-and-__parent__/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope-Checkins] SVN: Products.Five/branches/philikon-aq-and-__parent__/ Next attempt of making a branch of Five trunk, now from r70998. Including the Five from Zope trunk turned out to be to difficul

2007-06-18 Thread Hanno Schlichting
Log message for revision 76773: Next attempt of making a branch of Five trunk, now from r70998. Including the Five from Zope trunk turned out to be to difficult because of various other changes... Changed: A Products.Five/branches/philikon-aq-and-__parent__/ -=- Copied: Products.Five/b

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Products/ Use our own new branch of Five

2007-06-18 Thread Hanno Schlichting
Log message for revision 76774: Use our own new branch of Five Changed: _U Zope/branches/philikon-aq-and-__parent__/lib/python/Products/ -=- Property changes on: Zope/branches/philikon-aq-and-__parent__/lib/python/Products

[Zope-Checkins] SVN: Products.Five/branches/philikon-aq-and-__parent__/browser/providerexpression.py Added explanation about the last test failure that happens with providerexpressions / viewlets.

2007-06-18 Thread Hanno Schlichting
Log message for revision 76775: Added explanation about the last test failure that happens with providerexpressions / viewlets. Changed: U Products.Five/branches/philikon-aq-and-__parent__/browser/providerexpression.py -=- Modified: Products.Five/branches/philikon-aq-and-__parent__/br

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py Turned method into a property, as per philiKON's suggestion.

2007-06-24 Thread Hanno Schlichting
Log message for revision 77023: Turned method into a property, as per philiKON's suggestion. Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py -=- Modified: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py Read that mail again, we agreed on raising an AttributeError instead of returning None.

2007-06-24 Thread Hanno Schlichting
Log message for revision 77024: Read that mail again, we agreed on raising an AttributeError instead of returning None. Changed: U Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py -=- Modified: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared

[Zope-Checkins] SVN: Zope/branches/2.10/ Fixed bug in ZPublisher.BaseRequest with persistent site managers. An EndRequestEvent was thrown after the ZODB connection was already closed and thus the site

2007-06-25 Thread Hanno Schlichting
Log message for revision 77042: Fixed bug in ZPublisher.BaseRequest with persistent site managers. An EndRequestEvent was thrown after the ZODB connection was already closed and thus the site manager not being available anymore. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/b

[Zope-Checkins] SVN: Zope/trunk/ Merged r77042 from the 2.10 branch.

2007-06-25 Thread Hanno Schlichting
Log message for revision 77043: Merged r77042 from the 2.10 branch. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/

[Zope-Checkins] SVN: Zope/trunk/ Merged r78365 from 2.10 branch.

2007-07-26 Thread Hanno Schlichting
Log message for revision 78366: Merged r78365 from 2.10 branch. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py U Zope/trunk/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py -=- Modified: Zope/trunk/doc/CHANG

[Zope-Checkins] SVN: Zope/branches/2.10/ ZopePageTemplate's pt_edit did not recognize content type arguments which had a charset information included.

2007-07-26 Thread Hanno Schlichting
Log message for revision 78365: ZopePageTemplate's pt_edit did not recognize content type arguments which had a charset information included. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Products/PageTemplates/ZopePageTemplate.py U Zope/branches/

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/AccessControl/ Use new module level aq_inContextOf method, so this works for non-wrappers as well. Still needs to be made aware of __parent__

2007-07-28 Thread Hanno Schlichting
Log message for revision 78422: Use new module level aq_inContextOf method, so this works for non-wrappers as well. Still needs to be made aware of __parent__ pointers Changed: U Zope/branches/philikon-aq/lib/python/AccessControl/ImplPython.py U Zope/branches/philikon-aq/lib/python/A

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py __of__ should take an argument, even if we ignore it

2007-07-28 Thread Hanno Schlichting
Log message for revision 78434: __of__ should take an argument, even if we ignore it 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/pagetemplatefile.py Avoid infinite recursion for messed up aq_chains.

2007-07-28 Thread Hanno Schlichting
Log message for revision 78435: Avoid infinite recursion for messed up aq_chains. 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 Provide the aq_ properties for BBB

2007-07-28 Thread Hanno Schlichting
Log message for revision 78436: Provide the aq_ properties for BBB 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/Zope2/App/startup.py Use the proper aq_ methods instead of attribute access

2007-07-28 Thread Hanno Schlichting
Log message for revision 78437: Use the proper aq_ methods instead of attribute access Changed: U Zope/branches/philikon-aq/lib/python/Zope2/App/startup.py -=- Modified: Zope/branches/philikon-aq/lib/python/Zope2/App/startup.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/AccessControl/ More proper usage of the aq_* methods

2007-07-28 Thread Hanno Schlichting
Log message for revision 78438: More proper usage of the aq_* methods Changed: U Zope/branches/philikon-aq/lib/python/AccessControl/Permission.py U Zope/branches/philikon-aq/lib/python/AccessControl/User.py -=- Modified: Zope/branches/philikon-aq/lib/python/AccessControl/Permission.p

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/i18n.py Do not attempt to acquire REQUEST from the context, when we already got a request as the context.

2007-07-28 Thread Hanno Schlichting
Log message for revision 78439: Do not attempt to acquire REQUEST from the context, when we already got a request as the context. 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/OFS/ Use even more proper aq_* method calls

2007-07-28 Thread Hanno Schlichting
Log message for revision 78440: Use even more proper aq_* method calls Changed: U Zope/branches/philikon-aq/lib/python/OFS/FindSupport.py U Zope/branches/philikon-aq/lib/python/OFS/PropertySheets.py U Zope/branches/philikon-aq/lib/python/OFS/SimpleItem.py U Zope/branches/phili

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py Fix aq_chain

2007-07-28 Thread Hanno Schlichting
Log message for revision 78442: Fix aq_chain 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/br

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Zope2/App/startup.py If we are going in circles without getting the error_message just raise

2007-07-28 Thread Hanno Schlichting
Log message for revision 78443: If we are going in circles without getting the error_message just raise Changed: U Zope/branches/philikon-aq/lib/python/Zope2/App/startup.py -=- Modified: Zope/branches/philikon-aq/lib/python/Zope2/App/startup.py ===

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/formlib/formbase.py Removed one more Acquisition.Explicit mixing, one less failing test :)

2007-07-28 Thread Hanno Schlichting
Log message for revision 78444: Removed one more Acquisition.Explicit mixing, one less failing test :) Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/formlib/formbase.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/formlib/formbase.py ==

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py simplify getting the root

2007-07-28 Thread Hanno Schlichting
Log message for revision 78449: simplify getting the root 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/OFS/Traversable.py Replace self.REQUEST with ac_acquire(self, 'REQUEST')

2007-07-28 Thread Hanno Schlichting
Log message for revision 78450: Replace self.REQUEST with ac_acquire(self, 'REQUEST') Changed: U Zope/branches/philikon-aq/lib/python/OFS/Traversable.py -=- Modified: Zope/branches/philikon-aq/lib/python/OFS/Traversable.py =

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/PageTemplates/ Synced the old pt's with the new code in Five.

2007-07-29 Thread Hanno Schlichting
Log message for revision 78452: Synced the old pt's with the new code in Five. Changed: U Zope/branches/philikon-aq/lib/python/Products/PageTemplates/PageTemplateFile.py U Zope/branches/philikon-aq/lib/python/Products/PageTemplates/ZopePageTemplate.py -=- Modified: Zope/branches/p

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py Remove no longer needed workaround

2007-07-29 Thread Hanno Schlichting
Log message for revision 78453: Remove no longer needed workaround Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/resource.py ==

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/ Freed viewlets from their Acquisition chains

2007-07-29 Thread Hanno Schlichting
Log message for revision 78454: Freed viewlets from their Acquisition chains Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/README.txt U Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/manager.py U Zope/branches/philikon-aq/lib/python/Products/Fiv

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/ Removed some more references to Acquisition

2007-07-29 Thread Hanno Schlichting
Log message for revision 78455: Removed some more references to Acquisition Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/provider.txt U Zope/branches/philikon-aq/lib/p

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py We don't need a custom Z2ProviderExpression anymore :)

2007-07-29 Thread Hanno Schlichting
Log message for revision 78456: We don't need a custom Z2ProviderExpression anymore :) Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/providerexpression.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/ Moved special __parent__ behaviour up to the browserview class, so all classes inheriting from it, gain this special b

2007-07-29 Thread Hanno Schlichting
Log message for revision 78463: Moved special __parent__ behaviour up to the browserview class, so all classes inheriting from it, gain this special behavior. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py U Zope/branches/philikon-aq/lib/python/Prod

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/ Fixed test failures in forms.txt.

2007-07-29 Thread Hanno Schlichting
Log message for revision 78461: Fixed test failures in forms.txt. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/adding.py U Zope/branches/philikon-aq/lib/python/Products/Five/form/tests/forms.txt -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py Simplify aq_parent

2007-07-29 Thread Hanno Schlichting
Log message for revision 78464: Simplify aq_parent 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 === --- Z

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py Added hint on where the segfault happens. My test output is irritating, it seems we end up with a cyclic aq

2007-08-01 Thread Hanno Schlichting
Log message for revision 78523: Added hint on where the segfault happens. My test output is irritating, it seems we end up with a cyclic aq_chain again :( Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py -=- Modified: Zope/branches/philikon-aq/lib/python/Pr

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py Added a bit of debugging code, so someone more knowledgeable can have a look ; )

2007-08-02 Thread Hanno Schlichting
Log message for revision 78543: Added a bit of debugging code, so someone more knowledgeable can have a look ;) 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/__init__.py Removed debugging code.

2007-08-08 Thread Hanno Schlichting
Log message for revision 78715: Removed debugging code. 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/trunk/ All Products folders as well as the zope and zope.app folders are declared as setuptools namespace packages now. This allows products to be shipped and included as sta

2007-08-25 Thread Hanno Schlichting
Log message for revision 79263: All Products folders as well as the zope and zope.app folders are declared as setuptools namespace packages now. This allows products to be shipped and included as standard eggs without loosing any of their special Zope2 treatment. See http://mail.zope.org/piper

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py Use an explicit __init__ to work around problems with magically inserted super classes when using BrowserVi

2007-08-28 Thread Hanno Schlichting
Log message for revision 79323: Use an explicit __init__ to work around problems with magically inserted super classes when using BrowserView as a base for viewlets. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py -=- Modified: Zope/branches/philikon-aq/li

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/b Commit first version of AQBBB

2007-08-28 Thread Hanno Schlichting
Log message for revision 79325: Commit first version of AQBBB Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/bbb.py U Zope/branches/philikon-aq/lib/python/Products/Five/browser/__init__.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/bbb.py

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/viewlet.py Added AQBB to the viewlets.

2007-08-28 Thread Hanno Schlichting
Log message for revision 79326: Added AQBB to the viewlets. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/viewlet.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/viewlet/viewlet.py ===

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py Provide BBB for ViewPageTemplateFile

2007-08-28 Thread Hanno Schlichting
Log message for revision 79328: Provide BBB for ViewPageTemplateFile 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/pagetemplatefile.py Simplify my braindead code

2007-08-28 Thread Hanno Schlichting
Log message for revision 79329: Simplify my braindead code 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/pagetemplatefile.py I'm too tired to code.

2007-08-28 Thread Hanno Schlichting
Log message for revision 79330: I'm too tired to code. 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/trunk/ The ZPublisher HTTP request has now both the debug and locale attributes available, like its Zope 3 counterpart, as discussed in http://mail.zope.org/pipermail/zope-de

2007-09-16 Thread Hanno Schlichting
Log message for revision 79698: The ZPublisher HTTP request has now both the debug and locale attributes available, like its Zope 3 counterpart, as discussed in http://mail.zope.org/pipermail/zope-dev/2007-September/029719.html. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/App/FactoryDispatcher.py Use the API luke!

2007-10-14 Thread Hanno Schlichting
Log message for revision 80869: Use the API luke! Changed: U Zope/branches/philikon-aq/lib/python/App/FactoryDispatcher.py -=- Modified: Zope/branches/philikon-aq/lib/python/App/FactoryDispatcher.py === --- Zope/branches/phi

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/ Merge c79698 from trunk - sane request.debug and .locale handling...

2007-10-15 Thread Hanno Schlichting
Log message for revision 80874: Merge c79698 from trunk - sane request.debug and .locale handling... Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/form/__init__.py U Zope/branches/philikon-aq/lib/python/Products/Five/formlib/formbase.py U Zope/branches/philikon-aq/

[Zope-Checkins] SVN: Zope/trunk/ Added LAZY_FILE_LOADING constant to PageTemplateFile. When set to True Page Template files aren't lo

2007-10-16 Thread Hanno Schlichting
Log message for revision 80896: Added LAZY_FILE_LOADING constant to PageTemplateFile. When set to True Page Template files aren't lo aded and parsed on Zope startup anymore, but on first access instead. When complex add-ons like Plon e are installed this can safe up to 30% of the Zope start

[Zope-Checkins] SVN: Zope/trunk/ Changed PageTemplateFile not to load the file contents on Zope startup anymore but on first access instead. This brings them inline with the zope.pagetemplate version

2007-10-20 Thread Hanno Schlichting
Log message for revision 80940: Changed PageTemplateFile not to load the file contents on Zope startup anymore but on first access instead. This brings them inline with the zope.pagetemplate version and speeds up Zope startup. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/p

[Zope-Checkins] SVN: Zope/trunk/ Launchpad #143902: Fixed App.ImageFile to use a stream iterator to output the file. Avoid loading the file content when guessing the mimetype and only load the first 1

2007-10-20 Thread Hanno Schlichting
Log message for revision 80941: Launchpad #143902: Fixed App.ImageFile to use a stream iterator to output the file. Avoid loading the file content when guessing the mimetype and only load the first 1024 bytes of the file when it cannot be guessed from the filename. Changed: U Zope/trunk

[Zope-Checkins] SVN: Zope/trunk/ Moved two implements declarations from Five into the proper classes.

2007-10-20 Thread Hanno Schlichting
Log message for revision 80945: Moved two implements declarations from Five into the proper classes. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/ObjectManager.py U Zope/trunk/lib/python/Products/Five/configure.zcml U Zope/trunk/lib/python/ZPublisher/HTTPR

[Zope-Checkins] SVN: Zope/trunk/ Turned deprecation warnings for manage_afterAdd, manage_beforeDelete and manage_afterClone methods into discouraged warnings.

2007-10-22 Thread Hanno Schlichting
Log message for revision 80954: Turned deprecation warnings for manage_afterAdd, manage_beforeDelete and manage_afterClone methods into discouraged warnings. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/CopySupport.py U Zope/trunk/lib/python/OFS/subscribers.p

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Added a warning about false implements claims to ObjectManager and HTTPRequest

2007-10-28 Thread Hanno Schlichting
Log message for revision 81164: Added a warning about false implements claims to ObjectManager and HTTPRequest Changed: U Zope/trunk/lib/python/OFS/ObjectManager.py U Zope/trunk/lib/python/ZPublisher/HTTPRequest.py -=- Modified: Zope/trunk/lib/python/OFS/ObjectManager.py

[Zope-Checkins] SVN: Zope/branches/2.10/ Backported discouraged warning for manage_* events from trunk

2007-10-28 Thread Hanno Schlichting
Log message for revision 81167: Backported discouraged warning for manage_* events from trunk Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/OFS/CopySupport.py U Zope/branches/2.10/lib/python/OFS/subscribers.py -=- Modified: Zope/branches/2.10/doc/C

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ Use a newer version of zope.interface and zope.component

2007-11-01 Thread Hanno Schlichting
Log message for revision 81360: Use a newer version of zope.interface and zope.component Changed: _U Zope/trunk/lib/python/zope/ -=- Property changes on: Zope/trunk/lib/python/zope ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ Use an even newer zope.interface

2007-11-01 Thread Hanno Schlichting
Log message for revision 81364: Use an even newer zope.interface Changed: _U Zope/trunk/lib/python/zope/ -=- Property changes on: Zope/trunk/lib/python/zope ___ Name: svn:externals - annotation -r 77445 svn://sv

[Zope-Checkins] SVN: Zope/trunk/ Made Helpsys.HelpSys internal ZCatalog creation lazy, so it isn't created unless first accessed.

2007-11-02 Thread Hanno Schlichting
Log message for revision 81408: Made Helpsys.HelpSys internal ZCatalog creation lazy, so it isn't created unless first accessed. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/HelpSys/HelpSys.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/ Revert c81408 HelpSys changes, it didn't make much of a difference. Making the whole help system optional would be a better approach.

2007-11-10 Thread Hanno Schlichting
Log message for revision 81697: Revert c81408 HelpSys changes, it didn't make much of a difference. Making the whole help system optional would be a better approach. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/HelpSys/HelpSys.py -=- Modified: Zope/trunk/doc/CHANGES

[Zope-Checkins] SVN: Zope/trunk/ Launchpad #164783: Indexes were migrated on initial creation of a ZODB.

2007-11-24 Thread Hanno Schlichting
Log message for revision 81975: Launchpad #164783: Indexes were migrated on initial creation of a ZODB. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/trunk/doc/CHANGES.txt ===

[Zope-Checkins] SVN: Zope/branches/2.10/ Backported c81975 from trunk

2007-11-24 Thread Hanno Schlichting
Log message for revision 81976: Backported c81975 from trunk Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/2.10/doc/CHANGES.txt ==

[Zope-Checkins] SVN: Zope/trunk/ Support for using zopectl on Windows has been added. All commands are supported and there are two Windows specific ones: install and remove, which install or remove th

2008-03-09 Thread Hanno Schlichting
Log message for revision 75066: Support for using zopectl on Windows has been added. All commands are supported and there are two Windows specific ones: install and remove, which install or remove the Windows service. The start, stop and restart commands handle the Windows service. Changed

Re: [Zope-Checkins] Re: SVN: Zope/trunk/ Added LAZY_FILE_LOADING constant to PageTemplateFile. When set to True Page Template files aren't lo

2008-03-09 Thread Hanno Schlichting
Martijn Faassen wrote: > Hey, > > The modification was made to the Zope 2 part of ZPT. It'd be nice if > this change could be made in the Zope 3 libraries? I guess this was > investigated but found impractical? Sorry, I committed this early on in the process, as I wanted to write a new blog pos

[Zope-Checkins] SVN: zdaemon/trunk/ Fixed backwards incompatible change in handling of environment option. Using the environment option in Zope 2.11 was broken, as environment is a dict and not an obj

2008-03-29 Thread Hanno Schlichting
Log message for revision 85012: Fixed backwards incompatible change in handling of environment option. Using the environment option in Zope 2.11 was broken, as environment is a dict and not an object with a mapping attribute. Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/setu

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ Use newer zdaemon version. This fixes the handling of the environment option in zope.conf.

2008-03-29 Thread Hanno Schlichting
Log message for revision 85013: Use newer zdaemon version. This fixes the handling of the environment option in zope.conf. Changed: _U Zope/branches/2.11/lib/python/ -=- Property changes on: Zope/branches/2.11/lib/python __

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt Added a test for the first of three problems found in real life applications with the ViewPage

2008-04-15 Thread Hanno Schlichting
Log message for revision 85385: Added a test for the first of three problems found in real life applications with the ViewPageTemplateFile Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt -=- Modified: Zope/branches/philikon-aq/lib/python/Pro

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt Second of three tests. Calling ViewPageTemplateFile's without any arguments worked so far. The

2008-04-15 Thread Hanno Schlichting
Log message for revision 85386: Second of three tests. Calling ViewPageTemplateFile's without any arguments worked so far. The version in zope.app.pagetemplate always requires one to pass in the view as an argument. Examples in the wild are found in plone.app.portlets. Changed: U Zope/br

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py Added a simple fix for the conflicting 'instance' keyword argument test failure.

2008-04-15 Thread Hanno Schlichting
Log message for revision 85387: Added a simple fix for the conflicting 'instance' keyword argument test failure. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplate

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy. Forgot to commit more test setup code

2008-04-15 Thread Hanno Schlichting
Log message for revision 85388: Forgot to commit more test setup code 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 -=- Modified: Zope/branches/philikon-aq/li

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt Adjusted the test, now that we fixed the most trivial error

2008-04-15 Thread Hanno Schlichting
Log message for revision 85389: Adjusted the test, now that we fixed the most trivial error 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/browser/tests/aqlegacy.py Clarify test. We have an instance var called template here.

2008-04-15 Thread Hanno Schlichting
Log message for revision 85390: Clarify test. We have an instance var called template here. Changed: U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py -=- Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py ==

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt Corrected test with expected output

2008-04-17 Thread Hanno Schlichting
Log message for revision 85454: Corrected test with expected output 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/browser/pagetemplatefile.py Whops, I removed the first comment line.

2008-04-17 Thread Hanno Schlichting
Log message for revision 85456: Whops, I removed the first comment line. 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/pagetemplatefile.py Added a docstring, noting the class variable restriction.

2008-04-17 Thread Hanno Schlichting
Log message for revision 85455: Added a docstring, noting the class variable restriction. 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/trunk/lib/python/zope/app/EXTERNALS.txt Removed externals file, which wasn't updated anymore in a long time

2008-04-17 Thread Hanno Schlichting
Log message for revision 85459: Removed externals file, which wasn't updated anymore in a long time Changed: D Zope/trunk/lib/python/zope/app/EXTERNALS.txt -=- Deleted: Zope/trunk/lib/python/zope/app/EXTERNALS.txt === --- Zo

[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/zope/app/EXTERNALS.txt Removed outdated externals from the branch

2008-04-17 Thread Hanno Schlichting
Log message for revision 85460: Removed outdated externals from the branch Changed: D Zope/branches/philikon-aq/lib/python/zope/app/EXTERNALS.txt -=- Deleted: Zope/branches/philikon-aq/lib/python/zope/app/EXTERNALS.txt === -

[Zope-Checkins] SVN: Zope/branches/philikon-aq/ Update branch to use the exact same Zope 3 version as the trunk

2008-04-17 Thread Hanno Schlichting
Log message for revision 85463: Update branch to use the exact same Zope 3 version as the trunk Changed: _U Zope/branches/philikon-aq/lib/python/zope/ _U Zope/branches/philikon-aq/lib/python/zope/app/ U Zope/branches/philikon-aq/setup.py -=- Property changes on: Zope/branches/phil

[Zope-Checkins] SVN: Zope/trunk/ Removed deprecated ZCML directives from Five including the whole Five.site subpackage

2008-04-26 Thread Hanno Schlichting
Log message for revision 85768: Removed deprecated ZCML directives from Five including the whole Five.site subpackage Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/Five/TODO.txt U Zope/trunk/lib/python/Products/Five/browser/tests/test_defaultview.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/browser/pagetemplatefile.py Added comment about why we copy the whole method

2008-04-26 Thread Hanno Schlichting
Log message for revision 85769: Added comment about why we copy the whole method Changed: U Zope/trunk/lib/python/Products/Five/browser/pagetemplatefile.py -=- Modified: Zope/trunk/lib/python/Products/Five/browser/pagetemplatefile.py =

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/ Removed even more long deprecated stuff

2008-04-26 Thread Hanno Schlichting
Log message for revision 85771: Removed even more long deprecated stuff Changed: U Zope/trunk/lib/python/Products/Five/bbb.py U Zope/trunk/lib/python/Products/Five/browser/configure.zcml U Zope/trunk/lib/python/Products/Five/browser/tests/pages.txt U Zope/trunk/lib/python/Prod

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/formlib/formbase.py Whitespace

2008-04-26 Thread Hanno Schlichting
Log message for revision 85773: Whitespace Changed: U Zope/trunk/lib/python/Products/Five/formlib/formbase.py -=- Modified: Zope/trunk/lib/python/Products/Five/formlib/formbase.py === --- Zope/trunk/lib/python/Products/Five/for

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/form/objectwidget.py Some more code removed which isn't needed anymore

2008-04-26 Thread Hanno Schlichting
Log message for revision 85774: Some more code removed which isn't needed anymore Changed: U Zope/trunk/lib/python/Products/Five/form/objectwidget.py -=- Modified: Zope/trunk/lib/python/Products/Five/form/objectwidget.py === --

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/browser/ Found another class which is exactly the same now as the one in Zope3.

2008-04-26 Thread Hanno Schlichting
Log message for revision 85775: Found another class which is exactly the same now as the one in Zope3. Changed: U Zope/trunk/lib/python/Products/Five/browser/configure.zcml U Zope/trunk/lib/python/Products/Five/browser/menu.py -=- Modified: Zope/trunk/lib/python/Products/Five/browser

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py Removed another deprecated method

2008-04-26 Thread Hanno Schlichting
Log message for revision 85776: Removed another deprecated method Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py === --- Zope/tru

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py Removed even more deprecated stuff

2008-04-26 Thread Hanno Schlichting
Log message for revision 85777: Removed even more deprecated stuff Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py === --- Zope/tr

[Zope-Checkins] SVN: Zope/trunk/ Removed deprecated modules from Products.PageTemplates.

2008-04-26 Thread Hanno Schlichting
Log message for revision 85778: Removed deprecated modules from Products.PageTemplates. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py D Zope/trunk/lib/python/Products/PageTemplates/PathIterator.py D Zope/trunk/lib/python/P

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ Removed old framework testrunner and removed references to software home.

2008-08-27 Thread Hanno Schlichting
Log message for revision 90441: Removed old framework testrunner and removed references to software home. Changed: U Zope/trunk/lib/python/Products/Five/browser/tests/cps_test_localizer.py D Zope/trunk/lib/python/Products/Five/browser/tests/framework.py U Zope/trunk/lib/python/Pro

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/dtml/ Removed references to software home

2008-08-27 Thread Hanno Schlichting
Log message for revision 90442: Removed references to software home Changed: U Zope/trunk/lib/python/App/dtml/cpContents.dtml U Zope/trunk/lib/python/App/dtml/debug.dtml U Zope/trunk/lib/python/App/dtml/zope_quick_start.dtml -=- Modified: Zope/trunk/lib/python/App/dtml/cpContents

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Removed references to software home.

2008-08-27 Thread Hanno Schlichting
Log message for revision 90443: Removed references to software home. Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ENVIRONMENT.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/README.stx U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/TIMELINES.txt D Zope/trun

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Remove tests that depend on the presence of the Examples.zexp

2008-08-27 Thread Hanno Schlichting
Log message for revision 90454: Remove tests that depend on the presence of the Examples.zexp Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/HOWTO.stx U Zope/trunk/lib/python/Testing/ZopeTestCase/testBaseTestCase.py U Zope/trunk/lib/python/Testing/ZopeTestCase/testPorta

[Zope-Checkins] SVN: Zope/trunk/ Removed Examples.zexp from the skeleton. The TTW shopping cart isn't any good example of Zope usage anymore.

2008-08-27 Thread Hanno Schlichting
Log message for revision 90455: Removed Examples.zexp from the skeleton. The TTW shopping cart isn't any good example of Zope usage anymore. Changed: U Zope/trunk/doc/CHANGES.txt D Zope/trunk/skel/import/Examples.zexp -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/ Made Five.testbrowser compatible with mechanize 0.1.7b.

2008-11-14 Thread Hanno Schlichting
Log message for revision 92936: Made Five.testbrowser compatible with mechanize 0.1.7b. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/Five/testbrowser.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/browser/pagetemplatefile.py Avoid two unnecessary dict lookups.

2008-11-15 Thread Hanno Schlichting
Log message for revision 92965: Avoid two unnecessary dict lookups. Changed: U Zope/trunk/lib/python/Products/Five/browser/pagetemplatefile.py -=- Modified: Zope/trunk/lib/python/Products/Five/browser/pagetemplatefile.py === --

[Zope-Checkins] SVN: Zope/trunk/ Protect against non-existing zope.conf path and products directories. This makes it possible to run a Zope instance without a Products or lib/python directory.

2008-11-22 Thread Hanno Schlichting
Log message for revision 93264: Protect against non-existing zope.conf path and products directories. This makes it possible to run a Zope instance without a Products or lib/python directory. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Zope2/Startup/handlers.py -=

[Zope-Checkins] SVN: Zope/trunk/ Adjusted tests after policy change by malthe.

2008-11-30 Thread Hanno Schlichting
Log message for revision 93450: Adjusted tests after policy change by malthe. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/Five/browser/tests/aqlegacy.py -=- Modified: Zope/trunk/doc/CHANGES.txt ===

[Zope-Checkins] SVN: Zope/trunk/ Avoid deprecation warnings for the md5 and sha modules in Python 2.6 by adding conditional imports for the hashlib module.

2009-01-14 Thread Hanno Schlichting
Log message for revision 94737: Avoid deprecation warnings for the md5 and sha modules in Python 2.6 by adding conditional imports for the hashlib module. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/AccessControl/AuthEncoding.py U Zope/trunk/lib/python/Products/

  1   2   3   4   5   6   7   8   9   10   >