996 Commits (afeb6d48d1457000017fc4a73995a1e735de18c6)

Author SHA1 Message Date
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
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
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
Qiang Xue 4dd4e59370 Fixes #6493: Added support for the `Access-Control-Expose-Headers` header by `yii\filters\Cors` 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
Alexander Makarov 801de52db7 Adjusted changelog 10 years ago
Alexander Makarov 9c7e4e514d Fixes #6697: Added `yii\helpers\Url::current()` method that allows adding or removing parameters from current URL 10 years ago
Alexander Makarov e4cf948c0b Better code for #6106 10 years ago
Alexander Makarov 440eeea8cc Fixes #6106: Added ability to specify `encode` for each item of `yii\widgets\Breadcrumbs` 10 years ago
Alexander Makarov 174843a971 Fixes #5690: adjusted paths in message config generated by `yii message/config` to reflect directory structure better 10 years ago
Qiang Xue b750cf662d prepare for the next release. 10 years ago
Qiang Xue d7462656f7 2.0.2 release 10 years ago
Carsten Brandt 9415c7921d date formatter fall back to PHP impl. to solve Y2K38 issue 10 years ago
Carsten Brandt 05cc9ae405 improved HTML to Text fallback in BaseMailer 10 years ago
Tobias Munk b33824044f added check for undefined application to log Target 10 years ago
Klimov Paul 94f702fe6e `yii\console\controllers\AssetController` now handles bundle files from external resources properly 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
DaSourcerer f3f5fcae4b Changelog update 10 years ago
Carsten Brandt 792746883e urlManager: ensure route is trimmed by / on empty pattern 10 years ago
Carsten Brandt 119c302033 fixed issue with UTF-8 characters in help description parsing 10 years ago
Qiang Xue cc3209cf26 Fixes #4502: Added alias support to URL route when calling `Url::toRoute()` and `Url::to()` 10 years ago
Qiang Xue 654dbbb29e Fixes #6678: `yii\behaviors\SluggableBehavior` will generate a new slug only when the slug attribute is empty or the source attribute is changed 10 years ago
pana1990 7aae667e28 Fixes #6618: Added Model::addErrors() 10 years ago
Yuri Morozov fbf96ec830 updated changelog 10 years ago
Qiang Xue 166cb99be0 Fixes #6632: `yii\di\Container::get()` did not handle config parameter correctly when it is passed as a constructor parameter 10 years ago
DaSourcerer e288c54e7f [skip ci] Changelog update 10 years ago
Paul Klimov 5ad6ba5c9e Fix from e719ff5 moved to `yii\sphinx\Query` 10 years ago
Paul Klimov e719ff5854 `yii\db\Query::queryScalar()` fixed to use `static` when creating subquery 10 years ago
Qiang Xue 03a9ed70b2 Fixes #6557: Link URLs generated by `yii\widgets\Menu` are not encoded 10 years ago
Qiang Xue b6be7111c6 Fixes #6488: Support changing `yii\base\Theme::basePath` during runtime 10 years ago
wenbin1989 2202ae6cb8 Fixes #6080: Oracle DB schema did not load column types correctly 10 years ago
Alexander Makarov bf206efc66 Fixes #6427: In case of invalid route web application now throws exception with "Page not found" instead of "Invalid Route" 10 years ago
Alexander Makarov ab0033542b Fixes #6247: Logger and error handler are now using slightly less memory 10 years ago
Qiang Xue 58516ae8a9 Fixes #6434: Added `yii\behaviors\SluggableBehavior::immutable` to support keeping the generated slug unchanged 10 years ago
Qiang Xue fa0a3aefae Fixes #6467: `ActiveForm` will scroll to the nearest visible element when the first error input is hidden 10 years ago
Serge Postrash 748007ce6a Fixes #6404: advanced application template `Alert` widget was generating duplicate IDs in case of multiple flashes 10 years ago
Qiang Xue 7881bba26c prepare for next release. 10 years ago