Commit Graph

15402 Commits

Author SHA1 Message Date
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
SilverFire - Dmitry Naumenko
992bc264b6 Fixed PHPDoc 2016-02-25 00:20:55 +02:00
SilverFire - Dmitry Naumenko
c478199937 Added property yii\web\DbSession::encodeData to encode/decode session data in base64 on session read/write
Closes #6173
2016-02-25 00:17:26 +02:00
SilverFire - Dmitry Naumenko
c5794c61b4 Merge branch 'SamMousa-feature-array-like-improvements' 2016-02-24 23:52:32 +02:00
SilverFire - Dmitry Naumenko
438e5cfb5d BaseArrayHelper::isTraversable() PHPDoc update 2016-02-24 23:51:19 +02:00
Sam Mousa
16a6af5fa8 Add helper function for checking if an object is an array-like object.
Added support for traversable objects in `BaseHtml` and `ArrayHelper`
2016-02-24 23:49:05 +02:00
Alexander Makarov
80e9331fe0 Spelling fixes, BaseArrayHelper::index() parameter groupBy renamed to groups 2016-02-24 23:43:09 +02:00
SilverFire - Dmitry Naumenko
f684bc9550 Merge branch 'quantum13-helper_indexbydimensions' 2016-02-24 23:10:45 +02:00
SilverFire - Dmitry Naumenko
367fddc1f3 ArrayHelper::index() - updated CHANGELOG, UPGRADE, guide 2016-02-24 23:10:07 +02:00
SilverFire - Dmitry Naumenko
d66659e329 ArrayHelperTest - groupBy tests moved to a separate method 2016-02-24 23:08:59 +02:00
SilverFire - Dmitry Naumenko
d56d2d7a31 BaseArrayHelper::index() - 3rd parameter renamed from dimensions to groupBy
PHPDoc updated
2016-02-24 23:07:37 +02:00
SilverFire - Dmitry Naumenko
54c0d9a31c Merge branch 'helper_indexbydimensions' of https://github.com/quantum13/yii2 into quantum13-helper_indexbydimensions 2016-02-24 21:35:51 +02:00
Chris Harris
0ca5a1a86a Fixed test 2016-02-24 04:31:50 -08:00
Chris Harris
a6afa6072c Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-02-24 04:07:21 -08:00
Chris Harris
a997603ab6 More Postgres tests 2016-02-24 04:06:32 -08:00
SilverFire - Dmitry Naumenko
66c6268e5f FileValidator: updated guide-ru,en, PHP; updated tests 2016-02-24 09:05:29 +02:00
SilverFire - Dmitry Naumenko
2201bf14e2 Fixed parameters binding to the SQL query in yii\db\mysqlSchema::findConstraints()
Closes #10946
2016-02-24 08:31:24 +02:00
SilverFire - Dmitry Naumenko
7aef671872 Refactored FileHelper::validateMimeType, js validaton, PHPDocs 2016-02-24 00:40:34 +02:00
kirSeNN
a4c68b5278 #5469 added mimetype mask validation feature 2016-02-24 00:40:34 +02:00
Carsten Brandt
722c9625d7 Merge pull request #10939 from yiisoft/ar-dependency
Avoid some calls to `new $this->modelClass` in ActiveQuery
2016-02-23 13:38:31 +01:00
Carsten Brandt
762b9207ea Avoid some calls to new $this->modelClass in ActiveQuery
this fixes some cases of the problem described in #8639 and is fully BC.
Fixing other places may need BC breaks.
2016-02-23 13:24:01 +01:00
Chris Harris
f709246cac Fixed test data 2016-02-22 10:05:47 -08:00
Chris Harris
cbcdf11836 Formatting 2016-02-22 09:47:25 -08:00
Chris Harris
0a336df6ba Check return value of strncmp. Corrected SQLite expected schema test data. 2016-02-22 09:30:04 -08:00
Chris Harris
f500354040 Remove _all_ variants of primary key columns from testCreateTableColumnTypes() test 2016-02-22 09:08:34 -08:00
Chris Harris
0f0964be90 Correct builder type in test data 2016-02-22 08:46:16 -08:00
Chris Harris
13823834e2 Start of new tests 2016-02-22 08:39:41 -08:00
Chris Harris
db5399b124 Added $expectedColumnSchemaBuilder back to test data 2016-02-22 05:28:54 -08:00
Chris Harris
e0e82bc56b ColumnSchemaBuilder::__toString() should match $expected 2016-02-22 05:10:55 -08:00
Chris Harris
3761682edf Upgraded some tests. Fixed MySQL test fixtures to create all tables with InnoDB. 2016-02-22 04:53:14 -08:00
Chris Harris
201a8baac1 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
# Conflicts:
#	framework/CHANGELOG.md
2016-02-22 04:15:27 -08:00
Chris Harris
81ff4752d9 Added CHECK modifier to PK schema pattern. Modified UNSIGNED tests to not include modifier by default (i.e. only present when testing DBMSes that support it). 2016-02-22 04:06:17 -08:00
Carsten Brandt
9bffbf8e49 Merge pull request #10928 from pana1990/migration-docs
fix dcos [skip ci]
2016-02-22 09:54:37 +01:00
Carsten Brandt
2d74a8da41 added test for DetailView related attribute
issue #10923
2016-02-22 09:50:32 +01:00
Daniel Gomez Pan
7639aee21e fix dcos [skip ci] 2016-02-22 03:02:34 +01:00
Carsten Brandt
cdf01f357a fixed changelog for HTMLPurifier 2016-02-21 18:08:31 +01:00
Carsten Brandt
15eb280d2d changed HTMLPurifier dependency to allow loading new minor versions
see d7f6f11193
2016-02-21 18:07:10 +01:00
Chris Harris
96fa375b16 Refactored to a more functional way of accessing database connection 2016-02-21 05:05:54 -08:00
Chris Harris
6a8348da5f AFTER column name is now escaped by safe method 2016-02-21 04:08:57 -08:00
Chris Harris
f52f60db0f Renamed category constants 2016-02-21 02:06:41 -08:00