12396 Commits

Author SHA1 Message Date
790357a4ce missing function name 2015-04-17 11:19:09 +03:00
dcab6c5eed Merge pull request #8110 from pana1990/patch
Fix link in guide [skip ci]
2015-04-17 00:02:53 -04:00
4b426cab7f data provider guide WIP [skip ci] 2015-04-16 22:52:44 -04:00
e3cd974725 Fix link in guide [skip ci] 2015-04-17 04:13:36 +02:00
bd3ebd11d0 Created db-migrations.md for guide-pt-BR 2015-04-16 23:06:14 -03:00
d8da4e7796 Merge pull request #8102 from klimov-paul/simpler-test-dir-structure-2
Simplified tests directory structure
2015-04-16 17:55:16 +03:00
5ac889cc19 indentation fix 2015-04-16 16:55:25 +03:00
c92b1a3758 permissions for Travis scripts fixed 2015-04-16 16:38:49 +03:00
087046b539 And one more path fix 2015-04-16 12:20:51 +03:00
f44650706a Fixed travis paths 2015-04-16 12:18:35 +03:00
6949992246 Simplified tests directory structure a bit 2015-04-16 12:10:01 +03:00
83e2603985 Restriction on inline model method usage at yii\validators\EachValidator removed in case of usage inside model scope 2015-04-16 11:32:02 +03:00
28d91927e6 finished sorting guide [skip ci] 2015-04-15 23:39:23 -04:00
cafd135022 Fixes #8064: Added ability to remove containing menu tag by setting yii\widgets\Menu::$options['tag'] to false 2015-04-15 13:21:14 +03:00
ea55a71a2c Merge pull request #8087 from a-t/patch-1
Update db-active-record.md
2015-04-15 12:08:06 +03:00
a-t
21058a1649 Update db-active-record.md
Fixed a few typos and mistakes
2015-04-15 11:57:29 +03:00
f99f333218 added note to docs about #8085 2015-04-15 10:03:42 +02:00
b002ad746d Finished pagination section [skip ci] 2015-04-14 23:26:02 -04:00
bb4bed4833 Fixed yii\data\ArrayDataProvider::getKeys() return wrong when yii\data\ArrayDataProvider::$allModels contain integer key 2015-04-14 17:07:16 +03:00
a8f4e8bee4 yiiunit\framework\db\QueryTest::testCount() fixed to be more generic 2015-04-14 16:58:46 +03:00
6bbdb36fac Unit test for yii\data\ArrayDataProvider added 2015-04-14 16:51:46 +03:00
2ebe355e8d yiiunit\framework\db\QueryTest fixed to be run for 'mysql' only 2015-04-14 16:28:13 +03:00
b8081b59b3 Fixed yii\db\Query::count() fails for query containing 'having' without 'group by' 2015-04-14 16:11:07 +03:00
767276362d Redundant typecast at yii\db\Schema::insert() removed 2015-04-14 12:31:32 +03:00
68d287f5d4 Merge pull request #8076 from yiijan/docs-ja-0414
docs/guide-ja/tutorial-core-validators.md - updated [ci skip]
2015-04-14 12:20:06 +03:00
ae24deac32 docs/guide-ja/tutorial-core-validators.md - updated [ci skip] 2015-04-14 18:14:13 +09:00
b05ea3d69e PK typecast at yii\db\ActiveRecord restored 2015-04-14 12:00:22 +03:00
60aa5f3eb9 Redundant checks at yii\db\oci\Schema::insert() and yii\db\pgsql\Schema::insert() removed 2015-04-14 11:59:58 +03:00
1c2cbae22b Merge pull request #8059 from walkskyer/patch-2
Dirty Attributes
2015-04-13 21:49:02 -04:00
bfb38c9938 added test group 2015-04-14 00:01:08 +02:00
17011e48b4 added unit test for #8066 2015-04-13 18:21:19 +02:00
31ef4c4504 Command execution at yii\db\oci\Schema::insert() fixed 2015-04-13 17:49:14 +03:00
4e8ee7b001 Use RETURNING for inserts for pgsql and oci to support PKs with a custom default value expression 2015-04-13 17:11:00 +03:00
ad039eb37b Dirty Attributes
第一次翻译有些生硬请见谅
2015-04-13 11:06:31 +08:00
d8848ebf25 Doc improvement [skip ci] 2015-04-12 20:52:05 -04:00
ba0fd22c66 Update ColumnSchema.php
added comment
2015-04-13 00:35:41 +02:00
60aeb6cbac Russian translation of db-migrations.md 2015-04-13 01:01:24 +03:00
698bfddeed Fixes #7847: yii\db\ColumnSchema was typecasting numerics to strings with incorrect decimal separator for some locales 2015-04-13 00:35:17 +03:00
b806fc7108 Corrected fix for #8032 2015-04-12 12:17:35 +03:00
8ac5776a0d Changed back usage of attr() to usage of prop() for checkboxes 2015-04-12 11:46:37 +03:00
f964ae9005 Merge pull request #8045 from yiisoft/simple-subqueries
added support for subqueries to simple conditions
2015-04-11 22:52:35 -04:00
5306cac4b9 added support for subqueries to simple conditions
fixes #8027
2015-04-12 01:45:21 +02:00
52407aed53 CHANGELOG entry about #7918 restored 2015-04-11 23:30:06 +03:00
3a90be06d6 Merge branch '3376-each-validator'
Conflicts:
	framework/CHANGELOG.md
2015-04-11 14:13:55 +03:00
d594ab0b03 yii\validators\EachValidator uses single generic error message 2015-04-11 13:59:02 +03:00
7c2bd6fd72 Merge pull request #8039 from mohammadhosain/patch-1
Update yii.php [skip ci]
2015-04-11 13:19:43 +03:00
f704f41630 Update yii.php 2015-04-11 14:38:20 +04:30
9bb04b2008 Merge pull request #8035 from yiijan/docs-ja-0411
Docs ja updated and reorganized [ci skip]
2015-04-11 12:22:20 +03:00
9d3c81e8d4 ja-doc-reorganized merged [ci skip] 2015-04-11 12:57:40 +09:00
19148fbc7d Merge branch 'master' of github.com:yiisoft/yii2 into docs-ja-0411 2015-04-11 12:43:04 +09:00