1056 Commits (b4062ab246595a01c9e0de32b963ac04ca5951a6)

Author SHA1 Message Date
Qiang Xue 8ecceb395f Fixes #2210: Mysql driver will now treat `tinyint(1)` as integer instead of boolean 11 years ago
Qiang Xue 6bc4a8cf94 Fixes #706: Added `yii\widgets\Pjax` and enhanced `GridView` to work with `Pjax` to support AJAX-update 11 years ago
Qiang Xue 91be6e9e2b added changelog. 11 years ago
Qiang Xue 861c2b2f9c Added `yii\web\View::POS_LOAD` 11 years ago
Carsten Brandt f9dee9c951 Fixed an issue with Filehelper and not accessable directories 11 years ago
Alexander Makarov f1a674b921 Added `yii\web\Request::get($name = null, $defaultValue = null)` and `yii\web\Request::post($name = null, $defaultValue = null)` 11 years ago
Qiang Xue 18d7224ac8 Fixes #2149: Added `yii\base\DynamicModel` to support ad-hoc data validation 11 years ago
Qiang Xue d9a85d091a Fixes #2175: QueryBuilder will now append UNION statements at the end of the primary SQL 11 years ago
Carsten Brandt bc80101bef adjusted changeloadjusted changelogg 11 years ago
Alexander Makarov 5cab2a8745 Fixes #2156: `yii migrate` now automatically creates `migrations` directory if it does not exist 11 years ago
Alexander Makarov d4dd55482d changelog 11 years ago
Qiang Xue 8115724725 updated change log. 11 years ago
Qiang Xue 1fb4e152bb added contributor. 11 years ago
Qiang Xue a43f8b2361 Fixes #2157: The '*' category pattern will match all categories that do not match any other patterns listed in `I18N::translations` 11 years ago
Alexander Makarov c8a7844324 Added changelog 11 years ago
Qiang Xue 26b556a6fb doc fix. 11 years ago
Qiang Xue d8516b17ae doc fix 11 years ago
Vladimir Zbrailov 84bfc3fc88 add timeZone into base formatter 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue 3dd3914a38 Fixes #2144: `Html` helper now supports rendering "data" attributes 11 years ago
Carsten Brandt bc9b62c314 url of CSS and JS files registered in View can be url alias 11 years ago
Alexander Kochetov 77d9f374f8 CHANGELOG 11 years ago
Ivan Pomortsev 71cc30505b Update CHANGELOG.md 11 years ago
Qiang Xue f39b1e4bb8 changelog fix. 11 years ago
Daniel Schmidt d03b2add89 Condenses changelog notes to 1 line (#2103) 11 years ago
Daniel Schmidt 7fef8cf0cf Adds docblock comments and HTTP spec links for the new HTTP Exception classes (#2103) 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
Qiang Xue a5968a6ac6 Added `beforeRun()` and `afterRun()` to `yii\base\Action` 11 years ago
Qiang Xue e6e1a7bac0 Fixes #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission 11 years ago
Vladimir Zbrailov 53647d8b16 Added ability to get incoming headers 11 years ago
Alexander Makarov 583c56d9e0 Updated changelog 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Carsten Brandt 4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https' 11 years ago
Paul Klimov ca778336f2 Issues #1265 #2084 added to CHANGELOG 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Carsten Brandt 813a008da2 improved request body parser docs and configuration 11 years ago
Qiang Xue b496a04f49 refactored fixture feature. 11 years ago
Daniel Schmidt 00785d38c0 Added support for custom web\Request parsers (#2043) 11 years ago
Carsten Brandt 7ae8b8b50f added support to parse json request to Request::getRestParams() 11 years ago
Qiang Xue 88059439f6 Fixes #2063: Removed `yii\web\Request::acceptTypes` and renamed `yii\web\Request::acceptedContentTypes` to `acceptableContentTypes`. 11 years ago
Alexander Kochetov fe6d897f0e CHANGELOG typo fix 11 years ago
Alexander Kochetov 1b0ed00f40 CHANGELOG 11 years ago
Qiang Xue ab5d7bd54c Fixes #2051: Do not save null data into database when using RBAC 11 years ago
Qiang Xue 8e8eca3691 updated change log [skip ci] 11 years ago
Jacob Morrison 5c19cc84f4 Make HelpController check to make sure module controller path exists before scanning it 11 years ago
Alexander Makarov 462c50031a Fixes #1930: Fixed domain based URL matching for website root 11 years ago
callmez 00ce53946c CHANGELOG.md typo 11 years ago
callmez baad3eb2a8 fixed #1992 the issue that use 'site/captcha' will get wrong refreshUrl in module scenario 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago