[Checkins] [zopefoundation/z3c.form] 60ff2c: `getTerm()` is called with the value, adapted test...

GitHub noreply at github.com
Wed Jun 15 14:28:32 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.form
  Commit: 60ff2c6a64ed63a4138b881dc4e3c9e9b4397d29
      https://github.com/zopefoundation/z3c.form/commit/60ff2c6a64ed63a4138b881dc4e3c9e9b4397d29
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M src/z3c/form/term.txt

  Log Message:
  -----------
  `getTerm()` is called with the value, adapted test.


  Commit: 797cd3eea7a391051f96444ef6f673a3871fd5a1
      https://github.com/zopefoundation/z3c.form/commit/797cd3eea7a391051f96444ef6f673a3871fd5a1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M src/z3c/form/term.py

  Log Message:
  -----------
  Refactor for re-use and to reduce duplicate code.


  Commit: 3829fea007a6a5766649af0f74c421f6ee407f4d
      https://github.com/zopefoundation/z3c.form/commit/3829fea007a6a5766649af0f74c421f6ee407f4d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-05-24 (Tue, 24 May 2016)

  Changed paths:
    M CHANGES.txt
    M src/z3c/form/term.py
    M src/z3c/form/term.txt

  Log Message:
  -----------
  Fix and test handling of missing terms in collections.


  Commit: 27f54363d9debda880ea8ebd29e3a9e75f7fe5d7
      https://github.com/zopefoundation/z3c.form/commit/27f54363d9debda880ea8ebd29e3a9e75f7fe5d7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
    M src/z3c/form/term.py

  Log Message:
  -----------
  It ist wrong that `MissingCollectionTermsMixin` extends `MissingTermsMixin` because the `super()` call then leads to the wrong method (aka the one on `MissingTermsMixin` instead  of the one on the class where the mix-in is used on.


  Commit: 63edef9396901bc6ff1de07c5379dce5d398e407
      https://github.com/zopefoundation/z3c.form/commit/63edef9396901bc6ff1de07c5379dce5d398e407
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-05-29 (Sun, 29 May 2016)

  Changed paths:
    M src/z3c/form/term.py
    M src/z3c/form/term.txt

  Log Message:
  -----------
  Add missing method.

`CollectionSequenceDataConverter` uses `getValue()` so this message has been
implemented along the other methods for missing values.


  Commit: af64be6923ed7d7dd55fb49f21e7453c6c6603a2
      https://github.com/zopefoundation/z3c.form/commit/af64be6923ed7d7dd55fb49f21e7453c6c6603a2
  Author: Johannes Raggam <thetetet at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M CHANGES.txt
    M src/z3c/form/term.py
    M src/z3c/form/term.txt

  Log Message:
  -----------
  Merge pull request #46 from icemac/fix-collection-missing

Fix handling of missing values in collections


Compare: https://github.com/zopefoundation/z3c.form/compare/5863f146d6fa...af64be6923ed


More information about the checkins mailing list