[Checkins] [zopefoundation/zope.app.container] 2e8a74: Changed subscribers to be handlers, meaning that m...

GitHub noreply at github.com
Tue Mar 12 13:24:10 UTC 2013


  Branch: refs/heads/monolithic-zope3-jim-simplifyevents
  Home:   https://github.com/zopefoundation/zope.app.container
  Commit: 2e8a7449d996ac8422b7812a1c9493302f515038
      https://github.com/zopefoundation/zope.app.container/commit/2e8a7449d996ac8422b7812a1c9493302f515038
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-05-26 (Wed, 26 May 2004)

  Changed paths:
    A contained.py
    A dependency.py

  Log Message:
  -----------
  Changed subscribers to be handlers, meaning that most event handlers
are now just simple handler functions.  This is a work in progress (on
this branch).


  Commit: f73ed2606ba1235e91101f139101de7071db4386
      https://github.com/zopefoundation/zope.app.container/commit/f73ed2606ba1235e91101f139101de7071db4386
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-05-26 (Wed, 26 May 2004)

  Changed paths:
    A configure.zcml

  Log Message:
  -----------
  M    src/zope/app/observable/configure.zcml
M    src/zope/app/undo/configure.zcml
M    src/zope/app/dublincore/configure.zcml
M    src/zope/app/appsetup/configure.zcml
M    src/zope/app/event/configure.zcml
M    src/zope/app/container/configure.zcml
M    src/zope/app/module/configure.zcml
M    src/zope/app/wiki/configure.zcml

Changd event handler configurations to use subscription adapters.

M    src/zope/app/undo/__init__.py
M    src/zope/app/servicenames.py
M    src/zope/app/dublincore/tests/test_creatorannotator.py
M    src/zope/app/workflow/interfaces/__init__.py
M    src/zope/app/workflow/stateful/tests/test_instance.py
M    src/zope/app/workflow/stateful/tests/test_contentworkflow.py
M    src/zope/app/presentation/presentation.py
M    src/zope/app/broken/broken.py
M    src/zope/app/appsetup/bootstrap.py
M    src/zope/app/appsetup/appsetup.py
M    src/zope/app/appsetup/tests.py
M    src/zope/app/rotterdam/tests/test_xmlnavigationviews.py
M    src/zope/app/tests/setup.py
M    src/zope/app/event/tests/placelesssetup.py
M    src/zope/app/mail/interfaces.py
M    src/zope/app/module/__init__.py
M    src/zope/app/publication/interfaces.py

Removed uses of IEvent and removd references to event services.


  Commit: 7a7ed26566659f42184dbeabd935540c0cf8c14a
      https://github.com/zopefoundation/zope.app.container/commit/7a7ed26566659f42184dbeabd935540c0cf8c14a
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-05-26 (Wed, 26 May 2004)

  Changed paths:
    M contained.py

  Log Message:
  -----------
  Various fixes to get the tsts running. Yay!


  Commit: e2eeebec3b8bb38df2deff75b99765d12368ce6a
      https://github.com/zopefoundation/zope.app.container/commit/e2eeebec3b8bb38df2deff75b99765d12368ce6a
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-05-26 (Wed, 26 May 2004)

  Changed paths:
    A browser/adding.py
    M contained.py

  Log Message:
  -----------
  Changed all calls to zope.app.event.publish to use zope.event.notify.


Compare: https://github.com/zopefoundation/zope.app.container/compare/2e8a7449d996^...e2eeebec3b8b


More information about the checkins mailing list