[Checkins] [zopefoundation/z3c.authenticator] 262705: Import initial implementation

GitHub noreply at github.com
Wed Feb 27 13:47:09 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.authenticator
  Commit: 26270513bbec128552989ffecae7ebf0aa45430f
      https://github.com/zopefoundation/z3c.authenticator/commit/26270513bbec128552989ffecae7ebf0aa45430f
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-03-23 (Sun, 23 Mar 2008)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    A setup.py
    A src/z3c/__init__.py
    A src/z3c/authenticator/README.txt
    A src/z3c/authenticator/__init__.py
    A src/z3c/authenticator/authentication.py
    A src/z3c/authenticator/browser/__init__.py
    A src/z3c/authenticator/browser/authenticator.py
    A src/z3c/authenticator/browser/authenticator.zcml
    A src/z3c/authenticator/browser/configure.zcml
    A src/z3c/authenticator/browser/credential.py
    A src/z3c/authenticator/browser/credential.zcml
    A src/z3c/authenticator/browser/edit.py
    A src/z3c/authenticator/browser/group.py
    A src/z3c/authenticator/browser/group.zcml
    A src/z3c/authenticator/browser/login.pt
    A src/z3c/authenticator/browser/login.py
    A src/z3c/authenticator/browser/login.zcml
    A src/z3c/authenticator/browser/schemasearch.py
    A src/z3c/authenticator/browser/user.py
    A src/z3c/authenticator/browser/user.zcml
    A src/z3c/authenticator/configure.zcml
    A src/z3c/authenticator/credential.py
    A src/z3c/authenticator/credential.zcml
    A src/z3c/authenticator/event.py
    A src/z3c/authenticator/group.py
    A src/z3c/authenticator/group.txt
    A src/z3c/authenticator/group.zcml
    A src/z3c/authenticator/interfaces.py
    A src/z3c/authenticator/principal.py
    A src/z3c/authenticator/principal.zcml
    A src/z3c/authenticator/testing.py
    A src/z3c/authenticator/tests.py
    A src/z3c/authenticator/user.py
    A src/z3c/authenticator/user.zcml
    A src/z3c/authenticator/vocabulary.py
    A src/z3c/authenticator/vocabulary.txt

  Log Message:
  -----------
  Import initial implementation


  Commit: 98a9350f452158576813d10182c42476d40e65af
      https://github.com/zopefoundation/z3c.authenticator/commit/98a9350f452158576813d10182c42476d40e65af
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-03-23 (Sun, 23 Mar 2008)

  Changed paths:
    A TODO.txt
    M src/z3c/authenticator/credential.py

  Log Message:
  -----------
  Added different files to the ignore file list
Fix a test
Added TODO:txt

Note:
This implementation will change and is not ready to use


  Commit: df83c4b246144a947b7801bb54d21548ac5af423
      https://github.com/zopefoundation/z3c.authenticator/commit/df83c4b246144a947b7801bb54d21548ac5af423
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-03-25 (Tue, 25 Mar 2008)

  Changed paths:
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/authentication.py
    M src/z3c/authenticator/browser/configure.zcml
    R src/z3c/authenticator/browser/edit.py
    M src/z3c/authenticator/browser/group.py
    R src/z3c/authenticator/browser/schemasearch.py
    M src/z3c/authenticator/browser/user.py
    M src/z3c/authenticator/configure.zcml
    M src/z3c/authenticator/group.py
    M src/z3c/authenticator/group.zcml
    M src/z3c/authenticator/interfaces.py
    A src/z3c/authenticator/password.py
    A src/z3c/authenticator/password.zcml
    M src/z3c/authenticator/testing.py
    M src/z3c/authenticator/tests.py
    M src/z3c/authenticator/user.py
    A src/z3c/authenticator/widget.pt
    A src/z3c/authenticator/widget.py
    A src/z3c/authenticator/widget.zcml
    A src/z3c/authenticator/widget_search_form.pt
    A src/z3c/authenticator/widget_source_search_input.pt

  Log Message:
  -----------
  Implemented principal source widget based on z3c.form
Now there is a widget which uses forms and doesn't use the vocabulary hook.
This is all done with the widget, form and term implementation from z3c.form.
It's really impressive how flexible z3c.form is.
Removed the latest dependencies to zope.app.authentication and zope.app.form

