[Checkins] [zopefoundation/zope.app.session] 3510d4: Replace 'import doctest' with 'from zope.testing i...

GitHub noreply at github.com
Tue Mar 12 13:31:49 UTC 2013


  Branch: refs/heads/monolithic-zope3-3.3
  Home:   https://github.com/zopefoundation/zope.app.session
  Commit: 3510d43a34427ab961d88d913ecdd6929823bc79
      https://github.com/zopefoundation/zope.app.session/commit/3510d43a34427ab961d88d913ecdd6929823bc79
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2006-07-19 (Wed, 19 Jul 2006)

  Changed paths:
    A tests.py

  Log Message:
  -----------
  Replace 'import doctest' with 'from zope.testing import doctest'.


  Commit: 79c17c62e219d0ffd383dcd3ba0ad2c6642d567f
      https://github.com/zopefoundation/zope.app.session/commit/79c17c62e219d0ffd383dcd3ba0ad2c6642d567f
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2006-08-02 (Wed, 02 Aug 2006)

  Changed paths:
    A configure.zcml
    A ftests.py
    A http.py

  Log Message:
  -----------
  Backport the session-cookie-path-with-virtual-host changes from the trunk (issue 679) including functional test fixes for handling cookies


  Commit: 1088bb04a053dc88ce4c3ba52114793d20f1b55a
      https://github.com/zopefoundation/zope.app.session/commit/1088bb04a053dc88ce4c3ba52114793d20f1b55a
  Author: Christian Theune <ct at gocept.com>
  Date:   2006-08-15 (Tue, 15 Aug 2006)

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
   - Fixed issue 574: security exposure of TALES namespaces


  Commit: c0911321164ee3c12e3fc28fb2a7a2b48e47abb8
      https://github.com/zopefoundation/zope.app.session/commit/c0911321164ee3c12e3fc28fb2a7a2b48e47abb8
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-31 (Thu, 31 Aug 2006)

  Changed paths:
    A design.txt

  Log Message:
  -----------
  Update session docs to match reality


  Commit: b440afff8fe243e37674abdb7474b6c2d967ea7e
      https://github.com/zopefoundation/zope.app.session/commit/b440afff8fe243e37674abdb7474b6c2d967ea7e
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-31 (Thu, 31 Aug 2006)

  Changed paths:
    M configure.zcml
    A session.py

  Log Message:
  -----------
  Make registration of adapters easier from Python code by usiing an adapts()
declaration.  Remove redundant info from ZCML subsequently.


  Commit: df5ce5d658c4aea3a6bdc189bf32261ea2a46219
      https://github.com/zopefoundation/zope.app.session/commit/df5ce5d658c4aea3a6bdc189bf32261ea2a46219
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2006-09-05 (Tue, 05 Sep 2006)

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
  Be more explicit when registering the ISession adapter.

There are Zope3-based applications in the wild that load the ZCML for
zope.app.session more than once in unit tests (SchoolTool is one).  This
breaks the tests for those apps, because CleanUp().cleanUp() doesn't undo the
effects of <class><implements /></class> ZCML directive, and the <adapter />
directive sees zope.app.session.Session as implementing two interfaces instead
of just one.

Backported from trunk with

  svn merge -r 69972:69973 svn+ssh://svn.zope.org/repos/main/Zope3/trunk .


  Commit: c3e607f8ed6b7702a3441b974e820723298bc428
      https://github.com/zopefoundation/zope.app.session/commit/c3e607f8ed6b7702a3441b974e820723298bc428
  Author: Yusei TAHARA <yusei at domen.cx>
  Date:   2006-09-12 (Tue, 12 Sep 2006)

  Changed paths:
    M session.py

  Log Message:
  -----------
  Fixed issue 706, session sweep bug.


Compare: https://github.com/zopefoundation/zope.app.session/compare/3510d43a3442^...c3e607f8ed6b


More information about the checkins mailing list