[Checkins] [zopefoundation/zope.app.publisher] 0506d6: Use correct import path now that the BBB stuff is ...

GitHub noreply at github.com
Tue Mar 12 13:27:57 UTC 2013


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

  Changed paths:
    A xmlrpc/tests/test_directives.py
    A xmlrpc/tests/xmlrpc_error.zcml

  Log Message:
  -----------
  Use correct import path now that the BBB stuff is gone


  Commit: bdbf4de8f69d2c5cdafcafab057c8fa57d606233
      https://github.com/zopefoundation/zope.app.publisher/commit/bdbf4de8f69d2c5cdafcafab057c8fa57d606233
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-02-28 (Tue, 28 Feb 2006)

  Changed paths:
    A browser/fields.py
    A browser/viewmeta.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: 679a24b8949a33c20e6f13c003af414f4de24175
      https://github.com/zopefoundation/zope.app.publisher/commit/679a24b8949a33c20e6f13c003af414f4de24175
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-02 (Sun, 02 Apr 2006)

  Changed paths:
    A browser/fileresource.py
    A fieldconverters.py
    A fileresource.py

  Log Message:
  -----------
  Adjust to new location of datetimeutils.


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

  Changed paths:
    M browser/viewmeta.py

  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: 9bba72e0ff37224743f5513f9cc4fc803956ad2c
      https://github.com/zopefoundation/zope.app.publisher/commit/9bba72e0ff37224743f5513f9cc4fc803956ad2c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-04 (Tue, 04 Apr 2006)

  Changed paths:
    A browser/__init__.py

  Log Message:
  -----------
  Move applySkin from zope.app.publisher.browser to zope.publisher.browser.


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

  Changed paths:
    M browser/__init__.py

  Log Message:
  -----------
  Provide BBB import for applySkin


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

  Changed paths:
    A browser/tests/test_addMenuItem.py

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


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

  Changed paths:
    A browser/icon.py
    A browser/resource.py
    A browser/tests/support.py
    A browser/tests/test_directives.py
    A browser/tests/test_icondirective.py
    A browser/tests/test_pagetemplateresource.py

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


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

  Changed paths:
    M browser/__init__.py
    M browser/resource.py
    A browser/resources.py
    A xmlrpc/README.txt
    A xmlrpc/__init__.py

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


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

  Changed paths:
    M browser/__init__.py
    A interfaces/browser.py

  Log Message:
  -----------
  More on MakeZopeAppSmaller:
* Move BrowserView to zope.publisher.browser


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

  Changed paths:
    A browser/directoryresource.py
    M browser/fileresource.py
    A browser/managementviewselector.py
    A browser/menu.py
    A browser/pagetemplateresource.py
    M browser/resources.py
    A browser/tests/test_resources.py
    M browser/viewmeta.py

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


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

  Changed paths:
    A browser/tests/test_browserlanguages.py

  Log Message:
  -----------
  Fix up zope.app after moving zope.app.annotation to zope.annotation.


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

  Changed paths:
    A browser/metaconfigure.py

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


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

  Changed paths:
    A browser/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: e99e4f1a4d47ac84f02914c784177c1a86d1e27f
      https://github.com/zopefoundation/zope.app.publisher/commit/e99e4f1a4d47ac84f02914c784177c1a86d1e27f
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-11 (Tue, 11 Apr 2006)

  Changed paths:
    M browser/icon.py
    A browser/menumeta.py
    M browser/metaconfigure.py
    M browser/viewmeta.py
    A xmlrpc/metaconfigure.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: a082e4ec6324033ea99526df89dadffd8a23047c
      https://github.com/zopefoundation/zope.app.publisher/commit/a082e4ec6324033ea99526df89dadffd8a23047c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-11 (Tue, 11 Apr 2006)

  Changed paths:
    A browser/i18nresourcemeta.py
    M browser/icon.py
    M browser/menumeta.py
    M browser/metaconfigure.py
    A browser/resourcemeta.py
    M browser/viewmeta.py
    M xmlrpc/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: 42168d018e59d9cf8ca0c70e1dcd830892c4f4b5
      https://github.com/zopefoundation/zope.app.publisher/commit/42168d018e59d9cf8ca0c70e1dcd830892c4f4b5
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-12 (Wed, 12 Apr 2006)

  Changed paths:
    M browser/i18nresourcemeta.py
    M browser/icon.py
    M browser/metaconfigure.py
    M browser/resourcemeta.py
    M browser/tests/test_addMenuItem.py
    M browser/viewmeta.py

  Log Message:
  -----------
  Move more directive handlers to the new registration API; fix some tests
that I broke by moving the elementary ones earlier.


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

  Changed paths:
    A DEPENDENCIES.cfg
    M fileresource.py

  Log Message:
  -----------
  Move zope.app.content_types not to zope.app.contenttypes but to zope.contenttype.


  Commit: 882d77edd182a7517b7c6fd3648df9c4abaff2b9
      https://github.com/zopefoundation/zope.app.publisher/commit/882d77edd182a7517b7c6fd3648df9c4abaff2b9
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-12 (Wed, 12 Apr 2006)

  Changed paths:
    A browser/menu.txt
    M browser/tests/test_directives.py

  Log Message:
  -----------
  Move Permission implementation to zope.security. It's reusable.
Also correct imports of IPermission. It's in zope.security.interfaces,
not in zope.app.security.interfaces.


  Commit: 63d5ce43a43b8c7ad72018522c27f0f85b5984fd
      https://github.com/zopefoundation/zope.app.publisher/commit/63d5ce43a43b8c7ad72018522c27f0f85b5984fd
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-12 (Wed, 12 Apr 2006)

  Changed paths:
    A browser/metadirectives.py
    A xmlrpc/metadirectives.py

  Log Message:
  -----------
  Move Permission field to zope.security.zcml.


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

  Changed paths:
    M browser/metaconfigure.py

  Log Message:
  -----------
  Don't mess with warnings or call resetwarnings!  It 
breaks -Wignore.


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

  Changed paths:
    M xmlrpc/metaconfigure.py

  Log Message:
  -----------
  Use new registration API.


  Commit: 481509e486e7666df7a9119be98e2f7630030eb2
      https://github.com/zopefoundation/zope.app.publisher/commit/481509e486e7666df7a9119be98e2f7630030eb2
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-23 (Sun, 23 Apr 2006)

  Changed paths:
    M browser/metadirectives.py

  Log Message:
  -----------
  properly deprecate LayerField


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

  Changed paths:
    M browser/viewmeta.py

  Log Message:
  -----------
  Remove some of the last remaining BBB code that's a goner in 3.3.


Compare: https://github.com/zopefoundation/zope.app.publisher/compare/0506d61d8bbb^...e77b7ad0a41b


More information about the checkins mailing list