MantisBT: master bc195dd5

Author Committer Branch Timestamp Parent
dregad dregad master 2015-04-16 13:53 master bb5da6b6
Affected Issues  0017279: Email addresses validation and parsing is not consistent
Changeset

Simplify email validation to only use HTML5 regex

This commit follows the discussion in pull request
https://github.com/mantisbt/mantisbt/pull/172

It basically removes the possibility for the admin to choose between
several e-mail validation methods, and goes back to a simple ON/OFF
setting for $g_validate_email.

Fixes 0017279

mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/email_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/email.xml Diff File