522 Commits (a6d4fc83c0e5d2880916ead6868cadbd8bb7a810)

Author SHA1 Message Date
Qiang Xue ddb7141ea6 doc update about behavior. 11 years ago
resurtm 1974524ed9 Add changelog line related to #2499 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Qiang Xue 02d5b20bda Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior` 11 years ago
Qiang Xue fb3b2f2c7d Fixes #2490: `yii\db\Query::count()` and other query scalar methods now properly handle queries with GROUP BY clause 11 years ago
Qiang Xue c92a260a3d Fixes #2415: Added support for inverse relations 11 years ago
Qiang Xue bea9e3fc06 Fixes #1645: Added support for nested DB transactions 11 years ago
Qiang Xue 04b2936d82 Fixes #1881: Improved `yii\bootstrap\NavBar` with `containerOptions`, `innerContainerOptions` and `renderInnerContainer` 11 years ago
Qiang Xue 54ea78d9ab Fixes #1562: Added `yii\bootstrap\Tabs::linkOptions` 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Qiang Xue c0bac44f10 Fixes #1186: Changed `Sort` to use comma to separate multiple sort fields and use negative sign to indicate descending sort 11 years ago
djagya d27073648c #2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive label of the attribute, which looks like `relatedMode.attribute`, from the related model 11 years ago
djagya 44f5c73111 #2436 override the function `getAttributeLabel` in `BaseActiveRecord` to receive label of the attribute, which looks like `relatedMode.attribute`, from the related model 11 years ago
Qiang Xue 3a930bd675 Finished batch query feature. 11 years ago
Qiang Xue 1571c72251 Fixes #2409: Added support for fetching data from database in batches 11 years ago
Borales 0a27360cd8 Adding @since tag and changelog line 11 years ago
Qiang Xue 4e6aa21198 The directory holding email templates is renamed from `mails` to `mail` 11 years ago
Qiang Xue f59598bb8b Added support for building SQLs with sub-queries 11 years ago
Qiang Xue 92fb014980 Fixes #2405: The CSS class of `MaskedInput` now defaults to `form-control` 11 years ago
Qiang Xue 65a8eae717 Fixes #2399: Fixed the bug that AssetBundle did not handle relative URLs correctly 11 years ago
Qiang Xue 677ee94bb1 Fixes #2386 11 years ago
Dilip aa669fab25 Update CHANGELOG.md 11 years ago
Dilip 04a7f6f5de Update CHANGELOG.md 11 years ago
Alexander Makarov 40b3c2e89c Fixes #2209: When I18N message translation is missing source language is now used for formatting 11 years ago
Alexander Makarov f5f6f206b4 Added issue number to changelog 11 years ago
gureedo f9e58d92fc check error level in error handler 11 years ago
Carsten Brandt ccc8732d64 moved CHANGELOG lines to bootstrap 11 years ago
Qiang Xue bd70ac840f Fixes #2054: Added support for using custom application configuration with the console command runner 11 years ago
Qiang Xue afda91e05d Fixes #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application 11 years ago
Qiang Xue fb4b0ae98d The scripts in asset bundles are now registered in `View` at the end of `endBody()`. It was done in `endPage()` previously 11 years ago
Alexander Makarov 97917e6580 Revert "Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters" 11 years ago
Alexander Makarov 9c0572bff9 Fixed `$model->load($data)` returned `true` if `$data` and `formName` were empty 11 years ago
Antonio Ramirez ca7723e871 update CHANGELOG.md to its correspondent location 11 years ago
Alexander Makarov 3b95aa9cd1 Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters 11 years ago
Antonio Ramirez dc53a2b1e3 update CHANGELOG.md 11 years ago
pzaremba 75ae3db906 Reverted changes unrelated to issue #2325 11 years ago
pzaremba 0bf39f6e98 Adding support for the X-HTTP-Method-Override header. 11 years ago
Qiang Xue 646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to `Session::regenerateID()` call 11 years ago
Qiang Xue 9779e9c98d Added support for using arrays as option values for console commands 11 years ago
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