6927 Commits (bd39b53985371079250edd5492d37217ba5d7134)

Author SHA1 Message Date
Carsten Brandt 4b40417972 improved docs about sendFile() in Request 8 years ago
Roman Grinyov 00e4470c42 Cosmetic changes 8 years ago
SilverFire - Dmitry Naumenko 623f30324d Added tests for ActiveField::hint(), fixed code formatting 8 years ago
Roman Grinyov b54ef3f9e3 Typos in docblock of $errorAction (#12250) [skip ci] 8 years ago
Rangel Reale 9a2b6e48ad * Changelog 8 years ago
Roman Grinyov d8e0694aec Added missing square bracket 8 years ago
Nate Sanden d33227ab85 typo fix (#12217) [skip ci] 8 years ago
Rangel Reale 13c05ef3fa * Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it 8 years ago
Evgeniy Tkachenko 89bcda97fe PHPDoc: Add @param $value to MemCache::addValue() (#12215) [skip ci] 8 years ago
Evgeniy Tkachenko 3ce36573b6 Fix 12188 (#12202) 8 years ago
Evgeniy Tkachenko bbeebaa11e Update PageCache.php 8 years ago
Evgeniy Tkachenko a9eee3f243 Update Cache.php 8 years ago
Evgeniy Tkachenko 3e680f9311 Update FragmentCache.php (#12179) [skip ci] 8 years ago
AS 665a12b25c Fix typo detaild -> detailed (#12177) [skip ci] 8 years ago
Evgeniy Tkachenko 931e8cda96 Update PageCache.php 8 years ago
Zulhilmi Rahman ed12e3c99f Update yii.php (#12165) [skip ci] 8 years ago
Evgeniy Tkachenko 976acc6146 Update BaseDataProvider.php (#12168) [skip ci] 8 years ago
Vladimir Shevchenko b8c07f6839 Fixes #12009: Do not render "for" field label attribute for active form RadioList and CheckboxList 8 years ago
PowerGamer1 3b2374b543 Fixes #12073: Added the ability to suppress the generation of input hint when it is specified through `Model::attributeHints()` 8 years ago
AS df945761d7 Add missing message (#12160) [skip ci] 8 years ago
Nikola Kovacs 84124bec4f Fix grammar in migration template docblocks. (#12148) 8 years ago
Klimov Paul 143f9070af Fixed `yii\db\BaseActiveRecord::updateAttributes()` change `isNewRecord` state for the new model 8 years ago
Nils ae4e763788 Fixed multiple mistakes in messages in Latvian (#12131) [skip ci] 8 years ago
Sergey Makinen afc298c6ef Fixed HttpCache was sending an empty Pragma header (#12100) (#12123) 8 years ago
Alexander Makarov 0ae73251ee Fixed tests 8 years ago
Alexander Makarov 457abe8939 Fixes #12085: Fixed session destruction sequence 8 years ago
Sergey Makinen bbbb98626f HttpCache no longer returns 304 HTTP code when callbacks return null (#12099) 8 years ago
Carsten Brandt ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
Carsten Brandt 10806a65a4 validate input in REST serializer 8 years ago
Carsten Brandt 144d78ebb4 Revert "fixed mysql defaul integer display width on unsigned pk" 8 years ago
Carsten Brandt 85d89e4893 fixed mysql defaul integer display width on unsigned pk 8 years ago
Carsten Brandt 10ba47d841 fixed docs in ActiveField 8 years ago
SilverFire - Dmitry Naumenko c9f500b3ed Updated CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 3fcc26996b Fixed #11973: `yii\helpers\BaseHtml::getAttributeValue()` fixed to work with `items[]` notation correctly 8 years ago
Paul Klimov a53c1f9525 Added `yii\behaviors\AttributeTypecastBehavior` (#12067) 8 years ago
Alexander Makarov 8a9c8a8953 Fixes #11907: Fixed `yii\helpers\Console::getScreenSize()` on Windows was giving out width and height swapped 8 years ago
Alexander Makarov 496de65ee2 Fixes #12053: `./yii migrate/create` was generating wrong code when using `bigPrimaryKey` 8 years ago
Daniel Gomez Pan cffb3832d1 Fixes #12028: Add -h|--help option to console command to display help information 8 years ago
Newerton f6ff90f672 Fixes #12082: Used `jQuery.on(` instead of event method to ensure forwards compatibility 8 years ago
Klimov Paul f1af3133c9 `composer.lock` restored 8 years ago
Alexander Zlakomanov 9d5bf60a89 Added Oracle mutex 8 years ago
Robert Korulczyk 993f2aef28 Fixes #11275: Added possibility of unset or force replace former value in `ArrayHelper::merge()` 8 years ago
Dmitriy Makarov 51d9c288cb Added missing 'LEVEL_PROFILE' (#12068) 8 years ago
SilverFire - Dmitry Naumenko ffb121ba63 Reverted fix of beforeValidate event calling in `yii.activeForm.js` 8 years ago
Aris Karageorgos 1c65516153 Update AuthMethod.php (#12063) [skip ci] 8 years ago
Klimov Paul 01e2ba1d28 BC for `JsonSerializable` at `BaseJson::processData()` restored 8 years ago
Klimov Paul acfe21b400 Fixed `yii\helpers\Json::encode()` encodes empty array returned by `JsonSerializable::jsonSerialize()` as object 8 years ago
Alexander Makarov 9f71bf400e Fixes #12038: Introduced `yii\base\ViewNotFoundException` which is thrown when views file doesn't exists, used it in `ViewAction` 8 years ago
Alexander Makarov ce65e23851 #10583 check for sent content before attempting to regenerate headers in debug mode 8 years ago
Alexander Makarov b2fbbdf5d7 Reverted non-suppression of session_start since it seems it's not possible to achieve same behavior w/o it #10583 8 years ago