Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Allow to create empty option in Select #2288

Merged
merged 16 commits into from Sep 10, 2012

Commits on Aug 29, 2012

  1. Copy the full SHA
    ad093c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2012

  1. Modified status line parser regexp.

    HTTP response should accept status line with zero length reasen phrase.
    kuwabarahiroshi committed Sep 3, 2012
    Copy the full SHA
    d2cfcce View commit details
    Browse the repository at this point in the history
  2. ZF2-514 Fixed fatal error when using expression in columns part of a …

    …join, Added unit test, fixed typo's in unit test
    Koen Pieters committed Sep 3, 2012
    Copy the full SHA
    ca24ad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2012

  1. Update library/Zend/Form/Element/Range.php

    This does not give the required result. It gives the isset result which is a boolean true or false.
    (isset($this->attributes['min'])) ?: 0
    
    This does work. It adds the value as expected.
    (isset($this->attributes['min'])) ? $this->attributes['min'] : 0, 
    geerteltink committed Sep 4, 2012
    Copy the full SHA
    9a4571f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef90275 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b5f1a44 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hotfix/ZF2-514' of git://github.com/kpieters/zf2 into k…

    …pieters-hotfix/ZF2-514
    Ralph Schindler committed Sep 4, 2012
    Copy the full SHA
    294ad43 View commit details
    Browse the repository at this point in the history
  5. Zend\Db\Sql\Select: simpler test for ZF2-514

    Ralph Schindler committed Sep 4, 2012
    Copy the full SHA
    9c85cc3 View commit details
    Browse the repository at this point in the history
  6. Pass the right validator options

    Same issue as with zendframework#2293
    
    It passes the value of isset and not the min/step attribute.
    geerteltink committed Sep 4, 2012
    Copy the full SHA
    156cfc0 View commit details
    Browse the repository at this point in the history
  7. Add unit test

    bakura10 committed Sep 4, 2012
    Copy the full SHA
    ebf819e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ceeccff View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2db58cf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2012

  1. Copy the full SHA
    e02a3b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2012

  1. Merge pull request zendframework#2302 from Slamdunk/patch-1

    Notifications now to #zftalk.dev
    padraic committed Sep 8, 2012
    Copy the full SHA
    bcc6ee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2012

  1. Merge branch 'form/create-empty-option' of github.com:bakura10/zf2 in…

    …to form/create-empty-option
    bakura10 committed Sep 10, 2012
    Copy the full SHA
    7a86ea5 View commit details
    Browse the repository at this point in the history
  2. Update option

    bakura10 committed Sep 10, 2012
    Copy the full SHA
    a4ddea4 View commit details
    Browse the repository at this point in the history