[Checkins] [zopefoundation/grokcore.content] 1b0c4c: Initial population

GitHub noreply at github.com
Fri Mar 1 15:37:56 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/grokcore.content
  Commit: 1b0c4cd467fb5a4b9fd5e406f1492fff7b5e65c6
      https://github.com/zopefoundation/grokcore.content/commit/1b0c4cd467fb5a4b9fd5e406f1492fff7b5e65c6
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    A setup.py
    A src/grokcore/content/components.py

  Log Message:
  -----------
  Initial population


  Commit: 8ae6d3bd2c3e18250a922e7ad71b432bd9bcc7c7
      https://github.com/zopefoundation/grokcore.content/commit/8ae6d3bd2c3e18250a922e7ad71b432bd9bcc7c7
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    A src/grokcore/__init__.py
    A src/grokcore/content/__init__.py

  Log Message:
  -----------
  Added init files


  Commit: be2d30b46620fbfeba6556f63b4208a9449b1cb6
      https://github.com/zopefoundation/grokcore.content/commit/be2d30b46620fbfeba6556f63b4208a9449b1cb6
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    A src/grokcore/content/tests/__init__.py
    A src/grokcore/content/tests/container/__init__.py
    A src/grokcore/content/tests/container/container.py
    A src/grokcore/content/tests/container/orderedcontainer.py
    A src/grokcore/content/tests/container/orderedcontainerfiresevent.py
    A src/grokcore/content/tests/test_all.py

  Log Message:
  -----------
  Added existing tests from grok. removed the container_model test that made no sense here.


  Commit: 97298786f2da4dfb09beb7c6913e57bc2af2bdaf
      https://github.com/zopefoundation/grokcore.content/commit/97298786f2da4dfb09beb7c6913e57bc2af2bdaf
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Updated dependencies


  Commit: 31c8516c25f5f40cbce61fa5ad7d6bffd7c9bbbf
      https://github.com/zopefoundation/grokcore.content/commit/31c8516c25f5f40cbce61fa5ad7d6bffd7c9bbbf
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    M src/grokcore/content/__init__.py
    M src/grokcore/content/components.py

  Log Message:
  -----------
  Added interfaces.


  Commit: 15caef6c6603d4a3b35353de62b66d8133dbfdb3
      https://github.com/zopefoundation/grokcore.content/commit/15caef6c6603d4a3b35353de62b66d8133dbfdb3
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    A src/grokcore/content/interfaces.py

  Log Message:
  -----------
  Adding interfaces modules. This has been slightly altered from the original grok version, to have orderedcontainer implement IContext


  Commit: 7af47b6ae87ae9a573451224e90b19f2ed5a7d88
      https://github.com/zopefoundation/grokcore.content/commit/7af47b6ae87ae9a573451224e90b19f2ed5a7d88
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-01-03 (Sun, 03 Jan 2010)

  Changed paths:
    R src/grokcore/content/tests/container/__init__.py
    R src/grokcore/content/tests/container/container.py
    R src/grokcore/content/tests/container/orderedcontainer.py
    R src/grokcore/content/tests/container/orderedcontainerfiresevent.py
    R src/grokcore/content/tests/test_all.py
    A src/grokcore/content/tests/test_container.py
    A src/grokcore/content/tests/test_container_event.py
    A src/grokcore/content/tests/test_orderedcontainer.py
    A src/grokcore/content/tests/test_verify_containers.py

  Log Message:
  -----------
  Changed a bit the testing : we have few tests, we don't need folders.
