Commit Graph

8965 Commits

Author SHA1 Message Date
Vladimir Reznichenko
84c55b468a [minor] SCA (#16464)
* Php Inspections (EA Ultimate): new findings

* Php Inspections (EA Ultimate): dealing with older PHP versions compatibility
2018-07-01 01:04:48 +03:00
Elvira Sheina
e55b3e0ba1 Fixes #16278: Fixed drop existing views when console migrate/fresh command runs 2018-06-30 02:19:40 +03:00
Pavel Dovlatov
77d7a5046e Small PHPDoc comment fixes in \yii\filters\Cors [skip ci] (#16460) 2018-06-30 02:17:27 +03:00
CedricYii
3555633223 Fixes #14289: Added yii\db\Command::executeResetSequence() to work with Oracle 2018-06-27 22:29:50 +03:00
Rustam Mamadaminov
959cb985e3 Fixed PHPDoc blocks in FileHelper (#16402) [skip ci] 2018-06-14 20:23:10 +03:00
andres101
0f929da381 Add Afrikaans (af) translation for framework (#16400) [skip ci] 2018-06-14 12:24:00 +03:00
eyglys
3412d5c636 Translation of Portuguese Brasil messages (#16390) [skip ci] 2018-06-12 22:26:31 +03:00
Razvan Grigore
ca3c8da503 Fixes #16377: Fixed yii\base\Event:off() undefined index error when event handler does not match 2018-06-12 09:50:43 +03:00
drlibra
6590feef0d Fixes #16192: yii\db\Command::logQuery() is now protected 2018-06-03 16:30:53 +03:00
Sergey
292a545642 Fixes #16104: Fixed yii\db\pgsql\QueryBuilder::dropIndex() to prepend index name with schema name 2018-05-31 17:37:14 +03:00
Vuong Minh
aeeb6ce39d Fixes #16252: Fixed yii\base\DynamicModel for checking exist property 2018-05-30 22:51:52 +03:00
Andres Felipe Solarte López
b933d61861 Update m170907_052038_rbac_add_index_on_auth_assignment_user_id.php (#16272)
When the authManager DB Connection is not the default one the migration fails
2018-05-30 22:49:41 +03:00
Alexander Makarov
15dfbb0875 Fixes #16322: Fixed strings were not were not compared using timing attack resistant approach while CSRF token validation 2018-05-30 22:48:07 +03:00
Basil
252ae83dd2 Update CHANGELOG.md (#16325) [skip ci] 2018-05-30 19:36:24 +03:00
Rustam Mamadaminov
0d87c339f2 dropped deprecated exception (#16328) 2018-05-30 00:13:31 +03:00
Rustam Mamadaminov
69db550876 Fixed RBAC migration updates (#16330) 2018-05-30 00:12:26 +03:00
Sergey Gonimar
9e6d5aa1a8 Fixes #15548: Fixed index names collision in RBAC 2018-05-24 16:29:05 +05:00
Viktor
0b61f9ba3b Fixes #16301: Fixed yii\web\User::setIdentity() to clear access check cache while setting identity object to null 2018-05-21 22:19:49 +05:00
Paweł Jankowiak
33fe3476c7 Fixes #16280: Fixed yii\base\Model::getActiveValidators() to return correct validators for attribute on scenario 2018-05-21 01:17:34 +05:00
khvalov
4e17feb5bb Fixes #16292: Fixed misconfigured CORS filter exception throwing. Now it throws InvalidConfigException in Debug mode 2018-05-18 00:05:50 +03:00
SilverFire - Dmitry Naumenko
2ec34eb9fe Updated CHANGELOG [skip ci]
Follow-up to #16277
2018-05-14 13:28:34 +03:00
Dmytro Naumenko
22f570cefd Merge pull request #16277 from noname007/patch-1
fix bug: when use ActiveQuery subquery
2018-05-14 13:26:26 +03:00
Carsten Brandt
282152e984 Update Connection.php
fix event phpdoc types
2018-05-14 12:13:26 +02:00
Soul11201
e47ac0c4a4 fix bug: when use a subquery 2018-05-14 18:04:53 +08:00
Sohel Ahmed Mesaniya
0fbec30bbc Docs enhancement (#15464) [skip ci] 2018-05-14 12:59:00 +03:00
Vladimir Reznichenko
6dd2aec011 [minor]: SCA (#16269)
* Php Inspections (EA Ultimate): minor code tweaks

* Php Inspections (EA Ultimate): code style

* Php Inspections (EA Ultimate): code style

* Php Inspections (EA Ultimate): code style
2018-05-14 12:00:01 +03:00
Thoulah
a32cfcc8ef Fixes #16266: Fixed yii\helpers\BaseStringHelper where explode would not allow 0 as trim string 2018-05-13 01:14:39 +03:00
Alexander Makarov
e4b559d720 Fixes #16217: Fixed yii\console\controllers\HelpController to work well in Windows environment 2018-05-12 14:47:00 +03:00
Salem Ouerdani
1945dc69c7 Fixes #9133: Added yii\behaviors\OptimisticLockBehavior 2018-05-12 14:43:13 +03:00
Alexander Makarov
cc2cac58d2 Fixed bad instnaceof check in yii\db\Schema::getTableMetadata() 2018-05-12 14:18:13 +03:00
Sam
a8d95f429d Fixes #14636: Views can now use relative paths even when using themed views 2018-05-11 12:50:56 +03:00
Sam
84cb255aab Fixes #16245: Fixed __isset() in BaseActiveRecord not catching errors 2018-05-11 11:04:00 +03:00
SilverFire - Dmitry Naumenko
3d96a45f6b Fixed BC breaking change in Inflector
Fixes #16239
2018-05-08 16:39:55 +03:00
SilverFire - Dmitry Naumenko
02d3f8a2e9 PHPDocs updated [skip ci] 2018-05-05 08:32:43 +03:00
Dmitry Naumenko
5c15293b1a Merge pull request #16191 from SilverFire/inflector-c2w
Fixed `yii\helpers\Inflector::camel2words()` to work with UTF-8
2018-05-05 08:31:05 +03:00
Dmitry Naumenko
f4caae8dca CHANGELOG updated [ci skip] 2018-05-05 08:30:25 +03:00
SilverFire - Dmitry Naumenko
629a33fd0e Made Inclector unicode-safe 2018-05-01 12:32:16 +03:00
Dmitry Naumenko
0c3b3f79d5 Minor [ci skip] 2018-05-01 11:00:32 +03:00
Dmitry Naumenko
4b00d3ab8a Updated CHANGELOG [ci skip] 2018-05-01 10:38:57 +03:00
Alexander Makarov
a1f52ef118 Adjusted code style, fixed typo 2018-05-01 01:16:03 +03:00
Alexander Makarov
f65361e47d Fixed changelog format 2018-05-01 01:13:50 +03:00
Jianjun Chen
2b6d181878 Fix #16193 to not reflect origin header for wildcard origins 2018-05-01 00:01:25 +08:00
Ondřej Vašíček
ff83a13d57 Fixes #16068: Fixed yii\web\CookieCollection::has when an expiration param is set to 'until the browser is closed' 2018-04-30 13:07:36 +03:00
Dmitry Naumenko
5a87dd2bfa Added explicit encoding 2018-04-29 13:35:39 +03:00
Alexander Makarov
ac1c42168e Added issue number [skip ci] 2018-04-29 13:31:03 +03:00
SilverFire - Dmitry Naumenko
b9aa0001b6 Fixed yii\helpers\Inflector::camel2words() to work with UTF-8 2018-04-29 13:13:56 +03:00
杨国帅
2c997cdb82 Fixes #16184: Fixed yii\base\Widget to access stack property with self instead of static 2018-04-29 12:36:10 +03:00
SilverFire - Dmitry Naumenko
9bf11efedf Fixed IPv6 requirement check
Closes #16035
2018-04-29 11:15:45 +03:00
SilverFire - Dmitry Naumenko
19b076d3fe Mentioned #16039 in CHANGELOG [skip ci] 2018-04-29 11:07:55 +03:00
vsivsivsi
cb15a413a7 Fix ODBC Driver 13 for SQL Server error on null (#16039) 2018-04-29 11:05:11 +03:00