6168 Commits (076329bfba40c3b8aa49acd631736821ec49f752)

Author SHA1 Message Date
Qiang Xue 82c1136613 prepare for next release. 10 years ago
Qiang Xue 985119350b 2.0.3 release. 10 years ago
Carsten Brandt 2aace3714c minor adjustments 10 years ago
Artem Belov 81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget 10 years ago
Alexander Makarov d7346cbfaf Used PHP_OS instead of php_uname() to check for Linix 10 years ago
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes 10 years ago
Alexander Kochetov 29f5dc37a5 Correct phpDoc for return in several cases 10 years ago
Carsten Brandt ba6bce4e2d fixed DateValidator to work with multibyte strings 10 years ago
Yoyon Cahyono 8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value 10 years ago
Pavel 5ed412495e Added dot symbol to Html::getInputId() 10 years ago
Carsten Brandt 95cdd0905d fix case in asDatetime method references 10 years ago
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Alexander Makarov 4fffd8fcef Prevented Security from erroring in case of /dev/urandom or /dev/random aren't available 10 years ago
Carsten Brandt 68f78f25e0 Update CHANGELOG.md 10 years ago
Carsten Brandt da50920ac8 improved wording in TimestampBehavior 10 years ago
Carsten Brandt e742ba0ea1 updated docs about timestamp and refresh 10 years ago
Qiang Xue 94564cd766 minor fix [skip ci] 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::activeTextInput()` 10 years ago
Leonardo Tietböhl 7f73d6a525 Use getAttributeName() 10 years ago
Leonardo Tietböhl cdfd73a9ff Add maxlength option to activeTextInput 10 years ago
Qiang Xue f57a517f6d Fixes #7449: Added `encode` option to allow not encoding select options for `Html::dropDownList()` and `Html::listBox()` 10 years ago
Anton Ivanov 9a52aab0f1 Enh #7449: `yii\helpers\Html::dropDownList()` and `yii\helpers\Html::listBox()` now supports Unicode characters in option text (yapi68) 10 years ago
Carsten Brandt 30e45a4aea improve documentation about uncheck and unselect in activefield 10 years ago
Carsten Brandt e83b479dfb improved validator documentation 10 years ago
Qiang Xue 5a63ae324e Fixes #7211: Query caching should properly deal with the case when query result is false 10 years ago
Alexander Makarov 796a0e6156 Fixes #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget` 10 years ago
Alexander Makarov 7d0173db80 Added CHANGELOG 10 years ago
Alexander Makarov 187322052d Fixed converting double to PHP type 10 years ago
Alexander Makarov c0e448bacb Changed CUBRID type for Double 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Amir Basiri b65006a469 Fixes #7438: Changed the Farsi messages directory name to be generalized 10 years ago
Qiang Xue 0f79732b8a Fixes #7425: `yii\widgets\ActiveField::radio()` should not generate the label twice 10 years ago
justinvoelker f2523cb5d7 Update ActiveField.php 10 years ago
Carsten Brandt 2897257ec1 fixed wrong docs about loadDefaultValues() and init() 10 years ago
Alexander Makarov 7721baae1f Used StringHelper for byte operations 10 years ago
Alexander Makarov 94d6e139b9 Added more info to UPGRADE 10 years ago
Alexander Makarov f7f838e9d0 Added upgrade not about Security 10 years ago
Carsten Brandt 89d1e55f91 phpdoc fix, close #7404 10 years ago
tom-- 4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 10 years ago
Qiang Xue a3ea7b774d Fixes #7350: Added `yii\helpers\Html::$dataAttributes` to support customizing data attributes. 10 years ago
Alexander Makarov a5b9aec6cd Fixed phpdoc typo 10 years ago
Sidney Lins - WMaior.com f0cc302802 [i18n, #7301] Check ICU version in requirements warning when < 49 10 years ago
Alexander Makarov 02f8f7ef9d Fixes #7332: Added ability to remove `yii\widgets\Menu` container tag by setting `options['tag']` to `false` 10 years ago
Boudewijn Vahrmeijer e385f323eb Update Menu.php 10 years ago
Carsten Brandt 6dc45276b5 Added hint about safeUp/safeDown 10 years ago
Qiang Xue e56bf03130 Fixed test break. 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
Carsten Brandt 63af984d7c improved framework README 10 years ago
Qiang Xue 07403d3f9d Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
Qiang Xue 56dbd4cefa Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()` 10 years ago