Commit Graph

12 Commits

Author SHA1 Message Date
Florian Fackler
ac2434a004 Updated elasiticsearch changelog 2014-02-05 17:38:38 +01:00
Florian Fackler
a3724aa4d1 Fixed bug which prevented a field query as described in the example:
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +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
3fba6dc314 updated gii docs 2013-12-12 11:14:37 +01:00
nergal
8b7136320c Add extension support to yii\twig\ViewRenderer 2013-12-12 06:47:41 +02: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
Carsten Brandt
be66f43d52 invalidate opcache of extensions.php file in composer installer
fixes #1480
2013-12-11 16:12:11 +01:00
Carsten Brandt
bfa7c80129 improved redis error message 2013-12-10 20:42:54 +01:00
Carsten Brandt
12217a3ed8 code style and docs 2013-12-10 20:42:43 +01:00
Qiang Xue
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
Qiang Xue
51923c8271 moved smarty to yii. 2013-12-09 23:34:44 -05:00
Qiang Xue
02a2a50b5a moved twig to yii subdirectory. 2013-12-09 23:16:17 -05:00