Commit Graph

14 Commits

Author SHA1 Message Date
Carsten Brandt
f6530314e2 Merge pull request #1765 from yiisoft/elasticsearch-pk-refactoring
[WIP] Changed elasticsearch AR primary key handling
2014-01-10 15:56:22 -08:00
Carsten Brandt
35b5bd8ef4 removed get() shortcut from find() 2014-01-10 15:56:42 +01:00
Carsten Brandt
3a86270de9 updated docs 2014-01-10 15:51:25 +01:00
Alexander Makarov
c79994c773 Removed exception translation, updated translations 2014-01-09 18:03:25 +04:00
Carsten Brandt
6d0f1e4c23 improved error reporting 2014-01-09 14:24:49 +01:00
Carsten Brandt
5dca1257b2 reverted primaryKey of elasticsearch to be array again
meet the AR interface requirements.
2014-01-09 13:44:12 +01:00
munawer-t
45a6cbdbf5 PhpDoc fixes 2014-01-08 17:19:52 +05:30
Alexander Makarov
dc45de127c Added --prefer-dist to all docs
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
2014-01-07 01:27:16 +04:00
Carsten Brandt
a7b852fcc3 Changed elasticsearch AR primary key handling
now supports mapped primary key when _id is part of source with an
alias.
2014-01-04 04:26:50 +01:00
Carsten Brandt
b4612637ec make count behave like in SQL
also fixed count behavior according to limit and offset.
fixes #1458
2013-12-18 17:22:56 +01:00
Carsten Brandt
454174a688 added NOT operator for db, elasticsearch, redis
issue #1523
2013-12-17 01:49:10 +01:00
Carsten Brandt
43f19e8aee use andWhere() in AR::find() to work properly with default scope
fixes #1469
2013-12-12 12:07:28 +01:00
Carsten Brandt
d2308eda8d added CHANGELOGs for all the extensions
also filled framework CHANGELOG with relevant changes since alpha
2013-12-11 18:04:58 +01:00
Qiang Xue
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00