Commit Graph

6716 Commits

Author SHA1 Message Date
Dmitry Naumenko
fa3e65ccd8 Merge pull request #12181 from githubjeka/patch-5
Added PageCache info of in log
2016-08-25 20:12:26 +03:00
Liam Davies
98b6851c41 Update User.php
A Few spelling corrections.
2016-08-25 09:59:58 +01:00
Roman Grinyov
926a238595 Removed duplicate sentence in docblock (#12290) [skip ci] 2016-08-24 13:31:53 +03:00
Roman Grinyov
f0e999e017 Cosmetic changes (#12292) [skip ci] 2016-08-24 13:10:03 +03:00
Roman Grinyov
434a4ce632 Typos in class docblock (#12270) 2016-08-23 22:23:30 +02:00
Sergey Gonimar
4c2301b782 Rename tj to tg according to ISO 639-1 (#12261) 2016-08-23 11:08:34 +02:00
Carsten Brandt
4b40417972 improved docs about sendFile() in Request 2016-08-23 10:00:01 +02:00
Roman Grinyov
00e4470c42 Cosmetic changes 2016-08-23 09:46:22 +03:00
Dmitry Naumenko
f35f94bd3e Merge pull request #12230 from RangelReale/activelistvalue
Allows BaseHtml::activeListInput to override the field value
2016-08-22 17:34:18 +03:00
SilverFire - Dmitry Naumenko
623f30324d Added tests for ActiveField::hint(), fixed code formatting 2016-08-22 16:59:09 +03:00
Roman Grinyov
b54ef3f9e3 Typos in docblock of $errorAction (#12250) [skip ci] 2016-08-22 16:38:58 +03:00
Rangel Reale
9a2b6e48ad * Changelog 2016-08-22 10:17:01 -03:00
Roman Grinyov
d8e0694aec Added missing square bracket 2016-08-22 13:26:44 +03:00
Nate Sanden
d33227ab85 typo fix (#12217) [skip ci] 2016-08-21 12:58:11 +03:00
Rangel Reale
13c05ef3fa * Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it 2016-08-20 13:33:12 -03:00
Evgeniy Tkachenko
89bcda97fe PHPDoc: Add @param $value to MemCache::addValue() (#12215) [skip ci] 2016-08-19 19:50:08 +03:00
Evgeniy Tkachenko
3ce36573b6 Fix 12188 (#12202)
* PHPDoc: \yii\caching\Cache::$serializer

* PHPDoc: \yii\caching\Cache::getValue

* PHPDoc: Review implementations of \yii\caching\Cache with considering $serializer

* PHPDoc: fix typos
2016-08-19 15:55:03 +03:00
Evgeniy Tkachenko
bbeebaa11e Update PageCache.php 2016-08-19 12:20:59 +03:00
Evgeniy Tkachenko
a9eee3f243 Update Cache.php 2016-08-18 08:22:07 +03:00
Evgeniy Tkachenko
3e680f9311 Update FragmentCache.php (#12179) [skip ci] 2016-08-17 11:58:09 +03:00
AS
665a12b25c Fix typo detaild -> detailed (#12177) [skip ci] 2016-08-17 11:56:25 +03:00
Evgeniy Tkachenko
931e8cda96 Update PageCache.php 2016-08-17 10:56:07 +03:00
Zulhilmi Rahman
ed12e3c99f Update yii.php (#12165) [skip ci] 2016-08-16 10:15:21 +03:00
Evgeniy Tkachenko
976acc6146 Update BaseDataProvider.php (#12168) [skip ci] 2016-08-16 10:14:56 +03:00
Vladimir Shevchenko
b8c07f6839 Fixes #12009: Do not render "for" field label attribute for active form RadioList and CheckboxList 2016-08-16 01:47:23 +03:00
PowerGamer1
3b2374b543 Fixes #12073: Added the ability to suppress the generation of input hint when it is specified through Model::attributeHints() 2016-08-16 01:09:07 +03:00
AS
df945761d7 Add missing message (#12160) [skip ci]
'{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute}必須等於"{compareValueOrAttribute}"。'
2016-08-15 12:18:52 +03:00
Nikola Kovacs
84124bec4f Fix grammar in migration template docblocks. (#12148)
Fix typo in test file's name.
2016-08-12 17:55:43 +03:00
Klimov Paul
143f9070af Fixed yii\db\BaseActiveRecord::updateAttributes() change isNewRecord state for the new model 2016-08-12 11:43:31 +03:00
Nils
ae4e763788 Fixed multiple mistakes in messages in Latvian (#12131) [skip ci]
Change from international "fails" to localized "datne"; positive expression formats for value validation errors; fixed invalid use of "sekojošiem" replacing with "šādiem"; fixed singular and plural forms of the word "simbols"; clarified meaning of "virknei" by prefixing it with "simbolu"; fixed other minor spelling mistakes.
2016-08-10 14:46:23 +03:00
Sergey Makinen
afc298c6ef Fixed HttpCache was sending an empty Pragma header (#12100) (#12123) 2016-08-09 15:03:57 +02:00
Carsten Brandt
47b4dbbf9c Merge pull request #12115 from sergeymakinen/12099-httpcache-callback-behavior
HttpCache no longer returns 304 HTTP code when callbacks return null (#12099)
2016-08-09 10:22:10 +02:00
Alexander Makarov
0ae73251ee Fixed tests 2016-08-09 02:31:08 +03:00
Alexander Makarov
457abe8939 Fixes #12085: Fixed session destruction sequence 2016-08-09 01:49:23 +03:00
Sergey Makinen
bbbb98626f HttpCache no longer returns 304 HTTP code when callbacks return null (#12099) 2016-08-08 23:58:39 +03:00
Carsten Brandt
ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk""
This reverts commit 144d78ebb4.

fixes #11541
2016-08-08 13:36:08 +02:00
Carsten Brandt
10806a65a4 validate input in REST serializer
fixes #12107
2016-08-08 13:14:22 +02:00
Carsten Brandt
144d78ebb4 Revert "fixed mysql defaul integer display width on unsigned pk"
This reverts commit 85d89e4893 because it
is a breaking change. see #11541
2016-08-08 11:54:29 +02:00
Carsten Brandt
85d89e4893 fixed mysql defaul integer display width on unsigned pk
fixes #11541
2016-08-08 10:47:34 +02:00
Carsten Brandt
10ba47d841 fixed docs in ActiveField 2016-08-08 10:39:28 +02:00
SilverFire - Dmitry Naumenko
c9f500b3ed Updated CHANGELOG 2016-08-05 17:33:52 +03:00
Dmitry Naumenko
834f77ec13 Merge pull request #11715 from uaoleg/patch-4
Fix scope for multiple forms file inputs
2016-08-05 17:26:08 +03:00
SilverFire - Dmitry Naumenko
3fcc26996b Fixed #11973: yii\helpers\BaseHtml::getAttributeValue() fixed to work with items[] notation correctly 2016-08-05 15:08:51 +03:00
Dmitry Naumenko
418b27326c Merge pull request #12069 from SilverFire/12069-revert-activeform-validation
Reverted fix of beforeValidate event calling in `yii.activeForm.js`
2016-08-05 13:56:42 +03:00
Paul Klimov
a53c1f9525 Added yii\behaviors\AttributeTypecastBehavior (#12067)
Added `yii\behaviors\AttributeTypecastBehavior`
2016-08-05 13:26:26 +03:00
Alexander Makarov
8a9c8a8953 Fixes #11907: Fixed yii\helpers\Console::getScreenSize() on Windows was giving out width and height swapped 2016-08-05 01:33:52 +03:00
Alexander Makarov
496de65ee2 Fixes #12053: ./yii migrate/create was generating wrong code when using bigPrimaryKey 2016-08-05 01:09:55 +03:00
Daniel Gomez Pan
cffb3832d1 Fixes #12028: Add -h|--help option to console command to display help information 2016-08-05 00:52:45 +03:00
Newerton
f6ff90f672 Fixes #12082: Used jQuery.on( instead of event method to ensure forwards compatibility 2016-08-04 21:56:46 +03:00
Klimov Paul
f1af3133c9 composer.lock restored 2016-08-04 17:43:52 +03:00