Commit Graph

  • 64ef54bf18 Fixes #1435: pgsql getTableNames() should not prefix table names with schema name. Qiang Xue 2013-12-05 12:31:45 -0500
  • cae1d91a6a Merge pull request #1434 from klevron/doc.debugger Alexander Makarov 2013-12-05 07:38:37 -0800
  • 76cf19a69e Doc (minor) : add allowedIPs example for debug module Kevin LEVRON 2013-12-05 16:29:59 +0100
  • e2f587a357 Mongo log tokens improved. Paul Klimov 2013-12-05 17:25:03 +0200
  • 2fca1e9061 Fixes #1433: added default DB connection to SqlDataProvider. Qiang Xue 2013-12-05 10:09:44 -0500
  • 24ebc9fc3d better error reporting for db exceptions Carsten Brandt 2013-12-05 15:39:34 +0100
  • 59d6d0be7d elasticsearch phpdoc and command api cleanup Carsten Brandt 2013-12-05 15:37:58 +0100
  • 0fea8a5080 Mongo README and composer updated. Paul Klimov 2013-12-05 16:25:44 +0200
  • c542d09d26 Doc comments at \yii\mongo\file\* updated. Paul Klimov 2013-12-05 16:05:56 +0200
  • c783e9fdb0 Mongo File Active Record refactored. Paul Klimov 2013-12-05 15:34:48 +0200
  • 04fb75b6a7 File retrieve methods added to Mongo File Active Record. Paul Klimov 2013-12-05 13:55:35 +0200
  • c0d5c785e8 Logging and profiling for Mongo File Collection added. Paul Klimov 2013-12-05 12:53:47 +0200
  • 77f10ed91b Mongo file Active Record saving fixed. Paul Klimov 2013-12-05 12:36:53 +0200
  • ca608a81a4 Mongo file Active Record updated. Klimov Paul 2013-12-05 00:15:23 +0200
  • 85a32bea42 Method "getChunkCollection()" added to Mongo file collection. Method file unit tests improved. Klimov Paul 2013-12-04 21:48:43 +0200
  • de14936953 Merge pull request #1425 from kartik-v/patch-7 Qiang Xue 2013-12-04 11:01:51 -0800
  • 93aaeba916 Doc proofing mistakes & typos corrected Kartik Visweswaran 2013-12-04 23:48:56 +0530
  • 4df9b6cb0e Merge pull request #1416 from yiisoft/helpers-renames Qiang Xue 2013-12-04 08:00:14 -0800
  • f0e62971aa Mongo GridFS Query added. Mongo GridFS AR added as draft. Paul Klimov 2013-12-04 17:02:26 +0200
  • 51592f179f Fixed wrong refactoring of helpers Alexander Makarov 2013-12-04 14:31:10 +0100
  • 26767735dc Renamed byte methods, moved path methods back to StringHelper Alexander Makarov 2013-12-04 14:26:47 +0100
  • 9bd89ef7db Merge pull request #1419 from Bethrezen/patch-2 Alexander Makarov 2013-12-04 04:56:54 -0800
  • ebd6850599 Fixed parent function call in afterSave code example Alexander Kozhevnikov 2013-12-04 15:50:43 +0300
  • 16d857df50 Mongo File Collection added. Paul Klimov 2013-12-04 14:12:19 +0200
  • 156f7c0467 Unit tests for Mongo updated to check nested columns. Paul Klimov 2013-12-04 11:18:09 +0200
  • 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods Alexander Makarov 2013-12-04 09:48:01 +0100
  • 164ddf98b0 Fixed test break. Qiang Xue 2013-12-04 00:06:01 -0500
  • b868e91fee Fixed test break. Qiang Xue 2013-12-03 23:52:21 -0500
  • b0568612bf Fixes #1402: AR eager loading has problem when asArray() is used together with viaTable(). Qiang Xue 2013-12-03 20:58:20 -0500
  • aa3a6dbe74 Doc comments at Mongo updated. Klimov Paul 2013-12-03 20:28:10 +0200
  • a4224df518 Doc comments at Mongo updated. Paul Klimov 2013-12-03 17:28:10 +0200
  • 3e744b73e9 Mongo Collection "findAll" method removed. Logging and profiling for Mongo Query added. Paul Klimov 2013-12-03 16:19:45 +0200
  • 1a9d5a11ff Mongo Collection "deleteAllIndexes" return result fixed. Paul Klimov 2013-12-03 15:28:35 +0200
  • e3c281f3cb Mongo Collection "aggregate" method interface refactored. Paul Klimov 2013-12-03 14:18:25 +0200
  • a3f5236ea6 Mongo Collection "group" and "mapReduce" functions fixed. Paul Klimov 2013-12-03 14:03:23 +0200
  • ef51c7b2a5 Merge pull request #1409 from crtlib/patch-1 Alexander Makarov 2013-12-03 03:54:23 -0800
  • b375876535 Broken example of mail component usage Paul Kofmann 2013-12-03 12:49:40 +0100
  • 10bdd6b858 Method "execute()" added to Mongo Database. Paul Klimov 2013-12-03 12:27:44 +0200
  • 96e794b4d3 Merge branch 'master' of github.com:yiisoft/yii2 into mongo Paul Klimov 2013-12-03 11:20:02 +0200
  • 3db7a07534 Method "yii\sphinx\ActiveRecord::find()" removed in favour of "BaseActiveRecord::find()". Paul Klimov 2013-12-03 11:17:51 +0200
  • c9624eee55 Sphinx Active Record refactored to extend "BaseActiveRecord". Paul Klimov 2013-12-03 11:09:45 +0200
  • 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