[Checkins] [zopefoundation/zope.app.schema] 957184: zope.component.exceptions is deprecated (though it...

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


  Branch: refs/heads/monolithic-zope3-jim-adapter
  Home:   https://github.com/zopefoundation/zope.app.schema
  Commit: 957184fd239b18a3fea3ab55a085e029e95bb659
      https://github.com/zopefoundation/zope.app.schema/commit/957184fd239b18a3fea3ab55a085e029e95bb659
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-02-28 (Tue, 28 Feb 2006)

  Changed paths:
    A tests/test_fieldfactory.py
    A tests/test_interfaceutility.py

  Log Message:
  -----------
  zope.component.exceptions is deprecated (though it doesn't generate a warning).
The proper import location for ComponentLookupError is zope.component.interfaces.


  Commit: 9066254222b37cca1f12bbf9b4c8c50cadd1077b
      https://github.com/zopefoundation/zope.app.schema/commit/9066254222b37cca1f12bbf9b4c8c50cadd1077b
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-02 (Sun, 02 Apr 2006)

  Changed paths:
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  Use newer registration apis


  Commit: 710f9204b293d9a8d1b01f09a256159fcef3b152
      https://github.com/zopefoundation/zope.app.schema/commit/710f9204b293d9a8d1b01f09a256159fcef3b152
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-04 (Tue, 04 Apr 2006)

  Changed paths:
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  Removed unused import.


  Commit: 1b75c380def6645470423278f52b4cff481891f1
      https://github.com/zopefoundation/zope.app.schema/commit/1b75c380def6645470423278f52b4cff481891f1
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-04 (Tue, 04 Apr 2006)

  Log Message:
  -----------
  Update with changes from old jim-adapter branch.
Command used:
  $ svn merge svn+ssh://philikon@svn.zope.org/repos/main/Zope3/branches/jim-adapter@41413 \
        svn+ssh://philikon@svn.zope.org/repos/main/Zope3/branches/jim-adapter@66386 .


  Commit: e90eb00d9a71d712059f740d93dd158c8598a4be
      https://github.com/zopefoundation/zope.app.schema/commit/e90eb00d9a71d712059f740d93dd158c8598a4be
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-04 (Tue, 04 Apr 2006)

  Changed paths:
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  Some provideUtility -> registerUtility conversion to cut down the
deprecation noise a bit.


  Commit: 86e7a4aceaa210dc8b8dae785c724831e1759b19
      https://github.com/zopefoundation/zope.app.schema/commit/86e7a4aceaa210dc8b8dae785c724831e1759b19
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-05 (Wed, 05 Apr 2006)

  Changed paths:
    A browser/configure.zcml
    A browser/traversal.py
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  Fix up zope.app for new location of zope.traversing.
(also sneaked in some minor cosmetics regarding zapi/ztapi)


  Commit: 8b9cd82087f9a8e3eea1e739109d0d71ee099eb5
      https://github.com/zopefoundation/zope.app.schema/commit/8b9cd82087f9a8e3eea1e739109d0d71ee099eb5
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-05 (Wed, 05 Apr 2006)

  Changed paths:
    M browser/traversal.py

  Log Message:
  -----------
  Adjust zope.app to the new import location of zope.app.location.


  Commit: a9cfc85cb3f25be6e9d3615602132a2d94b82882
      https://github.com/zopefoundation/zope.app.schema/commit/a9cfc85cb3f25be6e9d3615602132a2d94b82882
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-06 (Thu, 06 Apr 2006)

  Changed paths:
    A browser/__init__.py

  Log Message:
  -----------
  Fix up zope.app according to new location of BrowserView.


  Commit: ba8d1e25c68756b7ba8952ba6dac6813161e0fb5
      https://github.com/zopefoundation/zope.app.schema/commit/ba8d1e25c68756b7ba8952ba6dac6813161e0fb5
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-07 (Fri, 07 Apr 2006)

  Changed paths:
    A tests/test_directives.py

  Log Message:
  -----------
  Fixed the way deprecations were temporarily disabled so that
they are disabled truly temporarily. :)


  Commit: 96df2d0f0a254046a411f218cc7449ef7e67507a
      https://github.com/zopefoundation/zope.app.schema/commit/96df2d0f0a254046a411f218cc7449ef7e67507a
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-07 (Fri, 07 Apr 2006)

  Changed paths:
    A interfaces.py
    A metaconfigure.py
    A vocabulary.py

  Log Message:
  -----------
  Move IVocabularyFactory to zope.schema.interfaces.
Note that this doesn't require BBB. IVocabularyFactory's location at
zope.app.schema.interfaces was introduced only a month back, therefore
never released.


  Commit: 80d264cea6c49714fe424f778ace0e130505e9c7
      https://github.com/zopefoundation/zope.app.schema/commit/80d264cea6c49714fe424f778ace0e130505e9c7
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-11 (Tue, 11 Apr 2006)

  Changed paths:
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  Move zope.app.component.interface to zope.component.interface (note the singular).
It contains some helpers regarding interfaces that are useful outside zope.app.


  Commit: 455278990fb390d3b51d7a4fe2c8f45e248e64fb
      https://github.com/zopefoundation/zope.app.schema/commit/455278990fb390d3b51d7a4fe2c8f45e248e64fb
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-11 (Tue, 11 Apr 2006)

  Changed paths:
    M metaconfigure.py

  Log Message:
  -----------
  Move directive schemas and handlers of elementary directives (adapter, subscriber,
utility) to zope.component.zcml.  Tests aren't moved yet (and BBB isn't provided either)


  Commit: c00897c6aa8374341a326deec81bf25e0b1218a7
      https://github.com/zopefoundation/zope.app.schema/commit/c00897c6aa8374341a326deec81bf25e0b1218a7
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-18 (Tue, 18 Apr 2006)

  Changed paths:
    A configure.zcml
    A schema.py

  Log Message:
  -----------
  Replaced the custom registration with subscribers that set or clear
the definition names.

Note that there weren't tests for the registration, so I didn't write
tests for the subscribers. :)


  Commit: 0ab73085a7376fba438d7146acfecffc2263db9d
      https://github.com/zopefoundation/zope.app.schema/commit/0ab73085a7376fba438d7146acfecffc2263db9d
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-18 (Tue, 18 Apr 2006)

  Changed paths:
    M browser/configure.zcml

  Log Message:
  -----------
  Tools are deprecated.


  Commit: 4708705e3ff3cba2785367206420199b4d4620dc
      https://github.com/zopefoundation/zope.app.schema/commit/4708705e3ff3cba2785367206420199b4d4620dc
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-19 (Wed, 19 Apr 2006)

  Changed paths:
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  get rid of some deprecation warnings by using proper z.c API


  Commit: c57e93055bd523c7d4d38ea7d4c936fce7a36486
      https://github.com/zopefoundation/zope.app.schema/commit/c57e93055bd523c7d4d38ea7d4c936fce7a36486
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-20 (Thu, 20 Apr 2006)

  Changed paths:
    M tests/test_interfaceutility.py

  Log Message:
  -----------
  Removed use of deprecated registration APIs.


Compare: https://github.com/zopefoundation/zope.app.schema/compare/957184fd239b^...c57e93055bd5


More information about the checkins mailing list