Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Phone @IPv4Address @IPv6Address validators plus test units #50

Closed
wants to merge 15 commits into from
Closed

Commits on Dec 4, 2010

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

Commits on Dec 8, 2010

  1. @phone @IPv4Address @ipv6address validators with their respective tes…

    …t cases
    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    beafdda View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:orefalo/play

    Conflicts:
    	framework/src/play/data/validation/Phone.java
    	framework/src/play/data/validation/PhoneCheck.java
    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    98212d3 View commit details
    Browse the repository at this point in the history
  3. git is starting to bug me

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    0842f4c View commit details
    Browse the repository at this point in the history
  4. remove unapproved checks

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    8511e26 View commit details
    Browse the repository at this point in the history
  5. another git godness fix

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    3914c6f View commit details
    Browse the repository at this point in the history
  6. Looks like InetAdress is more permissive than my original regex.

    Unit test should fully pass now
    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    d9ebddf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a08d769 View commit details
    Browse the repository at this point in the history
  8. added reference to the ultimate cheat sheet

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    944deb0 View commit details
    Browse the repository at this point in the history
  9. updated message file

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    6db7ff1 View commit details
    Browse the repository at this point in the history
  10. added phone, ipv4Address and ipv6Address methods

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    52dd043 View commit details
    Browse the repository at this point in the history
  11. url validation method was also missing, fixed

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    45795dc View commit details
    Browse the repository at this point in the history
  12. added validation.url(value) documentation

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    0f7f370 View commit details
    Browse the repository at this point in the history
  13. ipv6Address and ipv4Address lower case issue in the doc

    Olivier Refalo committed Dec 8, 2010
    Configuration menu
    Copy the full SHA
    00aefd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2010

  1. fix typos in the documentation

    Olivier Refalo committed Dec 9, 2010
    Configuration menu
    Copy the full SHA
    b83803d View commit details
    Browse the repository at this point in the history