1953 Commits (d786b78f2553613f7b31efcceb56a044c1b33cb6)

Author SHA1 Message Date
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
Brett 10ad620cb4 Adds ability for the user to choose if they want to double encode entities within textareas or not when using ActiveForm. Applies enhancement from #12988. 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
Nikola Kovacs a56c598743 Portability fixes for SchemaBuilder on MSSQL 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
Carsten Brandt 3913e6ebcf fixed changelog 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 332637db83 Fixed EmailValidator`to prevent false-positives checks 8 years ago
SilverFire - Dmitry Naumenko 14b4f52e44 Updated CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 6a4ea892c3 Added type mapping for `varbinary` data type in MySQL DBMS 8 years ago
SilverFire - Dmitry Naumenko 66dec188d5 Fixed changelog 8 years ago
SilverFire - Dmitry Naumenko 23790272dc Changed `data` column type from `text` to `blob` to handle null-byte (`\0`) in serialized RBAC rule properly 8 years ago
Carsten Brandt 45a390791c reordered changelog 8 years ago
Carsten Brandt 822ca38b2f reverted wrong changes in CHANGELOG 8 years ago
Evgeny afab30b822 Update CHANGELOG.md 8 years ago
Boudewijn Vahrmeijer b641c1f41b Enh Dependency getHasChanged (#12928) 8 years ago
SilverFire - Dmitry Naumenko 134283dfa2 Tidy up CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 964f600ef9 Changelog updated 8 years ago
webdevsega a8a46a13bc Allow itemOptions in ListView to be a closure 8 years ago
Boudewijn Vahrmeijer 7c7d751e67 Fixes #12015 Changed visibility `yii\db\ActiveQueryTrait::createModels()` from private to protected 8 years ago
Alexey Rogachev fb8fd66a08 Fixes #12939: Hard coded table names for MSSQL in RBAC migration 8 years ago
Alexander Zlakomanov b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 8 years ago
diezztsk e30e53843a Changelog update. Fixed phpDoc comment. 8 years ago
SilverFire - Dmitry Naumenko d0eb841e07 Tidy up CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 8642c3f892 Changed `type` column type from `int` to `smallInt` in RBAC migrations 8 years ago
SilverFire - Dmitry Naumenko 0c33c9d075 Revert "Enhances ActiveForm with support for HTML5 attributes like formaction, formtarget and formmethod (#8719) [ci-skip] (#11999)" 8 years ago
n.vanderburg 6b73cfccbb Fixes #12881: Added `removeValue` method to `yii\helpers\BaseArrayHelper` (nilsburg) 8 years ago
Alexander Makarov bd39b53985 Fixed changelog formatting 8 years ago
Alexander Makarov 2788f83576 Fixes #12879: Console progress bar was not working properly in Windows terminals 8 years ago
Alexander Makarov dd71fa3958 Fixes #4113: Error page stacktrace was generating links to private methods which are not part of the API docs 8 years ago
Klimov Paul e7c080594d Fixed `yii\behaviors\AttributeTypecastBehavior` marks attributes with `null` value as 'dirty' 8 years ago
MKiselev 4f89265fff Fixes #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly 8 years ago
Alexander Makarov 0ac321370b Fixes #12856: Fixed `yii\web\XmlResponseFormatter` to use `true` and `false` to represent booleans 8 years ago
Carsten Brandt 5f821feff7 Added constants for CompareValidator::$type 8 years ago
Alexey Rogachev aa6d34a285 Fixes #9796: Initialization of not existing yii\grid\ActionColumn default buttons (#12859) 8 years ago
Evgeniy Tkachenko 757b3de0bf Fixes #12828: Fixed handling of nested arrays, objects in `\yii\grid\GridView::guessColumns` 8 years ago
Carsten Brandt b49ce4f0bb Fixes Gridview JS to respect # in filterUrl (#12837) 8 years ago
Alexey Rogachev 70752b0fc1 Fixes #11037: yii.js and yii.validation.js should use Regexp.test instead of String.match (#12839) 8 years ago
Robert Korulczyk 5308aa1eee Fixes #12619: Added catch `Throwable` in `yii\base\ErrorHandler::handleException()` 8 years ago
Paul Klimov 8d05bd9479 `yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback 8 years ago
Davidson Alencar 2716093eda Fixes #12824: Enabled use of `yii\mutex\FileMutex` on Windows systems 8 years ago