Alexander Makarov
ce0d0723c0
Merge pull request #9498 from Panoptik/master
...
Update Query doc return type
2015-08-21 18:56:31 +03:00
Aleksandr Golovko
dba7df3abc
Merge pull request #1 from Panoptik/Panoptik-patch-1
...
Update Query doc return type
2015-08-21 17:19:36 +03:00
Aleksandr Golovko
a2f70f6484
Update Query doc return type
...
When used ActiveQuery chain call after call any of join type IDE cannot resolve ActiveQuery methods such an asArray
Example:
SomeActiveRecordModel::find()
->select('...') // return ActiveQuery
->leftJoin('...', '...') // return Query
->asArray() // it's become undefined
->column();
2015-08-21 17:14:00 +03:00
Davide Della Casa Venturelli
329fe129fe
Fixed #9454 : changed sqlsrv pdo class selection
2015-08-21 13:25:02 +02:00
Matvey Vasenin
135803b890
correct getColumnDefinition for cubrid
2015-08-20 10:48:47 +03:00
Sebastian Chojniak
f9c776ca5f
GroupUrlRule: if $this->routePrefix is unset then only one trim is called
2015-08-19 17:21:21 +02:00
Matvey Vasenin
a8ec3ebe14
add oracle support (need tested)
2015-08-19 17:10:10 +03:00
Matvey Vasenin
d801ca3c90
add mssql support (need test)
2015-08-19 16:42:44 +03:00
Bizley
be48c7861b
db-active-record [PL]
2015-08-19 14:40:45 +02:00
Matvey Vasenin
341e16645a
add cubrid support
2015-08-19 14:49:40 +03:00
Alexander Makarov
bdcbb06f42
Merge pull request #9462 from nukkumatti/fix-codeception-links
...
Fixed Codeception links [skip ci]
2015-08-19 10:20:39 +03:00
Taras Gudz
769c8f736e
Tidied up the links to Codeception docs
2015-08-19 06:41:30 +03:00
Taras Gudz
d77a533449
Fixed CodeCeption to Codeception [ci skip]
2015-08-19 06:36:11 +03:00
Taras Gudz
2004fe67d0
Fixed broken links to codeception.com [ci skip]
2015-08-19 06:32:26 +03:00
Bizley
646c640c16
db-active-record 50%
...
EN formatting fixed
2015-08-18 15:49:58 +02:00
AIZAWA, Hina
0f2a77ed36
Fixes #9442 : Fixed yii\db\Migration::renameTable() caused fatal error when using SQLite driver
2015-08-18 11:52:48 +03:00
Davidson Alencar
0d5265fbc7
docs/guide-pt-BR typos [skip ci]
2015-08-18 11:08:12 +03:00
Bizley
787da2e5a0
db-active-record 33%
2015-08-18 09:51:14 +02:00
Bizley
087703d225
db-active-record 25%
2015-08-17 14:41:13 +02:00
Matvey Vasenin
afda00d434
add sqllite dummy
2015-08-17 14:44:53 +03:00
Alexander Makarov
b8c0dd30e2
Merge pull request #9440 from arogachev/patch-1
...
Removed yii\db\Schema from use section
2015-08-17 12:49:00 +03:00
Alexey Rogachev
777c45a653
Removed yii\db\Schema from use section
...
Declaration of yii\db\Schema is not needed by default. Migration can be related with changing data or renaming column, so user should explicitly add it when it's needed.
2015-08-17 15:42:06 +06:00
Matvey Vasenin
c0c380e730
add comment to migration
2015-08-17 11:07:19 +03:00
Matvey Vasenin
3cc8c09898
some test case added
2015-08-17 10:17:51 +03:00
Carsten Brandt
60af9d07fb
proper fix and changelog for #9108
...
close #9437
fixes #9108
2015-08-16 23:16:29 +02:00
nxnx
b562b50658
fix #9108 ( Negative number results in no formatting when using asSize or asShortSize )
2015-08-16 22:39:50 +02:00
Carsten Brandt
73a9c48058
added tests for #9108
2015-08-16 22:39:09 +02:00
Carsten Brandt
96a92bc2e0
added a note about formatter usage
...
fixes #9435
2015-08-16 16:21:57 +02:00
Carsten Brandt
620ec4d132
added missing namespace on Exception in transaction docs
...
fixes #9429
2015-08-16 14:13:51 +02:00
Carsten Brandt
e120b407bf
fixed composer-asset-plugin version
2015-08-16 13:24:06 +02:00
Alexander Makarov
af5c1ee5a8
Merge pull request #9430 from ravshanium/upstream
...
According to: Composer installation guide [skip ci]
2015-08-15 23:10:46 +03:00
ravshanium
9f44dcc098
According to: https://github.com/huebs/composer-asset-plugin/blob/master/Resources/doc/index.md#installation
2015-08-15 22:21:40 +03:00
Alexander Makarov
52a010b7b2
Merge pull request #9422 from sblaut/patch-1
...
Fixed link in REST doc to point to correct page [skip ci]
2015-08-15 15:57:15 +03:00
sblaut
1fb6a58e37
fixed typo
2015-08-15 03:47:51 +02:00
sblaut
d363d60146
Fixed link in REST doc to point to correct page
...
Filtering out fields is not described on the Response Formatting page but on the Resources page.
2015-08-15 03:17:37 +02:00
NekitoSP
3ee89ac42c
selectedRows fix for $showHeader=false #9074
2015-08-14 22:03:42 +05:00
Tom Worster
f96b182760
Merge remote-tracking branch 'upstream/master'
2015-08-14 08:37:49 -04:00
Carsten Brandt
8fb1b56e34
Update CHANGELOG.md
2015-08-14 12:31:01 +02:00
Carsten Brandt
34d5b45b35
proper fix for #8844 , convert array before using it
...
fixes #9415
2015-08-14 12:26:36 +02:00
Matvey Vasenin
ce6e92b736
add comment control methods
2015-08-14 12:27:21 +03:00
Alexander Makarov
3dd298b548
Merge pull request #9416 from wubaiqing/master
...
Fix Codeception link [skip ci]
2015-08-14 11:49:45 +03:00
wubaiqing
1310382b0c
Fix docs
2015-08-14 16:34:34 +08:00
Alexander Makarov
43918f2ef6
Fixes #9411 : DetailView now automatically sets container tag ID in case it's not specified
2015-08-14 01:53:57 +03:00
Alexander Makarov
1bead428a6
Merge pull request #9403 from RomeroMsk/patch-4
...
Change Russian translation for unique message [skip ci]
2015-08-13 15:04:09 +03:00
RomeroMsk
6f0e635360
Change Russian translation for unique message
2015-08-13 16:56:38 +05:00
Davidson Alencar
4305667f87
docs/guide-pt-BR typos [ci skip]
2015-08-13 10:23:38 +03:00
Alexander Makarov
5fab5942bc
Merge pull request #9397 from TOLK-kz/patch-1
...
correct typo in kazakh [skip ci]
2015-08-13 10:21:42 +03:00
Toleugazy
4926148f96
correct typo in kazakh
2015-08-13 13:14:12 +06:00
Carsten Brandt
00a8a6270e
revised docs about Model::load()
...
thanks to @tom-- for review.
2015-08-12 16:01:41 +02:00
Гонимар Сергей
5e4d2183e2
Georgian translation
2015-08-12 15:35:33 +03:00