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

Improved isDecimal and isInt validations, don't leak xss #39

Merged
merged 5 commits into from
Oct 29, 2011

Commits on Oct 27, 2011

  1. Improve isDecimal validation

    - Disallow empty strings
    - Allow leading zeros like 01.123
    - Allow scientific notation like 2.2250738585072011e-308
    ctavan committed Oct 27, 2011
    Configuration menu
    Copy the full SHA
    b11c522 View commit details
    Browse the repository at this point in the history
  2. Improve isInt validation

    - Allow leading zeros like 01
    - Allow just zeros like 000
    
    Original patch by MaVo159
    ctavan committed Oct 27, 2011
    Configuration menu
    Copy the full SHA
    1ec97aa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2011

  1. Fix unescaped -

    ctavan committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    79952c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8784c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b29f6d View commit details
    Browse the repository at this point in the history