5225 Commits (a4871ba801a440ed52c6cdb1b620ea23dbfc9e29)

Author SHA1 Message Date
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
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
slavcodev 9028bc5aa7 Fixed header Content-Type when response is empty 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
Carsten Brandt 2b6de9665e adjusted docs about #7347 10 years ago
lynicidn 84052d15df Used yii\di\Instance::ensure() in MigrateController instead of doing the same without it 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
Klimov Paul 690b6f7e6c 'Dividing asset bundles into group' docs added 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 4e6b1fd5c6 Local loop variable added to fix #7271 bug 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 6e33bef238 Fixes #7266 10 years ago
Qiang Xue d188dd10c0 Fixes #3168: Improved the performance of `yii\rbac\DbManager::checkAccess()` by caching mechanism 10 years ago
Gabriel Homsi ba7ccf2a0b fixed example with wrong namespace at 'yii2/framework/widgets/MaskedInput.php' documentation 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
nkovacs ada9abe6b1 Fix documentation of PhpMessageSource::$basePath 10 years ago
Qiang Xue 1a764e202a Fixes #4710: Added `yii\web\AssetManager::appendTimestamp` to support cache busting for assets 10 years ago
Qiang Xue 0068a94af1 Fixes #4710: added cache busting support for assets 10 years ago
Carsten Brandt 40c232df92 enhanced widget documentation 10 years ago
Alexander Makarov 2ba573bfb5 Fixes #6883: `yii\base\ErrorHandler::logException()` is now public 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Alexander Makarov af7ae33d5b Use (array) cast instead of !is_array check for both readability and performance 10 years ago
Qiang Xue 4efb36d309 Make Cors more robust. 10 years ago
Apa Oww 46372bb4f0 Change ms-MY to ms 10 years ago
nkovacs 208b3a23c2 Fix missing end of string 10 years ago
apaoww 9e1e3ff512 Create yii.php 10 years ago
apaoww 6fdb1baef1 Update config.php 10 years ago
Qiang Xue 667169c044 Fixes #7130: Changed the signature of `ActiveRecord::findByCondition()` to simplify the implementation and usage 10 years ago
Angel Faryshta Guevara ffe940180c simplify findByCondition 10 years ago
Carsten Brandt 8c3dce88dd fixed phpdoc 10 years ago
Qiang Xue 770d65a052 Fixes #6361 10 years ago
resurtm 233388fdd6 Remove non-necessary leading slash in use operator. 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
Alex-Code a43833544b Attach forceValidate event to attributes 10 years ago
Qiang Xue 84b20d57e4 Fixes #7055: composite IN condition was not generated correctly for certain DBMS 10 years ago
Jan Waś 1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
Jan Waś f58d096920 fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
Alexander Makarov 11dc0fdbf3 Fixed typo 10 years ago
Alexander Makarov 02d1fefa8c Removed obsolete requirement from HtmlPurifier phpdoc 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