Carsten Brandt
|
36b535c26b
|
Fixes #13254: Made yii\helpers\StringHelper and yii\validators\StringValidator independent of Yii::$app instance
|
2017-09-07 22:32:07 +03:00 |
|
Carsten Brandt
|
f87ddd48b8
|
added note about opcache and PHPDoc annotations to Markdown helper
fixes #13601
|
2017-08-22 12:09:42 +02:00 |
|
Robert Korulczyk
|
5a8c3d537b
|
Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc".
|
2017-08-21 11:19:35 +02:00 |
|
Robert Korulczyk
|
1501c659ac
|
Add empty lines before return statements. (#14682) [skip ci]
|
2017-08-21 01:58:49 +03:00 |
|
Nikolay Oleynikov
|
ea33bbd369
|
Fix docs of a base file helper (#14477) [skip ci]
|
2017-07-18 13:45:22 +03:00 |
|
Alex
|
59002a9e1e
|
Fixes #6644: Added yii\helpers\ArrayHelper::setValue()
|
2017-07-16 00:25:44 +03:00 |
|
Dmitry Dorogin
|
6e223e6db2
|
Fixes #14423: Fixed ArrayHelper::merge behavior with null values for integer-keyed elements
|
2017-07-13 10:36:59 +03:00 |
|
Robert Korulczyk
|
a50d9d8e3e
|
Enable include rule in php-cs-fixer (#14418)
|
2017-07-10 13:19:57 +03:00 |
|
Robert Korulczyk
|
fe8a0a6a2e
|
Enable no_useless_else rule in php-cs-fixer (#14420)
|
2017-07-10 11:26:21 +03:00 |
|
Robert Korulczyk
|
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 |
|
Carsten Brandt
|
be658f82bf
|
release version 2.0.12
|
2017-06-05 16:33:41 +02:00 |
|
corpsepk
|
ac70262bfc
|
Fixed typo in BaseFileHelper::findFiles() docs (#14200) [skip ci]
|
2017-05-24 20:59:35 +05:00 |
|
Carsten Brandt
|
5e8e6840b6
|
Added copyEmptyDirectories option to FileHelper
also set it to false in AssetManager to avoid creating a lot of empty
directories.
fixes #9669
|
2017-05-08 00:21:53 +02:00 |
|
Brandon Kelly
|
debe85fa34
|
Fixes #14098: yii\helpers\BaseFileHelper::normalizeOptions() is now protected
|
2017-05-03 00:53:21 +02:00 |
|
Carsten Brandt
|
ed9912591e
|
updated docs for base64UrlEncode()
as discussed in
https://github.com/yiisoft/yii2/pull/13411#issuecomment-285695112
|
2017-04-11 09:25:33 +02:00 |
|
Skiptir Engu
|
e62ea0136c
|
Fixed phpdoc broken links to PHP manual pages [skip ci]
|
2017-04-11 00:43:38 +03:00 |
|
Vladimir Reznichenko
|
6da1ec6fb2
|
Fixes #13845: mt_rand() is not used instead of rand() in yii\captcha\CaptchaAction + minor code improvements
|
2017-03-24 13:50:13 +03:00 |
|
Pavel Dovlatov
|
7e1a050a16
|
Fixes #13821: fixed docs and added more tests for Url helper
|
2017-03-23 17:35:47 +03:00 |
|
Sam
|
b238afacee
|
Fixes #4408: Add support for unicode word characters and + character in attribute names
|
2017-03-15 16:19:06 +03:00 |
|
Alexander Makarov
|
0b36b27caf
|
Fixed version number in @since
|
2017-03-10 21:16:25 +03:00 |
|
Carsten Brandt
|
e12dd895e9
|
improved docs for #13576
|
2017-03-10 16:01:24 +01:00 |
|
SilverFire - Dmitry Naumenko
|
af612f47d1
|
Addded pluralization and singularization exception for currency
|
2017-02-28 15:59:10 +02:00 |
|
sam002
|
a350b34c1b
|
Fixes additional case for #13657 which wasn't covered by tests
|
2017-02-28 16:52:09 +03:00 |
|
sam002
|
c78b9e470d
|
Fixes #13657: Fixed yii\helpers\StringHelper::truncateHtml() skip extra tags at the end
|
2017-02-27 15:16:31 +03:00 |
|
Nikolay Oleynikov
|
f47b6c7683
|
Fixes #7946 Fixed a bug when the form attribute was not propagated to the hidden input of the checkbox
|
2017-02-27 13:47:37 +03:00 |
|
Nikolay Oleynikov
|
148007ffd6
|
Refactor HTML helper attribute order (#13665)
|
2017-02-26 20:54:44 +03:00 |
|
Alex-Code
|
a719293ab0
|
Fixes #13649: Fixes issue where ['uncheck' => false] and ['label' => false] options for ActiveRadio and ActiveCheckbox were ignored
|
2017-02-25 14:41:02 +03:00 |
|
Andrew Nester
|
953c4a8e5a
|
Fixes #13407: Added URL-safe base64 encode/decode methods to StringHelper
|
2017-02-22 16:54:27 +03:00 |
|
Nikolay Oleynikov
|
323568c2e9
|
Remove trailing spaces from sources and tests (#13621) [skip ci]
|
2017-02-19 17:34:22 +03:00 |
|
Nikolay Oleynikov
|
a26d28f8e3
|
Fixes #13576: Added support of srcset to yii\helpers\Html::img()
|
2017-02-18 02:23:20 +03:00 |
|
Elvira Sheina
|
e47329c92b
|
Fixed #13523: Plural rule for pasta
|
2017-02-11 23:19:06 +03:00 |
|
Carsten Brandt
|
c19b2f7dc8
|
release version 2.0.11
|
2017-02-01 17:46:29 +01:00 |
|
Alexander Makarov
|
ebe30bd5ee
|
Exposed number normalization as StringHelper::normalizeNumber()
|
2017-01-15 22:46:25 +03:00 |
|
Tetyuev Pavel
|
3a1cd7f3aa
|
Fixes #13287: Fixed translating "and" separator in UniqueValidator error message
|
2017-01-15 22:05:45 +03:00 |
|
Sergey
|
fc00e60ade
|
Incorrect console width/height detecting with using Stty on Mac
Fixes #13309
|
2017-01-14 11:49:13 +02:00 |
|
SilverFire - Dmitry Naumenko
|
0efed3f2b0
|
Fixed wrong background color generation in BaseConsole::renderColoredString()
Fixes #13326
|
2017-01-14 11:42:33 +02:00 |
|
Carsten Brandt
|
3050dedded
|
Update BaseConsole.php
|
2017-01-07 21:13:02 +01:00 |
|
Alexander Makarov
|
210cf36750
|
Fixes #12703: Fixed StringHelper::truncateHtml() non functional when dom PHP extension is disabled
|
2016-12-26 23:15:19 +07:00 |
|
SilverFire - Dmitry Naumenko
|
ed82ba4ee2
|
Revert "fix ArrayHelper::getValue() to throw exception on invalid input"
This reverts commit e963b2af64 because of BC breaking reported in #13248.
To know more about the reasons of commit revertinvg, visit https://github.com/yiisoft/yii2/issues/13248
|
2016-12-20 12:39:25 +02:00 |
|
Dmitry Naumenko
|
8562055937
|
Merge pull request #13216 from yiisoft/arrayhelper-error
fix ArrayHelper::getValue() to throw exception on invalid input
|
2016-12-18 20:02:26 +02:00 |
|
Carsten Brandt
|
18bac955c1
|
docs about JSON and UTF-8
fixes #10761
|
2016-12-16 03:08:02 +01:00 |
|
Carsten Brandt
|
e963b2af64
|
fix ArrayHelper::getValue() to throw exception on invalid input
fixes #12927
|
2016-12-16 01:49:37 +01:00 |
|
zalatov
|
1d5a6d1722
|
Add is_dir() validation for BaseFileHelper::findFiles().
Sometimes it throws exception when file/directory is deleted or moved while executing script.
|
2016-12-15 23:21:17 +02:00 |
|
Robert Korulczyk
|
8e0af24203
|
Fix protocol-relative URLs in Url::to() (#13156) (#13157)
* Fix protocol-relative URLs in `Url::to()`
* Use `isRelative()` in `Url::to()`
|
2016-12-11 20:39:21 +02:00 |
|
Robert Korulczyk
|
2d91723934
|
Add support for creating protocol-relative URLs.
Improve phpdoc for protocol-relative URL creation.
Remove useless `is_string()` check.
|
2016-11-29 09:53:51 +02:00 |
|
SilverFire - Dmitry Naumenko
|
63e650952b
|
Updated tests for HtmlHelper::textarea()
|
2016-11-29 00:06:20 +02:00 |
|
Brett
|
10ad620cb4
|
Adds ability for the user to choose if they want to double encode entities within textareas or not when using ActiveForm. Applies enhancement from #12988.
|
2016-11-29 00:06:12 +02:00 |
|
Elvira Sheina
|
0545bb6936
|
Fixed truncateHtml leaving extra tags (#7727)
|
2016-11-28 20:29:20 +05:00 |
|
Boudewijn Vahrmeijer
|
75162652b7
|
Update BaseHtml.php
|
2016-11-20 15:17:15 +01:00 |
|
Alexey Rogachev
|
ea251e24ba
|
Closes #7420: Attributes for prompt generated with renderSelectOptions of \yii\helpers\Html helper
|
2016-11-17 16:43:19 +02:00 |
|