Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
base: f9b9e2fc4356
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 6da5164e35ff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 6, 2012

  1. Whitespace fixes

    dregad committed Jul 6, 2012
    Copy the full SHA
    63f044a View commit details
    Browse the repository at this point in the history
  2. Fix email validation regex rejects addresses with single subdomain

    Per RFC 5322, e.g. user@localhost is a valid e-mail address but the
    previously implemented regex rejected it.
    
    Fixes #14453
    dregad committed Jul 6, 2012
    Copy the full SHA
    6da5164 View commit details
    Browse the repository at this point in the history