Commit Graph

8965 Commits

Author SHA1 Message Date
Robert Korulczyk
c78201899b Fixes #13720: Improve yii\helpers\FormatConverter::convertDatePhpToIcu() to handle escaped chars correctly 2017-10-08 18:07:26 +02:00
SilverFire - Dmitry Naumenko
0b2e79eac5 Fixed BasicHttpAuth to respect HTTP_AUTHORIZATION header
Closes #13564
2017-10-08 11:25:50 +03:00
Alexander Makarov
afd59a18ec Merge branch 'master' into indexby-after-relations-9342 2017-10-08 00:52:14 +02:00
Marko Kruljac
22d453faac Fixes #14134: Fixed multiple validateAttribute() calls when scenarios() returns duplicate attributes 2017-10-07 19:40:06 +02:00
Dmitry Kulikov
1e0157f0ac Fixes #7316: Documentation for ActiveRelationTrait::inverseOf() [skip ci] (#14892) 2017-10-07 18:59:53 +02:00
Robert Korulczyk
59b635c2a6 Fixes #14921: Fixed bug with replacing numeric keys in yii\helpers\Url::current() 2017-10-07 18:47:31 +02:00
Hisateru Tanaka
6e8cc4c151 Fixes #14929: Ensure trailing ; on combining files with asset command to fix compiler failures 2017-10-06 22:31:37 +02:00
Alexander Makarov
6bde69aa96 Fixes #14016: Fixed empty messages marked as unused in PHP and PO sources when extracted with message command when markUnused is false 2017-10-06 22:24:38 +02:00
Alexander Makarov
66723d0e74 Fixes #9438: yii\web\DbSession now relies on error handler to display errors 2017-10-06 22:22:59 +02:00
Alexander Makarov
be211f76f5 Removed debug statement [skip ci] 2017-10-06 21:59:29 +02:00
Boudewijn Vahrmeijer
d7c93c9503 fix for #6226, symlinking files/directories during multithreading (#14905) 2017-10-06 17:52:15 +02:00
SilverFire - Dmitry Naumenko
7e681b4a56 Fixed yii.js to follow jquery-pjax API changes
Fixes #14926
2017-10-06 12:19:13 +03:00
Tobias Munk
fa1ca1384f Fixes #14913: Assset hashing now takes asset linking into account to improve cache busting 2017-10-06 00:20:35 +02:00
Alexander Makarov
3ee7629f13 Fixes #13486: Use DI container to instantiate cookies in order to be able to set defaults 2017-10-05 14:41:46 +02:00
eXeCUT
0e240ef2d0 Container type for pjax must be string 2017-10-04 18:41:39 +03:00
Olim Saidov
b75a85d0da Fixes #14902: Fixed PHP notice in yii\web\MultipartFormDataParser 2017-10-04 17:23:58 +02:00
243083df
792f50759e Refactored GridView->renderColumnGroup 2017-10-04 16:50:00 +02:00
Alexander Makarov
1f24fd35b9 Fixes #14910: adjusted safeUp()/safeDown() docs [skip ci] 2017-10-04 15:47:03 +01:00
santilin
6eae7fba59 Fixed typo: an => a in batchInsert [skip ci] 2017-10-02 21:15:31 +02:00
Tobias Munk
15a46441e1 Updated asset-plugin version in docs [skip ci] 2017-10-02 21:03:13 +02:00
Alexander Makarov
a1ddd8b907 Fixes #14129: Fixed console help to properly work with tricky camelcased controller names 2017-09-29 23:02:09 +03:00
Andriy Maletsky
f1cb76bc76 Fixes #14882: Corrected action phpdoc to fix IDE hints in console commands [skip ci] 2017-09-29 22:11:47 +03:00
Sam
537317fbb1 Fixes #14126: Added variadic parameters support to DI container 2017-09-29 22:09:56 +03:00
Robin Kamps
75e8bfdc58 Fixes #14087: Added yii\web\View::registerCsrfMetaTags() method that registers CSRF tags dynamically ensuring that caching doesn't interfere 2017-09-29 17:13:04 +03:00
Vitaly
ab8c54f12a Fixes #14864: Ability to use dependencies in constructor of migrations 2017-09-23 01:24:18 +02:00
hableel
71f1be9243 Arabic translation for CompareValidator messages
Add missing CompareValidator translation
2017-09-20 14:37:28 +03:00
Michael Härtl
5522d1909c Clarify how joinWith()/innerJoinWith() deals with eager loading [skip ci] 2017-09-19 23:43:23 +02:00
Ivan Buttinoni
d4780559c9 Fixes #14765: RBAC: add index on user_id column in auth_assignment table for performance reasons 2017-09-19 23:35:46 +02:00
SilverFire - Dmitry Naumenko
f9fd4da8de Fixed MySQL 5.7 compatibility
’’’
General error: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column information_schema.kcu.ORDINAL_POSITION
’’’
2017-09-16 08:52:47 +03:00
SilverFire - Dmitry Naumenko
a86c67ddb3 Reordered CHANGELOG 2017-09-13 22:49:35 +03:00
SilverFire - Dmitry Naumenko
20302c873a minor 2017-09-13 22:46:11 +03:00
SilverFire - Dmitry Naumenko
f8a8f1f381 Fixed CHANGELOG 2017-09-13 22:12:30 +03:00
SilverFire - Dmitry Naumenko
d599568154 Merge branch 'master' into kidol-filemutex
Conflicts:
	framework/mutex/FileMutex.php
