Commit Graph

15391 Commits

Author SHA1 Message Date
Chris Harris
98ac811858 Unsigned switch is now set when calling unsigned() on pks. 2016-02-26 19:58:35 -08:00
Chris Harris
857204580a Made .gitignore patterns more specific 2016-02-26 19:24:01 -08:00
Nobuo Kihara
93fda1f975 updated docs/guide-ja [ci skip] 2016-02-27 11:52:14 +09:00
Chris Harris
c955ccfd47 Fixes primary key columns being added to table creation test 2016-02-26 18:00:30 -08:00
Chris Harris
2f91889b70 Removed unsignedPrimaryKey() schema builder type; now, the unsigned() modifier works with primary key types e.g. pk()->unsigned() or bigpk()->unsigned(). 2016-02-26 17:48:03 -08:00
Daniel Gomez Pan
ac73aeebed update message-es [skip ci] 2016-02-27 02:46:10 +01:00
Daniel Gomez Pan
5dcfb19112 remove unnecesary check 2016-02-27 02:45:10 +01:00
Chris Harris
b697e173fc Fixed unsigned() modifier to enable use with PKs. 2016-02-26 14:14:52 -08:00
Chris Harris
1c7af04937 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-02-26 12:44:41 -08:00
Chris Harris
91018f6c38 Corrected MSSQL driver name. Fixed array addition to not overwrite matching keys. 2016-02-26 12:44:20 -08:00
Alexander Makarov
2e9d33b619 Merge pull request #10976 from DrDeath72/patch-6
Inflector now uses strtr()
2016-02-26 21:39:57 +03:00
DrDeath72
e50b300a0f string array replace change
shorten :D
2016-02-26 22:31:39 +05:00
Dmitry Naumenko
39b2d04c9c Merge pull request #10972 from pana1990/10969-fix-migration
Fixed #10969: generator migration tool not works with decimal params …
2016-02-26 18:00:39 +02:00
Daniel Gomez Pan
9b94dbfe38 Merge remote-tracking branch 'upstream/master' into 10969-fix-migration 2016-02-26 15:58:17 +01:00
Daniel Gomez Pan
03cb361a59 Fixed #10969: add more tests 2016-02-26 15:57:41 +01:00
Chris Harris
3eecb79420 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-02-26 06:10:26 -08:00
Chris Harris
553cca642c Reverted unsigned() pk modifier 2016-02-26 06:09:22 -08:00
SilverFire - Dmitry Naumenko
ded158ed43 Updated CHANGELOG 2016-02-26 16:07:36 +02:00
Chris Harris
bce09c19c2 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-02-26 05:34:05 -08:00
Chris Harris
f7d23f662d Made base QueryBuilderTest abstract to exclude it from tests. Added upgrade notes. 2016-02-26 05:27:31 -08:00
Dmitry Naumenko
c199f33410 Merge pull request #10974 from maximal/patch-1
Fix accidental `getResponseHeader()` fails
2016-02-26 15:21:55 +02:00
Klimov Paul
779b1e90ce yii\validators\DateValidator skip validation for timestampAttribute, if it is already in correct format 2016-02-26 15:02:22 +02:00
Chris Harris
030ee68b01 Testing unsigned() modifier on PKs (now $this->primaryKey()->unsigned() works) 2016-02-26 04:39:05 -08:00
MaximAL
be44d265e2 Fix accidental getResponseHeader() fails 2016-02-26 15:06:24 +03:00
Chris Harris
732a51b551 All common column definitions and expected outputs now in QueryBuilderTest::columnTypes(). DbmsSpecificQueryBuilderTest::columnTypes() adds DBMS specific column definitions. 2016-02-26 03:53:05 -08:00
Chris Harris
4531b981f4 Items with text only in col 3 will be ignored 2016-02-26 00:35:27 -08:00
Chris Harris
f3cf4af4de Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
# Conflicts:
#	framework/db/sqlite/QueryBuilder.php
2016-02-26 00:14:29 -08:00
Chris Harris
0663f7e78c Added Sublime Text project / workspace files and LadyPHP source files to .gitignore 2016-02-26 00:11:27 -08:00
Chris Harris
8eb746d1f1 Testing multi-DBMS capable column schema test data array 2016-02-26 00:05:43 -08:00
Dmitry Naumenko
4b87491c2a Merge pull request #10971 from quantum13/migration_name_test
replace all occurrences of migration class
2016-02-26 08:15:50 +02:00
Daniel Gomez Pan
921b102961 Fixed #10969: generator migration tool not works with decimal params in column 2016-02-26 03:34:03 +01:00
Vladimir Khramov
8db7df9352 replace all occurrences of migration class 2016-02-26 10:04:24 +10:00
Carsten Brandt
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
Alexander Makarov
ef050338cc Fixed Imagick call in Captcha 2016-02-25 21:45:01 +03:00
Carsten Brandt
645e78e832 fixed message formatter for input where no parameters are provided
fixes #10884
2016-02-25 19:39:52 +01:00
Carsten Brandt
af75262541 fixed sqlite bigPk creation 2016-02-25 19:10:23 +01:00
Carsten Brandt
c5a60ce2ec Avoid new $this->modelClass in ActiveQuery::findWith()
reduces the issue described in #8639 to `joinWith()` and `asArray()`.

close #10940
2016-02-25 18:26:28 +01:00
Carsten Brandt
5880968d45 added unit test for #10946 2016-02-25 18:21:56 +01:00
Daniel Gomez Pan
705edfff5a Add aliases for core commands 2016-02-25 16:28:19 +01:00
Carsten Brandt
360eb03d5c remove min.js sourcemap hint from error page
fixes #10919
2016-02-25 15:35:35 +01:00
SilverFire - Dmitry Naumenko
8320738bb3 Merge branch 'SamMousa-enh-link-submission-form-attribute-9893' 2016-02-25 15:48:20 +02:00
SilverFire - Dmitry Naumenko
f390e8c069 Updated CHANGELOG 2016-02-25 15:48:03 +02:00
SilverFire - Dmitry Naumenko
be81074215 Merge branch 'enh-link-submission-form-attribute-9893' of https://github.com/SamMousa/yii2 into SamMousa-enh-link-submission-form-attribute-9893 2016-02-25 15:46:16 +02:00
Carsten Brandt
fd384c1e78 avoid merge conflicts in CHANGELOG
fixes #10958
2016-02-25 12:55:28 +01:00
Klimov Paul
2fe7ed05f0 Fixed setup of 'definitions' and 'aliases' at yii\widgets\MaskedInput 2016-02-25 13:49:49 +02:00
Sam Mousa
9b554b065d Merge remote-tracking branch 'upstream/master' into enh-link-submission-form-attribute-9893 2016-02-25 10:49:10 +00:00
SilverFire - Dmitry Naumenko
4dc771d0a0 Fixed DbSessionTest 2016-02-25 12:35:16 +02:00
SilverFire - Dmitry Naumenko
1e1baec6e6 Reverted c478199 2016-02-25 12:14:22 +02:00
SilverFire - Dmitry Naumenko
b641cb7dea Updated ArrayHelperTest::testIsTraversable() 2016-02-25 12:02:48 +02:00
Carsten Brandt
e91c92d774 added missing info about asset folders to yii integration guide 2016-02-25 10:29:04 +01:00