43 Commits (3fdcf11f248c8cb8d67e7437900fcedb5ce49dcb)

Author SHA1 Message Date
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 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 505762d49c updated docs about active relation 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 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
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 f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 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 943bf88904 doc fix. 11 years ago
Qiang Xue 42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner. 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
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
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
Klimov Paul 2c22fe3f25 Code style and docs at "yii\sphinx\*" fixed. 11 years ago
Paul Klimov 400b5310ca Docs for Sphinx extension updated. 11 years ago
Paul Klimov 01c269a912 Redundant typecast removed from yii\sphinx\ActiveRecord::create() 11 years ago
Paul Klimov 765d47d00d Sphinx Active Record updated to be compatible with ActiveDataProvider. 11 years ago
Klimov Paul bb46d0594e Sphinx documentation updated. 11 years ago
Paul Klimov d1c87c7e31 Sphinx documentation updated. 11 years ago
Paul Klimov 9a45a04365 Create relation methods added to Sphinx Active Record. 11 years ago
Paul Klimov bd79e1c1be Sphinx Active Record saving via 'replace' converted into fallback 11 years ago
Paul Klimov cd3950aaa7 Sphinx Active Record saving advanced to use 'replace' for runtime indexes 11 years ago
Klimov Paul d6ddfd7bb3 Methods "callSnippets()" and "callKeywords()" added to Sphinx Active Record 11 years ago
Klimov Paul 0bc91f29e7 Sphinx Active Record relation handling provided. 11 years ago
Klimov Paul f228f21541 "ActiveRelationInterface" applied to Sphinx Active Record. 11 years ago
Paul Klimov 37862b6ee2 Unsupported "update counters" feature removed from Sphinx Active Record. 11 years ago
Klimov Paul d6c388299d Sphinx ActiveRecord added as blank. 11 years ago
Carsten Brandt 65338972c7 refactored ActiveRecord classes to use Interfaces and traits 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Carsten Brandt 913eb62294 updated phpdoc and fixed generator read/write-only annotation 11 years ago
Carsten Brandt 0bc8cbf158 php-doc 11 years ago
Carsten Brandt c4468ac315 forgot to remove strtolower from __get and __unset 11 years ago