TODO:
write more tests, check import and setup dependencies


  Commit: fbaf7a4599006b364e0e8e989cc363be8be29973
      https://github.com/zopefoundation/z3c.authenticator/commit/fbaf7a4599006b364e0e8e989cc363be8be29973
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-03-26 (Wed, 26 Mar 2008)

  Changed paths:
    M TODO.txt
    M buildout.cfg
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/group.txt
    M src/z3c/authenticator/interfaces.py
    M src/z3c/authenticator/password.py
    M src/z3c/authenticator/testing.py
    M src/z3c/authenticator/tests.py
    M src/z3c/authenticator/vocabulary.txt

  Log Message:
  -----------
  Added coverage recipe
Cleanup tests


  Commit: e0fa581251500210d93d06df8aaaa6a3209bc4e6
      https://github.com/zopefoundation/z3c.authenticator/commit/e0fa581251500210d93d06df8aaaa6a3209bc4e6
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-03-31 (Mon, 31 Mar 2008)

  Changed paths:
    M TODO.txt
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/testing.py

  Log Message:
  -----------
  make sessionSetUp reusable, this should go to zope.session.testing once
update TODO.txt


  Commit: abb4bfc0f13c76034322d42f10ef35a1cb52a07d
      https://github.com/zopefoundation/z3c.authenticator/commit/abb4bfc0f13c76034322d42f10ef35a1cb52a07d
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M CHANGES.txt
    R TODO.txt
    M buildout.cfg
    M setup.py
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/configure.zcml
    A src/z3c/authenticator/generations/__init__.py
    A src/z3c/authenticator/generations/configure.zcml

  Log Message:
  -----------
  Removed svn:externals since we have eggs
Added generations package
Prepare for release


  Commit: 400e24804cfc99743f916af693c39a0d3441908e
      https://github.com/zopefoundation/z3c.authenticator/commit/400e24804cfc99743f916af693c39a0d3441908e
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  version bump


  Commit: fbe1f2b8b8b1933fb22851c9b04d9d5c01eb6b2f
      https://github.com/zopefoundation/z3c.authenticator/commit/fbe1f2b8b8b1933fb22851c9b04d9d5c01eb6b2f
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/authentication.py
    M src/z3c/authenticator/browser/authenticator.py
    M src/z3c/authenticator/browser/group.py
    M src/z3c/authenticator/browser/login.py
    M src/z3c/authenticator/browser/user.py
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/testing.py
    M src/z3c/authenticator/widget.py

  Log Message:
  -----------
  Cleanup imports and adjust dependencies


  Commit: 64ed7f4b7cefb6d8de6083e8fe8cdcc52b743e3e
      https://github.com/zopefoundation/z3c.authenticator/commit/64ed7f4b7cefb6d8de6083e8fe8cdcc52b743e3e
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: c3dcbba74ecea77d182accd995f48bd9d1db8a0f
      https://github.com/zopefoundation/z3c.authenticator/commit/c3dcbba74ecea77d182accd995f48bd9d1db8a0f
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-08-02 (Sat, 02 Aug 2008)

  Changed paths:
    M src/z3c/authenticator/browser/login.zcml

  Log Message:
  -----------
  adjust i18n domain


  Commit: bc9e7a6be4b8945702d4ccff9bde762e5c324215
      https://github.com/zopefoundation/z3c.authenticator/commit/bc9e7a6be4b8945702d4ccff9bde762e5c324215
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-08-02 (Sat, 02 Aug 2008)

  Changed paths:
    M CHANGES.txt
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/interfaces.py

  Log Message:
  -----------
  - Implemented z3c.form prefix support in SessionCredentialsPlugin. Now there is 
  an option called prefixes which can be used for define a list of used 
  z3c.form prefixes. This makes it simpler for supporting different forms and
  adjust the credential extraction.
