[Checkins] [zopefoundation/zope.app.security] c4e72c: Use newer registration apis/

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


  Branch: refs/heads/monolithic-zope3-jim-adapter
  Home:   https://github.com/zopefoundation/zope.app.security
  Commit: c4e72cbda39a8480164191b8dc3fad9fdb57ecd3
      https://github.com/zopefoundation/zope.app.security/commit/c4e72cbda39a8480164191b8dc3fad9fdb57ecd3
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-02 (Sun, 02 Apr 2006)

  Changed paths:
    A tests/__init__.py

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


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

  Changed paths:
    A tests/test_securitydirectives.py

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


  Commit: 713b27dfaa265ff717cc8ff34a1776edb71f370f
      https://github.com/zopefoundation/zope.app.security/commit/713b27dfaa265ff717cc8ff34a1776edb71f370f
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-03 (Mon, 03 Apr 2006)

  Changed paths:
    A _protections.py

  Log Message:
  -----------
  Get rid of deprecated mutable message ids that are slated for removal in
Zope 3.3.


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

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

  Log Message:
  -----------
  Get rid of NotFoundError which was deprecated and to be removed for Zope 3.3


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

  Changed paths:
    M vocabulary.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: 8814b9c3e6b9be706fe08d2b15c119ca70e59000
      https://github.com/zopefoundation/zope.app.security/commit/8814b9c3e6b9be706fe08d2b15c119ca70e59000
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-05 (Wed, 05 Apr 2006)

  Changed paths:
    A adapter.py
    A permission.py

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


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

  Changed paths:
    M 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: fb421d9df1bb8912093cd01904557440ba74123a
      https://github.com/zopefoundation/zope.app.security/commit/fb421d9df1bb8912093cd01904557440ba74123a
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-10 (Mon, 10 Apr 2006)

  Changed paths:
    R adapter.py

  Log Message:
  -----------
  Move zope.app.security.adapter to zope.security.adapter.  This module contains
adapter factories for trusted/untrusted and located adapters; they're useful
outside zope.app.


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

  Changed paths:
    A 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: 78822934d6d7c63a3578ac597f0a832465c3745c
      https://github.com/zopefoundation/zope.app.security/commit/78822934d6d7c63a3578ac597f0a832465c3745c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-12 (Wed, 12 Apr 2006)

  Changed paths:
    A configure.zcml
    A fields.py
    M metaconfigure.py
    M permission.py
    M tests/__init__.py
    A tests/test_directives.py
    A tests/test_protectclass.py
    A tests/test_protectsubclass.py
    M vocabulary.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: 8751c186357485c72c9d3a29a3224edc4e9d4cb2
      https://github.com/zopefoundation/zope.app.security/commit/8751c186357485c72c9d3a29a3224edc4e9d4cb2
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-04-12 (Wed, 12 Apr 2006)

  Changed paths:
    M permission.py

  Log Message:
  -----------
  Provide BBB for zope.app.security.permission.


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

  Changed paths:
    R fields.py
    A metadirectives.py
    M tests/test_directives.py

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


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

  Changed paths:
    A meta.zcml
    M metaconfigure.py
    M metadirectives.py

  Log Message:
  -----------
  Move some elementary security directives to zope.security.


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

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
  Updated with new event names and locations.


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

  Changed paths:
    A browser/configure.zcml

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


  Commit: bdd3fe8eb29c7a9c1230a40b4ac163bbe707f1f7
      https://github.com/zopefoundation/zope.app.security/commit/bdd3fe8eb29c7a9c1230a40b4ac163bbe707f1f7
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-22 (Sat, 22 Apr 2006)

  Changed paths:
    M permission.py

  Log Message:
  -----------
  Use current registration apis.


  Commit: fd79b8c19b88a72b37c46b5577bad349e01c367f
      https://github.com/zopefoundation/zope.app.security/commit/fd79b8c19b88a72b37c46b5577bad349e01c367f
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-22 (Sat, 22 Apr 2006)

  Changed paths:
    A adapter.py
    A fields.py

  Log Message:
  -----------
  Changed the way modules are moved:

- Removed the deprecatedModule API.  It didn't really work.  It
  created a proxies for deprecated modules in sys.modules that
  generated warnings when names were accessed.  Unfortunately, there
  many analysis systems that inspect all modules found sys.modules.
  When one os these hit a deprecated module, it generated spurious
  deprecation warnings

- Added a new API to zope.deprecation to be used on placeholders for
  moved modules in their old locations.  With this approach, moved
  modules only generate warnings when they are actually imported.

- Added placeholders for various modiles moved out of zope.app.
  When we are ready to really get rid of these, we'll just remove the
  placeholders.


  Commit: ca59efdb2edb95de260daf15972c4b1206488b64
      https://github.com/zopefoundation/zope.app.security/commit/ca59efdb2edb95de260daf15972c4b1206488b64
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-04-22 (Sat, 22 Apr 2006)

  Changed paths:
    M permission.py

  Log Message:
  -----------
  Updated to use new event types.


Compare: https://github.com/zopefoundation/zope.app.security/compare/c4e72cbda39a^...ca59efdb2edb


More information about the checkins mailing list