- 31 Jul, 2010 23 commits
-
-
Hanno Schlichting authored
Remove inline tutorial, this is better covered in http://docs.zope.org/zope2/zope2book/SearchingZCatalog.html
-
Hanno Schlichting authored
Avoid bare except's and catch Exception instead - this won't catch system exceptions like KeyboardInterrupt, MemoryError and similar things
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Removed unmaintained HelpSys documents from ZCatalog and PluginIndexes. Useful explanations are given inside the form templates.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 29 Jul, 2010 1 commit
-
-
Jens Vagelpohl authored
-
- 27 Jul, 2010 2 commits
-
- 25 Jul, 2010 10 commits
-
-
Hanno Schlichting authored
More catalog work, merge in the non-queryplan and non-btree changes of queryplan and optimize more of date range index internals
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
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.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Deprecate acquiring the request inside Products.ZCatalog's searchResults method if no explicit query argument is given.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 24 Jul, 2010 4 commits
-
-
Hanno Schlichting authored
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.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-