[Checkins] [zopefoundation/z3c.layer.ready2go] 6de6cd: Added initial implementation.

GitHub noreply at github.com
Thu Feb 28 20:47:34 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.layer.ready2go
  Commit: 6de6cdeba0e3f5343f7aa31faf4649522a558397
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/6de6cdeba0e3f5343f7aa31faf4649522a558397
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-09-27 (Thu, 27 Sep 2007)

  Changed paths:
    A AUTHOR.txt
    A CHANGES.txt
    A LICENSE.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    A setup.py
    A src/z3c/__init__.py
    A src/z3c/layer/__init__.py
    A src/z3c/layer/ready2go/README.txt
    A src/z3c/layer/ready2go/SETUP.cfg
    A src/z3c/layer/ready2go/__init__.py
    A src/z3c/layer/ready2go/configure.zcml
    A src/z3c/layer/ready2go/tests/__init__.py
    A src/z3c/layer/ready2go/tests/ftesting.zcml
    A src/z3c/layer/ready2go/tests/page.pt
    A src/z3c/layer/ready2go/tests/test_layer.py
    A src/z3c/layer/ready2go/z3c.layer.ready2go-configure.zcml

  Log Message:
  -----------
  Added initial implementation.
Need as next to include svn:externals 
for un-egged packages


  Commit: 0da4996a9f224c3d027d470374a9c8d07a6f038f
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/0da4996a9f224c3d027d470374a9c8d07a6f038f
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-09-27 (Thu, 27 Sep 2007)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Added svn:externals for unpublished eggs


  Commit: 70791451fd27db41a8fc7d1c358e6ed2123d9a77
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/70791451fd27db41a8fc7d1c358e6ed2123d9a77
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-09-27 (Thu, 27 Sep 2007)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Fix dependencies


  Commit: 688fb034db9e526c3b9eda23124f14454454ec9b
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/688fb034db9e526c3b9eda23124f14454454ec9b
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-12-28 (Fri, 28 Dec 2007)

  Changed paths:
    M README.txt
    M buildout.cfg
    M setup.py
    M src/z3c/layer/ready2go/tests/__init__.py
    M src/z3c/layer/ready2go/tests/ftesting.zcml

  Log Message:
  -----------
  Improve setup, exclude different zmi menu items which we don't need for testing
There are still no tests!


  Commit: da8550e4bd4718a0a3c4f0911e0fe7e0f2565f0d
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/da8550e4bd4718a0a3c4f0911e0fe7e0f2565f0d
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-12-28 (Fri, 28 Dec 2007)

  Changed paths:
    M buildout.cfg
    M setup.py
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/__init__.py
    A src/z3c/layer/ready2go/ftesting.zcml
    A src/z3c/layer/ready2go/tests.py
    R src/z3c/layer/ready2go/tests/__init__.py
    R src/z3c/layer/ready2go/tests/ftesting.zcml
    R src/z3c/layer/ready2go/tests/page.pt
    R src/z3c/layer/ready2go/tests/test_layer.py

  Log Message:
  -----------
  Implemented ftesting.zcml based on z3c.layer.pagelet ftesting.zcml
Added tests for IReady2GoBrowserLayer based on z3c.formui and z3c.layer.pagelet


  Commit: 12020df28c2d7cea77cacc6626f65a05e2a76355
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/12020df28c2d7cea77cacc6626f65a05e2a76355
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-12-28 (Fri, 28 Dec 2007)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Added dev marker to version number


  Commit: 9b9e49a569282270205c0fb14d66c9a4c2857e4a
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/9b9e49a569282270205c0fb14d66c9a4c2857e4a
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-12-29 (Sat, 29 Dec 2007)

  Changed paths:
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/ftesting.zcml

  Log Message:
  -----------
  Reflect changes from z3c.layer.pagelet testing
