Commit Graph

8965 Commits

Author SHA1 Message Date
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
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
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
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
Chris Harris
c50ba2e800 Fixed comment [skip ci] 2016-02-20 16:06:17 -08:00
Chris Harris
454b90a3f5 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-02-20 15:56:33 -08:00
Chris Harris
d18563bd38 Fixed comment formatting. Renamed ColumnSchemaBuilder::CAT_TEXT to ColumnSchemaBuilder::CAT_STRING. [skip ci] 2016-02-20 15:55:59 -08:00
Evgeniy Tkachenko
d804950d09 Update phpDoc BaseMailer::compose() 2016-02-20 18:44:29 +03:00
Chris Harris
51b99320bd Sqlite specific schema builder class actually gets loaded now 2016-02-20 06:53:31 -08:00
Evgeniy Tkachenko
8f26e93b20 Update phpDoc MailerInterface::compose() 2016-02-20 16:58:13 +03:00
Chris Harris
8c0b075bed Merge branch '9340-add-after-method-to-migrations-schema-builder' into 9562-add-char-datatype 2016-02-20 01:59:00 -08:00
Chris Harris
a9b454ac49 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9340-add-after-method-to-migrations-schema-builder 2016-02-20 01:57:21 -08:00
Chris Harris
eaeb926768 Adds char datatype to framework 2016-02-20 01:52:23 -08:00
Alexander Makarov
d7f6f11193 HTMLPurifier dependency updated to ~4.7.0 2016-02-20 02:57:45 +03:00
Daniel Gomez Pan
c8a8bfb093 WIP #10840: add @since [skip ci] 2016-02-19 22:47:36 +01:00
Daniel Gomez Pan
ea14db4eca WIP #10840: rename 'key_exists' to 'array_key_exists' 2016-02-19 22:33:06 +01:00
Daniel Gomez Pan
6a5df64768 WIP #10840: fix regexp 2016-02-19 16:26:53 +01:00
Daniel Gomez Pan
c6d7ba188d WIP #10840: refactor regexp 2016-02-18 12:48:37 +01:00
Chris Harris
0400eb9cee Resolved merge conflict in changelog 2016-02-18 02:34:02 -08:00
Daniel Gomez Pan
ab18f77fcc WIP #10840: fixes phpdocs [skip ci] 2016-02-18 00:24:45 +01:00
Daniel Gomez Pan
29b76e2e8c WIP #10840: add phpdocs [skip ci] 2016-02-17 18:05:19 +01:00
Daniel Gomez Pan
f6c2a4382d WIP #10840: fix naming var 2016-02-16 23:23:19 +01:00
Daniel Gomez Pan
26ff223855 WIP #10840: add display shorcuts in help command 2016-02-16 22:56:29 +01:00
Daniel Gomez Pan
edfdb54430 WIP #10840: rename shortCuts() to optionAliases() 2016-02-16 22:35:40 +01:00
Daniel Gomez Pan
a0a44c382a WIP #10840 2016-02-16 15:47:28 +01:00
Alexander Makarov
bf3d8fe40f Use $arr[] = 'x' instead of array_push 2016-02-16 14:35:15 +03:00
Alexander Makarov
4bc7c51180 Removed unnecessary if 2016-02-16 14:13:43 +03:00
Alexander Makarov
5c4e2d4372 Removed unnecessary parentheses 2016-02-16 14:08:43 +03:00
Alexander Makarov
1f7134634b Use static:: instead of $this for static method calls 2016-02-16 14:06:23 +03:00
Alexander Makarov
97bc4e0567 Fixed wrong case in method calls 2016-02-16 13:53:53 +03:00
Alexander Makarov
608479dc53 Use actual cache methods instead of deprecated ones, fixed static method call in non-static context 2016-02-16 13:50:42 +03:00
Alexander Makarov
b6caff1952 Removed unused imports 2016-02-16 13:48:09 +03:00
Alexander Makarov
1af5980b35 Removed unused use statement, replaced preg_split with explode 2016-02-16 13:46:13 +03:00
Alexander Makarov
69d8f2296f Merge pull request #10860 from pana1990/patch
Add @since [skip ci]
2016-02-16 01:42:14 +03:00
Alexander Makarov
386aacae5c Fixes #10422: yii\db\ColumnSchemaBuilder::buildNotNullString now returns NULL instead of empty string to properly work with MSSQL (reverted from commit 2498a9b3bb) 2016-02-16 01:39:42 +03:00
Daniel Gomez Pan
8b0f28f780 Add @since [skip ci] 2016-02-15 23:06:58 +01:00
nevermnd
2498a9b3bb Fixes #10422: yii\db\ColumnSchemaBuilder::buildNotNullString now returns NULL instead of empty string to properly work with MSSQL 2016-02-15 23:55:34 +03:00
Sam Mousa
af5f5d0e3e Fixes #9851: Fixed partial commit / rollback in nested transactions 2016-02-15 23:32:32 +03:00
quantum
7b46bd1f7c Fixes #10451: Check of existence of $_SERVER in \yii\web\Request before using it 2016-02-15 23:22:45 +03:00
Alexander Makarov
1ec972fbf7 Fixes #10610: Added BaseUrl::$urlManager to be able to set URL manager used for creating URLs 2016-02-15 22:35:58 +03:00
Dmitry Naumenko
a41208b37f Merge pull request #10777 from pana1990/10764-enh-options-tag
WIP #10764
2016-02-15 21:01:14 +02:00