Commit Graph

  • 750c6275c0 Sphinx test AR classes moved to 'data/ar/sphinx'. Paul Klimov 2013-12-03 10:46:02 +0200
  • 9f0e97ff25 Create Schema.php p0larbeer 2013-12-02 23:31:44 -0800
  • 32149a5bef Create QueryBuilder.php p0larbeer 2013-12-02 23:31:23 -0800
  • b00a84762c Create ColumnSchema.php p0larbeer 2013-12-02 23:30:51 -0800
  • 22b9560723 added testcase for unit tests, bootstrap files improved, tests inherited from base testcase Mark 2013-12-03 11:07:36 +0400
  • fdd24fe341 configs fixed and improved Mark 2013-12-03 11:06:44 +0400
  • f473abe17f Fixes #1405: fixed disambiguation of relation names generated by gii. Qiang Xue 2013-12-02 21:00:58 -0500
  • 7a5a29c767 Added ArrayHelper::keyExists(). Qiang Xue 2013-12-02 20:57:24 -0500
  • a351b13eef Merge pull request #1403 from zeeke/master Alexander Makarov 2013-12-02 11:51:39 -0800
  • dfefd06016 Mongo index related methods fixed. Klimov Paul 2013-12-02 21:09:35 +0200
  • 123092bf39 removed validated toggling in yii.activeForm after the form validates successfully. Qiang Xue 2013-12-02 11:11:27 -0500
  • 469507d494 Mongo index manipulation methods added. Paul Klimov 2013-12-02 17:26:30 +0200
  • 83623851f3 Fixes #1397: support customization of the container tag for Html::checkbox() and radio() Qiang Xue 2013-12-02 10:06:56 -0500
  • c294e033b3 Unit test for "yii\mongo\Collection::mapReduce()" added. Paul Klimov 2013-12-02 16:23:20 +0200
  • 28ae92b8a3 fixed whitespace after #1389 Carsten Brandt 2013-12-02 15:17:26 +0100
  • c010d32854 Merge pull request #1395 from lucianobaraglia/master Qiang Xue 2013-12-02 05:43:31 -0800
  • 7d1443e4b3 Gii crud generator broken Luciano Baraglia 2013-12-02 10:28:31 -0300
  • d065f8c484 Merge pull request #1389 from gitrad/master Qiang Xue 2013-12-02 04:33:23 -0800
  • 24621c3dd1 improved doc Qiang Xue 2013-12-02 07:29:46 -0500
  • 0e082c170c Aggregation functions added to Mongo Query. Paul Klimov 2013-12-02 14:01:46 +0200
  • 44e515b4f7 tests modified, bootstrap added Mark 2013-12-02 15:25:21 +0400
  • 8b4a6bab80 colors added Mark 2013-12-02 15:24:33 +0400
  • 5c86563a08 new entry points for application Mark 2013-12-02 15:23:58 +0400
  • 3cc55c2cfa codeception configs, web config modifed for db-settings Mark 2013-12-02 15:23:32 +0400
  • 08cd4e829e Merge pull request #1392 from Bethrezen/patch-1 Alexander Makarov 2013-12-02 03:01:09 -0800
  • ce1014f690 Removed extra parenthesis in code example Alexander Kozhevnikov 2013-12-02 13:24:52 +0300
  • 12f4b8ddfc Update requirements.php gitrad 2013-12-02 11:00:04 +0330
  • 62ef37219d Merge pull request #1382 from cebe/elastic-debug-toolbar Qiang Xue 2013-12-01 16:23:18 -0800
  • b68c9f1d40 added image to readme Carsten Brandt 2013-12-01 22:30:04 +0100
  • 5a3dba60be created debug panel for elasticsearch Carsten Brandt 2013-12-01 22:21:22 +0100
  • ecc1688d70 change back the readme instruction for creating new project. Qiang Xue 2013-12-01 14:52:44 -0500
  • da88e3dbeb Merge branch 'master' of github.com:yiisoft/yii2 into mongo Klimov Paul 2013-12-01 21:20:47 +0200
  • 49a70dc311 Mongo aggregation functions added as draft. Klimov Paul 2013-12-01 21:20:34 +0200
  • 3822ffd16a prepare for next release. Qiang Xue 2013-12-01 13:43:09 -0500
  • b0018e3643 fixed version. Qiang Xue 2013-12-01 13:34:43 -0500
  • 7f10555d60 prepare for 2.0.0-alpha release. Qiang Xue 2013-12-01 13:23:40 -0500
  • 84e2f3ba08 Fixed doc. Qiang Xue 2013-12-01 13:18:32 -0500
  • 50a7bfea68 Merge branch 'master' of github.com:yiisoft/yii2 into mongo Klimov Paul 2013-12-01 20:12:31 +0200
  • 4e434f1afa improved README of apps. Qiang Xue 2013-12-01 12:17:58 -0500
  • 2ca5a84588 Merge pull request #1379 from klimov-paul/travis-sphinx Qiang Xue 2013-12-01 08:09:39 -0800
  • 0b8784860f Moved sphinx source database setup into ".sh" file allowing to use relative file path. Klimov Paul 2013-12-01 18:00:08 +0200
  • cddb878360 ActiveRelationTrait::getModelKey() updated to work with non scalar keys. Klimov Paul 2013-12-01 17:46:21 +0200
  • 1129d820ed Mongo Active Relation unit test fixed. Klimov Paul 2013-12-01 17:45:18 +0200
  • deffc7f2de Mongo Active Record reworked to extend BaseActiveRecord. Klimov Paul 2013-12-01 17:39:50 +0200
  • ac5e1748b7 Merge branch 'master' of github.com:yiisoft/yii2 into mongo Klimov Paul 2013-12-01 17:24:04 +0200
  • 139450dad1 Mongo condition composition reworked to match original DB interface. Klimov Paul 2013-12-01 17:18:53 +0200
  • 629d7f7193 Merge pull request #1378 from gitrad/master Qiang Xue 2013-12-01 06:28:07 -0800
  • d605864ae2 reverted 5425dc92c6 Qiang Xue 2013-12-01 09:25:14 -0500
  • 8d68044982 Fixes #1373: optimized FileHelper::filterPath Qiang Xue 2013-12-01 08:59:53 -0500
  • ae8ff09d02 Merge pull request #1376 from pmoust/patch-2 Qiang Xue 2013-12-01 05:25:58 -0800
  • 4565df9313 added debug panel for elasticsearch Carsten Brandt 2013-12-01 14:17:56 +0100
  • a337a1b3ff Update travis to exclude packs and display verbose text Panagiotis Moustafellos 2013-12-01 14:23:10 +0200
  • 35e6a7c51d Update requirements.php gitrad 2013-12-01 15:41:52 +0330
  • 494e3e3f23 changed composer setting to match all requirements. Qiang Xue 2013-11-30 23:52:36 -0500
  • d52cf5a222 Fixed sphinx composer.json Carsten Brandt 2013-12-01 05:43:40 +0100
  • 83273382a7 changed order of preloading components and extensions Carsten Brandt 2013-12-01 04:45:09 +0100
  • 99d01954b5 added elasticsearch to composer.json Carsten Brandt 2013-12-01 04:26:15 +0100
  • d650ca3a08 updated gii crud to work with non SQL AR Carsten Brandt 2013-12-01 02:43:13 +0100
  • 89472955e5 doc fix. Qiang Xue 2013-11-30 20:33:45 -0500
  • 98b4540e38 fixed test break Qiang Xue 2013-11-30 20:11:32 -0500
  • 5425dc92c6 fixed composer targetdir Carsten Brandt 2013-12-01 01:17:59 +0100
  • 831e51153b proper check of "db" property of ActiveDataProvider. Qiang Xue 2013-11-30 15:52:22 -0500
  • 73442fb12a doc fix. Qiang Xue 2013-11-30 15:51:20 -0500
  • 5883e0f34e Fixes #1358: Added SqlDataProvider. Qiang Xue 2013-11-30 15:49:17 -0500
  • f5f443abbd Merge pull request #1359 from yiisoft/activerecord-interface Qiang Xue 2013-11-30 11:01:33 -0800
  • 48199cfc00 renamed redis tableName() to keyPrefix() Carsten Brandt 2013-11-30 15:30:05 +0100
  • 72bbc67622 Url documentation typos Andrea Panattoni 2013-11-30 11:26:40 +0100
  • 199fe352b7 Added more explaination of layout to views guide Alexander Makarov 2013-11-30 00:31:49 +0400
  • c3e4d63606 Docs on creating your own rule classes Alexander Makarov 2013-11-30 00:25:15 +0400
  • bcff068b3c Added crosslinks to Action Filters subsection of controller docs Alexander Makarov 2013-11-29 23:56:38 +0400
  • f22c521261 A bit more docs on console applications Alexander Makarov 2013-11-29 23:49:34 +0400
  • 951da01c9d Added "Setting component defaults classwide" to docs Alexander Makarov 2013-11-29 23:36:29 +0400
  • c5108b25f7 Docs on combining and compressing assets, asset format conversion Alexander Makarov 2013-11-29 23:01:08 +0400
  • 8245e574d9 fixed readme Qiang Xue 2013-11-29 23:59:09 -0500
  • c7c13a6693 Added concrete http exception classes. Qiang Xue 2013-11-29 21:22:08 -0500
  • d0fc987f0b fixed test break Carsten Brandt 2013-11-30 03:15:35 +0100
  • dd9facceed Added $key parameter to several methods in grid view. Qiang Xue 2013-11-29 20:34:06 -0500
  • ff52f28d0a adjusted elasticsearch and redis AR to use BaseAR Carsten Brandt 2013-11-30 01:30:31 +0100
  • 79866ee3e0 Improved Query::select() doc. Qiang Xue 2013-11-29 19:26:01 -0500
  • 64ff5e7403 Merge pull request #1364 from sasselin/patch-1 Qiang Xue 2013-11-29 14:56:30 -0800
  • 37f5920014 Update index.md Sébastien Asselin 2013-11-29 17:14:27 -0500
  • c3eb4d926c created BaseActiveRecord Carsten Brandt 2013-11-29 21:28:27 +0100
  • 1499480934 Merge branch 'master' into activerecord-interface Carsten Brandt 2013-11-29 19:56:31 +0100
  • 27a1c63e26 Mongo "_id" processing advanced. Klimov Paul 2013-11-29 20:55:41 +0200
  • a5e3c00d75 replaced inheritdoc tags. Qiang Xue 2013-11-29 12:49:07 -0500
  • fb3ebe7000 doc cleanup. Qiang Xue 2013-11-29 12:47:10 -0500
  • c9e4773ebb Moved key serialization from data provider to data viewers. Qiang Xue 2013-11-29 12:42:26 -0500
  • 975f263ef4 Fixes #1356: Alias for authFile in rbac/PhpManager not resolved Qiang Xue 2013-11-29 12:35:17 -0500
  • 323008b177 Fixes #1296: stricter check of dashes in route. Qiang Xue 2013-11-29 12:31:09 -0500
  • a1612f5d7e Fixes #1362: added itemOptions to Html::radioList and checkboxList. Qiang Xue 2013-11-29 12:13:53 -0500
  • 8307075f74 Fixes #1362: doc fix. Qiang Xue 2013-11-29 11:34:34 -0500
  • 3fd6d95aff Unit test for Mongo Active Relation added. Paul Klimov 2013-11-29 17:25:17 +0200
  • 479fbf77ef Unit test for Mongo ActiveDataProvider added. Paul Klimov 2013-11-29 17:12:13 +0200
  • a39b2d3799 Default options setup added to Mongo Collection operations. Paul Klimov 2013-11-29 16:59:38 +0200
  • 9238434db7 ActiveRecord Interface Carsten Brandt 2013-11-29 15:41:14 +0100
  • 9c7d2b23c2 Mongo Active Record and Active Query fixed. Paul Klimov 2013-11-29 16:40:57 +0200
  • 0f7ded8f53 Mongo query unit test fixed. Paul Klimov 2013-11-29 12:27:22 +0200
  • 2ef1c300f8 Merge pull request #1353 from jfragoulis/master Alexander Makarov 2013-11-29 00:52:00 -0800
  • d4b88555fa really small doc typo fix John Fragkoulis 2013-11-29 10:17:11 +0200
  • d803b6f409 Fixes #1332: generate subdirectories when needed during message extraction process. Qiang Xue 2013-11-29 00:26:40 -0500