File tree Expand file tree Collapse file tree 7 files changed +14
-28
lines changed
Expand file tree Collapse file tree 7 files changed +14
-28
lines changed Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-\*]{1,64}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-\*]{0,64}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-]{1,64}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-]{0,64}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-]{1,255}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-]{0,255}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-]{1,64}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-]{0,64}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-]{1,64}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-]{0,64}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-]{1,64}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-]{0,64}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
Original file line number Diff line number Diff line change 7777 'name ' => array (
7878 'datatype ' => 'VARCHAR ' ,
7979 'formtype ' => 'TEXT ' ,
80- 'validators ' => array ( 0 => array ( 'type ' => 'NOTEMPTY ' ,
81- 'errmsg ' => 'name_error_empty ' ),
82- 1 => array ( 'type ' => 'REGEX ' ,
83- 'regex ' => '/^[\w\.\-]{1,64}$/ ' ,
80+ 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
81+ 'regex ' => '/^[\w\.\-]{0,64}$/ ' ,
8482 'errmsg ' => 'name_error_regex ' ),
8583 ),
8684 'default ' => '' ,
You can’t perform that action at this time.
0 commit comments