[Zope-Checkins] SVN: Zope/trunk/ Revert the OFSP refactoring and no longer register OFS as a package.

2010-07-25 Thread Hanno Schlichting
Log message for revision 115061: Revert the OFSP refactoring and no longer register OFS as a package. Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/Application.py U Zope/trunk/src/OFS/__init__.py U Zope/trunk/src/OFS/configure.zcml

[Zope-Checkins] SVN: Zope/trunk/ Update OFSP

2010-07-25 Thread Hanno Schlichting
Log message for revision 115065: Update OFSP Changed: U Zope/trunk/buildout.cfg U Zope/trunk/doc/CHANGES.rst U Zope/trunk/setup.py U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/buildout.cfg === --- Zope/trun

[Zope-Checkins] SVN: Zope/trunk/ Deprecate acquiring the request inside Products.ZCatalog's searchResults method if no explicit query argument is given.

2010-07-25 Thread Hanno Schlichting
Log message for revision 115068: Deprecate acquiring the request inside Products.ZCatalog's searchResults method if no explicit query argument is given. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/Catalog.py Whitespace

2010-07-25 Thread Hanno Schlichting
Log message for revision 115069: Whitespace Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/Catalog.py === --- Zope/trunk/src/Products/ZCatalog/Catalog.py 2010-07-25 10:2

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/Catalog.py keyForDocument was replaced by documentToKeyMap.

2010-07-25 Thread Hanno Schlichting
Log message for revision 115070: keyForDocument was replaced by documentToKeyMap. Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/Catalog.py === --- Zope/trunk/src/Produc

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/Catalog.py Avoid the CatalogSearchArgumentsMap creation if we only get a dict as the first argument

2010-07-25 Thread Hanno Schlichting
Log message for revision 115071: Avoid the CatalogSearchArgumentsMap creation if we only get a dict as the first argument Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/Catalog.py

[Zope-Checkins] SVN: Zope/trunk/ Deprecate Products.ZCatalog's current behavior of returning the entire catalog content if no query restriction applied. In Zope 2.14 this will result in an empty LazyC

2010-07-25 Thread Hanno Schlichting
Log message for revision 115072: Deprecate Products.ZCatalog's current behavior of returning the entire catalog content if no query restriction applied. In Zope 2.14 this will result in an empty LazyCat to be returned instead. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/P

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/Catalog.py Less hysterical behavior

2010-07-25 Thread Hanno Schlichting
Log message for revision 115073: Less hysterical behavior Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/Catalog.py === --- Zope/trunk/src/Products/ZCatalog/Catalog.py 2

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/tests/testCatalog.py Avoid a bunch of warning hooks by adjusting tests

2010-07-25 Thread Hanno Schlichting
Log message for revision 115074: Avoid a bunch of warning hooks by adjusting tests Changed: U Zope/trunk/src/Products/ZCatalog/tests/testCatalog.py -=- Modified: Zope/trunk/src/Products/ZCatalog/tests/testCatalog.py === ---

[Zope-Checkins] SVN: Zope/trunk/ More catalog work, merge in the non-queryplan and non-btree changes of queryplan and optimize more of date range index internals

2010-07-25 Thread Hanno Schlichting
Log message for revision 115092: More catalog work, merge in the non-queryplan and non-btree changes of queryplan and optimize more of date range index internals Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/PluginIndexes/DateIndex/DateIndex.py U Zope/trunk/src/