[Checkins] [zopefoundation/Zope] 1a614a: Fixing the Five traversal by splitting the attribu...

GitHub noreply at github.com
Tue Feb 26 16:41:22 UTC 2013


  Branch: refs/heads/regebro-traversalfix
  Home:   https://github.com/zopefoundation/Zope
  Commit: 1a614a0dfe8d6d9e4575224bb13f247ad6d7f6e6
      https://github.com/zopefoundation/Zope/commit/1a614a0dfe8d6d9e4575224bb13f247ad6d7f6e6
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-06-15 (Thu, 15 Jun 2006)

  Log Message:
  -----------
  Fixing the Five traversal by splitting the attribute getting as discussed on zope-dev.


  Commit: 2f12fefd9d29f74772c89f0df491ba0f136876d1
      https://github.com/zopefoundation/Zope/commit/2f12fefd9d29f74772c89f0df491ba0f136876d1
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-06-15 (Thu, 15 Jun 2006)

  Changed paths:
    M lib/python/ZPublisher/HTTPRequest.py

  Log Message:
  -----------
  Removed some tabs.


  Commit: 14dd2074f1ddb9f7714aa921ad9ab1f9f3f214be
      https://github.com/zopefoundation/Zope/commit/14dd2074f1ddb9f7714aa921ad9ab1f9f3f214be
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-06-15 (Thu, 15 Jun 2006)

  Changed paths:
    M doc/CHANGES.txt
    M lib/python/OFS/Traversable.py
    M lib/python/OFS/tests/testTraverse.py
    M lib/python/ZPublisher/BaseRequest.py

  Log Message:
  -----------
  View and attribute lookup order was changed to the following:
   1. Unacquired attributes
   2. Views
   3. Acquired attributes
According to consensus in z3-five mailing list:
http://codespeak.net/pipermail/z3-five/2006q2/001474.html


  Commit: cce12b70c460e240a27fde357c059a82669a4d71
      https://github.com/zopefoundation/Zope/commit/cce12b70c460e240a27fde357c059a82669a4d71
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-06-18 (Sun, 18 Jun 2006)

  Changed paths:
    M lib/python/ZPublisher/BaseRequest.py
    M lib/python/ZPublisher/tests/testBaseRequest.py

  Log Message:
  -----------
  This should be lowercase, evidently.


  Commit: 7203721dfacbb7b7a20e86c1e91d742b6590a4f3
      https://github.com/zopefoundation/Zope/commit/7203721dfacbb7b7a20e86c1e91d742b6590a4f3
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-06-18 (Sun, 18 Jun 2006)

  Changed paths:
    M lib/python/ZPublisher/BaseRequest.py
    M lib/python/ZPublisher/tests/testBaseRequest.py

  Log Message:
  -----------
  When using default view name, make sure it really is a view.


  Commit: df7fda6e3065425cd783bcecc96a1b0f65e1925b
      https://github.com/zopefoundation/Zope/commit/df7fda6e3065425cd783bcecc96a1b0f65e1925b
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-06-19 (Mon, 19 Jun 2006)

  Changed paths:
    M doc/CHANGES.txt

  Log Message:
  -----------
  The defaultView directive now only looks up views, not attributes.


Compare: https://github.com/zopefoundation/Zope/compare/1a614a0dfe8d^...df7fda6e3065


More information about the checkins mailing list