[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py Some style fixes, simplify code, as _getSortInfo isn't implemented

2010-07-24 Thread Hanno Schlichting
Log message for revision 115010: Some style fixes, simplify code, as _getSortInfo isn't implemented Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py Simplify the sort code

2010-07-24 Thread Hanno Schlichting
Log message for revision 115012: Simplify the sort code Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py ===

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ Some wording changes

2010-07-24 Thread Hanno Schlichting
Log message for revision 115013: Some wording changes Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py U Zope/branches/andig-catalog-report/src/Products/ZCatalog/dtml/catalogReport.dtml -=- Modified:

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py Simplify signatures of new methods and allow them to work without a REQUEST

2010-07-24 Thread Hanno Schlichting
Log message for revision 115014: Simplify signatures of new methods and allow them to work without a REQUEST Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py Plural ; )

2010-07-24 Thread Hanno Schlichting
Log message for revision 115015: Plural ;) Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py === ---

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py New license header and adjust year, as this is a new file

2010-07-24 Thread Hanno Schlichting
Log message for revision 115016: New license header and adjust year, as this is a new file Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py No need to mention experimental.catalogqueryplan, as I wrote the code in question

2010-07-24 Thread Hanno Schlichting
Log message for revision 115017: No need to mention experimental.catalogqueryplan, as I wrote the code in question Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ Change the determine_value_indexes function to actually do what it promises

2010-07-24 Thread Hanno Schlichting
Log message for revision 115018: Change the determine_value_indexes function to actually do what it promises Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py U Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py -=-

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py Add todo, explaining what this function should really do

2010-07-24 Thread Hanno Schlichting
Log message for revision 115019: Add todo, explaining what this function should really do Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py Less generic name

2010-07-24 Thread Hanno Schlichting
Log message for revision 115020: Less generic name Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py You almost never need type()

2010-07-24 Thread Hanno Schlichting
Log message for revision 115022: You almost never need type() Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py I don't like lambda's to return static results

2010-07-24 Thread Hanno Schlichting
Log message for revision 115036: I don't like lambda's to return static results Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py Actually use the aq_base safety check

2010-07-24 Thread Hanno Schlichting
Log message for revision 115037: Actually use the aq_base safety check Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ Store the value_indexes result in a module global. It is too expensive to calculate for each query

2010-07-24 Thread Hanno Schlichting
Log message for revision 115038: Store the value_indexes result in a module global. It is too expensive to calculate for each query Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py U

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py Avoid key calculation overhead for fast queries

2010-07-24 Thread Hanno Schlichting
Log message for revision 115040: Avoid key calculation overhead for fast queries Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py Let's not indent with five spaces, please

2010-07-24 Thread Hanno Schlichting
Log message for revision 115041: Let's not indent with five spaces, please Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py Minimize diff

2010-07-24 Thread Hanno Schlichting
Log message for revision 115042: Minimize diff Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog Assorted fixes

2010-07-24 Thread Hanno Schlichting
Log message for revision 115043: Assorted fixes Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py U Zope/branches/andig-catalog-report/src/Products/ZCatalog/CatalogReport.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py Whitespace

2010-07-24 Thread Hanno Schlichting
Log message for revision 115045: Whitespace Changed: U Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py -=- Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/Catalog.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/ Merged andig-catalog-report branch

2010-07-24 Thread Hanno Schlichting
Log message for revision 115048: Merged andig-catalog-report branch Changed: U Zope/trunk/src/Products/ZCatalog/Catalog.py U Zope/trunk/src/Products/ZCatalog/ZCatalog.py A Zope/trunk/src/Products/ZCatalog/dtml/catalogReport.dtml A Zope/trunk/src/Products/ZCatalog/report.py

[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/ Branch is merged

2010-07-24 Thread Hanno Schlichting
Log message for revision 115049: Branch is merged Changed: D Zope/branches/andig-catalog-report/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Add changelog

2010-07-24 Thread Hanno Schlichting
Log message for revision 115050: Add changelog Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-07-24 18:40:49 UTC (rev 115049) +++

[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/tests/test_report.py Forgot a final PEP8 and whitespace check

2010-07-24 Thread Hanno Schlichting
Log message for revision 115051: Forgot a final PEP8 and whitespace check Changed: U Zope/trunk/src/Products/ZCatalog/tests/test_report.py -=- Modified: Zope/trunk/src/Products/ZCatalog/tests/test_report.py === ---

[Zope-Checkins] SVN: Zope/trunk/ Make the report query key calculations saner, by sanitizing the query and actually using it to execute the queries. Otherwise there's too much potential for difference

2010-07-24 Thread Hanno Schlichting
Log message for revision 115052: Make the report query key calculations saner, by sanitizing the query and actually using it to execute the queries. Otherwise there's too much potential for differences in the key calculation and the actual index search code. Changed: U