|
|
e07219c812
|
Fixes #13996: Added yii\web\View::registerJsVar() method that allows registering JavaScript variables
|
2018-01-26 15:31:27 +03:00 |
|
|
|
eb57d4191c
|
Fixes #15553: Fixed yii\validators\NumberValidator incorrectly validate resource
|
2018-01-25 14:28:41 +03:00 |
|
|
|
4f7b410230
|
Fixes #9771: Assign hidden input with its own set of HTML options via $hiddenOptions in activeFileInput $options
|
2018-01-24 17:02:03 +03:00 |
|
|
|
08eccb612f
|
Fixes #15536: Fixed yii\widgets\ActiveForm::init() for call parent::init()
|
2018-01-24 11:15:10 +03:00 |
|
|
|
71c541773f
|
PHPDoc fix
|
2018-01-23 13:17:25 +02:00 |
|
|
|
65f6b59b35
|
@inheritdoc notation changed
|
2018-01-23 13:11:24 +02:00 |
|
|
|
b9cbc56330
|
Fixed yii\db\ActiveRecord::with() unable to use relation defined via attached behavior in case asArray is enabled
|
2018-01-23 12:46:56 +02:00 |
|
|
|
d0c2ba43d7
|
Fixes #14806: Added $placeFooterAfterBody option for GridView
|
2018-01-22 16:32:45 +03:00 |
|
|
|
6b0be47e0f
|
Fixes #14711: Fixed yii\web\ErrorHandler displaying exception message in non-debug mode
|
2018-01-22 11:41:24 +03:00 |
|
|
|
a2a79a70eb
|
Fixes #13814: MySQL unique index names can now contain spaces
|
2018-01-22 00:27:58 +03:00 |
|
|
|
940377ce56
|
Added empty HHVM config to fix HHVM tests (#15533)
|
2018-01-21 23:49:01 +03:00 |
|
|
|
3763542dc4
|
Fixes #15494: Fixed missing WWW-Authenticate header
|
2018-01-21 22:17:17 +03:00 |
|
|
|
248415422f
|
Fixed #15140 DateValidator tests for specific ICU versions (#15518)
|
2018-01-19 21:35:33 +03:00 |
|
|
|
8d50844024
|
#15426: Added ability to create and drop database views
|
2018-01-19 11:21:07 +03:00 |
|
|
|
1bc17a3d22
|
improved dockerized tests (#15516)
- added ENV variable for using custom runtime folder
- create assets directory before using asset-manager
|
2018-01-18 13:21:40 +03:00 |
|
|
|
d7be512fa0
|
Fixes #10186: Use native hash_equals in yii\base\Security::compareString() if available, throw exception if non-strings are compared
|
2018-01-18 01:58:32 +03:00 |
|
|
|
ebd3d61a1b
|
Fixes #14980: Fix looping in yii\i18n\MessageFormatter tokenize pattern if pattern is invalid
|
2018-01-18 01:38:41 +03:00 |
|
|
|
18281c2156
|
Added test and adjusted changelog for #15112
|
2018-01-18 01:34:08 +03:00 |
|
|
|
acce1db53b
|
Fixes #14135: Fixed yii\web\Request::getBodyParam() crashes on object type body params
|
2018-01-18 00:33:41 +03:00 |
|
|
|
00afe6a4b8
|
Fix: Query::each() without indexBy() zero based keys
|
2018-01-16 17:13:19 +02:00 |
|
|
|
07fc770730
|
Improve email validator test coverage (#15504)
|
2018-01-16 11:05:06 +03:00 |
|
|
|
5ce0e06cd7
|
Refactor email validator tests (#15503)
|
2018-01-16 11:04:29 +03:00 |
|
|
|
f1277d6d21
|
Fixes #6844: yii\base\ArrayableTrait::toArray() now allows recursive $fields and $expand
|
2018-01-15 18:15:32 +03:00 |
|
|
|
f8990ac97a
|
Fixes #15353: Remove side effect of ActiveQuery::getTablesUsedInFrom() introduced in 2.0.13
|
2018-01-15 13:02:28 +03:00 |
|
|
|
6c0540aa2d
|
Fixes #15496: CSRF token is now regenerated on changing identity
|
2018-01-14 02:13:24 +03:00 |
|
|
|
7adf3152cb
|
Fixed PHP 5.4 compatibility
|
2018-01-13 22:29:45 +03:00 |
|
|
|
e516d64d1e
|
Fixes #15422: Added default roles dynamic definition support via closure for yii\rbac\BaseManager
|
2018-01-13 21:02:34 +03:00 |
|
|
|
3c017b6b61
|
Fixes #15462: Fixed accessChecker configuration error
|
2018-01-13 20:49:33 +03:00 |
|
|
|
af83e59406
|
Fixes #14355: Added ability to pass an empty array as a parameter in console command
|
2018-01-10 02:51:41 +04:00 |
|
|
|
a559b9fa76
|
Fixes #14903: Fixed route with extra dashes is executed controller while it should not
|
2018-01-09 18:59:07 +04:00 |
|
|
|
72b69e359a
|
Fixes #15417: Added yii\validators\FileValidator::$minFiles
|
2018-01-08 02:12:27 +04:00 |
|
|
|
2dc4e8e6b2
|
Fixed translating a string when NULL parameter is passed [#15169]
|
2018-01-04 10:46:56 +05:00 |
|
|
|
2a742cee9f
|
Fixed yii\behaviors\AttributeTypecastBehavior::$attributeTypes auto-detection fails for rule, which specify attribute with '!' prefix
|
2018-01-03 15:46:15 +02:00 |
|
|
|
b8f4397426
|
Fixes #15432: Fixed wrong value being set in yii\filters\RateLimiter::checkRateLimit() resulting in wrong X-Rate-Limit-Reset header value
|
2017-12-30 15:16:26 +03:00 |
|
|
|
33c9b7423c
|
Added cors preflight tests
|
2017-12-27 14:01:44 -02:00 |
|
|
|
f199b2bfff
|
Merge branch 'master' of https://github.com/yiisoft/yii2 into command-txn-retry
|
2017-12-26 13:20:25 +03:00 |
|
|
|
cc2e28bd0e
|
Add transaction/retry support for yii\db\Command
|
2017-12-26 13:10:36 +03:00 |
|
|
|
73fddb004e
|
Fixes #15407
|
2017-12-24 15:53:25 +02:00 |
|
|
|
02b4a1c3af
|
Merge pull request #15405 from vladis84/15226-auto-generate-placeholder
Enh #15226: Auto generate placeholder from fields
|
2017-12-24 15:12:06 +02:00 |
|
|
|
78d76c3f2c
|
Enh #15226: Auto generate placeholder from fields
|
2017-12-24 08:07:18 +05:00 |
|
|
|
e813c20124
|
Fixes #3250: Added support for events partial wildcard matching
|
2017-12-24 00:36:54 +03:00 |
|
|
|
c2cf1f03ca
|
Event wildcards added to Event
|
2017-12-22 17:32:03 +02:00 |
|
|
|
072ef77ea5
|
Prevent source path disclosure when form is represented by an anonymous class
|
2017-12-22 12:21:32 +02:00 |
|
|
|
9e0f19ace7
|
Renamed Html::error() option errorMethod to errorSource
|
2017-12-22 11:02:08 +02:00 |
|
|
|
8f2cd050af
|
Fixed Query not to dig inside Expression
|
2017-12-21 16:16:33 +02:00 |
|
|
|
f22f4a41c9
|
Removed empty array tests since it causes issues for ActiveQuery
|
2017-12-21 01:50:42 +03:00 |
|
|
|
ba931fa21d
|
Fixes #15356: Fixed multiple bugs in yii\db\Query::getTablesUsedInFrom()
|
2017-12-21 01:35:08 +03:00 |
|
|
|
6c731d46d0
|
#15356: Initial version of yii\db\Query::getTablesUsedInFrom() fix and tests
|
2017-12-21 01:33:58 +03:00 |
|
|
|
8fccf7f6ca
|
Event wildcards added
|
2017-12-20 17:44:03 +02:00 |
|
|
|
1b8da6d951
|
Add StringHelper::matchWildcard() (#15389)
`StringHelper::matchWildcard()` added
|
2017-12-20 16:16:25 +02:00 |
|