1. 10 May, 2002 2 commits
  2. 09 May, 2002 2 commits
  3. 07 May, 2002 5 commits
  4. 06 May, 2002 1 commit
  5. 03 May, 2002 2 commits
    • Andreas Jung's avatar
      Eased the query optimization introduced with Zope 2.4.X · bbddef1c
      Andreas Jung authored
      (revision 1.72 or Catalog.py).
      
      TTW searches are no longer optimized to restore the old
      behaviour (user does not fill out any form fields ->
      return all hits)
      
      For application related searches we keep the optimization
      but it is possible to disable optimization by passing
      'optimize=0' as additional parameters to searchResults().
      bbddef1c
    • Andreas Jung's avatar
      fixed typo · e9c8fea9
      Andreas Jung authored
      e9c8fea9
  6. 30 Apr, 2002 3 commits
    • Jeremy Hylton's avatar
      Reformat text. · 94236806
      Jeremy Hylton authored
      94236806
    • Jeremy Hylton's avatar
      Reflow long line. · d5004255
      Jeremy Hylton authored
      d5004255
    • Jeremy Hylton's avatar
      A few small cleanups. · 22c494a0
      Jeremy Hylton authored
      Simplify initZopeSplitter() and remove unnecessary PyErr_Occurred().
      
      Use string macros for objects that are guaranteed to be strings.
      
      Remove unnecessary \ at end of line.
      
      In innermost loop of splitter function, replace ASSIGN() macro with
      Py_DECREF() and simple assignment.  The macro was doing more work
      than necessary because it called XDECREF on an object that was
      guaranteed not to be NULL.
      
      Use less horizontal whitespace in next_word().
      22c494a0
  7. 26 Apr, 2002 2 commits
  8. 25 Apr, 2002 9 commits
  9. 24 Apr, 2002 7 commits
  10. 23 Apr, 2002 1 commit
  11. 22 Apr, 2002 1 commit
  12. 19 Apr, 2002 3 commits
  13. 18 Apr, 2002 2 commits