Commit Graph

7547 Commits

Author SHA1 Message Date
Paul Klimov
469507d494 Mongo index manipulation methods added. 2013-12-02 17:26:30 +02:00
Qiang Xue
83623851f3 Fixes #1397: support customization of the container tag for Html::checkbox() and radio() 2013-12-02 10:06:56 -05:00
Paul Klimov
c294e033b3 Unit test for "yii\mongo\Collection::mapReduce()" added. 2013-12-02 16:23:20 +02:00
Carsten Brandt
28ae92b8a3 fixed whitespace after #1389 2013-12-02 15:17:26 +01:00
Qiang Xue
c010d32854 Merge pull request #1395 from lucianobaraglia/master
Gii crud generator broken
2013-12-02 05:43:31 -08:00
Luciano Baraglia
7d1443e4b3 Gii crud generator broken 2013-12-02 10:29:42 -03:00
Qiang Xue
d065f8c484 Merge pull request #1389 from gitrad/master
Update requirements.php
2013-12-02 04:33:23 -08:00
Qiang Xue
24621c3dd1 improved doc 2013-12-02 07:29:46 -05:00
Paul Klimov
0e082c170c Aggregation functions added to Mongo Query. 2013-12-02 14:01:46 +02:00
Mark
44e515b4f7 tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
Mark
8b4a6bab80 colors added 2013-12-02 15:24:33 +04:00
Mark
5c86563a08 new entry points for application 2013-12-02 15:23:58 +04:00
Mark
3cc55c2cfa codeception configs, web config modifed for db-settings 2013-12-02 15:23:32 +04:00
Alexander Makarov
08cd4e829e Merge pull request #1392 from Bethrezen/patch-1
Removed extra parenthesis in code example
2013-12-02 03:01:09 -08:00
Alexander Kozhevnikov
ce1014f690 Removed extra parenthesis in code example 2013-12-02 13:24:52 +03:00
gitrad
12f4b8ddfc Update requirements.php 2013-12-02 11:00:04 +03:30
Qiang Xue
62ef37219d Merge pull request #1382 from cebe/elastic-debug-toolbar
Elasticsearch debug toolbar
2013-12-01 16:23:18 -08:00
Carsten Brandt
b68c9f1d40 added image to readme 2013-12-01 22:30:04 +01:00
Carsten Brandt
5a3dba60be created debug panel for elasticsearch
this panel shows all logged elasticsearch queries and allows to execute
them to see the results.
2013-12-01 22:21:22 +01:00
Qiang Xue
ecc1688d70 change back the readme instruction for creating new project. 2013-12-01 14:52:44 -05:00
Klimov Paul
da88e3dbeb Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-12-01 21:20:47 +02:00
Klimov Paul
49a70dc311 Mongo aggregation functions added as draft. 2013-12-01 21:20:34 +02:00
Qiang Xue
3822ffd16a prepare for next release. 2013-12-01 13:43:09 -05:00
Qiang Xue
b0018e3643 fixed version. 2.0.0-alpha 2013-12-01 13:34:43 -05:00
Qiang Xue
7f10555d60 prepare for 2.0.0-alpha release. 2013-12-01 13:23:40 -05:00
Qiang Xue
84e2f3ba08 Fixed doc. 2013-12-01 13:18:32 -05:00
Klimov Paul
50a7bfea68 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-12-01 20:12:31 +02:00
Qiang Xue
4e434f1afa improved README of apps. 2013-12-01 12:17:58 -05:00
Qiang Xue
2ca5a84588 Merge pull request #1379 from klimov-paul/travis-sphinx
Allow Travis to be run not only for YiiSoft
2013-12-01 08:09:39 -08:00
Klimov Paul
0b8784860f Moved sphinx source database setup into ".sh" file allowing to use relative file path. 2013-12-01 18:00:08 +02:00
Klimov Paul
cddb878360 ActiveRelationTrait::getModelKey() updated to work with non scalar keys. 2013-12-01 17:46:21 +02:00
Klimov Paul
1129d820ed Mongo Active Relation unit test fixed. 2013-12-01 17:45:18 +02:00
Klimov Paul
deffc7f2de Mongo Active Record reworked to extend BaseActiveRecord. 2013-12-01 17:39:50 +02:00
Klimov Paul
ac5e1748b7 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-12-01 17:24:04 +02:00
Klimov Paul
139450dad1 Mongo condition composition reworked to match original DB interface. 2013-12-01 17:18:53 +02:00
Qiang Xue
629d7f7193 Merge pull request #1378 from gitrad/master
Update requirements.php
2013-12-01 06:28:07 -08:00
Qiang Xue
d605864ae2 reverted 5425dc92c6 2013-12-01 09:25:14 -05:00
Qiang Xue
8d68044982 Fixes #1373: optimized FileHelper::filterPath 2013-12-01 08:59:53 -05:00
Qiang Xue
ae8ff09d02 Merge pull request #1376 from pmoust/patch-2
Update travis to exclude packs and display verbose text
2013-12-01 05:25:58 -08:00
Carsten Brandt
4565df9313 added debug panel for elasticsearch 2013-12-01 14:17:56 +01:00
Panagiotis Moustafellos
a337a1b3ff Update travis to exclude packs and display verbose text
(coveralls.io still excluded)
2013-12-01 14:23:10 +02:00
gitrad
35e6a7c51d Update requirements.php 2013-12-01 15:41:52 +03:30
Qiang Xue
494e3e3f23 changed composer setting to match all requirements. 2013-11-30 23:52:36 -05:00
Carsten Brandt
d52cf5a222 Fixed sphinx composer.json 2013-12-01 05:43:40 +01:00
Carsten Brandt
83273382a7 changed order of preloading components and extensions
load extensions before preloading components to have aliases set for
extensions like debug module.
2013-12-01 04:45:09 +01:00
Carsten Brandt
99d01954b5 added elasticsearch to composer.json 2013-12-01 04:26:15 +01:00
Carsten Brandt
d650ca3a08 updated gii crud to work with non SQL AR 2013-12-01 02:47:41 +01:00
Qiang Xue
89472955e5 doc fix. 2013-11-30 20:33:45 -05:00
Qiang Xue
98b4540e38 fixed test break 2013-11-30 20:11:32 -05:00
Carsten Brandt
5425dc92c6 fixed composer targetdir 2013-12-01 01:17:59 +01:00