[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-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-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-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-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-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

[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:

[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:

[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-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-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-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-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/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-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/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-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/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-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-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-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 === ---

[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/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 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-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-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

[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-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-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-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-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-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

[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-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.

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 post

[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

[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-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-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-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/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 === ---

[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-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-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-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-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-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-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-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-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-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-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-Checkins] SVN: Zope/trunk/lib/python/zExceptions/unauthorized.py Python has deprecated the message attribute of exceptions in 2.6. We will keep it for this exception and avoid the warning, as me

2009-01-17 Thread Hanno Schlichting
Log message for revision 94803: Python has deprecated the message attribute of exceptions in 2.6. We will keep it for this exception and avoid the warning, as message has a special meaning here. Changed: U Zope/trunk/lib/python/zExceptions/unauthorized.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/zExceptions/unauthorized.py Undo c94803 - there are side-effects I don't fully understand yet

2009-01-17 Thread Hanno Schlichting
Log message for revision 94818: Undo c94803 - there are side-effects I don't fully understand yet Changed: U Zope/trunk/lib/python/zExceptions/unauthorized.py -=- Modified: Zope/trunk/lib/python/zExceptions/unauthorized.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZClasses/ Remove ZClasses from the main code tree

2009-01-23 Thread Hanno Schlichting
Log message for revision 94964: Remove ZClasses from the main code tree Changed: D Zope/trunk/lib/python/ZClasses/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/ Seems some of these functions have persistent references to them in a standard install, so we better leave them in place.

2009-01-23 Thread Hanno Schlichting
Log message for revision 94965: Seems some of these functions have persistent references to them in a standard install, so we better leave them in place. Changed: U Zope/trunk/lib/python/AccessControl/PermissionMapping.py U Zope/trunk/lib/python/AccessControl/Role.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ The persistent product registry is not required for starting Zope anymore. `enable-product-installation` can be set to off if you don't rely on the functionality provi

2009-01-23 Thread Hanno Schlichting
Log message for revision 94966: The persistent product registry is not required for starting Zope anymore. `enable-product-installation` can be set to off if you don't rely on the functionality provided by the registry. Changed: U Zope/trunk/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/Product.py Give the ProductFolder back its type restriction. After ZClasses are gone, you cannot manage those TTW anymore. Automatic creation as part of

2009-01-24 Thread Hanno Schlichting
Log message for revision 94974: Give the ProductFolder back its type restriction. After ZClasses are gone, you cannot manage those TTW anymore. Automatic creation as part of the startup process still works. Changed: U Zope/trunk/lib/python/App/Product.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Acquisition/setup.py Removed outdated setup.py

2009-01-24 Thread Hanno Schlichting
Log message for revision 94986: Removed outdated setup.py Changed: D Zope/trunk/lib/python/Acquisition/setup.py -=- Deleted: Zope/trunk/lib/python/Acquisition/setup.py === --- Zope/trunk/lib/python/Acquisition/setup.py

[Zope-Checkins] SVN: Zope/trunk/ Synced the versions with the Zope2 buildout

2009-02-02 Thread Hanno Schlichting
Log message for revision 95993: Synced the versions with the Zope2 buildout Changed: _U Zope/trunk/lib/python/zope/ _U Zope/trunk/lib/python/zope/app/ U Zope/trunk/setup.py U Zope/trunk/test.py -=- Property changes on: Zope/trunk/lib/python/zope

[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/Setup Removed old build system stuff

2009-02-02 Thread Hanno Schlichting
Log message for revision 95998: Removed old build system stuff Changed: D Zope/trunk/lib/python/DateTime/Setup -=- Deleted: Zope/trunk/lib/python/DateTime/Setup === --- Zope/trunk/lib/python/DateTime/Setup2009-02-02

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ Even more newer versions synced with the buildout

2009-02-02 Thread Hanno Schlichting
Log message for revision 95994: Even more newer versions synced with the buildout Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Modified: svn:externals -

[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/DateTime.txt Fixed rest errors

2009-02-02 Thread Hanno Schlichting
Log message for revision 95999: Fixed rest errors Changed: U Zope/trunk/lib/python/DateTime/DateTime.txt -=- Modified: Zope/trunk/lib/python/DateTime/DateTime.txt === --- Zope/trunk/lib/python/DateTime/DateTime.txt

[Zope-Checkins] SVN: Zope/trunk/ Updated to newer versions of zope packages. Removed long deprecated defaultSkin, layer and skin ZCML directives.

2009-02-02 Thread Hanno Schlichting
Log message for revision 95991: Updated to newer versions of zope packages. Removed long deprecated defaultSkin, layer and skin ZCML directives. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/interfaces.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/browser/ Put back the defaultSkin directive. I misread the comments and only the other two directives in the misc section where deprecated.

2009-02-04 Thread Hanno Schlichting
Log message for revision 96074: Put back the defaultSkin directive. I misread the comments and only the other two directives in the misc section where deprecated. Changed: U Zope/trunk/lib/python/Products/Five/browser/meta.zcml U

[Zope-Checkins] SVN: Zope/trunk/ Make use of the new zope.container and zope.site packages.

2009-02-04 Thread Hanno Schlichting
Log message for revision 96098: Make use of the new zope.container and zope.site packages. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/CopySupport.py U Zope/trunk/lib/python/OFS/ObjectManager.py U Zope/trunk/lib/python/OFS/OrderSupport.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ Sync externals with new package definitions from the buildout

2009-02-04 Thread Hanno Schlichting
Log message for revision 96104: Sync externals with new package definitions from the buildout Changed: _U Zope/trunk/lib/python/zope/ _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Let's pull in a tag instead of trunk of AQ

2009-02-08 Thread Hanno Schlichting
Log message for revision 96238: Let's pull in a tag instead of trunk of AQ Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Modified: svn:externals - Acquisition

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Pull in DateTime from the new external package location

2009-02-08 Thread Hanno Schlichting
Log message for revision 96242: Pull in DateTime from the new external package location Changed: _U Zope/trunk/lib/python/ D Zope/trunk/lib/python/DateTime/ -=- Property changes on: Zope/trunk/lib/python ___ Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Moved out ExtensionClass, ComputedAttribute and MethodObject to its own package

2009-02-08 Thread Hanno Schlichting
Log message for revision 96245: Moved out ExtensionClass, ComputedAttribute and MethodObject to its own package Changed: _U Zope/trunk/lib/python/ D Zope/trunk/lib/python/ComputedAttribute/ D Zope/trunk/lib/python/ExtensionClass/ D Zope/trunk/lib/python/MethodObject/ -=-

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Moved Persistence code to its own project

2009-02-08 Thread Hanno Schlichting
Log message for revision 96249: Moved Persistence code to its own project Changed: _U Zope/trunk/lib/python/ D Zope/trunk/lib/python/Persistence/ -=- Property changes on: Zope/trunk/lib/python ___ Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Pull in tempstorage from the new package home

2009-02-08 Thread Hanno Schlichting
Log message for revision 96254: Pull in tempstorage from the new package home Changed: _U Zope/trunk/lib/python/ D Zope/trunk/lib/python/tempstorage/ -=- Property changes on: Zope/trunk/lib/python ___ Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Get zLOG from its own package home

2009-02-08 Thread Hanno Schlichting
Log message for revision 96256: Get zLOG from its own package home Changed: _U Zope/trunk/lib/python/ D Zope/trunk/lib/python/zLOG/ -=- Property changes on: Zope/trunk/lib/python ___ Modified: svn:externals -

[Zope-Checkins] SVN: Zope/trunk/src/ Get us in the new src!

2009-02-08 Thread Hanno Schlichting
Log message for revision 96260: Get us in the new src! Changed: A Zope/trunk/src/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/src/ That was not the version I wanted.

2009-02-08 Thread Hanno Schlichting
Log message for revision 96261: That was not the version I wanted. Changed: D Zope/trunk/src/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/src/ This is the real code and not some externals

2009-02-08 Thread Hanno Schlichting
Log message for revision 96262: This is the real code and not some externals Changed: A Zope/trunk/src/ A Zope/trunk/src/AccessControl/ A Zope/trunk/src/App/ A Zope/trunk/src/DocumentTemplate/ A Zope/trunk/src/Globals/ A Zope/trunk/src/HelpSys/ A

  1   2   3   4   5   6   7   8   9   10   >