5634 Commits (c115c677e66fa3f902495c1dff47f4aff4b8064b)

Author SHA1 Message Date
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
李某某 211a090427 Update yii.php [skip ci] 10 years ago
Ivo Kund 131b8ad430 Changed order of readme entries (bug should go first) 10 years ago
Ivo Kund b622983acc Fixed: Wrong namespace in advanced app backend unit test classes #6919 10 years ago
Carsten Brandt aef8fdffde fixed indentation in Cache Controller 10 years ago
Qiang Xue 96c4ec88ca Fixes #6889 doc fix [skip ci] 10 years ago
Qiang Xue 7031020c63 Fixes #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes 10 years ago
Kartik Visweswaran 98571fb3b9 More correct usage of TimeStamp touch method 10 years ago
Qiang Xue 4dd4e59370 Fixes #6493: Added support for the `Access-Control-Expose-Headers` header by `yii\filters\Cors` 10 years ago
usualdesigner 649ff9d319 Allow to set Access-Control-Expose-Headers in Cors filter 10 years ago
Qiang Xue 9c287cb651 Fixes #5663 and #5671: Added support for using `data-params` to specify additional form data to be submitted via the `data-method` approach 10 years ago
usualdesigner 80cc9cc16f Basic implementation of the data-params attributes 10 years ago