[Checkins] [zopefoundation/Products.ZCTextIndex] b476df: Boilerplate

GitHub noreply at github.com
Tue Feb 26 14:15:36 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.ZCTextIndex
  Commit: b476df77d4455a19bca5d2ac06f5a58374949346
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/b476df77d4455a19bca5d2ac06f5a58374949346
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-06-19 (Sat, 19 Jun 2010)

  Changed paths:
    A CHANGES.txt
    A COPYRIGHT.txt
    A LICENSE.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    A setup.py
    A src/Products/__init__.py

  Log Message:
  -----------
  Boilerplate


  Commit: 6898a5645e78f76b78565ede7de27b29de5f1408
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/6898a5645e78f76b78565ede7de27b29de5f1408
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-06-19 (Sat, 19 Jun 2010)

  Changed paths:
    M setup.py
    A src/Products/ZCTextIndex/BaseIndex.py
    A src/Products/ZCTextIndex/CosineIndex.py
    A src/Products/ZCTextIndex/HTMLSplitter.py
    A src/Products/ZCTextIndex/IIndex.py
    A src/Products/ZCTextIndex/INBest.py
    A src/Products/ZCTextIndex/IPipelineElement.py
    A src/Products/ZCTextIndex/IPipelineElementFactory.py
    A src/Products/ZCTextIndex/IQueryParseTree.py
    A src/Products/ZCTextIndex/IQueryParser.py
    A src/Products/ZCTextIndex/ISplitter.py
    A src/Products/ZCTextIndex/Lexicon.py
    A src/Products/ZCTextIndex/NBest.py
    A src/Products/ZCTextIndex/OkapiIndex.py
    A src/Products/ZCTextIndex/ParseTree.py
    A src/Products/ZCTextIndex/PipelineFactory.py
    A src/Products/ZCTextIndex/QueryParser.py
    A src/Products/ZCTextIndex/README.txt
    A src/Products/ZCTextIndex/RiceCode.py
    A src/Products/ZCTextIndex/SETUP.cfg
    A src/Products/ZCTextIndex/SetOps.py
    A src/Products/ZCTextIndex/Setup
    A src/Products/ZCTextIndex/StopDict.py
    A src/Products/ZCTextIndex/WidCode.py
    A src/Products/ZCTextIndex/ZCTextIndex.py
    A src/Products/ZCTextIndex/__init__.py
    A src/Products/ZCTextIndex/dtml/addLexicon.dtml
    A src/Products/ZCTextIndex/dtml/addZCTextIndex.dtml
    A src/Products/ZCTextIndex/dtml/manageLexicon.dtml
    A src/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml
    A src/Products/ZCTextIndex/dtml/queryLexicon.dtml
    A src/Products/ZCTextIndex/help/Lexicon_Add.stx
    A src/Products/ZCTextIndex/help/ZCTextIndex_Add.stx
    A src/Products/ZCTextIndex/interfaces.py
    A src/Products/ZCTextIndex/okascore.c
    A src/Products/ZCTextIndex/stopper.c
    A src/Products/ZCTextIndex/tests/__init__.py
    A src/Products/ZCTextIndex/tests/hs-tool.py
    A src/Products/ZCTextIndex/tests/indexhtml.py
    A src/Products/ZCTextIndex/tests/mailtest.py
    A src/Products/ZCTextIndex/tests/mhindex.py
    A src/Products/ZCTextIndex/tests/python.txt
    A src/Products/ZCTextIndex/tests/queryhtml.py
    A src/Products/ZCTextIndex/tests/testHTMLSplitter.py
    A src/Products/ZCTextIndex/tests/testIndex.py
    A src/Products/ZCTextIndex/tests/testLexicon.py
    A src/Products/ZCTextIndex/tests/testNBest.py
    A src/Products/ZCTextIndex/tests/testParseTree.py
    A src/Products/ZCTextIndex/tests/testPipelineFactory.py
    A src/Products/ZCTextIndex/tests/testQueryEngine.py
    A src/Products/ZCTextIndex/tests/testQueryParser.py
    A src/Products/ZCTextIndex/tests/testSetOps.py
    A src/Products/ZCTextIndex/tests/testStopper.py
    A src/Products/ZCTextIndex/tests/testZCTextIndex.py
    A src/Products/ZCTextIndex/tests/wordstats.py
    A src/Products/ZCTextIndex/www/index.gif
    A src/Products/ZCTextIndex/www/lexicon.gif

  Log Message:
  -----------
  Copy in the code


  Commit: c1b578de59d8617067efc166095053f5719a4b91
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/c1b578de59d8617067efc166095053f5719a4b91
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-06-19 (Sat, 19 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.ZCTextIndex 2.13.0.


  Commit: 3cd128a6fb5eb42c32d26daebe9283047cc5a546
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/3cd128a6fb5eb42c32d26daebe9283047cc5a546
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-06-19 (Sat, 19 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: 651a74c34b4b646bb821e4d182e2efcae1cede86
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/651a74c34b4b646bb821e4d182e2efcae1cede86
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-07-09 (Fri, 09 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Added missing namespace_packages declaration to setup.py.


  Commit: e588aee635495740906c01fca2952d8b12534557
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/e588aee635495740906c01fca2952d8b12534557
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2010-08-14 (Sat, 14 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/ZCTextIndex/Lexicon.py
    M src/Products/ZCTextIndex/tests/testLexicon.py

  Log Message:
  -----------
  - removed BBB code for instances created with Zope < 2.6.2


  Commit: 66fb23e34deba6c0fb3b51f56f5592d4c970f7ae
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/66fb23e34deba6c0fb3b51f56f5592d4c970f7ae
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2010-08-14 (Sat, 14 Aug 2010)

  Changed paths:
    M src/Products/ZCTextIndex/tests/testLexicon.py

  Log Message:
  -----------
  - some cleanup


  Commit: b6bc1c47f84b6602e5a8847e782f67d41edc9a6b
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/b6bc1c47f84b6602e5a8847e782f67d41edc9a6b
  Author:  <y.2011 at wcm-solutions.de>
  Date:   2010-08-14 (Sat, 14 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/ZCTextIndex/Lexicon.py
    M src/Products/ZCTextIndex/interfaces.py
    M src/Products/ZCTextIndex/tests/testLexicon.py

  Log Message:
  -----------
  - added clear method


  Commit: cb548d6fa7254d2f1a21ec415cf9fe55fbc47149
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/cb548d6fa7254d2f1a21ec415cf9fe55fbc47149
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-02 (Sat, 02 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/Products/ZCTextIndex/Lexicon.py
    M src/Products/ZCTextIndex/WidCode.py
    M src/Products/ZCTextIndex/tests/testLexicon.py

  Log Message:
  -----------
  Changed word id creation algorithm in Lexicon. Instead of relying on an increasing length counter, we use a number from a randomized range. This avoids conflict errors while adding new words in multiple parallel transactions. Inspired by code from ``enfold.fixes``.


  Commit: f7408267f1cd97b82bd897b78b1d83e9dbea7072
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/f7408267f1cd97b82bd897b78b1d83e9dbea7072
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-02 (Sat, 02 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.ZCTextIndex 2.13.1.


  Commit: f525ed03d86827ad69bb5a2452eb68f9ad7bddb0
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/f525ed03d86827ad69bb5a2452eb68f9ad7bddb0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-10-02 (Sat, 02 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: 91d463cdab90e6a75abea940de8a75fcac61d1dc
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/91d463cdab90e6a75abea940de8a75fcac61d1dc
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-04 (Wed, 04 May 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/ZCTextIndex/BaseIndex.py
    M src/Products/ZCTextIndex/OkapiIndex.py

  Log Message:
  -----------
  Avoid changing data, if the indexed values stayed the same.


  Commit: ec64a9a2c6ebb327f23b1ae8a1f16ef0e7898478
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/ec64a9a2c6ebb327f23b1ae8a1f16ef0e7898478
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-04 (Wed, 04 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.ZCTextIndex 2.13.2.


  Commit: 7fe0437be621e71509d45327538c22037b484e5d
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/7fe0437be621e71509d45327538c22037b484e5d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-05-04 (Wed, 04 May 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: 157da2913b3b76e9e8092f24b655f43a09c31bb5
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/157da2913b3b76e9e8092f24b655f43a09c31bb5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-07-28 (Thu, 28 Jul 2011)

  Changed paths:
    M CHANGES.txt
    M src/Products/ZCTextIndex/BaseIndex.py

  Log Message:
  -----------
  Fixed problem in reindex document optimization, which could lead to negative document counts when reindexing unchanged documents.


  Commit: b626076fc9887ad02ecbc2e82993479d71a95985
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/b626076fc9887ad02ecbc2e82993479d71a95985
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-07-28 (Thu, 28 Jul 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare Products.ZCTextIndex 2.13.3.


  Commit: 24c1669090065f385e5800a6a6f859fe89e5fe2d
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/24c1669090065f385e5800a6a6f859fe89e5fe2d
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2011-07-28 (Thu, 28 Jul 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: f5a6ae6759aa709886c2b4173c25698f21b70f86
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/f5a6ae6759aa709886c2b4173c25698f21b70f86
  Author: Gauthier Bastien <g.bastien at imio.be>
  Date:   2012-11-13 (Tue, 13 Nov 2012)

  Changed paths:
    M CHANGES.txt
    M src/Products/ZCTextIndex/ZCTextIndex.py
    M src/Products/ZCTextIndex/tests/testZCTextIndex.py

  Log Message:
  -----------
  Fixed problem discribed here : https://dev.plone.org/ticket/13310 : ZCTextIndex not reindexed when the new value is an empty value


  Commit: 4aac7a2ad07a2e1b995e6b97f9b53af6728efa85
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/4aac7a2ad07a2e1b995e6b97f9b53af6728efa85
  Author: Gauthier Bastien <g.bastien at imio.be>
  Date:   2012-11-15 (Thu, 15 Nov 2012)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  Try to keep 'do not reindex if not necessary' optimization


  Commit: 840a8b271e02111b61f970a90d5a0a6e24508ef6
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/840a8b271e02111b61f970a90d5a0a6e24508ef6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  cleanup style, avoid bare-except


  Commit: dcbc3229dcebf337877068204db11e4622ad22e7
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/dcbc3229dcebf337877068204db11e4622ad22e7
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  test against a KGS


  Commit: f16f86bc44310cbd52da9fce976a0ac44f341db6
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/f16f86bc44310cbd52da9fce976a0ac44f341db6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  use shorter list-comprehension


  Commit: 99f5f60bd268a172232b459d25fddb1416150aef
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/99f5f60bd268a172232b459d25fddb1416150aef
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  avoid intermediate variable


  Commit: 0a25fc998e644fb32585216a448cb6c88c0befd7
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/0a25fc998e644fb32585216a448cb6c88c0befd7
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  unpin ourselves


  Commit: ace69a9e7876e4767cb1ef0596aa04d36191fc44
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/ace69a9e7876e4767cb1ef0596aa04d36191fc44
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  actually preserve the index_document optimization


  Commit: fdbd39d25b91c138718a23812111b64bf706abf4
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/fdbd39d25b91c138718a23812111b64bf706abf4
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  accept sets in addition to lists and tuples


  Commit: fb280659bde8e8b8ccd7d85d7255d0bc49b1e8d0
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/fb280659bde8e8b8ccd7d85d7255d0bc49b1e8d0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  prettify changelog


  Commit: fe5be94dc61633915e9e861ea8164fae82a405a6
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/fe5be94dc61633915e9e861ea8164fae82a405a6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    A MANIFEST.in

  Log Message:
  -----------
  add manifest


  Commit: 82803db46f457a9dbbbb5420e8dc86eb28a532dd
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/82803db46f457a9dbbbb5420e8dc86eb28a532dd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  prepare


  Commit: 252456195b2c70a18354c9a78545196c229db6e1
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/252456195b2c70a18354c9a78545196c229db6e1
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


Compare: https://github.com/zopefoundation/Products.ZCTextIndex/compare/b476df77d445^...252456195b2c


More information about the checkins mailing list