156 Commits (88191bbe5c6faf9e57ad3634a08a740c0baf4f46)

Author SHA1 Message Date
Alexander Makarov 8cd247730a Query::filter() adjustments 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 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 e2aacad8aa Added links to PHP.net to apidoc 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Carsten Brandt db8685ccad fixed a bunch of typos and errors 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 11 years ago
Carsten Brandt e76fb238d4 added missing use statement 11 years ago
Carsten Brandt 3b40d44909 made createQuery() config param optional 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Qiang Xue bea9e3fc06 Fixes #1645: Added support for nested DB transactions 11 years ago
Qiang Xue 25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 11 years ago
Paul Klimov be2b76d40f Method "callSnippetsInternal" for the Sphinx Query extracted 11 years ago
Qiang Xue f59598bb8b Added support for building SQLs with sub-queries 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Alexander Makarov 0e8063302d Removed unused variable 11 years ago
Carsten Brandt 4a9f47bedd refactored sphinx and db AR to call parent implementation of populateRecord() 11 years ago
Carsten Brandt 16e1aff41b renamed ActiveRecord::create() to populateRecord() 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Carsten Brandt 796284cba1 reworked fix for #1993 11 years ago
Carsten Brandt 81d23332df afterFind event in AR is now called after relations have been populated 11 years ago
Qiang Xue da9d544c54 psr-4 change. 11 years ago
Qiang Xue 41685a2409 moved extensions under yii. 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Paul Klimov 3db7a07534 Method "yii\sphinx\ActiveRecord::find()" removed in favour of "BaseActiveRecord::find()". 11 years ago
Paul Klimov c9624eee55 Sphinx Active Record refactored to extend "BaseActiveRecord". 11 years ago
Carsten Brandt d52cf5a222 Fixed sphinx composer.json 11 years ago
Qiang Xue 73442fb12a doc fix. 11 years ago
Qiang Xue 8245e574d9 fixed readme 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Paul Klimov 3dbb3d40dd Sphinx unit tests fixed. 11 years ago
Carsten Brandt 83527e85ca made Model::attributes() non static again 11 years ago
Carsten Brandt 16239c2395 reverted wrong change in sphinx 11 years ago
Panagiotis Moustafellos 21014b4064 swapped docs and Exception to type InvalidParamException 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Carsten Brandt 324e10694d updated sphinx active record with changes from DB AR 11 years ago
Carsten Brandt e2ff98ab53 fixed broken sphinx AR::attributes() declaration 11 years ago
Carsten Brandt 8be4f3778a updated properties of extensions 11 years ago
Carsten Brandt e837e44ac1 updated ext composer.json for issue labels 11 years ago