[Checkins] [zopefoundation/Zope] 6bf5fb: changing Zope (esp. the ZMI, but not the user sour...

GitHub noreply at github.com
Tue Feb 26 16:46:19 UTC 2013


  Branch: refs/heads/lra-userid_username_separation-branch
  Home:   https://github.com/zopefoundation/Zope
  Commit: 6bf5fb0c878e86459452abaa6c379ba132928282
      https://github.com/zopefoundation/Zope/commit/6bf5fb0c878e86459452abaa6c379ba132928282
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-03 (Wed, 03 Aug 2005)

  Log Message:
  -----------
  changing Zope (esp. the ZMI, but not the user source) to treat the username of a user an ephemeral caracteristic of
the user, which should always be keyed by the userid. Make sure the userid is not leaked to the interface, as it
could be a potentialy long and meaningless string.


  Commit: 3ac7e92efbcafa3281403d116aa21e0d141dac5d
      https://github.com/zopefoundation/Zope/commit/3ac7e92efbcafa3281403d116aa21e0d141dac5d
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-08 (Mon, 08 Aug 2005)

  Changed paths:
    M lib/python/AccessControl/Owned.py
    M lib/python/AccessControl/Role.py
    M lib/python/AccessControl/dtml/owner.dtml
    A lib/python/AccessControl/tests/testIdNameSeparation.py

  Log Message:
  -----------
  enhance userid username separation. Lookup userid for username in manage_{add,set,del}LocalRoles(),
add username information to owner_info() and change owner.dtml to use it


  Commit: bb59ccd13c86eb7459a51f8266a5c8216a97724c
      https://github.com/zopefoundation/Zope/commit/bb59ccd13c86eb7459a51f8266a5c8216a97724c
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-09 (Tue, 09 Aug 2005)

  Changed paths:
    M doc/CHANGES.txt
    M lib/python/DocumentTemplate/tests/testustr.py
    M lib/python/DocumentTemplate/ustr.py
    A lib/python/Interface/bridge.py
    A lib/python/Interface/tests/bridge.txt
    A lib/python/Interface/tests/framework.py
    A lib/python/Interface/tests/test_bridge.py
    M lib/python/OFS/CopySupport.py
    M lib/python/StructuredText/DocumentWithImages.py
    M lib/python/StructuredText/tests/testStructuredText.py
    M lib/python/TAL/TALInterpreter.py
    M lib/python/TAL/tests/test_talinterpreter.py
    M lib/python/Zope2/Startup/zopectl.py

  Log Message:
  -----------
  Merge in changes in Zope-2_8-branch from revision 37686 till "now" (as recorded in Zope/branches/lra-userid_username_separation-branchpoints/Zope-2_8-20050809-1700).
If additional merges from Zope-2_8-branch are needed, take the difference from lra-userid_username_separation-branchpoints/Zope-2_8-20050809-1700


  Commit: a91db55ddc1a3b07f3c0ebd6a60dfd52e49b3551
      https://github.com/zopefoundation/Zope/commit/a91db55ddc1a3b07f3c0ebd6a60dfd52e49b3551
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-10 (Wed, 10 Aug 2005)

  Changed paths:
    M lib/python/AccessControl/Role.py

  Log Message:
  -----------
  Revert userid -> username renaming in some methods because it's an API change and code elsewhere (CMF, for instance)
was passing these positionals arguments as named parameters.
Removed the exception when username isn't found and now return the username as userid.


  Commit: cdef7cd0fdc7229ec3a98864c17e09207579e9d0
      https://github.com/zopefoundation/Zope/commit/cdef7cd0fdc7229ec3a98864c17e09207579e9d0
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-10 (Wed, 10 Aug 2005)

  Changed paths:
    M lib/python/AccessControl/Role.py

  Log Message:
  -----------
  memo to self. run tests before commiting
forgot to qualify a functions with it's imported module


  Commit: 3943d8c5bd84afc85fe4e4189722f945d5f9a507
      https://github.com/zopefoundation/Zope/commit/3943d8c5bd84afc85fe4e4189722f945d5f9a507
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-11 (Thu, 11 Aug 2005)

  Changed paths:
    M doc/CHANGES.txt
    M inst/WinBuilders/mk/zope.mk
    M inst/versions.py

  Log Message:
  -----------
  merge last changes from Zope-2_8-branch since Ago 09


  Commit: 3ead206e4dde10d826e5977f7ecc5e70a83eca24
      https://github.com/zopefoundation/Zope/commit/3ead206e4dde10d826e5977f7ecc5e70a83eca24
  Author: Leonardo Rochael Almeida <leorochael at gmail.com>
  Date:   2005-08-25 (Thu, 25 Aug 2005)

  Changed paths:
    M lib/python/AccessControl/Role.py
    M lib/python/AccessControl/tests/testIdNameSeparation.py

  Log Message:
  -----------
  fix RoleManager._acl_users_generator() to return correctly wrapped user folders and test it.
fix test_get_local_roles_for_userid()


Compare: https://github.com/zopefoundation/Zope/compare/6bf5fb0c878e^...3ead206e4dde


More information about the checkins mailing list