2307 Commits (18b3fa10c53896b337a9b7584b29898a72002ef9)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 437825be70
Implemented Container::setDependencies(), Container::setDefinitions 8 years ago
Klimov Paul c17766181f Added `QueryInterface::emulateExecution()` 8 years ago
Alexander Makarov ed8acc8e03 #12399 adjustments 8 years ago
a.kompaniets fb779e3ec6 Fixes #12399: Added `ActiveField::addAriaAttributes` property for `aria-required` and `aria-invalid` attributes rendering 8 years ago
SG5 1141fc81a7 Fixes #12735: Fixed `yii\console\controllers\MigrateController` creating multiple primary keys for field `bigPrimaryKey:unsigned` 8 years ago
zalatov deea3cf798 Fixes #12854: Added `RangeNotSatisfiableHttpException` to cover HTTP error 416 file request exceptions 8 years ago
Boudewijn Vahrmeijer 5784dd1dbf fix travis 8 years ago
Alexander Makarov b17dfa03a2 Fixes #10488: Fixed incorrect behavior of `yii\validation\NumberValidator` when used with locales where decimal separator is comma 8 years ago
Vladimir Khramov dd94ead358 Initial work on #10488 8 years ago
Boudewijn Vahrmeijer 9218adcec2 fixes after @samdark review 8 years ago
Boudewijn Vahrmeijer 7f537d684e Custom ID generation for Pjax widgets to solve unstable ajax calls (issue #12969) 8 years ago
Alexey Rogachev 8ea1f510af Implemented Javascript test suite 8 years ago
Alexey Rogachev e94ca4793b Install APC on Ubuntu trusty 8 years ago
Carsten Brandt 081ee7c5b1 Implemented shortcut methods for returning JSON and XML (#13101) 8 years ago
Carsten Brandt 6782954c6a improved test coverage of HostFilter 8 years ago
Klimov Paul 7da77c3d5a created `HostControl` filter to prevent Host header attacks 8 years ago
Klimov Paul 18b0dab360 Fixed `yii\console\controllers\AssetController::adjustCssUrl()` breaks URL reference specification (`url(#id)`) 8 years ago
Robert Korulczyk 2d91723934 Add support for creating protocol-relative URLs. 8 years ago
Tim Beks f23dc5aee9 Add attribute to set the openlog $option attribute for SyslogTarget 8 years ago
Fabian Peter Hammerle 46da2df98d yii\db\mysql\Schema::loadColumnSchema sets enumValues attribute incorrectly if enum definition contains comma 8 years ago
SilverFire - Dmitry Naumenko 63e650952b Updated tests for HtmlHelper::textarea() 8 years ago
Elvira Sheina 0545bb6936 Fixed truncateHtml leaving extra tags (#7727) 8 years ago
Alexey Rogachev e705519c5a Fixes #13071: Help option for commands was not working in modules 8 years ago
yamaha252 22b2a78a0a Added test for unique validator with empty values 8 years ago
Alexander Makarov 41b3f0db0b Fixed driver name in MSSQL test 8 years ago
Carsten Brandt a837c59182 improved error message for Instance::ensure() when component does not exist (#12967) 8 years ago
Boudewijn Vahrmeijer aba42fce4d Squash merge rebased branch nadar-patch-4 8 years ago
Herbert Maschke b58fee7d37 Fixes #13035: Use ArrayHelper::getValue() in SluggableBehavior::getValue() 8 years ago
Alexey Rogachev 6428fab406 Closes #9162: Added support of closures in `value` for attributes in `yii\widgets\DetailView` (#13013) 8 years ago
Alexey Rogachev ea251e24ba Closes #7420: Attributes for prompt generated with `renderSelectOptions` of `\yii\helpers\Html` helper 8 years ago
Carsten Brandt 059a80b47f renamed Cache::$ttl to Cache::$defaultDuration 8 years ago
Walt Sorensen f76f0cff6c Test against the current hhvm version (#12971) 8 years ago
Carsten Brandt 6caedd1ff6 added test for MySQL index hints, #10869 8 years ago
SDKiller 556e9cf99b Updates after PR review (related #6809) 8 years ago
SDKiller 8df1017f42 Default cache ttl (duration) property (fixes #6809) 8 years ago
Klimov Paul 1157657cab Fixed incorrect order of migrations history in case `yii\console\controllers\MigrateController::$migrationNamespaces` is in use 8 years ago
SilverFire - Dmitry Naumenko 14b4f52e44 Updated CHANGELOG 8 years ago
Anton Kozlov 20a411d8ab Fixed #12822: Fixed datetime creation from microseconds, added tests to \i18n\Formatter::asTimestamp 8 years ago
SilverFire - Dmitry Naumenko 25ebf03a8d Fixed ValidatorTest::testValidateWithEmpty() 8 years ago
SilverFire - Dmitry Naumenko 9e129705a7 PHPDocs updated 8 years ago
SilverFire - Dmitry Naumenko a9124dd8c2 Added unit tests for rules with private fields 8 years ago
Carsten Brandt 24809c5d73 fixed group annotations for #12889 8 years ago
Carsten Brandt c75a546621 document usage of ActiveRecordTestTrait 8 years ago
Boudewijn Vahrmeijer b641c1f41b Enh Dependency getHasChanged (#12928) 8 years ago
Carsten Brandt e675d5a7a1 removed old include from tests bootstrap 8 years ago
SilverFire - Dmitry Naumenko 87f843524e Fixed typo 8 years ago
SilverFire - Dmitry Naumenko 24a5532ca9 Added unit tests for #12750 8 years ago
Alexander Zlakomanov b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 8 years ago
Alexey Rogachev d50a06e4e7 Fixed typo in comment (#12945) [skip ci] 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago