706 Commits (2f526521cec5405d5a0e5c155660a90e993a9f7d)

Author SHA1 Message Date
Qiang Xue bb2256a723 Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) 11 years ago
Qiang Xue 00f34f390a Fixes #2303: Fixed the bug that `yii\base\Theme::pathMap` did not support dynamic update with path aliases 11 years ago
Carsten Brandt 16e1aff41b renamed ActiveRecord::create() to populateRecord() 11 years ago
Vladimir Zbrailov 0e0acb2731 added inherit doc block and task number 11 years ago
Vladimir Zbrailov 3319b54c80 added inherit doc block and task number 11 years ago
Vladimir Zbrailov 903f5618fe Added typecast database types into php types 11 years ago
Qiang Xue 807223efbf Fixes #1412 11 years ago
Qiang Xue a4a72033d6 Fixes #1412: `FileValidator` still triggers `uploadRequired` error in some case when `skipOnEmpty` is true and no upload is provided 11 years ago
Alexander Makarov 91444b20c8 #2248: Renamed `yii\base\Model::DEFAULT_SCENARIO` to `yii\base\Model::SCENARIO_DEFAULT` 11 years ago
vova07 efaaec1cbf Improved to support aliases. Fixes #2240. 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue 2046563849 Revert "Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block`" 11 years ago
Qiang Xue 7ae4695d0c Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block` 11 years ago
Qiang Xue f5e1fbc532 Fixes #2212: `yii\gridview\DataColumn` generates incorrect labels when used with nosql DB and there is no data 11 years ago
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