- Added test for this new feature


  Commit: 297fcfc6169fa384c61b58ccc5f431657273f775
      https://github.com/zopefoundation/z3c.authenticator/commit/297fcfc6169fa384c61b58ccc5f431657273f775
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-11-24 (Mon, 24 Nov 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/authentication.py
    M src/z3c/authenticator/browser/authenticator.py
    M src/z3c/authenticator/browser/credential.zcml
    M src/z3c/authenticator/configure.zcml
    M src/z3c/authenticator/event.py
    M src/z3c/authenticator/group.py
    M src/z3c/authenticator/group.txt
    M src/z3c/authenticator/group.zcml
    M src/z3c/authenticator/interfaces.py
    M src/z3c/authenticator/principal.py
    M src/z3c/authenticator/principal.zcml
    A src/z3c/authenticator/principalregistry.py
    A src/z3c/authenticator/principalregistry.zcml
    M src/z3c/authenticator/widget.py
    M src/z3c/authenticator/widget.zcml

  Log Message:
  -----------
  - Feature: added support for local IUnauthenticatedPrincipal. This is usefull 
  if you need to apply local roles to IUnauthenticatedPrincipal. This was not 
  possible before and is not possible in zope.app.authentication

- Feature: implemented initial grant view based on ISource widget. Note, this
  source widget terms implementation which is very complex to understand will
  get moved to z3c.from if we fixed the ITerm dependency. Which means ITerm 
  needs to get moved out of zope.app.form first.

- Feature: added support for next utility lookup in authenticate call. By 
  default the principals from the global principalregistry get involved now. 
  You can disable this feature by setting includeNextUtilityForAuthenticate to
  False.

- Feature: added PrincipalRegistryAuthenticatorPlugin which allows to  
  authenticate principals defined in global principal registry.


  Commit: 7446fda775617c60f57105f836e80cd13680bee7
      https://github.com/zopefoundation/z3c.authenticator/commit/7446fda775617c60f57105f836e80cd13680bee7
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-11-24 (Mon, 24 Nov 2008)

  Changed paths:
    M src/z3c/authenticator/principalregistry.py

  Log Message:
  -----------
  added missing FieldProperty


  Commit: 524aefb71cbd40f2cc6a34a6fef11c0a32fba733
      https://github.com/zopefoundation/z3c.authenticator/commit/524aefb71cbd40f2cc6a34a6fef11c0a32fba733
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-01-03 (Sat, 03 Jan 2009)

  Changed paths:
    M setup.py
    M src/z3c/authenticator/README.txt

  Log Message:
  -----------
  - added doctests to long_description, so they'll show up on pypi homepage
- made text a bit nicer to read


  Commit: a6745338923cb47c77d9d006649b5aa9bf4f2357
      https://github.com/zopefoundation/z3c.authenticator/commit/a6745338923cb47c77d9d006649b5aa9bf4f2357
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-01-03 (Sat, 03 Jan 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  added missing dependency


  Commit: a20dc10603c2d6ea55381c9550f30a996e9855b5
      https://github.com/zopefoundation/z3c.authenticator/commit/a20dc10603c2d6ea55381c9550f30a996e9855b5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-01-04 (Sun, 04 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  preparing release


  Commit: 7b098b05be05916b9663cfa1f68faa1ded94c90f
      https://github.com/zopefoundation/z3c.authenticator/commit/7b098b05be05916b9663cfa1f68faa1ded94c90f
  Author: Michael Howitz <mh at gocept.com>
  Date:   2009-01-04 (Sun, 04 Jan 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: a924d2cd3b88dc735ec3168fb2a500e7725f8f40
      https://github.com/zopefoundation/z3c.authenticator/commit/a924d2cd3b88dc735ec3168fb2a500e7725f8f40
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-03-14 (Sat, 14 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/authentication.py
    M src/z3c/authenticator/browser/login.py
    M src/z3c/authenticator/configure.zcml
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/group.py
    M src/z3c/authenticator/group.txt
    M src/z3c/authenticator/interfaces.py
    R src/z3c/authenticator/password.py
    R src/z3c/authenticator/password.zcml
    M src/z3c/authenticator/principal.py
    M src/z3c/authenticator/principalregistry.py
    M src/z3c/authenticator/testing.py
    M src/z3c/authenticator/tests.py
    M src/z3c/authenticator/user.py
    M src/z3c/authenticator/widget.py
    M src/z3c/authenticator/widget.zcml

  Log Message:
  -----------
  Use ``zope.container`` instead of ``zope.app.container``.
Use ``zope.site`` instead of ``zope.app.component``.
Use ``zope.authentication`` and ``zope.principalregistry`` instead of ``zope.app.security``.
Use ``zope.password`` instead of maintaining a copy of password managers.


  Commit: 6744ac086dd03a11bb1f06f2505a3bc38e88e3f9
      https://github.com/zopefoundation/z3c.authenticator/commit/6744ac086dd03a11bb1f06f2505a3bc38e88e3f9
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-03-14 (Sat, 14 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/browser/authenticator.py
    M src/z3c/authenticator/browser/authenticator.zcml
    M src/z3c/authenticator/browser/credential.py
    M src/z3c/authenticator/browser/group.py
    M src/z3c/authenticator/browser/login.py
    M src/z3c/authenticator/browser/user.py
    M src/z3c/authenticator/interfaces.py
    M src/z3c/authenticator/vocabulary.py

  Log Message:
  -----------
  Drop dependency on z3c.i18n.


  Commit: f723e0a93f195f24b50816c75c5b5f60db1a81be
      https://github.com/zopefoundation/z3c.authenticator/commit/f723e0a93f195f24b50816c75c5b5f60db1a81be
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2009-03-14 (Sat, 14 Mar 2009)

  Changed paths:
    M src/z3c/authenticator/browser/login.pt

  Log Message:
  -----------
  Use english.


  Commit: ce9a2fb78e79204929a91274a07d400b329129e6
      https://github.com/zopefoundation/z3c.authenticator/commit/ce9a2fb78e79204929a91274a07d400b329129e6
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-05-11 (Mon, 11 May 2009)

  Changed paths:
    M src/z3c/authenticator/group.py
    M src/z3c/authenticator/principalregistry.py

  Log Message:
  -----------
  removed unused imports


  Commit: 706d6029e3a89b50c830655f4146ba7c2227a39e
      https://github.com/zopefoundation/z3c.authenticator/commit/706d6029e3a89b50c830655f4146ba7c2227a39e
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-05-11 (Mon, 11 May 2009)

  Changed paths:
    M CHANGES.txt
    M README.txt
    M setup.py

  Log Message:
  -----------
  prepare for release


  Commit: 7804afc24790a84670dff4433f7772f17e3b0d64
      https://github.com/zopefoundation/z3c.authenticator/commit/7804afc24790a84670dff4433f7772f17e3b0d64
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-05-11 (Mon, 11 May 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  added dev marker


  Commit: ed13f88ee9df0de7d1a8bfda6c576763020f1351
      https://github.com/zopefoundation/z3c.authenticator/commit/ed13f88ee9df0de7d1a8bfda6c576763020f1351
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2009-06-09 (Tue, 09 Jun 2009)

  Changed paths:
    M CHANGES.txt
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/interfaces.py
    M src/z3c/authenticator/user.py

  Log Message:
  -----------
  - Feature: added getUserByLogin to IUserContainer
- Added a test for user migration (that they can keep their ID)


  Commit: 705f4e0cbeab74232dfb49b9c5891b0c1cf6588d
      https://github.com/zopefoundation/z3c.authenticator/commit/705f4e0cbeab74232dfb49b9c5891b0c1cf6588d
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-08-18 (Tue, 18 Aug 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/group.py
    M src/z3c/authenticator/group.txt

  Log Message:
  -----------
  - bugfix, the method specialGroups applied groups everytime the method get called even if the group was already applied.
- prepare for release


  Commit: 6270d97a82abfb8867f4d66943c50ccaf805c635
      https://github.com/zopefoundation/z3c.authenticator/commit/6270d97a82abfb8867f4d66943c50ccaf805c635
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-08-18 (Tue, 18 Aug 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  added dev marker


  Commit: b58ef77a958fdac8cd5a5dbf6417fd7bb093412d
      https://github.com/zopefoundation/z3c.authenticator/commit/b58ef77a958fdac8cd5a5dbf6417fd7bb093412d
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-10-17 (Sat, 17 Oct 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/browser/login.py
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/interfaces.py

  Log Message:
  -----------
  Security Fix: move camefrom url to a session variable instead of exposing
the url in the login form. Because the camefrom url is built at server side
based on local information and will always only use internal traversal names.
Exposing this camefrom query in the login url gives others only a point to
attack because it could be simply set by a unfriendly domain with a custom
url. This is much better since such a unfriendly 3rd party domain url doesn't
get redirected by default based on the changes in zope.publisher's redirect
method. (zope.publisher 3.9.3 does only redirect to urls located in the same
domain by default)
  
Remove all camefrom widgets and queries in our custom forms if you use any.
You can just set and get the camefrom session variable in your custom forms
if you need to.


  Commit: de00e62dec0c62dfc4b71d48aaff1432216c4f35
      https://github.com/zopefoundation/z3c.authenticator/commit/de00e62dec0c62dfc4b71d48aaff1432216c4f35
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-25 (Mon, 25 Jan 2010)

  Changed paths:
    M src/z3c/authenticator/group.py

  Log Message:
  -----------
  remove BBB


  Commit: 3701062872584682fe703a7d2839ea7079598f2d
      https://github.com/zopefoundation/z3c.authenticator/commit/3701062872584682fe703a7d2839ea7079598f2d
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-25 (Mon, 25 Jan 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: 75e2d088d8664333de95d4e76a3ccf76c5d4559a
      https://github.com/zopefoundation/z3c.authenticator/commit/75e2d088d8664333de95d4e76a3ccf76c5d4559a
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-25 (Mon, 25 Jan 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  back to dev


  Commit: 0c65b74a5c37b0eef0f6776bf4df85fdfd880c01
      https://github.com/zopefoundation/z3c.authenticator/commit/0c65b74a5c37b0eef0f6776bf4df85fdfd880c01
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-26 (Tue, 26 Jan 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  add 0.7.2 and 0.6.2


  Commit: 39977eab5555c3ed4c644ad6549af49bcaf403fc
      https://github.com/zopefoundation/z3c.authenticator/commit/39977eab5555c3ed4c644ad6549af49bcaf403fc
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-26 (Tue, 26 Jan 2010)

  Changed paths:
    M src/z3c/authenticator/credential.py

  Log Message:
  -----------
  add a note about non-ASCII URL, I'm not sure whether this breaks... hopefully not


  Commit: aa52461c023dde6d66ac5af067053268ceb62c0e
      https://github.com/zopefoundation/z3c.authenticator/commit/aa52461c023dde6d66ac5af067053268ceb62c0e
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-03-31 (Wed, 31 Mar 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/authenticator/README.txt
    M src/z3c/authenticator/user.py

  Log Message:
  -----------
  Bugfix: Did not handle unicode IUser.login values.


  Commit: e0a6d8981a2e30f1319fcdf96964ad370c4b73e9
      https://github.com/zopefoundation/z3c.authenticator/commit/e0a6d8981a2e30f1319fcdf96964ad370c4b73e9
  Author: Christian Theune <ct at gocept.com>
  Date:   2010-06-02 (Wed, 02 Jun 2010)

  Changed paths:
    M bootstrap.py
    M src/z3c/authenticator/browser/login.py
    M src/z3c/authenticator/generations/__init__.py

  Log Message:
  -----------
  Conform to repository policy.


  Commit: 0ea5f904a72e0c9e3f54830d904acf8a48446c7d
      https://github.com/zopefoundation/z3c.authenticator/commit/0ea5f904a72e0c9e3f54830d904acf8a48446c7d
  Author: Christian Theune <ct at gocept.com>
  Date:   2010-06-02 (Wed, 02 Jun 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt

  Log Message:
  -----------
  Conform to repository policy.


  Commit: a228502ec2970ad395290603700ecfc49af3be71
      https://github.com/zopefoundation/z3c.authenticator/commit/a228502ec2970ad395290603700ecfc49af3be71
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2010-09-06 (Mon, 06 Sep 2010)

  Changed paths:
    M src/z3c/authenticator/README.txt

  Log Message:
  -----------
  Minor language corrections.


  Commit: 40a07cad1d36730f2e88670fbafa2b50fc2da3a3
      https://github.com/zopefoundation/z3c.authenticator/commit/40a07cad1d36730f2e88670fbafa2b50fc2da3a3
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-01-20 (Thu, 20 Jan 2011)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/z3c/authenticator/tests.py
    M src/z3c/authenticator/user.py

  Log Message:
  -----------
  - Fixed deprecation warnings.


  Commit: 5700fd1bdb1ce12d495c2801d02c56460f2bc8c8
      https://github.com/zopefoundation/z3c.authenticator/commit/5700fd1bdb1ce12d495c2801d02c56460f2bc8c8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-01-20 (Thu, 20 Jan 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.8.1


  Commit: 5c1e3fe050ad60d83b33534d9ee78f1f52287393
      https://github.com/zopefoundation/z3c.authenticator/commit/5c1e3fe050ad60d83b33534d9ee78f1f52287393
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-01-20 (Thu, 20 Jan 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.8.2


Compare: https://github.com/zopefoundation/z3c.authenticator/compare/26270513bbec^...5c1e3fe050ad


More information about the checkins mailing list