|
|
78d76c3f2c
|
Enh #15226: Auto generate placeholder from fields
|
2017-12-24 08:07:18 +05:00 |
|
|
|
9e0f19ace7
|
Renamed Html::error() option errorMethod to errorSource
|
2017-12-22 11:02:08 +02:00 |
|
|
|
f9cdcf438d
|
Fixes #3087: Added yii\helpers\BaseHtml::error() "errorMethod" option to be able to customize errors display
|
2017-12-19 23:16:00 +03:00 |
|
|
|
f11f818b18
|
Fixes #7988: Added \yii\helpers\Console::errorSummary() and \yii\helpers\Json::errorSummary()
|
2017-12-14 10:59:53 +03:00 |
|
|
|
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 |
|
|
|
1501c659ac
|
Add empty lines before return statements. (#14682) [skip ci]
|
2017-08-21 01:58:49 +03: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 |
|
|
|
be658f82bf
|
release version 2.0.12
|
2017-06-05 16:33:41 +02:00 |
|
|
|
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 |
|
|
|
b238afacee
|
Fixes #4408: Add support for unicode word characters and + character in attribute names
|
2017-03-15 16:19:06 +03:00 |
|
|
|
e12dd895e9
|
improved docs for #13576
|
2017-03-10 16:01:24 +01:00 |
|
|
|
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 |
|
|
|
148007ffd6
|
Refactor HTML helper attribute order (#13665)
|
2017-02-26 20:54:44 +03:00 |
|
|
|
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 |
|
|
|
a26d28f8e3
|
Fixes #13576: Added support of srcset to yii\helpers\Html::img()
|
2017-02-18 02:23:20 +03:00 |
|
|
|
c19b2f7dc8
|
release version 2.0.11
|
2017-02-01 17:46:29 +01:00 |
|
|
|
63e650952b
|
Updated tests for HtmlHelper::textarea()
|
2016-11-29 00:06:20 +02:00 |
|
|
|
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 |
|
|
|
75162652b7
|
Update BaseHtml.php
|
2016-11-20 15:17:15 +01:00 |
|
|
|
ea251e24ba
|
Closes #7420: Attributes for prompt generated with renderSelectOptions of \yii\helpers\Html helper
|
2016-11-17 16:43:19 +02:00 |
|
|
|
6bad563c69
|
Update BaseHtml.php (#12933)
|
2016-11-07 13:34:17 +01:00 |
|
|
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
|
|
11fe407ad0
|
release version 2.0.10
|
2016-10-20 14:02:50 +02:00 |
|
|
|
68eb1268a3
|
Fix phpdoc in yii\helpers\BaseHtml
|
2016-10-04 23:08:39 +02:00 |
|
|
|
b1b6d60705
|
fix consistency of @doc on $selection
|
2016-09-26 21:25:06 +02:00 |
|
|
|
c66b845f48
|
Revert "Fixed #11973: yii\helpers\BaseHtml::getAttributeValue() fixed to work with items[] notation correctly"
This reverts commit 3fcc26996b9395d2892839b5bc8071c99a6cab07.
|
2016-09-11 22:13:59 +03:00 |
|
|
|
153eb07b0f
|
HtmlHelper::errorSummary() - PHPDocs updated
|
2016-09-06 22:30:31 +03:00 |
|
|
|
9e02e89fae
|
Added ability to skip duplicate error messages and show all error messages in errorSummary.
Update CHANGELOG.md
|
2016-09-06 22:26:12 +03:00 |
|
|
|
13c05ef3fa
|
* Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it
|
2016-08-20 13:33:12 -03:00 |
|
|
|
3fcc26996b
|
Fixed #11973: yii\helpers\BaseHtml::getAttributeValue() fixed to work with items[] notation correctly
|
2016-08-05 15:08:51 +03:00 |
|
|
|
0895f212c6
|
improved docs about tag option in HTML options
|
2016-07-03 10:57:47 +02:00 |
|
|
|
16e4cab8f1
|
Fixes #11865: Fixed setting selected for dropdown list using options
|
2016-07-03 01:43:50 +03:00 |
|
|
|
c370c17e93
|
Additional fix for ##11168
|
2016-06-24 17:32:01 +03:00 |
|
|
|
348cc17dbb
|
Fixes #11168: yii\helpers\BaseHtml now uses abstracted booleanInput() and activeBooleanInput() methods to render radio(), checkbox(), activeRadio() and activeCheckbox()
|
2016-06-24 00:01:46 +03:00 |
|
|
|
a46015124c
|
improved docs for Html::a() and absolute URLs
fixes #11216
|
2016-03-28 16:33:30 +02:00 |
|
|
|
16a6af5fa8
|
Add helper function for checking if an object is an array-like object.
Added support for traversable objects in `BaseHtml` and `ArrayHelper`
|
2016-02-24 23:49:05 +02:00 |
|
|
|
3bf3c20710
|
Merge remote-tracking branch 'upstream/master' into 10764-enh-options-tag
# Conflicts:
# framework/CHANGELOG.md
|
2016-02-15 17:37:40 +01:00 |
|
|
|
cc7628e5d2
|
WIP #10764: update docs [skip ci]
|
2016-02-10 00:50:52 +01:00 |
|
|
|
295bb3e173
|
WIP #10764: adjusted Html::beginTag and Html::endTag methods to be consistent
|
2016-02-09 18:13:32 +01:00 |
|
|
|
ef5ce2d4c1
|
missing @since annotations in helpers
|
2016-02-07 17:46:12 +01:00 |
|
|
|
cd7039e97c
|
WIP #10764
|
2016-02-07 16:39:41 +01:00 |
|
|
|
dcda2a2466
|
BaseHtml::checkboxList minor update
|
2015-12-21 18:09:44 +02:00 |
|
|
|
85c6a903dc
|
Enh #10390: Added ability to disable outer tag for \yii\helpers\BaseHtml::radiolist(), ::checkboxList
|
2015-12-21 18:04:49 +02:00 |
|
|
|
f95a6d9d08
|
Merge pull request #10292 from Faryshta/patch-5
use ArrayHelper::remove() for the html helper methods
|
2015-12-19 18:59:44 +02:00 |
|
|
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
|
|
2d05b11f68
|
remove PHP_EOL
|
2015-12-02 04:21:45 -06:00 |
|
|
|
ec43f4c370
|
add separator around the items in ul()
|
2015-12-01 08:00:39 -06:00 |
|
|
|
d0ffb58efb
|
syntax error
|
2015-12-01 07:34:40 -06:00 |
|
|
|
7a2bbabbbd
|
add separator special option to ul and listBox
|
2015-12-01 07:28:09 -06:00 |
|