|
52e4a3e645
|
release version 2.0.50
|
2024-05-30 20:23:31 +03:00 |
|
|
e2a167028b
|
Upgrade to PSR12 coding standard (#20121)
|
2024-03-19 17:21:27 +03:00 |
|
|
581a7b2543
|
Fix #19735: Fix yii\validators\NumberValidator to use programmable message for the value validation
|
2023-01-13 10:57:03 +04:00 |
|
|
161526cd41
|
HTTPS everywhere (#19503)
|
2022-08-03 12:32:18 +03:00 |
|
|
4628b91e73
|
Fix types (#19332)
* Migration::upsert() returns void
* Unneeded `@property` tags
* Add missing `null` param/return types
* Null types for db\Query + db\ActiveQuery
* Fixed testSelect
|
2022-03-30 18:40:10 +02:00 |
|
|
88a7a00458
|
release version 2.0.42
|
2021-05-06 00:08:29 +03:00 |
|
|
f00e44fb6e
|
Fix #18569: Add NumberValidator::$allowArray
|
2021-04-26 15:43:13 +03:00 |
|
|
cfe782b3f5
|
Fix #18544: Fix yii\validators\NumberValidator to disallow values with whitespaces
|
2021-03-11 00:40:34 +03:00 |
|
|
d7ffda020b
|
Fixes #16903: Fixed 'yii\validators\NumberValidator' method 'isNotNumber' returns false for true/false value
|
2018-11-23 12:55:07 +03:00 |
|
|
f10cb6aeee
|
SCA with Php Inspections (EA Ultimate)
|
2018-02-27 19:13:22 +01:00 |
|
|
eb57d4191c
|
Fixes #15553: Fixed yii\validators\NumberValidator incorrectly validate resource
|
2018-01-25 14:28:41 +03:00 |
|
|
71c541773f
|
PHPDoc fix
|
2018-01-23 13:17:25 +02:00 |
|
|
65f6b59b35
|
@inheritdoc notation changed
|
2018-01-23 13:11:24 +02:00 |
|
|
fe8a0a6a2e
|
Enable no_useless_else rule in php-cs-fixer (#14420)
|
2017-07-10 11:26:21 +03:00 |
|
|
ba0ab403b5
|
Added php-cs-fixer coding standards validation to Travis CI (#14100)
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
|
2017-06-12 12:25:45 +03:00 |
|
|
06967f9018
|
Fixes #13254: Core validators no longer require Yii::$app to be set
|
2017-03-14 15:37:54 +03:00 |
|
|
3f66f1907f
|
Removed unused method
|
2017-01-16 00:08:28 +03:00 |
|
|
ebe30bd5ee
|
Exposed number normalization as StringHelper::normalizeNumber()
|
2017-01-15 22:46:25 +03:00 |
|
|
a7f0a3c147
|
Merge branch 'master' into fix-numbervalidator-comma-decimal-separator
|
2016-12-17 16:39:00 +03:00 |
|
|
f5beaf3edf
|
Make validator getClientOptions public
This allows implementing custom client-side validation
without extending every validator.
Fixes #11163
close #13145
|
2016-12-08 01:30:36 +01:00 |
|
|
76e253e140
|
yii\validators\Validator - added separate methods for client-side validation options
Closes #11163
|
2016-12-05 22:33:49 +02:00 |
|
|
242d850d6c
|
Shorter variable name, different approach to casting
|
2016-12-02 00:40:10 +03:00 |
|
|
b17dfa03a2
|
Fixes #10488: Fixed incorrect behavior of yii\validation\NumberValidator when used with locales where decimal separator is comma
|
2016-12-02 00:04:55 +03:00 |
|
|
dd94ead358
|
Initial work on #10488
|
2016-12-02 00:01:51 +03:00 |
|
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
|
b30b5a99ea
|
Fixes #11672: Fixed yii\validators\NumberValidator erroring when value is an object without __toString() method
|
2016-06-23 23:32:25 +03:00 |
|
|
f312163258
|
Fixes #11220: NumberValidator now handles objects properly
|
2016-04-06 00:53:10 +03:00 |
|
|
ae42a054bb
|
PSR-2 spaces, commas, etc
|
2015-06-09 00:05:06 +03:00 |
|
|
78d3a856d3
|
Added Json::htmlEncode() to support safer JSON data encoding in HTML code
|
2015-05-09 23:38:17 -04:00 |
|
|
e83b479dfb
|
improved validator documentation
fixes #7472
|
2015-02-26 18:40:13 +01:00 |
|
|
d13d274d05
|
renamed $object to $model
|
2014-10-31 14:56:59 -04:00 |
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
83a63f2346
|
fixed wrong client validation issue in numbervalidator
fixes #3118
|
2014-04-23 01:29:53 +02:00 |
|
|
a16c2eb653
|
Use proper error message.
|
2014-04-07 19:52:30 -04:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
|
5d23a066ca
|
Removed unused imports
|
2014-01-12 23:42:55 +04:00 |
|
|
e7fab51efc
|
fixes #1870: better fix that is message extractor friendly
|
2014-01-12 23:12:06 +04:00 |
|
|
4239b2a5f2
|
Fixes #1870: Validation errors weren't properly translated when using clientside validation
|
2014-01-12 21:37:28 +04:00 |
|
|
0c38655217
|
psr-4 move
|
2014-01-10 21:41:43 -05:00 |
|
|
0d814fa523
|
Moved "framework" to "iii".
|
2013-05-09 12:00:15 -04:00 |
|
|
dd5969147d
|
move JsExpression to web.
|
2013-05-07 07:39:24 -04:00 |
|
|
4be9e195c2
|
Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
|
2013-05-05 17:04:55 +01:00 |
|
|
08c3f90d48
|
Finished js validation for number validator.
|
2013-05-02 11:29:23 -04:00 |
|
|
52a160cb7b
|
refactored validators.
|
2013-04-05 10:21:43 -04:00 |
|
|
ae6c69fc8f
|
refacotring validators.
|
2013-04-05 08:32:13 -04:00 |
|
|
421e31ec0f
|
finished validator refactoring.
|
2013-04-04 10:57:01 -04:00 |
|
|
3bd186deeb
|
refactored validators.
|
2013-04-03 23:23:32 -04:00 |
|
|
4fdaab3560
|
updated file header.
|
2013-03-04 08:03:46 -05:00 |
|
|
3c1452e84b
|
Changed the separator of message category.
|
2013-02-05 11:48:35 -05:00 |
|