[Checkins] [zopefoundation/grokcore.layout] 205c65: Bugfix: Exception pages did not report their conte...

GitHub noreply at github.com
Thu Feb 8 13:17:48 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/grokcore.layout
  Commit: 205c6506fc6b7f7c7e7dd40f738edfa0009af676
      https://github.com/zopefoundation/grokcore.layout/commit/205c6506fc6b7f7c7e7dd40f738edfa0009af676
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M CHANGES.txt
    M src/grokcore/layout/components.py
    M src/grokcore/layout/tests/models/errorviews.py

  Log Message:
  -----------
  Bugfix: Exception pages did not report their contents as text/html, but used text/plain instead, or didnt report Content-Type at all.


  Commit: fa8158ed7d810e2cbdf729da4efed792d782a349
      https://github.com/zopefoundation/grokcore.layout/commit/fa8158ed7d810e2cbdf729da4efed792d782a349
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M src/grokcore/layout/components.py
    M src/grokcore/layout/tests/models/page.py

  Log Message:
  -----------
  set the content-type in `update()` so subclasses can override


  Commit: 83505dc84428d858d7b4a39088284f4d5f873618
      https://github.com/zopefoundation/grokcore.layout/commit/83505dc84428d858d7b4a39088284f4d5f873618
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M setup.py
    A src/grokcore/layout/tests/functional/__init__.py
    A src/grokcore/layout/tests/functional/ftesting.zcml
    A src/grokcore/layout/tests/functional/layout.py
    A src/grokcore/layout/tests/test_functional.py

  Log Message:
  -----------
  Adding a functional to showcase layouts actually work when published
as well. Triggered by the content-type bugfix.


  Commit: f6efc3c707ef56e4ce1e7435af135e6c032a33f7
      https://github.com/zopefoundation/grokcore.layout/commit/f6efc3c707ef56e4ce1e7435af135e6c032a33f7
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Amend changelog


  Commit: 7f4572a2e346f2ba3f7e9bdb55c620ca1e3cadee
      https://github.com/zopefoundation/grokcore.layout/commit/7f4572a2e346f2ba3f7e9bdb55c620ca1e3cadee
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M src/grokcore/layout/tests/functional/ftesting.zcml
    M src/grokcore/layout/tests/test_functional.py

  Log Message:
  -----------
  a few cleanups


  Commit: a2004731a1751a530689a2f9dcc95ebb061c0227
      https://github.com/zopefoundation/grokcore.layout/commit/a2004731a1751a530689a2f9dcc95ebb061c0227
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/grokcore/layout/components.py
    A src/grokcore/layout/tests/functional/__init__.py
    A src/grokcore/layout/tests/functional/ftesting.zcml
    A src/grokcore/layout/tests/functional/layout.py
    M src/grokcore/layout/tests/models/errorviews.py
    M src/grokcore/layout/tests/models/page.py
    A src/grokcore/layout/tests/test_functional.py

  Log Message:
  -----------
  Merge pull request #5 from zopefoundation/charset-for-error-page

Bugfix: Exception pages did not report their contents as text/html


Compare: https://github.com/zopefoundation/grokcore.layout/compare/e7370c1ec023...a2004731a175


More information about the checkins mailing list