[Checkins] [zopefoundation/Products.ZCatalog] 9afe14: forgotten to update the ZPL due to a script error

GitHub noreply at github.com
Tue Feb 26 15:47:49 UTC 2013


  Branch: refs/heads/zope2-2.9
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: 9afe1449b01d575266d887fb4721417219cc0f24
      https://github.com/zopefoundation/Products.ZCatalog/commit/9afe1449b01d575266d887fb4721417219cc0f24
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-11-18 (Fri, 18 Nov 2005)

  Changed paths:
    A Catalog.py
    A CatalogAwareness.py
    A CatalogBrains.py
    A CatalogPathAwareness.py
    A IZCatalog.py
    A Lazy.py
    A ProgressHandler.py
    A ZCatalog.py
    A ZCatalogIndexes.py
    A __init__.py
    A help/Vocabulary.py
    A help/ZCatalog.py
    A tests/testBrains.py
    A tests/testCatalog.py
    A tests/testLazySequences.py

  Log Message:
  -----------
  forgotten to update the ZPL due to a script error


  Commit: 3c4fcdcf2f906efc16a2b2969b4801b89a17d343
      https://github.com/zopefoundation/Products.ZCatalog/commit/3c4fcdcf2f906efc16a2b2969b4801b89a17d343
  Author: Chris Withers <chris at simplistix.co.uk>
  Date:   2006-04-04 (Tue, 04 Apr 2006)

  Changed paths:
    M ZCatalog.py

  Log Message:
  -----------
  if it's inefficient, don't do it unless it's used ;-)


  Commit: 18314a1b8ced134d09188ca7110b015e06f697dd
      https://github.com/zopefoundation/Products.ZCatalog/commit/18314a1b8ced134d09188ca7110b015e06f697dd
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2006-06-24 (Sat, 24 Jun 2006)

  Changed paths:
    M ProgressHandler.py
    M ZCatalog.py

  Log Message:
  -----------
  Replace bulk of uses of 'zLOG' with equivalent Python 'logging' module usage.

Exceptions:

  - 'ZServer' code which uses the 'register_subsystem' stuff.

  - Code which imports custom log levels (BLATHER, TRACE), now pulled from
    'zLOG.EventLogger'.

  - Test jigs which play with zLOG's 'write_log'.

  - Usage in 'svn:externals' modules (ZODB, etc.)


  Commit: 93d87a9941e80abea079f5fc7c7571941f22127b
      https://github.com/zopefoundation/Products.ZCatalog/commit/93d87a9941e80abea079f5fc7c7571941f22127b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2006-06-26 (Mon, 26 Jun 2006)

  Changed paths:
    M ZCatalog.py

  Log Message:
  -----------
  Restore 'LOG' for BBB.


  Commit: 5350e0e677bc95e80ec47248b277ce01483418e8
      https://github.com/zopefoundation/Products.ZCatalog/commit/5350e0e677bc95e80ec47248b277ce01483418e8
  Author: Rob Miller <rob at kalistra.com>
  Date:   2006-07-10 (Mon, 10 Jul 2006)

  Changed paths:
    M ZCatalog.py

  Log Message:
  -----------
  * returning the correct old value for LOG


  Commit: 4d9cf8bd374dce112d4277fa886ff22dd92b5ad0
      https://github.com/zopefoundation/Products.ZCatalog/commit/4d9cf8bd374dce112d4277fa886ff22dd92b5ad0
  Author: Stefan H. Holek <stefan at epy.co.at>
  Date:   2006-07-12 (Wed, 12 Jul 2006)

  Changed paths:
    M ZCatalog.py

  Log Message:
  -----------
  Repairing a redirect to go back to the correct ZMI tab.


  Commit: 435df7ce164f59e4e45ebabb7849a13c24431903
      https://github.com/zopefoundation/Products.ZCatalog/commit/435df7ce164f59e4e45ebabb7849a13c24431903
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2006-11-15 (Wed, 15 Nov 2006)

  Changed paths:
    M ZCatalog.py
    M tests/testCatalog.py

  Log Message:
  -----------
  fix for #2235: ZCatalog triggering boolean evaluation of objects


  Commit: 19160b263d615e6bbfb757d8b8be6bddf41016f1
      https://github.com/zopefoundation/Products.ZCatalog/commit/19160b263d615e6bbfb757d8b8be6bddf41016f1
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2006-11-17 (Fri, 17 Nov 2006)

  Changed paths:
    M ZCatalog.py
    M tests/testCatalog.py

  Log Message:
  -----------
  revert ZCatalog.getobject() semantics not to mask traversal errors and not to fallback to .resolve_url() when the traversal result is None


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/9afe1449b01d^...19160b263d61


More information about the checkins mailing list