[Checkins] [zopefoundation/zope.app.security] bbf4e5: Merged in changes from trunk. These are necessary, ...

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


  Branch: refs/heads/monolithic-zope3-srichter-blow-services
  Home:   https://github.com/zopefoundation/zope.app.security
  Commit: bbf4e59e9bc2b4e602139228f436abd97ba4c458
      https://github.com/zopefoundation/zope.app.security/commit/bbf4e59e9bc2b4e602139228f436abd97ba4c458
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-12-21 (Tue, 21 Dec 2004)

  Changed paths:
    R __init__.py
    R _protections.py
    R _protections.zcml
    R browser/__init__.py
    R browser/login.pt
    R browser/login_failed.pt
    R browser/logout.pt
    R browser/redirect.pt
    R fields.py
    R ftpauth.py
    R globalmodules.zcml
    R loginpassword.py
    R meta.zcml
    R metaconfigure.py
    R metadirectives.py
    R permission.py
    R principallogging.py
    R protectclass.py
    R settings.py
    M tests/__init__.py
    R tests/module.py
    R tests/modulehookup.py
    R tests/perm.zcml
    R tests/perm_duplicate.zcml
    R tests/principal.zcml
    R tests/redefineperms.zcml
    R tests/test_adapter.py
    R tests/test_basicauthadapter.py
    R tests/test_directives.py
    R tests/test_fields.py
    R tests/test_ftpauth.py
    R tests/test_loginpassword.py
    R tests/test_permission.py
    R tests/test_principallogging.py
    R tests/test_principalregistry.py
    R tests/test_protectclass.py
    R tests/test_protectsubclass.py
    R tests/test_settings.py
    R tests/test_vocabulary.py

  Log Message:
  -----------
  Merged in changes from trunk. These are necessary, since they remove all 
services other than the utility, adapter and service service, which will 
be removed by the work of this branch.


  Commit: 03e77c1517e9deed162dd7f745d790ccdb8ad6e3
      https://github.com/zopefoundation/zope.app.security/commit/03e77c1517e9deed162dd7f745d790ccdb8ad6e3
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-09 (Sun, 09 Jan 2005)

  Changed paths:
    M browser/principalterms.txt
    M browser/tests.py
    M configure.zcml
    A permission.py
    A tests/test_directives.py
    A tests/test_principalregistry.py
    A tests/test_protectclass.py
    A tests/test_protectsubclass.py
    M tests/test_securitydirectives.py
    M vocabulary.py

  Log Message:
  -----------
  Deactivted all BBB to ensure that we use only the latest code in zope.app

Made almost all tests pass again, except the few that heavily depended on
the old way of doing things: apidoc, module, presentation


  Commit: 98854d9b4c0c8e2e5d057047c776b18e042f75e6
      https://github.com/zopefoundation/zope.app.security/commit/98854d9b4c0c8e2e5d057047c776b18e042f75e6
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-10 (Mon, 10 Jan 2005)

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
  Got Zope to start up again. I had to add a bunch of XXX to view 
registrations, but that's okay. Now I can at least concentrate on 
developing the new Site Management screens.


  Commit: 0581275d3ee921f7cd1b92bc67d74f775fd2bba2
      https://github.com/zopefoundation/zope.app.security/commit/0581275d3ee921f7cd1b92bc67d74f775fd2bba2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    M browser/configure.zcml

  Log Message:
  -----------
  Fixed registration views, so that the site management interface becomes 
useful again.

Reimplemented tools with a compacter UI (which still needs some work).

Fixed bug that prevented us to create absolute urls for views. This was 
due to the fact that getView has been deprecated. The name and parent of 
a view are now the responsibility of the factory.


  Commit: e5e9fe332c647799053fc7714316cf6f0f5f2c58
      https://github.com/zopefoundation/zope.app.security/commit/e5e9fe332c647799053fc7714316cf6f0f5f2c58
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    M interfaces.py
    M vocabulary.py

  Log Message:
  -----------
  Fixed a couple functional tests.

Tried to remove the service terminology from the code as much as 
possible.


  Commit: a608331034586ef4fed50f4569229582b7740306
      https://github.com/zopefoundation/zope.app.security/commit/a608331034586ef4fed50f4569229582b7740306
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-17 (Mon, 17 Jan 2005)

  Changed paths:
    M browser/auth.py
    M browser/configure.zcml
    M browser/principalterms.txt
    M configure.zcml
    M interfaces.py
    M principal.py
    M principalregistry.py
    M tests/test_securitydirectives.py
    M vocabulary.py

  Log Message:
  -----------
  Added some bbb and updated the final packages to the new layout. Merged 
trunk.


  Commit: f183c97a06cc18eb5036db905d162a6eee40a3c2
      https://github.com/zopefoundation/zope.app.security/commit/f183c97a06cc18eb5036db905d162a6eee40a3c2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-10 (Thu, 10 Feb 2005)

  Changed paths:
    M browser/auth.py
    M browser/authutilitysearchview.txt
    M browser/configure.zcml
    A browser/loginlogout.txt
    M browser/tests.py
    M configure.zcml
    A globalprincipals.txt
    M interfaces.py
    A meta.zcml
    A metaconfigure.py
    A metadirectives.py
    M permission.py
    M principalregistry.py
    M tests/test_directives.py

  Log Message:
  -----------
  Merged trunk to branch. I still ahve 4 ftests failing, but I suspect, it 
will be fixed once I merge the changes of the last three days (hopefully).


  Commit: ef4198a12eda0dfce2e983de2017b85abfdd72cc
      https://github.com/zopefoundation/zope.app.security/commit/ef4198a12eda0dfce2e983de2017b85abfdd72cc
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-10 (Thu, 10 Feb 2005)

  Changed paths:
    M vocabulary.py

  Log Message:
  -----------
  Updated to the latest head version of the trunk. It did not fix the 4 
ftests failures though. :(


Compare: https://github.com/zopefoundation/zope.app.security/compare/bbf4e59e9bc2^...ef4198a12eda


More information about the checkins mailing list