[Checkins] [zopefoundation/z3c.layer.pagelet] 73ffae: Preparing release 1.2.1

GitHub noreply at github.com
Thu Feb 28 20:36:59 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.layer.pagelet
  Commit: 73ffae8322981b4a0e894418c4904faddbb21cf2
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/73ffae8322981b4a0e894418c4904faddbb21cf2
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-02-21 (Sat, 21 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.2.1


  Commit: ff7f83c3d51df7a8970d95189bc7a16251c6faac
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/ff7f83c3d51df7a8970d95189bc7a16251c6faac
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-02-21 (Sat, 21 Feb 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 9b87d5d4faf75b7130a71fb22da94533431fd554
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/9b87d5d4faf75b7130a71fb22da94533431fd554
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Log Message:
  -----------
  branch to implement login/logout support with pagelets


  Commit: a662ae93b3925b4ac763c6004dc373fe00b6a713
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/a662ae93b3925b4ac763c6004dc373fe00b6a713
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    R src/z3c/layer/pagelet/SETUP.cfg
    A src/z3c/layer/pagelet/browser/auth.py
    M src/z3c/layer/pagelet/browser/configure.zcml
    A src/z3c/layer/pagelet/browser/zope.app.security.browser.zcml
    M src/z3c/layer/pagelet/tests/bugfixes.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml
    A src/z3c/layer/pagelet/tests/login-logout-template.pt

  Log Message:
  -----------
  - use new zope.configuration version which contains exclude directive
- cleaned up dependencies a bit
- snapshot of login integration


  Commit: 0525a26727f3bd02d62d6889b55802eb10e57b42
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/0525a26727f3bd02d62d6889b55802eb10e57b42
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/README.txt

  Log Message:
  -----------
  no login necessary


  Commit: 332ddaef7291d25a0850233946ab1aa0d8a14aee
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/332ddaef7291d25a0850233946ab1aa0d8a14aee
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/tests/__init__.py

  Log Message:
  -----------
  no return necessary after raise


  Commit: 782e1792360e9e5c778bd6d6255bb2a50cdeddbe
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/782e1792360e9e5c778bd6d6255bb2a50cdeddbe
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py
    A src/z3c/layer/pagelet/browser/login_failed.pt
    A src/z3c/layer/pagelet/browser/login_success.pt
    A src/z3c/layer/pagelet/browser/logout.pt
    A src/z3c/layer/pagelet/browser/redirect.pt
    A src/z3c/layer/pagelet/browser/session_cred_loginform.pt
    M src/z3c/layer/pagelet/browser/zope.app.security.browser.zcml
    A src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml
    M src/z3c/layer/pagelet/tests/test_layer.py

  Log Message:
  -----------
  - implemented basic auth login using pagelets
- snapshot of session credentials login


  Commit: 55c9297b6bc4b0a14853db91914303087a9ed7a0
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/55c9297b6bc4b0a14853db91914303087a9ed7a0
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  registering a default unauthenticatedPrincipal automagically sets the default principal of the global authentication utility, so we can use the principal id here


  Commit: 09fd5bb5ecf7040e6f07fbf95eafde2366292693
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/09fd5bb5ecf7040e6f07fbf95eafde2366292693
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-03 (Tue, 03 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/login.txt

  Log Message:
  -----------
  snapshot of login using session credentials (tests still break)


  Commit: bcca0129e09e8653648daaac0c18c18532da2da3
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/bcca0129e09e8653648daaac0c18c18532da2da3
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-05 (Thu, 05 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/README.txt

  Log Message:
  -----------
  fixed test: when the unauthenticatedPrincipal is defined in ZCML (see ftesting.zcml) 401 unauthorized is returned instead of 403 forbidden when an unauthorized exception is raised


  Commit: df02faf9a548d58e5bf4142e5bf65e42c3c65451
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/df02faf9a548d58e5bf4142e5bf65e42c3c65451
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-05 (Thu, 05 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/login.txt

  Log Message:
  -----------
  - Added clarification to 401 insteand of 403 at UnauthorizedException.
- removed broken test (this is still work in progress, so nothing to worry about)


  Commit: 79c473477e031ed9b2e0f4043a6c87d698712ce3
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/79c473477e031ed9b2e0f4043a6c87d698712ce3
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-08 (Sun, 08 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py
    M src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  snapshot session login (tests still break)


  Commit: 5bd28b5f028194703aa6df3eb49afadeaea04cf8
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/5bd28b5f028194703aa6df3eb49afadeaea04cf8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-09 (Mon, 09 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/login.txt

  Log Message:
  -----------
  fixed login-url


  Commit: 81469e9646fcbf020f8c7b409d47a3bd2f908649
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/81469e9646fcbf020f8c7b409d47a3bd2f908649
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/login.txt

  Log Message:
  -----------
  completed session cedentials tests


  Commit: 9c3385bab5c632f1caefa8dca7e267fb90ee18a1
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/9c3385bab5c632f1caefa8dca7e267fb90ee18a1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py
    A src/z3c/layer/pagelet/browser/logout_head.pt
    A src/z3c/layer/pagelet/browser/redirect_head.pt
    M src/z3c/layer/pagelet/browser/zope.app.security.browser.zcml
    M src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/__init__.py
    M src/z3c/layer/pagelet/tests/ftesting.zcml
    M src/z3c/layer/pagelet/tests/login-logout-template.pt

  Log Message:
  -----------
  added viewlet manager for html head containing JavaScript basic auth logout and redirect


  Commit: 0bfdbe11a2b4a78caf8f464f76e93a65e0ec5834
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/0bfdbe11a2b4a78caf8f464f76e93a65e0ec5834
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  fixed change-log


  Commit: 7a451e00f64f86c725b1c9f6a9c0fedd0b2b8e8b
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/7a451e00f64f86c725b1c9f6a9c0fedd0b2b8e8b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/z3c/layer/pagelet/README.txt
    R src/z3c/layer/pagelet/SETUP.cfg
    A src/z3c/layer/pagelet/browser/auth.py
    M src/z3c/layer/pagelet/browser/configure.zcml
    A src/z3c/layer/pagelet/browser/login_failed.pt
    A src/z3c/layer/pagelet/browser/login_success.pt
    A src/z3c/layer/pagelet/browser/logout.pt
    A src/z3c/layer/pagelet/browser/logout_head.pt
    A src/z3c/layer/pagelet/browser/redirect.pt
    A src/z3c/layer/pagelet/browser/redirect_head.pt
    A src/z3c/layer/pagelet/browser/session_cred_loginform.pt
    A src/z3c/layer/pagelet/browser/zope.app.security.browser.zcml
    A src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/__init__.py
    M src/z3c/layer/pagelet/tests/bugfixes.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml
    A src/z3c/layer/pagelet/tests/login-logout-template.pt
    M src/z3c/layer/pagelet/tests/test_layer.py

  Log Message:
  -----------
  merged login-logout branch


  Commit: e865c6a107dc5e293ea39a304615e9b401f504da
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/e865c6a107dc5e293ea39a304615e9b401f504da
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py

  Log Message:
  -----------
  removed unused imports added forgotten import


  Commit: b46001f4802540c7579037da38d9940d7f3ac6c5
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/b46001f4802540c7579037da38d9940d7f3ac6c5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.3.0


  Commit: 449af12fb807d1a5bd6e50bd3374158590f804b7
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/449af12fb807d1a5bd6e50bd3374158590f804b7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/login.txt

  Log Message:
  -----------
  fixed rst


  Commit: c469f33016562ff0ebaeedd628676e7f6202ccc4
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/c469f33016562ff0ebaeedd628676e7f6202ccc4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-13 (Fri, 13 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 62450e785da0e6e93af90c11f4d373b4dbb57fde
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/62450e785da0e6e93af90c11f4d373b4dbb57fde
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-15 (Sun, 15 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/browser/__init__.py
    M src/z3c/layer/pagelet/browser/configure.zcml
    R src/z3c/layer/pagelet/browser/zope.app.security.browser.zcml
    A src/z3c/layer/pagelet/browser/zope.authentication.zcml
    M src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  Removed dependency on ``zope.app.security`` by using the new packages ``zope.authentication`` and ``zope.principalregistry``.


  Commit: 1f3fbaf5f8ea934dd575bcc4d45a0d991ba8958b
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/1f3fbaf5f8ea934dd575bcc4d45a0d991ba8958b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-15 (Sun, 15 Mar 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py

  Log Message:
  -----------
  forgotten to check-in


  Commit: 4fa73f716310248ccb595ca2c8941c84cd4c9bac
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/4fa73f716310248ccb595ca2c8941c84cd4c9bac
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-15 (Sun, 15 Mar 2009)

  Changed paths:
    M buildout.cfg
    M src/z3c/__init__.py
    M src/z3c/layer/__init__.py

  Log Message:
  -----------
  - removed omelette from buildout
- minimized namspace package boilerplate as setuptools is installed


  Commit: cc5efa1fa41290869f9f111c3196ce029c703c14
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/cc5efa1fa41290869f9f111c3196ce029c703c14
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-15 (Sun, 15 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/login.txt

  Log Message:
  -----------
  - oops there was another zope.app.security
- there are still indirect  zope.app.security dependencies


  Commit: 88851191f235e858903c12927e32b63dd0783f70
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/88851191f235e858903c12927e32b63dd0783f70
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-16 (Mon, 16 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  - Removed not needed test-dependency on ``zope.app.zcmlfiles``.

- Fixed namespace package declaration in ``setup.py``.


  Commit: 2001a7df5104ecc8abdb793fc327c3178d4c372d
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/2001a7df5104ecc8abdb793fc327c3178d4c372d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-16 (Mon, 16 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.4.0


  Commit: d9cb03744bb8c15c1d01a3e5edc99e7161d3a4d4
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/d9cb03744bb8c15c1d01a3e5edc99e7161d3a4d4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-03-16 (Mon, 16 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 69f20429f3ebad930c858d9e37b8bfa96bf55412
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/69f20429f3ebad930c858d9e37b8bfa96bf55412
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-04-07 (Tue, 07 Apr 2009)

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

  Log Message:
  -----------
  Removed not necessary test dependency on ``zope.app.twisted``.


  Commit: c5c9a5feb5bcc62292064069215659237ad0051c
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/c5c9a5feb5bcc62292064069215659237ad0051c
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-05-25 (Mon, 25 May 2009)

  Changed paths:
    M src/z3c/layer/pagelet/browser/auth.py

  Log Message:
  -----------
  coverage --> 100%


  Commit: 2b2ff26780467271713d8c3caa7c29ecb6382d65
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/2b2ff26780467271713d8c3caa7c29ecb6382d65
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-05-25 (Mon, 25 May 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/browser/__init__.py
    M src/z3c/layer/pagelet/tests/__init__.py

  Log Message:
  -----------
  - Removed dependency on ``zope.app.exception`` by using a current
  version of ``zope.browser`` and by implementing the exception view
  classes directly instead of inheriting them (Quite nothing of the
  base classes was in use here.)


  Commit: 60029f5d960b4aaccd1c75de01bbace7f36b47a5
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/60029f5d960b4aaccd1c75de01bbace7f36b47a5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-05-28 (Thu, 28 May 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
   Removed no longer necessary test dependency on ``zope.app.component``.


  Commit: dea1c5ff298a1335024a5d4441fd53c67bcc2d6b
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/dea1c5ff298a1335024a5d4441fd53c67bcc2d6b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-05-28 (Thu, 28 May 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.5.0


  Commit: 0a07e668aeddb5e2baf7f131f0272a1a26519c14
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/0a07e668aeddb5e2baf7f131f0272a1a26519c14
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-05-28 (Thu, 28 May 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 31190800f5ce7dd42dc56433d5b6e149935904a2
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/31190800f5ce7dd42dc56433d5b6e149935904a2
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-11-30 (Mon, 30 Nov 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/browser/__init__.py
    R src/z3c/layer/pagelet/browser/auth.py
    M src/z3c/layer/pagelet/browser/configure.zcml
    R src/z3c/layer/pagelet/browser/login_failed.pt
    R src/z3c/layer/pagelet/browser/login_success.pt
    R src/z3c/layer/pagelet/browser/logout.pt
    R src/z3c/layer/pagelet/browser/logout_head.pt
    R src/z3c/layer/pagelet/browser/redirect.pt
    R src/z3c/layer/pagelet/browser/redirect_head.pt
    R src/z3c/layer/pagelet/browser/session_cred_loginform.pt
    R src/z3c/layer/pagelet/browser/zope.authentication.zcml
    M src/z3c/layer/pagelet/configure.zcml
    A src/z3c/layer/pagelet/interfaces.py
    R src/z3c/layer/pagelet/login.txt
    M src/z3c/layer/pagelet/tests/__init__.py
    M src/z3c/layer/pagelet/tests/ftesting.zcml
    R src/z3c/layer/pagelet/tests/login-logout-template.pt
    M src/z3c/layer/pagelet/tests/test_layer.py
    R src/z3c/layer/pagelet/zope.app.http.exception.zcml
    R src/z3c/layer/pagelet/zope.app.publisher.browser.zcml
    A src/z3c/layer/pagelet/zope.browserresource.zcml

  Log Message:
  -----------
  - change view for zope.publisher.interfaces.ITraversalException from system
  error pagelet to not found pagelet
- move authentication viewlets to z3c.authviewlet.
- cleanup dependencies, reflect changes in zope packages
- cleanup test dependencies


  Commit: 4a619c548852526e6dc7d7f47edafbef8887e995
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/4a619c548852526e6dc7d7f47edafbef8887e995
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-11-30 (Mon, 30 Nov 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

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


  Commit: 9b3cafca7340bbac69c9febf7178624b8579d1c9
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/9b3cafca7340bbac69c9febf7178624b8579d1c9
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-23 (Wed, 23 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.6.1


  Commit: 9cb4e2be6d97cb4dc423df39c61e6b5114c31b48
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/9cb4e2be6d97cb4dc423df39c61e6b5114c31b48
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-23 (Wed, 23 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.6.2


  Commit: 0eb5230002f81c2e74f65b8cd4b5fb274b7f84ba
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/0eb5230002f81c2e74f65b8cd4b5fb274b7f84ba
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-23 (Wed, 23 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/browser/notfound.pt
    M src/z3c/layer/pagelet/browser/systemerror.pt
    M src/z3c/layer/pagelet/browser/unauthorized.pt

  Log Message:
  -----------
  Added i18n domains to templates, so they can be translated.


  Commit: 4a41ecc68afb3a5044f6c0dc1974b7149aebebe1
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/4a41ecc68afb3a5044f6c0dc1974b7149aebebe1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-23 (Wed, 23 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.7.0


  Commit: 59dd3a0ee1b4bcf3c85ce20ee7dd07a92271da7b
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/59dd3a0ee1b4bcf3c85ce20ee7dd07a92271da7b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-12-23 (Wed, 23 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.7.1


  Commit: 22d907811a06b3148810deebcb6d6c7bc7297cf4
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/22d907811a06b3148810deebcb6d6c7bc7297cf4
  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: 42e231eb06eadae8815d4dd243a193212ad0e62f
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/42e231eb06eadae8815d4dd243a193212ad0e62f
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  Requiring `zope.login` so tests run with `zope.publisher` >= 3.12.


  Commit: 030ba73747cec9a1f1d14b102a233a171427485d
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/030ba73747cec9a1f1d14b102a233a171427485d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  better wording


  Commit: baec09a98f69dddb335ce19b214d7c3d0b55cda6
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/baec09a98f69dddb335ce19b214d7c3d0b55cda6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.8.0


  Commit: 97925cb881bac6a1cdf3bd8ddf0a6fb50bdfdf22
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/97925cb881bac6a1cdf3bd8ddf0a6fb50bdfdf22
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.8.1


  Commit: 51a247797cd76001512121530f0088e15b573f4a
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/51a247797cd76001512121530f0088e15b573f4a
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2010-09-14 (Tue, 14 Sep 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  added missing backport bugfix release notes


  Commit: dbf49102e9dab2f4888392c1b7e9d4e1597c5c0b
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/dbf49102e9dab2f4888392c1b7e9d4e1597c5c0b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  Fixed tests: Using manager account, so anonymous user does not need to get all permissions for running tests successfully.


  Commit: 3d9059d72bc46e10d8574180c4a6261571d7090d
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/3d9059d72bc46e10d8574180c4a6261571d7090d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  easier test set up


  Commit: fbb06a325456ce34b009710187665cc114b5f051
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/fbb06a325456ce34b009710187665cc114b5f051
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/tests/bugfixes.txt
    M src/z3c/layer/pagelet/tests/test_layer.py

  Log Message:
  -----------
  - Got rid of `zope.app.testing` test dependency by using `zope.app.wsgi`.


  Commit: 8bf31dfa9a259c8eff417abd5ab534a0d88a1864
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/8bf31dfa9a259c8eff417abd5ab534a0d88a1864
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  - Added a test for ``403 Forbidden``.


  Commit: dc2b5e4a9f60bba9ba5f59774291b9227f48ef12
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/dc2b5e4a9f60bba9ba5f59774291b9227f48ef12
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M setup.py
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  - Got rid of `zope.app.authentication` test dependency.


  Commit: 2b7dad35f709d248c5947db7f3abad76b9d30812
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/2b7dad35f709d248c5947db7f3abad76b9d30812
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/browser/__init__.py

  Log Message:
  -----------
  Doing redirect in ``UnauthorizedPagelet`` now in ``update`` method instead of ``render`` so the layout templage does not get rendered when redirecting.


  Commit: 602f5d893a5ef0df405d5f7bd451e167f2377103
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/602f5d893a5ef0df405d5f7bd451e167f2377103
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.8.1


  Commit: a1f8841731e06ad81af5fd76c4f8b44d08e4b66c
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/a1f8841731e06ad81af5fd76c4f8b44d08e4b66c
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-11 (Mon, 11 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.8.2


  Commit: 2fdaf307d1f55a3221abdeee6c73863c9435a8f6
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/2fdaf307d1f55a3221abdeee6c73863c9435a8f6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-13 (Wed, 13 Oct 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  mergin 1.8.2 in


  Commit: 22e516f994cbfdd32e9c171b9dec9cc92a62ccca
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/22e516f994cbfdd32e9c171b9dec9cc92a62ccca
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-13 (Wed, 13 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.9.0


  Commit: 891d2b959f4e4d6b3da87e1d3c4cd7df64bcfc78
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/891d2b959f4e4d6b3da87e1d3c4cd7df64bcfc78
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-10-13 (Wed, 13 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.9.1


  Commit: 68bc4b28d9eaf1f3e7c399ada19b38c2a57d96de
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/68bc4b28d9eaf1f3e7c399ada19b38c2a57d96de
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M src/z3c/layer/pagelet/tests/ftesting.zcml

  Log Message:
  -----------
  zope.app.pagetemlate's meta.zmcl is a noop nowadays and there was no depenency declared on this package


  Commit: 186c68e6a92b1c952340fea6da3b64a9d86bc5f8
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/186c68e6a92b1c952340fea6da3b64a9d86bc5f8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  fixed sort order


  Commit: 24fe1713c09c8b17ddf564266d1e7b7709b63719
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/24fe1713c09c8b17ddf564266d1e7b7709b63719
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/README.txt
    M src/z3c/layer/pagelet/browser/__init__.py
    A src/z3c/layer/pagelet/testing.py
    A src/z3c/layer/pagelet/tests/test_exception_views.py
    M src/z3c/layer/pagelet/tests/test_layer.py

  Log Message:
  -----------
  Sets HTTP status code to 500 on system errors but only in devmode and in tests.


  Commit: 74337a9c9a96b1a47d36fec9912a36c371505a6e
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/74337a9c9a96b1a47d36fec9912a36c371505a6e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.10.0


  Commit: a2ae65057805c68339e94508de3f7b0d20ccab4f
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/a2ae65057805c68339e94508de3f7b0d20ccab4f
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.10.1


  Commit: 80c77311cd26b1b3637e00c40e31bf341ec40451
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/80c77311cd26b1b3637e00c40e31bf341ec40451
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M CHANGES.txt
    M src/z3c/layer/pagelet/zope.browserresource.zcml

  Log Message:
  -----------
  added missing IETag registration


  Commit: 67d7d66f0bda7c24be0a5b9221154110efbde533
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/67d7d66f0bda7c24be0a5b9221154110efbde533
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.10.1


  Commit: 8beb458eccbc63d7bf5ebbac61de09a5e7424568
      https://github.com/zopefoundation/z3c.layer.pagelet/commit/8beb458eccbc63d7bf5ebbac61de09a5e7424568
  Author: Michael Howitz <mh at gocept.com>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.10.2


Compare: https://github.com/zopefoundation/z3c.layer.pagelet/compare/73ffae832298^...8beb458eccbc


More information about the checkins mailing list