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

Support for internationalized email address local part #160

Merged

Commits on Jun 23, 2016

  1. fixed a bug where empty $email was passed to idn_to_utf8

    checked if $email is not empty before passing it to idn_to_utf8
    Exlord authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    862cec3 View commit details
    Browse the repository at this point in the history
  2. Update EmailAddress.php

    Exlord authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    ab625c9 View commit details
    Browse the repository at this point in the history
  3. Update EmailAddress.php

    Exlord authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    dcbb971 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Update Code128.php

    Avoiding warning in the last character zendframework/zend-barcode#28
    FraGoTe authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    6ebf825 View commit details
    Browse the repository at this point in the history
  2. Update Code128.php

    FraGoTe authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    5551b3d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    5b27d44 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Configuration menu
    Copy the full SHA
    479f57c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    1016df4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. [BUG] Initialize variable to prevent error when not set

    And do refactoring
    codisart committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    1e92244 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    7f8ab4d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. IDN for .hr

    Added expression to validate .hr IDN domains
    nidzho authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    43dbb2d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Update Iban.php

    add ibanRegExp for Belarus.
    
    'BY' => 'BY[0-9]{2}[A-Z0-9]{4}[0-9]{4}[A-Z0-9]{16}'
    
    https://www.nbrb.by/engl/payment/IBANBIC
    max-zu authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    0d562d0 View commit details
    Browse the repository at this point in the history
  2. Update Iban.php

    max-zu authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    a2fcedd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Ref #7629

    Closes opened file with finfo to avoid segfault on specific PHP versions
    philippe-jung authored Apr 25, 2017
    1 Configuration menu
    Copy the full SHA
    3fc1e66 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Ensure validators config is honored in non-zend-mvc contexts

    Per https://discourse.zendframework.com/t/validatormanager-not-calling-custom-validator-factory/109/5?u=matthew
    the `validators` config key is not honored currently unless the
    application is within a zend-mvc context. This is due to the fact that
    `Zend\Validator\Module` wires configuration for the
    `Zend\ModuleManager\Listener\ServiceListener` in order to push merged
    service configuration into the plugin during bootstrap; no similar logic
    is available when not in a zend-mvc context, however.
    
    This patch fixes that situation by modifying the
    `ValidatorPluginManagerFactory` to do the following:
    
    - If a `ServiceListener` service exists, it returns the plugin manager
      immediately (old behavior).
    - Otherwise, it checks for the `config` service, and, if found, a
      `validators` key with an array value. When found, it feeds that value
      to a `Zend\ServiceManager\Config` instance and uses that to configure
      the plugin manager before returning it.
    weierophinney committed May 16, 2017
    Configuration menu
    Copy the full SHA
    cd6b79c View commit details
    Browse the repository at this point in the history
  2. Use ValidatorManager, not FormElementManager, as requested servic…

    …e name
    
    Doesn't affect tests, but it removes a WTF.
    weierophinney committed May 16, 2017
    Configuration menu
    Copy the full SHA
    4b9fca2 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary mocks

    - No ValidatorInterface instance was needed for last two test cases
    weierophinney committed May 16, 2017
    Configuration menu
    Copy the full SHA
    e29ddaf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Configuration menu
    Copy the full SHA
    803b791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f62a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba3cdd View commit details
    Browse the repository at this point in the history
  4. Merge pull request zendframework#159 from xtreamwayz/hotfix/slack-not…

    …ifications
    
    Enable Travis CI slack notifications
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    179edb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d35e364 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c94abb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bb4397 View commit details
    Browse the repository at this point in the history
  8. Merge pull request zendframework#94 from Exlord/master

    fixed a bug where empty $email was passed to idn_to_utf8
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    0c561ab View commit details
    Browse the repository at this point in the history
  9. Merge branch 'hotfix/94'

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    95c9386 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ec7f1a View commit details
    Browse the repository at this point in the history
  11. Merge pull request zendframework#105 from FraGoTe/patch-1

    Update Code128.php
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    1fbb4fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5899d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    149f6af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    325bae5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    40dd80d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    979bd6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c38074d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5586da9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    365ef83 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b23cd62 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bd8fbdd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a769a4c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    480a434 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7b52198 View commit details
    Browse the repository at this point in the history
  25. Merge pull request zendframework#163 from max-zu/patch-1

    Update Iban.php
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    89ea5b3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    28adfff View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5784b9c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fd8c3ed View commit details
    Browse the repository at this point in the history
  29. CS fixes per phpcs

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    6207057 View commit details
    Browse the repository at this point in the history
  30. CS fixes

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    49cf0ae View commit details
    Browse the repository at this point in the history
  31. CS fixes

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    687eb4a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f4303c4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    98ed71c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7c1ee5e View commit details
    Browse the repository at this point in the history
  35. Revert "Merge pull request zendframework#105 from FraGoTe/patch-1"

    This reverts commit 1fbb4fd, reversing
    changes made to 95c9386.
    
    The revert was performed as it introduced an infinite loop in the
    `BarcodeTest::testCODE128()` test case.
    
    Conflicts:
    	src/Barcode/Code128.php
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    cb23008 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3e6d354 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6c60c41 View commit details
    Browse the repository at this point in the history
  38. Updated TLD list

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    f4fcf42 View commit details
    Browse the repository at this point in the history
  39. Merge branch 'hotfix/update-tld'

    Updated TLD list
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    7b750c5 View commit details
    Browse the repository at this point in the history
  40. Merge branch 'hotfix/update-tld' into develop

    Updated TLD list
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    af39b1a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d44a1ab View commit details
    Browse the repository at this point in the history
  42. 2.9.1 readiness

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    c9a8160 View commit details
    Browse the repository at this point in the history
  43. 2.9.1 readiness

    Conflicts:
    	CHANGELOG.md
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    609c866 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e0eb5cf View commit details
    Browse the repository at this point in the history
  45. Bumped version

    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    438b3a6 View commit details
    Browse the repository at this point in the history
  46. Bumped version

    Conflicts:
    	CHANGELOG.md
    weierophinney committed May 17, 2017
    Configuration menu
    Copy the full SHA
    388400f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    33591b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Corrected Date validator format docs

    NathanS authored and NathanS committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    9c10775 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Configuration menu
    Copy the full SHA
    9d26add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92035a4 View commit details
    Browse the repository at this point in the history
  3. Prepare to PHP 7.2

    Slamdunk committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    1a0717c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    407ee84 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Fix Between validator behavior

    return false when validating a string with a numeric range
    return false when validating a numeric value with a string range
    codisart committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    4b61f11 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Fix BC break introduced by 3fc1e66

    Thomas Cantonnet committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    d3a3be6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Merge pull request zendframework#173 from nathanjosiah/fix-158

    Corrected Date validator format docs
    weierophinney committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    616d6c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2746080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6500014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39a64e6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'hotfix/hostname-idn-update'

    Updates Hostname validator IDN list
    weierophinney committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    268a704 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'hotfix/hostname-idn-update' into develop

    Updates Hostname validator IDN list
    weierophinney committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    bf7be0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b7725e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a56abf9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a34a5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f012441 View commit details
    Browse the repository at this point in the history
  11. Updates Travis configuration to remove unneeded functionality

    - Removes targets with SERVICEMANAGER; these are covered in the
      lowest/locked/latest strategy.
    - Removes documentation deployment functionality; happens via github
      hooks now.
    - Removes slack notification; happens via github hooks now.
    weierophinney committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    5de3f0d View commit details
    Browse the repository at this point in the history
  12. Merge branch 'hotfix/travis'

    Updates travis to remove unneeded functionality.
    weierophinney committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    ce7ab72 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'hotfix/travis' into develop

    Updates travis to remove unneeded functionality.
    weierophinney committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    d7b8d55 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Merge pull request zendframework#174 from codisart/issue-167

    Fix Between validator behavior
    weierophinney committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    8f08111 View commit details
    Browse the repository at this point in the history
  2. Updates providerBasic to do one value per set

    Splits each "values" argument into discrete sets. Names each set based
    on behavior being tested.
    weierophinney committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    3cda0ad View commit details
    Browse the repository at this point in the history
  3. Provides validation error messages for Between validator type mismatch

    Adds two new validation error messages, one for when a numeric value is
    validated against non-numeric min/max values, and one for when a string
    value is validated against numeric min/max values.
    weierophinney committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    d2b5636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8729b71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48c80ce View commit details
    Browse the repository at this point in the history
  6. 4 Configuration menu
    Copy the full SHA
    9a7c40c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    754c62f View commit details
    Browse the repository at this point in the history
  8. 2.9.2 readiness

    weierophinney committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    a58dbe8 View commit details
    Browse the repository at this point in the history
  9. 2.9.2 readiness

    Conflicts:
    	CHANGELOG.md
    weierophinney committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    13f88a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b91f8e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58da575 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Merge pull request zendframework#169 from larsnystrom/hotfix/165

    Use is_readable() to check if file is readable
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    83aa8e5 View commit details
    Browse the repository at this point in the history
  2. Updates @return annotations for fluent interfaces

    Should return `self` for fluent interfaces, class name when returning
    new instance (immutable classes).
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    4416265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddcb7cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e44ce14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b3c9ac View commit details
    Browse the repository at this point in the history
  6. Merge branch 'hotfix/hostname-tld' into develop

    Updates `Hostname` validator TLD list.
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    8d4989d View commit details
    Browse the repository at this point in the history
  7. Merge pull request zendframework#175 from Slamdunk/php_72

    Add PHP 7.2 support, drop HHVM
    
    Conflicts:
    	.travis.yml
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    809093c View commit details
    Browse the repository at this point in the history
  8. Provides CS fix for update_hostname_validator

    - Whitespace following `function` keyword
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    d0316a1 View commit details
    Browse the repository at this point in the history
  9. Provides formatting of complex conditional

    - Uses newlines and indentation to group conditional statements
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    6120357 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af974c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93601c7 View commit details
    Browse the repository at this point in the history
  12. Updates zend-session requirement

    Updates the zend-session requirement to v2.8+, to ensure compatibility
    with PHP 7.2.
    weierophinney committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    e7355ab View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. address upstream feedback: remove setters, prefer count over min and …

    …max in setOptions which is used by the constructor, use getter methods instead of options field in isValid, report NOT_COUNTABLE as a validation error rather than throwing an exception, and use `$this->` instead of `self::` for assertions in test case.
    abacaphiliac committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    f527802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9924700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b83a91f View commit details
    Browse the repository at this point in the history
  4. Merge pull request zendframework#157 from abacaphiliac/master

    add IsCountable validator, to enforce type and count elements.
    weierophinney committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    1dc79e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74b4711 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88831e1 View commit details
    Browse the repository at this point in the history
  7. Updates IsCountable to not allow passing both a count and a min or ma…

    …x value
    
    Since there is no way to clear a `count`, this is the only way to ensure
    that behavior remains as expected when merging options from disparate
    sources.
    weierophinney committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    97d297c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03c12fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9ac470 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3414136 View commit details
    Browse the repository at this point in the history
  11. Merge pull request zendframework#160 from Xerkus/hotfix/international…

    …ized-local-part
    
    Support for internationalized email address local part
    weierophinney committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    14fb107 View commit details
    Browse the repository at this point in the history
  12. Refactors validateInternationalizedLocalPart() to accept the local …

    …part as an argument
    
    Allows the method to not rely on instance state.
    weierophinney committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    360379d View commit details
    Browse the repository at this point in the history