[Checkins] [zopefoundation/Zope] 2b88c0: Fix path expressions with uncallable views

GitHub noreply at github.com
Wed Oct 18 09:30:21 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 2b88c016f12891f47ee8637caf965ef95c1cf6b7
      https://github.com/zopefoundation/Zope/commit/2b88c016f12891f47ee8637caf965ef95c1cf6b7
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
    M CHANGES.rst
    M src/Products/Five/browser/metaconfigure.py
    M src/Products/PageTemplates/Expressions.py
    M src/Products/PageTemplates/tests/testExpressions.py

  Log Message:
  -----------
  Fix path expressions with uncallable views


  Commit: f53948e6b3e340f74c0268cebac4aa48d734c102
      https://github.com/zopefoundation/Zope/commit/f53948e6b3e340f74c0268cebac4aa48d734c102
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
    M src/Products/Five/browser/metaconfigure.py

  Log Message:
  -----------
  Be more backwards-compatible (code in expression.py checks for __call__ using getattr)


  Commit: ee91fec1c676f32915825e07f53037d8c8deeb80
      https://github.com/zopefoundation/Zope/commit/ee91fec1c676f32915825e07f53037d8c8deeb80
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
    M src/Products/PageTemplates/tests/testExpressions.py

  Log Message:
  -----------
  raise exception instance


  Commit: a4d9fad477548e804bab77e5e1abbe47d24fac59
      https://github.com/zopefoundation/Zope/commit/a4d9fad477548e804bab77e5e1abbe47d24fac59
  Author: David Glick <david.glick at plone.org>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
    M CHANGES.rst
    M src/Products/Five/browser/metaconfigure.py
    M src/Products/PageTemplates/Expressions.py
    M src/Products/PageTemplates/tests/testExpressions.py

  Log Message:
  -----------
  Merge pull request #201 from zopefoundation/davisagli-uncallable-views

Fix path expressions with uncallable views


Compare: https://github.com/zopefoundation/Zope/compare/79160159b737...a4d9fad47754


More information about the checkins mailing list