[Checkins] [zopefoundation/zope.app.publication] 8f8405: Changed subscribers to be handlers, meaning that m...

GitHub noreply at github.com
Mon Feb 25 14:17:57 UTC 2013


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

  Changed paths:
    A tests/test_zopepublication.py

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


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

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

  Changed paths:
    M tests/test_zopepublication.py

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


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

  Changed paths:
    A zopepublication.py

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


Compare: https://github.com/zopefoundation/zope.app.publication/compare/8f84054071fc^...2fca503029a5


More information about the checkins mailing list