1904 Commits (98e8b1f4644186cf01b6660290c98d1c5fe3f81a)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko bfa2390d5a
Added `yii\di\Instance::__set_state()` method 8 years ago
Daniel Gómez Pan 73ddf2e65e Fixes #13670: Fixed alias option from console when it includes `-` or `_` in option name 8 years ago
Alexey Rogachev cdb21d7e2c Added JS tests for # #13379 8 years ago
sam002 c78b9e470d Fixes #13657: Fixed `yii\helpers\StringHelper::truncateHtml()` skip extra tags at the end 8 years ago
Nikolay Oleynikov f47b6c7683 Fixes #7946 Fixed a bug when the `form` attribute was not propagated to the hidden input of the checkbox 8 years ago
Charles R. Portwood II 953a0bba2b Fixes #13650: Improved `yii\base\Security::hkdf()` to take advantage of native `hash_hkdf()` implementation in PHP >= 7.1.2 8 years ago
SilverFire - Dmitry Naumenko 36960da101
Fixed `applyFilter` function in `yii.gridView.js` 8 years ago
Alex-Code a719293ab0 Fixes #13649: Fixes issue where `['uncheck' => false]` and `['label' => false]` options for `ActiveRadio` and `ActiveCheckbox` were ignored 8 years ago
Alexey Rogachev 186420da40 Fixes #13243: Added support for unicode attribute names in `yii\widgets\DetailView` 8 years ago
Sergey Makinen 9a915ba10c Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in `yii\db\QueryBuilder` 8 years ago
Alex 6db6a2ddbe Fixes #13418: Fixed `QueryBuilder::batchInsert()` if $rows is `\Generator` 8 years ago
Alex-Code 13de76714b
Refactored `yii\db\Query::queryScalar()` method 8 years ago
Elvira Sheina 2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 8 years ago
Bob Olde Hampsink 0ea45c78a8 Fixes #13571: Fix `yii\db\mssql\QueryBuilder::checkIntegrity` for all tables 8 years ago
Andrew Nester 953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to `StringHelper` 8 years ago
SilverFire - Dmitry Naumenko 643431a2e3
Reordered CHANGELOG 8 years ago
SilverFire - Dmitry Naumenko 1dc4618f3d
Fixed `MessageConstroller::saveMessagesToDb()` to work on different DBMS correctly 8 years ago
SilverFire - Dmitry Naumenko 86b08e29d2
Enhanced `yii\console\Request::resolve()` to prevent passing parameters, that begin from digits 8 years ago
Bob Olde Hampsink 30b7fc8dc1 Fixes #13577: `yii\db\QueryBuilder::truncateTable` should work consistent over all databases 8 years ago
SilverFire - Dmitry Naumenko f496567735
Fixed `yii\web\CacheSession::destroySession()` to work correctly when session is not written yet 8 years ago
Bob Olde Hampsink fab53b4a6e Fixes #13582: Added tests for all `yii\db\QueryBuilder::resetSequence` implementations, fixed SQLite implementation 8 years ago
Bob Olde Hampsink 56c65f6079 Fixes #13577: Implemented `yii\db\mssql\QueryBuilder::resetSequence()` 8 years ago
Nikolay Oleynikov 7d82bbcd37 Fixes #13467: `yii\data\ActiveDataProvider` no longer queries models if models count is zero 8 years ago
Alexander Makarov d489e99434
Added issue number to changelog [skip ci] 8 years ago
Bob Olde Hampsink aeb6231d92 Fixes #13582: PK column in `yii\db\pgsql\resetSequence()` was not quoted properly 8 years ago
Sergey Makinen ef4dadf437 Fixes #13592: Fixes Oracle’s `yii\db\oci\Schema::setTransactionIsolationLevel()` 8 years ago
Sergey Makinen 209fb7d94b Fixes #13594: Fixes insufficient quoting in `yii\db\QueryBuilder::prepareInsertSelectSubQuery()` 8 years ago
Alexey Rogachev 6b8cf1709e Fixes #13306: Wildcard in `reloadableScripts` in `yii.js` allows 0 characters 8 years ago
Nikolay Oleynikov a26d28f8e3 Fixes #13576: Added support of `srcset` to `yii\helpers\Html::img()` 8 years ago
Bizley 54278fc842
asTime fixed for time-only values 8 years ago
Lanrik 7fda48efcc Fixes #13550: Refactored unset call order in `yii\di\ServiceLocator::set()` 8 years ago
SilverFire - Dmitry Naumenko 2504ab72f2
Fixed RBAC migraction to work on Oracle 8 years ago
Dmitry Klyukin 4e9d903fed Fixes #11404: `yii\base\Model::loadMultiple()` returns true even if `yii\base\Model::load()` returns false 8 years ago
Elvira Sheina 3a4505ac08 Fixes #11230: Include `defaultRoles` in `yii\rbac\DbManager->getRolesByUser()` results 8 years ago
Elvira Sheina e47329c92b Fixed #13523: Plural rule for pasta 8 years ago
Vovan-VE 3538bde085 Add test case for #13340 and update CHANGELOG 8 years ago
Paul Klimov 95b7ffc066 Fix #13278: `DbQueryDependency` created (#13384) 8 years ago
Klimov Paul 319e27c45c Fixed `yii\db\BaseActiveRecord::deleteAll()` changes method signature declared by `yii\db\ActiveRecordInterface::deleteAll()` 8 years ago
Carsten Brandt 0e6c6635e5
prepare for next release 8 years ago
Carsten Brandt 278548029a
release version 2.0.11.2 8 years ago
Carsten Brandt e82b40abee
avoid duplicate slashes on empty values 8 years ago
Carsten Brandt c67e713f75
CHANGELOG for #13533 8 years ago
Alexander 97c43c2480 Fixes #13501: Fixed `yii\rbac\DbManager::getRule()` and `yii\rbac\DbManager::getRules()` to properly handle resource data came from Rule table when using PostgreSQL 8 years ago
Carsten Brandt 25b78aa615 Fixes #13508: Fixed duplicate attachment of behavior BC break 8 years ago
Carsten Brandt 7737745fab
prepare for next release 8 years ago
Carsten Brandt 2cce93adae
release version 2.0.11.1 8 years ago
Carsten Brandt 284cadfe03 Made ActionColumn Yii::t() tags static again (#13489) 8 years ago
Bizley 3b7e97dab6 changelog corrected (#13495) 8 years ago
Bizley 1749c46c5d
Fixes #11502: Fixed `yii\console\controllers\MessageController` to properly populate missing languages in case of extraction with "db" format 8 years ago
Carsten Brandt eadf793454
prepare for next release 8 years ago