[Zope3-checkins] SVN: Zope3/trunk/ Refactor of pluggable authentication. See CHANGES.txt for more information.

Jim Fulton jim at zope.com
Tue Mar 29 15:35:25 EST 2005


Garrett Smith wrote:
> Log message for revision 29714:
>   Refactor of pluggable authentication. See CHANGES.txt for more information.
> 
> Changed:
>   U   Zope3/trunk/doc/CHANGES.txt
>   U   Zope3/trunk/overrides.zcml.in
>   A   Zope3/trunk/package-includes/groupfolder-configure.zcml
>   A   Zope3/trunk/package-includes/principalfolder-configure.zcml
>   U   Zope3/trunk/src/bugtracker/tests/placelesssetup.py
>   U   Zope3/trunk/src/bugtracker/tests/test_vocabularies.py
>   U   Zope3/trunk/src/zope/app/apidoc/bookmodule/book.zcml
>   U   Zope3/trunk/src/zope/app/authentication/README.txt
>   U   Zope3/trunk/src/zope/app/authentication/authentication.py
>   D   Zope3/trunk/src/zope/app/authentication/authenticationplugins.zcml
>   U   Zope3/trunk/src/zope/app/authentication/browser/configure.zcml
>   U   Zope3/trunk/src/zope/app/authentication/browser/group_searching_with_empty_string.txt
>   U   Zope3/trunk/src/zope/app/authentication/browser/groupfolder.txt
>   A   Zope3/trunk/src/zope/app/authentication/browser/httpplugins.zcml
>   U   Zope3/trunk/src/zope/app/authentication/browser/loginform.pt
>   U   Zope3/trunk/src/zope/app/authentication/browser/principalfolder.txt
>   A   Zope3/trunk/src/zope/app/authentication/browser/principalfolder.zcml
>   A   Zope3/trunk/src/zope/app/authentication/browser/register.py
>   A   Zope3/trunk/src/zope/app/authentication/browser/session.zcml
>   U   Zope3/trunk/src/zope/app/authentication/browser/special-groups.txt
>   U   Zope3/trunk/src/zope/app/authentication/browserplugins.py
>   D   Zope3/trunk/src/zope/app/authentication/challengeplugins.zcml
>   U   Zope3/trunk/src/zope/app/authentication/configure.zcml
>   D   Zope3/trunk/src/zope/app/authentication/extractionplugins.zcml
>   U   Zope3/trunk/src/zope/app/authentication/generic.py
>   U   Zope3/trunk/src/zope/app/authentication/groupfolder.py
>   U   Zope3/trunk/src/zope/app/authentication/groupfolder.txt
>   U   Zope3/trunk/src/zope/app/authentication/groupfolder.zcml
>   U   Zope3/trunk/src/zope/app/authentication/httpplugins.py
>   A   Zope3/trunk/src/zope/app/authentication/httpplugins.zcml
>   U   Zope3/trunk/src/zope/app/authentication/idpicker.py
>   D   Zope3/trunk/src/zope/app/authentication/idpicker.txt
>   U   Zope3/trunk/src/zope/app/authentication/interfaces.py
>   U   Zope3/trunk/src/zope/app/authentication/principalfolder.py
>   U   Zope3/trunk/src/zope/app/authentication/principalfolder.txt
>   A   Zope3/trunk/src/zope/app/authentication/principalfolder.zcml
>   U   Zope3/trunk/src/zope/app/authentication/principalplugins.py
>   D   Zope3/trunk/src/zope/app/authentication/principalplugins.zcml
>   A   Zope3/trunk/src/zope/app/authentication/session.py
>   A   Zope3/trunk/src/zope/app/authentication/session.zcml
>   D   Zope3/trunk/src/zope/app/authentication/sql.py
>   U   Zope3/trunk/src/zope/app/authentication/tests.py
>   U   Zope3/trunk/src/zope/app/component/browser/tools.py
>   U   Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py
>   U   Zope3/trunk/src/zope/app/publication/zopepublication.py
>   U   Zope3/trunk/src/zope/app/security/__init__.py
>   U   Zope3/trunk/src/zope/app/security/browser/auth.py
>   U   Zope3/trunk/src/zope/app/security/browser/configure.zcml
>   U   Zope3/trunk/src/zope/app/security/browser/loginlogout.txt
>   U   Zope3/trunk/src/zope/app/security/browser/principalterms.txt
>   U   Zope3/trunk/src/zope/app/security/configure.zcml
>   U   Zope3/trunk/src/zope/app/security/globalprincipals.txt
>   U   Zope3/trunk/src/zope/app/security/interfaces.py
>   U   Zope3/trunk/src/zope/app/security/principal.py
>   U   Zope3/trunk/src/zope/app/security/principalregistry.py
>   U   Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py
>   U   Zope3/trunk/src/zope/app/security/vocabulary.py
>   U   Zope3/trunk/src/zope/app/securitypolicy/browser/granting.txt
>   U   Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalpermissionmanager.py
>   U   Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalrolemanager.py
>   U   Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitydirectives.py
>   U   Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.txt
>   U   Zope3/trunk/src/zope/app/zapi/README.txt
>   U   Zope3/trunk/src/zope/app/zapi/__init__.py

First, I really appreciate all this work.  Having said this, these are a
lot of changes for so brief a checkin comment.  There are a host of different changes
all roled together.  It would be much better, in the future, to make separate checkins
for separate changes, with reasonably focussed checkin comments for each change.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-Checkins mailing list