Commit Graph

4221 Commits

Author SHA1 Message Date
Qiang Xue
ebcc1a6900 Merge pull request #1450 from Haensel/execute-checkintegrity
added execute() command after checkIntegrity
2013-12-06 08:19:11 -08:00
Johannes 'Haensel' Bauer
ed85ae3355 added execute() command after checkIntegrity 2013-12-06 17:17:29 +01:00
Qiang Xue
312aa895cd Merge pull request #1448 from Haensel/fixturemanager-truncate-table
DBFixtureManager: Truncate table command never gets executed
2013-12-06 08:07:00 -08:00
Johannes 'Haensel' Bauer
a5682a8c3c executing truncate table command 2013-12-06 17:00:32 +01:00
Qiang Xue
9d0da23718 Merge branch 'master' of github.com:yiisoft/yii2 2013-12-06 10:59:09 -05:00
Qiang Xue
b9f9b16536 Apply fix for #1003 to validateAttribute. 2013-12-06 10:58:54 -05:00
Paul Klimov
9b5f3fab99 Extension "mongo" renamed into "mongodb" 2013-12-06 17:35:32 +02:00
Carsten Brandt
7fcc38da53 updated composer.json for mongo db 2013-12-06 15:55:27 +01:00
Qiang Xue
adcf78885b Fixes #1446: infinite loop may occur when using EmailTarget and there's missing message translation. 2013-12-06 09:43:31 -05:00
Paul Klimov
a0b9aedb12 Doc comments at "\yii\mongo\Connection" fixed. 2013-12-06 11:44:41 +02:00
Paul Klimov
7c56e6e9aa Typo in "\yii\mogo\Connection" fixed. 2013-12-06 11:38:52 +02:00
Paul Klimov
8032785f0d Method "\yii\mogo\Collection::buildLikeCondition()" fixed to use \MongoRegex. 2013-12-06 11:38:00 +02:00
Paul Klimov
380d1d02fb Method "\yii\mogo\ActiveRecord::equals()" fixed. 2013-12-06 11:32:26 +02:00
Paul Klimov
47249ff381 Options parameter added to "\yii\mogo\Collection::fullTextSearch()" 2013-12-06 11:27:28 +02:00
Paul Klimov
7314b5fe7e Options parameter added to "\yii\mogo\Collection::mapReduce()" 2013-12-06 11:24:44 +02:00
Qiang Xue
0bd11926d1 Merge branch 'master' of github.com:yiisoft/yii2 2013-12-05 16:36:20 -05:00
Qiang Xue
858c031d0c Fixes #1437: Added ListView::viewParams. 2013-12-05 16:36:11 -05:00
Qiang Xue
60d9e04cdb Merge pull request #1438 from klimov-paul/mongo
MongoDB integration
2013-12-05 11:50:12 -08:00
Klimov Paul
062e138c83 Method "\yii\mongo\Collection::fullTextSearch()" added. 2013-12-05 21:09:33 +02:00
Klimov Paul
99b6ae27b3 Logging and profiling at Mongo improved. 2013-12-05 20:29:14 +02:00
Qiang Xue
4b2659aeab removed schema prefix from returned table names. 2013-12-05 13:01:53 -05:00
Qiang Xue
7749d9920c Merge branch 'master' of github.com:yiisoft/yii2 2013-12-05 12:32:00 -05:00
Qiang Xue
64ef54bf18 Fixes #1435: pgsql getTableNames() should not prefix table names with schema name. 2013-12-05 12:31:45 -05:00
Alexander Makarov
cae1d91a6a Merge pull request #1434 from klevron/doc.debugger
Doc (minor) : add allowedIPs example for debug module
2013-12-05 07:38:37 -08:00
Kevin LEVRON
76cf19a69e Doc (minor) : add allowedIPs example for debug module 2013-12-05 16:29:59 +01:00
Paul Klimov
e2f587a357 Mongo log tokens improved. 2013-12-05 17:25:03 +02:00
Qiang Xue
2fca1e9061 Fixes #1433: added default DB connection to SqlDataProvider. 2013-12-05 10:09:44 -05:00
Carsten Brandt
24ebc9fc3d better error reporting for db exceptions 2013-12-05 15:39:34 +01:00
Carsten Brandt
59d6d0be7d elasticsearch phpdoc and command api cleanup 2013-12-05 15:38:35 +01:00
Paul Klimov
0fea8a5080 Mongo README and composer updated. 2013-12-05 16:25:44 +02:00
Paul Klimov
c542d09d26 Doc comments at \yii\mongo\file\* updated. 2013-12-05 16:05:56 +02:00
Paul Klimov
c783e9fdb0 Mongo File Active Record refactored. 2013-12-05 15:34:48 +02:00
Paul Klimov
04fb75b6a7 File retrieve methods added to Mongo File Active Record. 2013-12-05 13:55:35 +02:00
Paul Klimov
c0d5c785e8 Logging and profiling for Mongo File Collection added. 2013-12-05 12:53:47 +02:00
Paul Klimov
77f10ed91b Mongo file Active Record saving fixed. 2013-12-05 12:36:53 +02:00
Klimov Paul
ca608a81a4 Mongo file Active Record updated. 2013-12-05 00:15:23 +02:00
Klimov Paul
85a32bea42 Method "getChunkCollection()" added to Mongo file collection.
Method file unit tests improved.
2013-12-04 21:48:43 +02:00
Qiang Xue
de14936953 Merge pull request #1425 from kartik-v/patch-7
Doc proofing mistakes & typos corrected
2013-12-04 11:01:51 -08:00
Kartik Visweswaran
93aaeba916 Doc proofing mistakes & typos corrected 2013-12-04 23:48:56 +05:30
Qiang Xue
4df9b6cb0e Merge pull request #1416 from yiisoft/helpers-renames
Helpers refactoring
2013-12-04 08:00:14 -08:00
Paul Klimov
f0e62971aa Mongo GridFS Query added.
Mongo GridFS AR added as draft.
2013-12-04 17:02:26 +02:00
Alexander Makarov
51592f179f Fixed wrong refactoring of helpers 2013-12-04 14:31:10 +01:00
Alexander Makarov
26767735dc Renamed byte methods, moved path methods back to StringHelper 2013-12-04 14:26:47 +01:00
Alexander Makarov
9bd89ef7db Merge pull request #1419 from Bethrezen/patch-2
Fixed parent function call in afterSave code example
2013-12-04 04:56:54 -08:00
Alexander Kozhevnikov
ebd6850599 Fixed parent function call in afterSave code example 2013-12-04 15:50:43 +03:00
Paul Klimov
16d857df50 Mongo File Collection added. 2013-12-04 14:12:19 +02:00
Paul Klimov
156f7c0467 Unit tests for Mongo updated to check nested columns. 2013-12-04 11:18:09 +02:00
Alexander Makarov
5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 2013-12-04 09:48:01 +01:00
Qiang Xue
164ddf98b0 Fixed test break. 2013-12-04 00:06:01 -05:00
Qiang Xue
b868e91fee Fixed test break. 2013-12-03 23:52:21 -05:00