Added a verification of the interfaces on the container classes.


  Commit: 2603cbadf81b51b96c748b9d774c9ec9e38a2a8e
      https://github.com/zopefoundation/grokcore.content/commit/2603cbadf81b51b96c748b9d774c9ec9e38a2a8e
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-02-06 (Sat, 06 Feb 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Preparing release.


  Commit: 54ff8c4e9152f029e9c4dcac524af3af346fb178
      https://github.com/zopefoundation/grokcore.content/commit/54ff8c4e9152f029e9c4dcac524af3af346fb178
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-02-06 (Sat, 06 Feb 2010)

  Changed paths:
    M src/grokcore/content/components.py
    M src/grokcore/content/interfaces.py

  Log Message:
  -----------
  Added ZPL headers.


  Commit: fa4c83b16ce81453c44480f718f7e13576e2201b
      https://github.com/zopefoundation/grokcore.content/commit/fa4c83b16ce81453c44480f718f7e13576e2201b
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-02-06 (Sat, 06 Feb 2010)

  Changed paths:
    A ZPL.txt
    M src/grokcore/content/components.py
    M src/grokcore/content/interfaces.py

  Log Message:
  -----------
  Adjusted Copyrights details.


  Commit: da3aba84f469e2b3fb977e6002703143d6e158b0
      https://github.com/zopefoundation/grokcore.content/commit/da3aba84f469e2b3fb977e6002703143d6e158b0
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-02-06 (Sat, 06 Feb 2010)

  Changed paths:
    M src/grokcore/content/interfaces.py

  Log Message:
  -----------
  pep8 normalization


  Commit: 9133427918ea808af2264b6cca0e33d4dca3b5de
      https://github.com/zopefoundation/grokcore.content/commit/9133427918ea808af2264b6cca0e33d4dca3b5de
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-02-06 (Sat, 06 Feb 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Final adjustments. ready to release.


  Commit: 75cb407f56a12458d7fef86b04299ee937cff235
      https://github.com/zopefoundation/grokcore.content/commit/75cb407f56a12458d7fef86b04299ee937cff235
  Author: Souheil CHELFOUH <trollfot at gmail.com>
  Date:   2010-02-06 (Sat, 06 Feb 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to dev


  Commit: 1c1e5ffaf80de1f0bb7a45ac4e2fc30e4feece9a
      https://github.com/zopefoundation/grokcore.content/commit/1c1e5ffaf80de1f0bb7a45ac4e2fc30e4feece9a
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-05-08 (Sat, 08 May 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    R ZPL.txt
    M bootstrap.py
    M src/grokcore/content/components.py
    M src/grokcore/content/interfaces.py

  Log Message:
  -----------
  Comply to repository policy.


  Commit: f8d15a4dcf296cd8bf319876a0fa24f761d26636
      https://github.com/zopefoundation/grokcore.content/commit/f8d15a4dcf296cd8bf319876a0fa24f761d26636
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-05-08 (Sat, 08 May 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Update history.


  Commit: 8e6538c6f5aa33301d06ba791405780d5a19c2da
      https://github.com/zopefoundation/grokcore.content/commit/8e6538c6f5aa33301d06ba791405780d5a19c2da
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2010-10-06 (Wed, 06 Oct 2010)

  Changed paths:
    M bootstrap.py
    M buildout.cfg

  Log Message:
  -----------
  update bootstrap.py, extend from groktoolkit trunk


  Commit: 5fabd26eef0ac5998829655c48005bc6a617fb8c
      https://github.com/zopefoundation/grokcore.content/commit/5fabd26eef0ac5998829655c48005bc6a617fb8c
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-11-01 (Mon, 01 Nov 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  use newer grokcore.component


  Commit: e0016b9a9330f46b22ae18b6cf530c38fb9a64df
      https://github.com/zopefoundation/grokcore.content/commit/e0016b9a9330f46b22ae18b6cf530c38fb9a64df
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-11-01 (Mon, 01 Nov 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  update changelog


  Commit: eaa090c38c440bb70053084a99542ede4e41fed7
      https://github.com/zopefoundation/grokcore.content/commit/eaa090c38c440bb70053084a99542ede4e41fed7
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-11-01 (Mon, 01 Nov 2010)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  declare minimum grokcore.component version


  Commit: 5cbea63b8adb25704cccdf286a0c55cc340bb04e
      https://github.com/zopefoundation/grokcore.content/commit/5cbea63b8adb25704cccdf286a0c55cc340bb04e
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-11-01 (Mon, 01 Nov 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.1


  Commit: 60c8f677db1f2645f866e801e4b32b7d940474fc
      https://github.com/zopefoundation/grokcore.content/commit/60c8f677db1f2645f866e801e4b32b7d940474fc
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-11-01 (Mon, 01 Nov 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.2


  Commit: ee27d6214130a656efc8a58d9acb9e1a18b3b93f
      https://github.com/zopefoundation/grokcore.content/commit/ee27d6214130a656efc8a58d9acb9e1a18b3b93f
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2010-11-05 (Fri, 05 Nov 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  I don't like tuple of list for install_requires.


  Commit: b1e5f37b0790e507e4381ac31c8afe3f2fb1c267
      https://github.com/zopefoundation/grokcore.content/commit/b1e5f37b0790e507e4381ac31c8afe3f2fb1c267
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-12-22 (Wed, 22 Dec 2010)

  Changed paths:
    M src/grokcore/content/components.py

  Log Message:
  -----------
  Extent documentation from grokdocs.


Compare: https://github.com/zopefoundation/grokcore.content/compare/1b0c4cd467fb^...b1e5f37b0790


More information about the checkins mailing list