[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ Fixed a problem with incomplete plan surfaced by the CMF tests

2010-08-02 Thread Hanno Schlichting
Log message for revision 115391: Fixed a problem with incomplete plan surfaced by the CMF tests Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py U Zope/trunk/src/Products/ZCatalog/plan.py -=- Modified: Zope/trunk/src/Products/ZCatalog/Catalog.py

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Explain all those query plan changes in the changelog

2010-08-02 Thread Hanno Schlichting
Log message for revision 115389: Explain all those query plan changes in the changelog Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-08-02 20:32:55 UT

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ Actually nest the queryplan on the catalog id as well

2010-08-02 Thread Hanno Schlichting
Log message for revision 115388: Actually nest the queryplan on the catalog id as well Changed: U Zope/trunk/src/Products/ZCatalog/ZCatalog.py U Zope/trunk/src/Products/ZCatalog/plan.py -=- Modified: Zope/trunk/src/Products/ZCatalog/ZCatalog.py ===

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ZCatalog.py Include a timestamp in the plan

2010-08-02 Thread Hanno Schlichting
Log message for revision 115387: Include a timestamp in the plan Changed: U Zope/trunk/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/ZCatalog.py === --- Zope/trunk/src/Products/ZCatalog/ZCa

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ Actually expose the query plan TTW

2010-08-02 Thread Hanno Schlichting
Log message for revision 115386: Actually expose the query plan TTW Changed: U Zope/trunk/src/Products/ZCatalog/ZCatalog.py U Zope/trunk/src/Products/ZCatalog/__init__.py U Zope/trunk/src/Products/ZCatalog/dtml/catalogPlan.dtml A Zope/trunk/src/Products/ZCatalog/dtml/catalogRe

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ Respect the ILimitedResultIndex interface in the query plan

2010-08-02 Thread Hanno Schlichting
Log message for revision 115385: Respect the ILimitedResultIndex interface in the query plan Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py U Zope/trunk/src/Products/ZCatalog/plan.py -=- Modified: Zope/trunk/src/Products/ZCatalog/Catalog.py ===

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/plan.py Expand test isolation to cover all global state, include default map functionality inspired by experimental.catalogqueryplan

2010-08-02 Thread Hanno Schlichting
Log message for revision 115383: Expand test isolation to cover all global state, include default map functionality inspired by experimental.catalogqueryplan Changed: U Zope/trunk/src/Products/ZCatalog/plan.py -=- Modified: Zope/trunk/src/Products/ZCatalog/plan.py ==

[Zope-Checkins] SVN: Zope/trunk/src/ Prevent ZopeTestCase to load any ZCML as a side-effect of calling Zope2.app(). Loading ZCML has to be deferred to layer setup time.

2010-08-02 Thread Hanno Schlichting
Log message for revision 115379: Prevent ZopeTestCase to load any ZCML as a side-effect of calling Zope2.app(). Loading ZCML has to be deferred to layer setup time. Changed: U Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py U Zope/trunk/src/Zope2/App/startup.py -=- Modified: Zope/tr

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/zopectl.py allow the -p option to zopectl to work again, handy for buildout-based zope instances

2010-08-02 Thread Chris Withers
Log message for revision 115377: allow the -p option to zopectl to work again, handy for buildout-based zope instances Changed: U Zope/trunk/src/Zope2/Startup/zopectl.py -=- Modified: Zope/trunk/src/Zope2/Startup/zopectl.py ==