[Checkins] [zopefoundation/zope.app.appsetup] 4596ca: Changed subscribers to be handlers, meaning that m...

GitHub noreply at github.com
Fri Feb 22 16:35:36 UTC 2013


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

  Changed paths:
    A bootstrap.py
    A tests.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: b260722672420e0944fe8f57f5d33844261d4a73
      https://github.com/zopefoundation/zope.app.appsetup/commit/b260722672420e0944fe8f57f5d33844261d4a73
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-05-26 (Wed, 26 May 2004)

  Changed paths:
    A appsetup.py
    M bootstrap.py
    A configure.zcml
    M tests.py

  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: d8f6ab357bef856d3baae4dcca00ba71141c9de3
      https://github.com/zopefoundation/zope.app.appsetup/commit/d8f6ab357bef856d3baae4dcca00ba71141c9de3
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-05-26 (Wed, 26 May 2004)

  Changed paths:
    M bootstrap.py
    M configure.zcml

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


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

  Changed paths:
    M appsetup.py

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


Compare: https://github.com/zopefoundation/zope.app.appsetup/compare/4596ca3df801^...68ab19c397b6


More information about the checkins mailing list