[Checkins] [zopefoundation/zope.globalrequest] 71d377: create initial package structure

GitHub noreply at github.com
Sat Mar 2 02:09:16 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.globalrequest
  Commit: 71d377316f6d2b8570ff70d9f7f47525779c05bd
      https://github.com/zopefoundation/zope.globalrequest/commit/71d377316f6d2b8570ff70d9f7f47525779c05bd
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A setup.py
    A src/zope/__init__.py
    A src/zope/globalrequest/__init__.py

  Log Message:
  -----------
  create initial package structure


  Commit: 1ee860e06ca7c8787b74aced3bd4d17ab3993f82
      https://github.com/zopefoundation/zope.globalrequest/commit/1ee860e06ca7c8787b74aced3bd4d17ab3993f82
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M README.txt
    A bootstrap.py
    A buildout.cfg
    M setup.py
    A src/zope/globalrequest/README.txt
    A src/zope/globalrequest/tests.py

  Log Message:
  -----------
  set up (still empty) test suite; to do so we buildout is used, so that the zope testrunners can pick up the tests (which doesn't work with `python setup.py test`)


  Commit: c9c69937ac3eff3e8e86a06a1b8dfc596a8b3179
      https://github.com/zopefoundation/zope.globalrequest/commit/c9c69937ac3eff3e8e86a06a1b8dfc596a8b3179
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt
    M src/zope/globalrequest/__init__.py
    A src/zope/globalrequest/interfaces.py

  Log Message:
  -----------
  declare the interface first


  Commit: 3f903da697d780a6700f5045eedd4815b4e8ef9d
      https://github.com/zopefoundation/zope.globalrequest/commit/3f903da697d780a6700f5045eedd4815b4e8ef9d
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M setup.py
    M src/zope/globalrequest/README.txt
    A src/zope/globalrequest/ftesting.zcml
    M src/zope/globalrequest/tests.py

  Log Message:
  -----------
  set up functional test using a testbrowser


  Commit: ba796f5f88d1c7ae27d2d0788238b270ac4b3f57
      https://github.com/zopefoundation/zope.globalrequest/commit/ba796f5f88d1c7ae27d2d0788238b270ac4b3f57
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt
    M src/zope/globalrequest/ftesting.zcml
    A src/zope/globalrequest/ftests.py

  Log Message:
  -----------
  set up a custom browser view for testing


  Commit: 5c9d0af88928c3d8f0a2436dfd58dea6ec718ce6
      https://github.com/zopefoundation/zope.globalrequest/commit/5c9d0af88928c3d8f0a2436dfd58dea6ec718ce6
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M setup.py
    M src/zope/globalrequest/README.txt
    M src/zope/globalrequest/ftests.py
    M src/zope/globalrequest/tests.py

  Log Message:
  -----------
  use a utility in the view to (artificially) create a place where we don't have direct access to the request


  Commit: 312c0ec625ae1c475fcabdd5ef685599231a32c5
      https://github.com/zopefoundation/zope.globalrequest/commit/312c0ec625ae1c475fcabdd5ef685599231a32c5
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt

  Log Message:
  -----------
  clean up the temporary test


  Commit: f2258bf9fd13a677ee9a06f88a5bbb6362ae969e
      https://github.com/zopefoundation/zope.globalrequest/commit/f2258bf9fd13a677ee9a06f88a5bbb6362ae969e
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt
    M src/zope/globalrequest/__init__.py
    A src/zope/globalrequest/configure.zcml
    A src/zope/globalrequest/local.py
    A src/zope/globalrequest/subscribers.py

  Log Message:
  -----------
  provide a way to store request objects in a thread-local manner[*] and register event subscribers to set and clear the values

[*] borrowing the [http://dev.plone.org/collective/browser/collective.solr/trunk/collective/solr/local.py?rev=78873 local.py] module
from [http://pypi.python.org/pypi/collective.solr/ collective.solr]


  Commit: ebe0725cc1bd6de5b59050b8cfcdd6696ce04876
      https://github.com/zopefoundation/zope.globalrequest/commit/ebe0725cc1bd6de5b59050b8cfcdd6696ce04876
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt

  Log Message:
  -----------
  also test if the stored request object has been cleaned up again...


  Commit: 5e1cd35bd2961565b5540440fa6bfe7b030d8f55
      https://github.com/zopefoundation/zope.globalrequest/commit/5e1cd35bd2961565b5540440fa6bfe7b030d8f55
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt

  Log Message:
  -----------
  update readme


  Commit: c3f5f5a4eb563d21efc597170663862d854f0ecb
      https://github.com/zopefoundation/zope.globalrequest/commit/c3f5f5a4eb563d21efc597170663862d854f0ecb
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/README.txt
    M src/zope/globalrequest/ftesting.zcml
    R src/zope/globalrequest/ftests.py

  Log Message:
  -----------
  move the view registration into the doctest so that reading it makes more sense... :)


  Commit: d3ba734e5da7e17b4d9fc0f3c49f68040c6fb421
      https://github.com/zopefoundation/zope.globalrequest/commit/d3ba734e5da7e17b4d9fc0f3c49f68040c6fb421
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/configure.zcml

  Log Message:
  -----------
  subscribe to `IContainmentRoot` as this is provided by the root object in both Zope 2 and 3


  Commit: fe040b3dcb9d8724acde989ab103fd5fc5bce2fb
      https://github.com/zopefoundation/zope.globalrequest/commit/fe040b3dcb9d8724acde989ab103fd5fc5bce2fb
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M src/zope/globalrequest/ftesting.zcml

  Log Message:
  -----------
  fix zcml


  Commit: 93d0b663643b700ab14bd159b688ea3c584c66ce
      https://github.com/zopefoundation/zope.globalrequest/commit/93d0b663643b700ab14bd159b688ea3c584c66ce
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-15 (Thu, 15 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  tag first alpha release


  Commit: e3d89006f614b99a0cdf710dc81f7287d886fa99
      https://github.com/zopefoundation/zope.globalrequest/commit/e3d89006f614b99a0cdf710dc81f7287d886fa99
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-16 (Fri, 16 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/zope/globalrequest/README.txt

  Log Message:
  -----------
  add a note to hopefully make the intentions of this package clearer


  Commit: 498878db27a637d429844396cc6f23197da599c9
      https://github.com/zopefoundation/zope.globalrequest/commit/498878db27a637d429844396cc6f23197da599c9
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2009-01-16 (Fri, 16 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  tag second alpha


  Commit: 5b9c903d319f23585e81c32e2bd0a646f244978b
      https://github.com/zopefoundation/zope.globalrequest/commit/5b9c903d319f23585e81c32e2bd0a646f244978b
  Author: Wolfgang Schnerring <wosc at wosc.de>
  Date:   2009-01-27 (Tue, 27 Jan 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  added missing testing dependencies


  Commit: bf9b379f88687d32351f687442d7872548daf0db
      https://github.com/zopefoundation/zope.globalrequest/commit/bf9b379f88687d32351f687442d7872548daf0db
  Author: Laurence Rowe <l at lrowe.co.uk>
  Date:   2010-08-06 (Fri, 06 Aug 2010)

  Changed paths:
    M src/zope/globalrequest/ftesting.zcml

  Log Message:
  -----------
  fix test setup failure


  Commit: 002a2839f8e2b4d4a1b4ae1299e1aff37e80d793
      https://github.com/zopefoundation/zope.globalrequest/commit/002a2839f8e2b4d4a1b4ae1299e1aff37e80d793
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2010-08-07 (Sat, 07 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare zope.globalrequest 1.0.


  Commit: 6ad1dde14abdf8d094e2f0bec09db37bad139e08
      https://github.com/zopefoundation/zope.globalrequest/commit/6ad1dde14abdf8d094e2f0bec09db37bad139e08
  Author: Andreas Zeidler <az at zitc.de>
  Date:   2010-08-07 (Sat, 07 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


Compare: https://github.com/zopefoundation/zope.globalrequest/compare/71d377316f6d^...6ad1dde14abd


More information about the checkins mailing list