[Checkins] [zopefoundation/zope.testbrowser] 98ac99: Always convert an uploaded file to a string, don't...

GitHub noreply at github.com
Fri Feb 3 11:15:52 CET 2017


  Branch: refs/heads/plonezope4
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 98ac9935dc3f2ab59ff95e0e35dbb9f32947f514
      https://github.com/zopefoundation/zope.testbrowser/commit/98ac9935dc3f2ab59ff95e0e35dbb9f32947f514
  Author: Matthew Wilkes <git at matthewwilkes.name>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Always convert an uploaded file to a string, don't pass files just because they're real files.


  Commit: ab4bb47e0eccb72e933f97720e2e961b4145a137
      https://github.com/zopefoundation/zope.testbrowser/commit/ab4bb47e0eccb72e933f97720e2e961b4145a137
  Author: David Glick <david.glick at plone.org>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Merge pull request #24 from zopefoundation/to-str-with-list

Fixed ``toStr`` to handle lists, for example a list of class names.


  Commit: d6756c1048911ce7126f37a3e4c9a9dc3194fed6
      https://github.com/zopefoundation/zope.testbrowser/commit/d6756c1048911ce7126f37a3e4c9a9dc3194fed6
  Author: David Glick <david.glick at plone.org>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Merge pull request #25 from zopefoundation/fix-files

Fix uploading real files


  Commit: 7d329679a5b097cb481518ce5e8a1a9bbfdc0cff
      https://github.com/zopefoundation/zope.testbrowser/commit/7d329679a5b097cb481518ce5e8a1a9bbfdc0cff
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Add a way to list all form controls without using internals


  Commit: fbe8ac0f6eca67999e3a652711a39ed039833431
      https://github.com/zopefoundation/zope.testbrowser/commit/fbe8ac0f6eca67999e3a652711a39ed039833431
  Author: David Glick <david at glicksoftware.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Merge branch 'list-form-controls' into plonezope4


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/f88c6a0163ff...fbe8ac0f6eca


More information about the checkins mailing list