Commit Graph

8252 Commits

Author SHA1 Message Date
Marcelo de Andrade
b0f2a52219 Fixes #16748: Fixed params when normalize data 2018-10-02 01:24:39 +03:00
Alexander Makarov
9910519aba Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget"
This reverts commit 7dc38ff402.
2018-10-01 01:04:11 +03:00
Alexander Makarov
25e6cd45c5 Fixes #16752: Fix rotating files under Windows 2018-09-30 20:23:27 +03:00
Evgeniy Moiseenko
6e02082303 Fixes #16716: The ability to filter by pressing the Enter key when the option $filterOnFocusOut off 2018-09-28 15:36:44 +03:00
Evgeniy Moiseenko
4d26c915dc Additional fix for #14230 2018-09-25 17:41:45 +03:00
Rustam Mamadaminov
a953e7e423 Fixes #15791: Added a warning when the form names conflict 2018-09-24 18:45:42 +03:00
Robert Korulczyk
21ab3fbe78 Remove redundant changelog line [skip ci] (#16735)
After #16734 there are two lines for the same change.
2018-09-23 16:34:10 +03:00
Alexander Makarov
d341958f0e Improved changelog line [skip ci] (#16734) 2018-09-23 13:32:27 +03:00
Ade Attwood
7dc38ff402 Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget 2018-09-23 13:28:09 +03:00
Evgeniy Moiseenko
26700f06d1 Merge ActiveField condition with the parent (#16715) 2018-09-19 20:14:32 +03:00
Evgeniy Moiseenko
7119ff5756 Fixes #16151: Change of scope for method getTableNameAndAlias() 2018-09-19 19:31:43 +03:00
Evgeniy Moiseenko
a8bfe8bbe6 Fixes #14230: Fixed itemsOptions ignored in checkBoxList 2018-09-19 17:39:21 +03:00
Evgeniy Moiseenko
f7862c16c7 Fixes #14368: Added role attribute for active radio list 2018-09-17 02:26:42 +03:00
Evgeniy Moiseenko
3eba4ea69a Fixes #16680: Fixed ActiveField 'text' input with maxlength 2018-09-13 12:18:18 +03:00
Andrey Akimov
87af257892 Fixes #5341: HasMany via two relations 2018-09-09 23:45:32 +03:00
drlibra
5ee7fabbf9 Fixes #16552: Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via 2018-09-09 23:44:10 +03:00
Elvira Sheina
633d6b93b8 Fixes #15802: Fixed exception class in yii\di\Container 2018-09-09 01:12:32 +03:00
Alexander Makarov
8b3da74fc0 Fixed #14901: fixed both implementation and test of trim() JavaScript validator 2018-09-08 02:12:34 +03:00
Alexander Makarov
cd442339df Revert "Fixes #16552: Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via"
This reverts commit f69612f792.
2018-09-08 00:37:22 +03:00
Alexander Makarov
1f709e7133 Fixed special case about reflection introduced by #16528 2018-09-08 00:09:51 +03:00
SilverFire - Dmitry Naumenko
27a5b1e642 UnsetArrayValue, ReplaceArrayValue can now be restored after serialization using var_export() 2018-08-31 13:58:25 +03:00
Rustam Mamadaminov
c286f00060 Fixes #16666: Fixed yii\helpers\ArrayHelper::merge 2018-08-28 12:31:43 +03:00
Mikhail
e53fc0ded1 Fixes #16558: Added cloning yii\data\ActiveDataProvider::query property when ActiveDataProvider object is cloned 2018-08-05 15:18:24 +03:00
Brandon Kelly
0ddc3bf58c Fixes #16603: Added yii\mutex\FileMutex::$isWindows for Windows file shares on Unix guest machines 2018-08-05 12:23:38 +03:00
drlibra
f69612f792 Fixes #16552: Added check in yii\db\ActiveQuery::prepare() to prevent populating already populated relation when another relation is requested with via 2018-08-04 01:20:17 +03:00
Evgeniy Moiseenko
b36639b288 Fixes #14901: Fixed trim validation for radio/checkbox button 2018-08-04 01:06:15 +03:00
Filippo Tessarotto
4e82541ed3 Fixes #16522: Allow jQuery 3.3 2018-07-31 23:44:35 +03:00
Alex Yashkin
08d8ab2683 Added Belarusian Translations (#16586) [skip ci] 2018-07-31 18:16:20 +03:00
Alexey
bf5476f253 Fixes #15889: Fixed override yii\helpers\Html::setActivePlaceholder 2018-07-29 00:07:09 +08:00
Александр Касьянов
9d03667b40 Fixes #16527: Fixed return content for \yii\widgets\ActiveForm::run() 2018-07-28 23:50:22 +08:00
船歌
1246e5feb3 Fixes #16514: Fixed yii\di\Container::resolveCallableDependencies to support callable object 2018-07-28 00:41:38 +08:00
drlibra
32c7c4161b Fixes #16192: yii\db\Command::logQuery() is now protected, extracted getCacheKey() from queryInternal() 2018-07-28 00:39:16 +08:00
Mikhail
1ad85c640b Bug #15826: Fixed JavaScript compareValidator in yii.validation.js for attributes not in rules (mgrechanik) 2018-07-19 12:19:32 +08:00
SilverFire - Dmitry Naumenko
cd0e0e71c1 Fixed idn_to_ascii function call to prevent incorrect translation
Without the `IDNA_NONTRANSITIONAL_TO_ASCII` parameter, domain `faß.de`
gets converted to `fass.de` that is not correct way of making IDN.

Follows http://www.unicode.org/reports/tr46/
2018-07-11 19:53:13 +03:00
Vitor Arantes
a52102d5ef Portuguese (pt) translations (#16486) [skip ci] 2018-07-05 21:55:13 +03:00
Salem Ouerdani
e9ffcb2d12 Fixes #16456: Fixed OptimisticLockBehavior omitting HTML web forms 2018-07-05 21:16:36 +03:00
Evgeniy Moiseenko
80d0c2b05a Fixes #16365: Added $filterOnFocusOut option for GridView 2018-07-04 21:42:40 +03:00
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