983 Commits (624db0e678767780dd144fcfbbbb040c392e75d8)

Author SHA1 Message Date
Alexander Makarov 0eecb6ab1e Fixes #7529: Fixed `yii\web\Response::sendContentAsFile()` that was broken in 2.0.3 10 years ago
Qiang Xue 82c1136613 prepare for next release. 10 years ago
Qiang Xue 985119350b 2.0.3 release. 10 years ago
Artem Belov 81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget 10 years ago
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes 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
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Carsten Brandt 68f78f25e0 Update CHANGELOG.md 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::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
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
Qiang Xue 0f79732b8a Fixes #7425: `yii\widgets\ActiveField::radio()` should not generate the label twice 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
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
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 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
Alexander Makarov 00aafc82ef Fixes #7258: Response was sending HTML content type when formatter was set to JSON or XML, nulls were handled wrong 10 years ago
Qiang Xue 1088fd496d Added support to `yii\di\Container` to instantiate and configure an object that implements `yii\base\Configurable`. 10 years ago
Paul Melekhov 86891f9f82 Fixes #7358: Fix trimming PHPDoc prefix with TAB indent in `yii\console\Controller::parseDocCommentSummary()` 10 years ago
lynicidn a71423cf2a Fixes #7269: `yii\console\controllers\BaseMigrateController` now throws exception if directory specified doesn't exist and action isn't `create` 10 years ago
Qiang Xue 7b5cdf041d Fixes #7255: Added support to allow widgets that use text input to specify input types 10 years ago
Jose Lorente 98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
Qiang Xue d9117a67b1 Fixes #7227: Query builder should respect column alias setting when `yii\db\Expression` is being selected 10 years ago
Qiang Xue d188dd10c0 Fixes #3168: Improved the performance of `yii\rbac\DbManager::checkAccess()` by caching mechanism 10 years ago
Qiang Xue de6185811a Fixes #5457: `yii\web\Cors` should handle `Access-Control-Request-Headers` in a case-insensitive manner 10 years ago
Qiang Xue ae305bb907 Fixes #7226: `yii\web\Request::getEtag()` should strip off `-gzip` which may be added by Apache 10 years ago
Qiang Xue 21b87b67af Fixes #7218: `yii\captcha\CaptchaAction` should send response in JSON format 10 years ago
Qiang Xue 1a764e202a Fixes #4710: Added `yii\web\AssetManager::appendTimestamp` to support cache busting for assets 10 years ago
Alexander Makarov 2ba573bfb5 Fixes #6883: `yii\base\ErrorHandler::logException()` is now public 10 years ago
Qiang Xue 667169c044 Fixes #7130: Changed the signature of `ActiveRecord::findByCondition()` to simplify the implementation and usage 10 years ago
Qiang Xue 4dcbe83aa6 Fixes #6361: Added `validateAttribute()` to `yii.activeForm.js` to support manually triggering data validation of an input 10 years ago
Qiang Xue 84b20d57e4 Fixes #7055: composite IN condition was not generated correctly for certain DBMS 10 years ago
Alexander Makarov 11dc0fdbf3 Fixed typo 10 years ago
Ivan Yakovlev dec4a4f239 Fixes #7008: Removed extra white space in GridView filter cell 10 years ago
Thiago Talma c997e0d02e Fixes #7094: Console confirmation must be answered correctly. To return `true`: `y` or `yes`. To return `false`: `n` or `not`. Any other input the question will be asked again 10 years ago
Qiang Xue 54e35baa1b Fixes #7074: `yii\data\ArrayDataProvider` did not correctly handle the case `Pagination::pageSize = 0` 10 years ago
Klimov Paul 5bda2fe073 `yii\console\controllers\AssetController` now correctly handles relative image URLs if source and target CSS are under same directory 10 years ago
Qiang Xue 0a6cd6190b Fixes #7051: Added support for preventing swapping values between different cookies 10 years ago
Qiang Xue d0d884c39d Fixes #6940: `yii\web\Response::sendContentAsFile()` may not send correct `content-length` header 10 years ago
Alex-Code d862222304 Fixes #6852: Added `yii\helpers\BaseHtmlPurifier::helpers()` in order to be able to configure `HtmlPurifier` helper globally via subclassing 10 years ago
Alexander Makarov 06564db627 Changelog for #6882 10 years ago
Qiang Xue fe19243da1 Fixes #6969: `yii\helpers\ArrayHelper::htmlEncode()` and `htmlDecode()` should not remove non-string data 10 years ago
Carsten Brandt 7c609ad8fb allow disabling log rotation 10 years ago