112 Commits

Author SHA1 Message Date
0eb9ceb8f8 Revert "implementing mongodb panel bootstrap behavior #3855" 2014-10-15 18:02:45 +04:00
ef0a384708 implementing mongodb panel bootstrap behavior #3855 2014-10-15 13:51:51 +03:00
62c623a709 Adjusted changelog 2014-10-15 12:18:42 +04:00
1e40bc75d3 Merge branch 'mongodb-debug-short' of github.com:klimov-paul/yii2 into klimov-paul-mongodb-debug-short 2014-10-15 12:16:41 +04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
15c8935db1 Fixed yii\mongodb\ActiveRecord unable to fetch 'hasMany' referred by array of \MongoId 2014-10-09 14:55:43 +03:00
3abefac692 Fixed yii\mongodb\Collection unable to fetch default database name from DSN with parameters 2014-10-07 17:43:05 +03:00
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
205400f118 Fixes #5176: ActiveFixture will reset table in its load() method instead of unload() 2014-09-25 12:27:09 -04:00
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
ec19536047 Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays 2014-09-17 11:49:27 +03:00
891cd78173 MongoDbPanel addition mentioned at CHANGELOG.md and README.md 2014-09-11 11:53:54 +03:00
950577d52b Dynamic naming added to DbPanel 2014-09-11 11:51:19 +03:00
60a5b31a07 merge with upstream 2014-09-11 11:38:11 +03:00
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00
62b08a0959 Fixes #4755: yii\test\BaseActiveFixture::unload() does not clean up the internal cached data 2014-09-03 10:21:00 -04:00
7a418ae9e2 yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive. 2014-08-26 14:03:02 +03:00
9b1ab7cd36 Fixes #4708 2014-08-13 22:59:13 +04:00
f099616967 improved IDE autocompletion for AR::find()
[ci skip]
2014-08-12 23:21:34 +02:00
a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 2014-07-31 19:00:07 +04:00
11f8a2d190 Using of MongoCollection::createIndex() provided 2014-07-31 10:20:33 +03:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
e8c6bb516f Fixes #4048: Added init event to ActiveQuery classes 2014-07-19 20:26:58 -04:00
e54fc6f4c2 yii\mongodb\log\MongoDbTarget log target added 2014-07-17 17:23:12 +03:00
0c7010873d Issue #2337 added to CHANGELOG 2014-07-11 16:19:37 +03:00
7a937903c2 yii\mongodb\Collection::buildLikeCondition() fixed to escape regular expression.
`yii\mongodb\Collection::buildRegexCondition()` added.
2014-07-11 16:17:56 +03:00
b90f88659d Unit test for MongoDB migration controller added 2014-07-10 13:33:09 +03:00
1085f1bd9b cleanup after #4092
fixes #4086
2014-06-29 13:29:23 +02:00
f9febd0087 unify changedAttributes of afterSave in extensions 2014-06-27 20:10:43 +04:00
2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave()
fixes #4012
2014-06-25 00:29:34 +02:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
bb1a964cb8 Fixed multiple entries of base migration in history for MongoDB 2014-06-19 11:28:32 +03:00
5f8524652d Docs about mongodb migration usage adjusted 2014-06-19 10:46:06 +03:00
d011675b77 mongodb/CHANGELOG updated 2014-06-18 18:02:03 +03:00
3253bf316c Data manipulation methods added to yii\mongodb\Migration 2014-06-18 17:59:19 +03:00
407ce75880 yii\mongodb\console\controllers\MigrateController created 2014-06-18 17:46:20 +03:00
3d7a91e12b yii\mongodb\Migration created 2014-06-18 17:13:16 +03:00
c3ffce2178 Issue #3778 added to mongodb/CHANGELOG 2014-06-18 15:38:53 +03:00
00ac4f7648 Added a debug toolbar panel for MongoDB 2014-06-13 15:57:28 +03:00
f37a6fdacb Docs about MongoDB gii generator usage added 2014-06-10 16:36:00 +03:00
5c9c0829de Gii generator for MongoDB Active Record created. 2014-06-10 15:46:02 +03:00
3e4ec22004 update changelog
[ci skip]
2014-06-04 14:33:07 +02:00
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
edc92a86df Added missing changelog line for mongodb fix 2014-05-07 03:11:34 +04:00
3af22ece0a Fixed mongodb to use non-deprecated method of determining if there's an active connection 2014-05-07 01:19:54 +04:00