[Checkins] [zopefoundation/zope.app.broken] 22c5d2: Changed subscribers to be handlers, meaning that m...

GitHub noreply at github.com
Tue Mar 12 13:23:46 UTC 2013


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

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

  Changed paths:
    A configure.zcml

  Log Message:
  -----------
  Changed subscribers to be handlers, meaning that most event handlers
are now just simple handler functions.


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

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

  Changed paths:
    M broken.py
    M configure.zcml

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


Compare: https://github.com/zopefoundation/zope.app.broken/compare/22c5d2031cda^...175e4dac0727


More information about the checkins mailing list