[Checkins] [zopefoundation/Products.SiteErrorLog] e5de6e: Fix accidental conversion to bytes in textarea.

GitHub noreply at github.com
Tue Dec 18 08:13:27 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.SiteErrorLog
  Commit: e5de6e04bf27d0b63f48076b33bfdc80c6188634
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/e5de6e04bf27d0b63f48076b33bfdc80c6188634
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/www/main.pt

  Log Message:
  -----------
  Fix accidental conversion to bytes in textarea.


  Commit: 48d283d2a99933c7010900d59c4c4ee397448937
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/48d283d2a99933c7010900d59c4c4ee397448937
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/SiteErrorLog.py

  Log Message:
  -----------
  Comments and reflow for clarity


  Commit: e2be4c992bdefc8c9dab0f7a44d8a69d8d1fa6a0
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/e2be4c992bdefc8c9dab0f7a44d8a69d8d1fa6a0
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/www/main.pt

  Log Message:
  -----------
  Fix ids of labels (and small reflow for clarity)


  Commit: 5aac85824096ddeeb8d717acdf5a184a77a1a987
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/5aac85824096ddeeb8d717acdf5a184a77a1a987
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Add test case that checks the fix works.


  Commit: c30b39f413794fa1605b600b3d5399fcb8612511
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/c30b39f413794fa1605b600b3d5399fcb8612511
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Try to fix test - not sure why this should be neccessary.


  Commit: 9b1923cea6236a8eba6962037ab85052d7ad4291
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/9b1923cea6236a8eba6962037ab85052d7ad4291
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Use old API as new api is not yet released.


  Commit: 64d552cbd33b544d7bd57bb42518d7ef4e74d49b
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/64d552cbd33b544d7bd57bb42518d7ef4e74d49b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Update src/Products/SiteErrorLog/tests/testSiteErrorLog.py

Thats what you get for not using unittest.TestCase assertions anymore.a

Co-Authored-By: dwt <spamfaenger at gmx.de>


  Commit: 7d6af24648d35535a98b9c783427b964f24213f5
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/7d6af24648d35535a98b9c783427b964f24213f5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Update src/Products/SiteErrorLog/tests/testSiteErrorLog.py

Thats what you get for not using unittest.TestCase assertions anymore.a

Co-Authored-By: dwt <spamfaenger at gmx.de>


  Commit: 013c5faf3e8aac356025648f8574b8e3cdd874cb
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/013c5faf3e8aac356025648f8574b8e3cdd874cb
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Move commits up.


  Commit: 631a645efa37daee25985f23722f1edbd39e32a8
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/631a645efa37daee25985f23722f1edbd39e32a8
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Use login method again, now that it is released.


  Commit: 941009893ce8ee310d864aec3c170ce03d689f2f
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/941009893ce8ee310d864aec3c170ce03d689f2f
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Add changes.


  Commit: f8d5b5b9eec11f83a05fa0155ddefcb9fc50b4f8
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/f8d5b5b9eec11f83a05fa0155ddefcb9fc50b4f8
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Check that the value changes and is read back from the server (i.e. the reload really did happen).


  Commit: f80bf30af6d92d4a2c0c222d53c341df9ac907a0
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/f80bf30af6d92d4a2c0c222d53c341df9ac907a0
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Flake8 fixes


  Commit: 1b42e1428a6851abd88790769cbe26c54a16e7a7
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/1b42e1428a6851abd88790769cbe26c54a16e7a7
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Second round of flake8 fixes


  Commit: 031c54f7602817a920c324108742391fa632dda7
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/031c54f7602817a920c324108742391fa632dda7
  Author: Martin Häcker <mhaecker at mac.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Third go at trying to appease flake8


  Commit: d346c436ba948e83aec7a99aec0043050650819e
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/d346c436ba948e83aec7a99aec0043050650819e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Ease readability.


  Commit: e6be20e5b634873b3c0b2f7f6292a6bb759a6f1a
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/e6be20e5b634873b3c0b2f7f6292a6bb759a6f1a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Link to change log entry

[skip ci]


  Commit: 325a6ae25cc93bb18ac3f952701b22dffd72e959
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/325a6ae25cc93bb18ac3f952701b22dffd72e959
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Fix comment.


  Commit: 38f27a10436425ec372baf72446b7a82aa29e7e8
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/38f27a10436425ec372baf72446b7a82aa29e7e8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/SiteErrorLog/SiteErrorLog.py
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py
    M src/Products/SiteErrorLog/www/main.pt

  Log Message:
  -----------
  Fix accidental conversion to bytes in textarea. (#14)


Compare: https://github.com/zopefoundation/Products.SiteErrorLog/compare/300a3bf97260...38f27a104364
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list