Use own ftesting configuration. 
Reuse test pages and layout from z3c.layer.pagelet but prevent loading the pagelet test skin


  Commit: 5f20ec6d4d9e321b10ed8cfd11c966c583cc8577
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/5f20ec6d4d9e321b10ed8cfd11c966c583cc8577
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2007-12-29 (Sat, 29 Dec 2007)

  Changed paths:
    M src/z3c/layer/ready2go/__init__.py

  Log Message:
  -----------
  Added generic usable viewlet manager declarations for ready2go based layers


  Commit: 2c696dc35749fcb247f71247e73e97b7579c7322
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/2c696dc35749fcb247f71247e73e97b7579c7322
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-01-20 (Sun, 20 Jan 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  prepare for release


  Commit: 36f1fde73ed76a3d1e0ba9e9ffd172dd17473cf8
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/36f1fde73ed76a3d1e0ba9e9ffd172dd17473cf8
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-01-20 (Sun, 20 Jan 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Added dev marker


  Commit: d2076c606a86be1e341241a9a4fb889d838f1161
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/d2076c606a86be1e341241a9a4fb889d838f1161
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2008-01-24 (Thu, 24 Jan 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/ready2go/README.txt

  Log Message:
  -----------
  Fix up meta data and docs. Get ready for release.


  Commit: ea0722a0fc68a504442f7546aec9df9b247da00b
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/ea0722a0fc68a504442f7546aec9df9b247da00b
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2008-01-24 (Thu, 24 Jan 2008)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  version bump.


  Commit: f9a66cbf5c1ef8c85f43edc319efa13a0ae8d3f6
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/f9a66cbf5c1ef8c85f43edc319efa13a0ae8d3f6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-02-19 (Thu, 19 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/ready2go/README.txt
    R src/z3c/layer/ready2go/SETUP.cfg
    M src/z3c/layer/ready2go/ftesting.zcml

  Log Message:
  -----------
  - No longer depends on deprecated ``z3c.viewlet``.

- Fixed tests to run with current ``z3c.form``.

- Fixed long_description to render property on pypi.


  Commit: 165da8689e3d4f5799a995cf77a24de2d91f0722
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/165da8689e3d4f5799a995cf77a24de2d91f0722
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-02-19 (Thu, 19 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.5.2


  Commit: 9f7d5809b6261dd917d53dc318fc8cec4c0f7b90
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/9f7d5809b6261dd917d53dc318fc8cec4c0f7b90
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-02-19 (Thu, 19 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.5.3 dev


  Commit: a5b160d3c41eccaffecd3431c3054bf8c2c1cb86
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/a5b160d3c41eccaffecd3431c3054bf8c2c1cb86
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-02-19 (Thu, 19 Feb 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  typo


  Commit: 81195b20c7482067e47b3cb103654d123227a9ac
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/81195b20c7482067e47b3cb103654d123227a9ac
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2009-07-24 (Fri, 24 Jul 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/ftesting.zcml
    M src/z3c/layer/ready2go/tests.py

  Log Message:
  -----------
  Fix tests and get ready for release.


  Commit: c4814d55de261b3573b689aaab8c2f85fd147c3e
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/c4814d55de261b3573b689aaab8c2f85fd147c3e
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2009-07-24 (Fri, 24 Jul 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  version bump


  Commit: 061391c631951c2a4190b4245d8fbaf31a57118e
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/061391c631951c2a4190b4245d8fbaf31a57118e
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-12-01 (Tue, 01 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/ftesting.zcml

  Log Message:
  -----------
  - adjust dependencies, skip dependency on zope.app.publisher and zope.app.http
  and reflect changes in zope packages
- added more tests


  Commit: 83ab84d34932e3098304493c267c9f283bce7284
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/83ab84d34932e3098304493c267c9f283bce7284
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-12-01 (Tue, 01 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  added dev marker


  Commit: 35640d0bc6729da2b68f4f6ac32ca7a57f163987
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/35640d0bc6729da2b68f4f6ac32ca7a57f163987
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-06-22 (Tue, 22 Jun 2010)

  Changed paths:
    A COPYRIGHT.txt
    M LICENSE.txt
    M bootstrap.py

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


  Commit: 98938895df8ce6f41c1c2052870df5eaecf01bb6
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/98938895df8ce6f41c1c2052870df5eaecf01bb6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-06-22 (Tue, 22 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/ftesting.zcml

  Log Message:
  -----------
  Fixed test setup and tests to run with current versions of the required packages.


  Commit: a8fe87b79d1bc03776fbc9daae1d205aa801bef0
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/a8fe87b79d1bc03776fbc9daae1d205aa801bef0
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  pin lxml at a cross-platform safe version


  Commit: d85c62a43ee2839f025095dea10147f295d3b2a7
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/d85c62a43ee2839f025095dea10147f295d3b2a7
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2012-09-14 (Fri, 14 Sep 2012)

  Changed paths:
    M setup.py
    M src/z3c/layer/ready2go/tests.py

  Log Message:
  -----------
  fix tests, now it burps on the pagelet issue


  Commit: 011781a990c6b8be335ea101520f35888f9f5597
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/011781a990c6b8be335ea101520f35888f9f5597
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/tests.py

  Log Message:
  -----------
  fixing tests


  Commit: a663d0781f446d62c5e570dc654952dfaa34a93c
      https://github.com/zopefoundation/z3c.layer.ready2go/commit/a663d0781f446d62c5e570dc654952dfaa34a93c
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M setup.py
    M src/z3c/layer/ready2go/README.txt
    M src/z3c/layer/ready2go/tests.py

  Log Message:
  -----------
  Fix test failures caused by zope.tal 4.0.0a1.


Compare: https://github.com/zopefoundation/z3c.layer.ready2go/compare/6de6cdeba0e3^...a663d0781f44


More information about the checkins mailing list