26 Commits (master)

Author SHA1 Message Date
Bizley 9a7f778194
Fix #18557: Fix `yii\data\ActiveDataProvider` to handle DB connection configuration of different type than just `yii\db\Connection` 4 years ago
Bizley 13cda988e7
#18475: Correct conditional configuration of db property 4 years ago
Bizley f544883148
Fix #18472: Fix initializing db component configuration 4 years ago
Bizley 19da4511fb
Fix #18472: Fix initializing `db` component configuration in `yii\data\ActiveDataProvider` 4 years ago
Carsten Brandt 768d590eef added missing @since annotations 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Mikhail e53fc0ded1 Fixes #16558: Added cloning `yii\data\ActiveDataProvider::query` property when ActiveDataProvider object is cloned 6 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Paul Klimov d68789a195 Fixes #13779, fixes #5786 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Alex 533da6240e Update phpdoc, \yii\db\ActiveRecord => \yii\db\ActiveRecordInterface [skip ci] (#14076) 8 years ago
Nikolay Oleynikov 7d82bbcd37 Fixes #13467: `yii\data\ActiveDataProvider` no longer queries models if models count is zero 8 years ago
Evgeniy Tkachenko 69de8f8460 Update ActiveDataProvider.php 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Carsten Brandt 0a6715bd0b enhanced default value for ListView Sort attribute labels 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
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Carsten Brandt f6f0e66598 ensure gridview query is reusable 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 5dca1257b2 reverted primaryKey of elasticsearch to be array again 11 years ago
Qiang Xue 34dc150f63 doc fixes. 11 years ago
Carsten Brandt a7b852fcc3 Changed elasticsearch AR primary key handling 11 years ago
Qiang Xue 98b4540e38 fixed test break 11 years ago
Qiang Xue 831e51153b proper check of "db" property of ActiveDataProvider. 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Qiang Xue c9e4773ebb Moved key serialization from data provider to data viewers. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Qiang Xue 9efe446545 Fixes #1236: removed Sort::ASC and DESC 11 years ago
Qiang Xue 42a58870fe moved db interfaces and traits back to yii/db. 11 years ago
Carsten Brandt 8250cfbb0f reverted change of count() signature 11 years ago
Carsten Brandt ced7ee1b8a dataprovider: reset orderBy when counting 11 years ago
Carsten Brandt 65338972c7 refactored ActiveRecord classes to use Interfaces and traits 11 years ago
Alexander Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Carsten Brandt 3b05e71561 ensure parameter types in baselistview message 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov 6f9785a293 fixes #995 11 years ago
Qiang Xue 0035f23781 refactored data providers. 11 years ago
Jin Hu b7948e4840 Removed unnecessary lines 11 years ago
Qiang Xue cb60fa5ddd Make sure query cloning works as expected. 11 years ago