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

replaced usage of zend filters w/ hardcoded versions #14

Closed
wants to merge 9 commits into from

Commits on Dec 27, 2015

  1. replaced usage of zend filters w/ hardcoded versions to decouple depe…

    …ndency on zend-filter
    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    a27972f View commit details
    Browse the repository at this point in the history
  2. fixing code standards violations

    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    f0eccd8 View commit details
    Browse the repository at this point in the history
  3. warnings count with code standards

    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    b235877 View commit details
    Browse the repository at this point in the history
  4. addressed pull request comments

    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    9e04a12 View commit details
    Browse the repository at this point in the history
  5. made pcre unicode support a lazy getter so it could be overridden in …

    …tests to provide coverage
    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    5ed4aa1 View commit details
    Browse the repository at this point in the history
  6. cs formatting

    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    47456de View commit details
    Browse the repository at this point in the history
  7. fully tested w/ & w/out mbstrings / pcre unicode support.

    When mbstrings extension is not present the filter has different output behaviour. The behaviour difference is a
    degradation rather than a break. Ie when an underscore proceeds a unicode lower case character it will leave that
    character pair alone. And when A camel cased character is unicode it will separate it with an underscore but leave
    the unicode character upper case. These changed behaviours leave extract/hydrate functional in both directions.
    Jeremy Giberson committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    a8a5c43 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. removed (unused)input filter references from test assets.

    A test asset contained input filter usage but in unused code path. So I removed it which frees us from the require-dev zend-inputfilter dependency
    Jeremy Giberson committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    a552994 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. rebase with master

    Jeremy Giberson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    4f55ec7 View commit details
    Browse the repository at this point in the history