2017-09-13 22:05:40 +03:00
Sam
04281cba8c Fixes #14793: Module ->get() and ->has() methods now check parent modules and fall back to application if nothing found 2017-09-13 01:32:57 +03:00
Dmitry Naumenko
b6b02ff154 Merge pull request #14745 from cebe/migration-bc
ensure backwards compatibiliy with migration without $compact
2017-09-13 00:10:57 +03:00
SilverFire - Dmitry Naumenko
1ce796ef0f Removed ability to define a hostname as trusted because of possible security issues
Closes #14691
2017-09-12 23:28:29 +03:00
SilverFire - Dmitry Naumenko
5aedb9e040 Fixed typo in PHPDocs 2017-09-12 16:55:29 +03:00
Alexander Makarov
2b6e72f88f Added missing , 2017-09-12 00:40:52 +03:00
Carsten Brandt
ee74257c07 adjust framework composer.json after #14338 2017-09-11 23:09:35 +02:00
Carsten Brandt
58d1521280 CHANGELOG for #14620
Implemented in

- 3a8feb17a8
- 70ad9f730b
2017-09-11 23:05:25 +02:00
Gediminas Šedbaras
4c61d96786 Corrected return type of BaseActiveRecord::findOne (#14798) 2017-09-11 22:31:00 +02:00
SilverFire - Dmitry Naumenko
18689c5ed1 Added missing bracket 2017-09-09 15:43:56 +03:00
SilverFire - Dmitry Naumenko
3a8feb17a8 Updated yii\web\View to register JS in jQuery 3.0 compatible way 2017-09-09 15:39:11 +03:00
SilverFire - Dmitry Naumenko
70ad9f730b Updated yii.activeForm to follow jQuery 3.0 API changes 2017-09-09 14:59:02 +03:00
SilverFire - Dmitry Naumenko
34cc2dee8f Fixes #14294: Added InputWidget::renderInputHtml() to move behavior described in InputWidget class docs to the class itself
This reverts commit b0162d3a48.

Closes #14294
2017-09-09 14:34:01 +03:00
SilverFire - Dmitry Naumenko
85458514bb Added note to UPGRADE.md regarding #14499
Fixes #14782
2017-09-09 13:22:10 +03:00
Carsten Brandt
8861aab2ac more details in upgrade notes 2017-09-08 17:10:16 +02:00
Carsten Brandt
5ccbe85ffa improve upgrade instruction for AR::instance()
issue #14767
2017-09-08 16:36:42 +02:00
Carsten Brandt
36b535c26b Fixes #13254: Made yii\helpers\StringHelper and yii\validators\StringValidator independent of Yii::$app instance 2017-09-07 22:32:07 +03:00
Klimov Paul
e69adc19a7 Fixed yii\widgets\ActiveField::$options does not support 'class' option in array format 2017-09-06 17:43:48 +03:00