5585 Commits (0ba986ad666b88071dd9c9026ea36fb451810935)

Author SHA1 Message Date
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
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
李某某 1fb842ef5e annotation typo 10 years ago
Alexander Makarov 9db19914ca Used (float) instead of floatval() 10 years ago
Alexander Makarov e606617a8e Better checks for empty string in MessageController 10 years ago
Alexander Kochetov 8794cd9269 Yii class code style fix 10 years ago
Alexander Kochetov e4c1656cbc Yii class `include` cass replaced to `require` 10 years ago
Alexander Kochetov 6cfbd8d548 Fixed ActiveRecordInterface phpDoc 10 years ago
Alexander Kochetov 08e54c522c Fixed ActiveRecordInterface phpDoc 10 years ago
Carsten Brandt c0de03dfac updated composer asset plugin in travis.yml 10 years ago
Davidson Alencar 6a4dc8a4e8 adjust version composer-asset-plugin to 1.0.0 [ci skip] 10 years ago
Qiang Xue d0d884c39d Fixes #6940: `yii\web\Response::sendContentAsFile()` may not send correct `content-length` header 10 years ago
sadgnome 0b4896929b Fixed content-length in sendContentAsFile() 10 years ago
Alexander Makarov 07aca1c712 Renamed config() to configure() in BaseHtmlPurifier as suggested by @qiang 10 years ago
Qiang Xue 5ab1d1a0d1 Fixes #6992. 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
Brandon Kelly cf0d582a0b Added yii\web\ErrorHandler::getTypeUrl() 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
Carsten Brandt 5eba1403ff removed requirements checker from classmap 10 years ago