Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zopefoundation/z3c.form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zopefoundation/z3c.form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 25, 2016

  1. Back to development: 3.2.11

    [ci skip]
    mauritsvanrees committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    ae65bb9 View commit details
    Browse the repository at this point in the history
  2. Removed z3c.coverage from test extra.

    Done yesterday on master as well.
    mauritsvanrees committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    e24fb98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from zopefoundation/remove-z3c-coverage-from-32

    Removed z3c.coverage from test extra. [3.2.x branch]
    Michael Howitz authored Aug 25, 2016
    Configuration menu
    Copy the full SHA
    d5e2b5c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Turned items into a property again on all widgets.

    For the select widget it was a method since 2.9.0.
    For the radio and checkbox widgets it was a method since 3.2.10.
    For orderedselect and multi it was always a property.
    
    Fixes #44
    mauritsvanrees committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    5401f61 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Merge pull request #51 from zopefoundation/browser-items-property-32

    Turned `items` into a property again on all widgets.
    Michael Howitz authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    7bc683a View commit details
    Browse the repository at this point in the history
  2. Fix TypeError: object of type 'generator' has no len().

    Happens with z3c.formwidget.query.
    mauritsvanrees committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    9981df0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. Merge pull request #53 from zopefoundation/fix-typeerror-generator-32

    Fix TypeError: object of type 'generator' has no ``len()``. [3.2]
    mauritsvanrees authored Oct 23, 2016
    Configuration menu
    Copy the full SHA
    a04332c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Preparing release 3.2.11

    [ci skip]
    mauritsvanrees committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    b895d02 View commit details
    Browse the repository at this point in the history
  2. Back to development: 3.2.12

    [ci skip]
    mauritsvanrees committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    4c922e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Re-release of 3.2.11 as 3.6 to get rid of the breaking changes in 3.3…

    ….0. (#73)
    
    * Re-release of 3.2.11 as 3.6 to get rid of the breaking changes in 3.3.0.
    
    This version does not contain any of the changes between 3.3.0 and 3.5.x besides the cherry-picks mentioned in the change log.
    
    Fixes #41
    
    * Add support for Python 3.4, 3.5 and 3.6. Drop support for Python 2.6 and 3.3.
    Michael Howitz authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    93fad7c View commit details
    Browse the repository at this point in the history
  2. Preparing release 3.6

    [skip ci]
    Michael Howitz committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    afdbca9 View commit details
    Browse the repository at this point in the history
  3. Back to development: 3.6.1

    [skip ci]
    Michael Howitz committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    fc5108e View commit details
    Browse the repository at this point in the history
Loading