1101 Commits (63f9ec4da688305746ef64eeff949de0298f5b6d)

Author SHA1 Message Date
Alexander Makarov 63f9ec4da6 Fixed formatting 9 years ago
Klimov Paul c378c8d71c Issue #8670 added to CHANGELOG.md 9 years ago
Marius Ebel 622ed0130a - Corrected documentation 9 years ago
Marius Ebel 0dcb50db5e - i18n MessageController now supports config parameter 'markUnused' that turns adding @@s either on or off 9 years ago
Paul Klimov 8e4518c81f Doc comments updated 9 years ago
Klimov Paul 0d48f1041e Fixed `yii\db\Command::getRawSql()` unable to parse params specified without colon (':') 9 years ago
Brandon Kelly c339ed2949 Fixes #7764: `\yii\helpers\ArrayHelper::toArray()` wasn't passing `$recursive` to `Arrayable::toArray` 9 years ago
Alexander Makarov acb7b2ebbb Fixes #8556: Extracted `yii\web\User::getAuthManager()` method 9 years ago
Philippe Gaultier 4851d7f9e3 Fixes #8574: Added `yii\console\controllers\MessageController` support .pot file creation 9 years ago
Qiang Xue 07bcc8fda1 Fixes #8595: Fixed `yii\rbac\DbManager::checkAccessFromCache()` to check against auth items loaded in cache recursively 9 years ago
Klimov Paul 886e99be11 Fixed `yii\web\Response::xSendFile()` does not reset format 9 years ago
Klimov Paul a849e815df Fixed `yii\db\ActiveQuery` produces incorrect SQL for aggregations, when `sql` field is set 9 years ago
Klimov Paul 0874ffac38 Fixed `yii\helpers\Html::activeTextarea()` does not allow value overriding via options 9 years ago
Klimov Paul 95ba06c01b Added ability to use aliases and domain relative URLs at `yii\web\AssetManager::assetMap` 9 years ago
Klimov Paul 8a506e1ee3 Added support for 'only' and 'except' options for `yii\web\AssetManager::publish()` 9 years ago
kidol 88371fb147 Trigger garbage collection in FileCache 9 years ago
Carsten Brandt 47bcd020ff fixed bug in console controller 9 years ago
Klimov Paul 5c68dde13c CHANGELOG.md fixed 9 years ago
Klimov Paul 51a442d6c8 Fixed `yii\db\ActiveRecord` does not updates attribute specified at `optimisticLock()` after save 9 years ago
John Was c73ad6573d updated changelog [ci skip] 9 years ago
John Was a63fc2ff59 properly quote sequence name in Schema::getLastInsertId() 9 years ago
Carsten Brandt 1fe171b328 only close output buffer if it is still open 9 years ago
Klimov Paul 563deea02c `yii\widgets\ActiveField` now uses corresponding methods for default parts rendering 9 years ago
Klimov Paul 0f04af1af9 Added support to automatically set the `maxlength` attribute for `Html::activeTextArea()` and `Html::activePassword()` 9 years ago
Klimov Paul 402244bfd5 Issue #6043 added to CHANGELOG.md 9 years ago
Carsten Brandt 3c2bd76236 allow negative dates for date formatter 9 years ago
Nghia Nguyen 968d59cd48 Add property $linkOptions into LinkSorter widget 9 years ago
Carsten Brandt b9916b1718 log the whole exception object to allow log targets to work with it 9 years ago
Carsten Brandt cca47b5469 ensure primary key string comparison is made identical 9 years ago
Carsten Brandt dd1995551c convert exceptions to string before saving log messages 9 years ago
Qiang Xue 11ddb6da7d updated the finder. [skip ci] 9 years ago
Klimov Paul 3a39f8ab72 `yii\helpers\Html` allows correct rendering of conditional comments containing `!IE` 9 years ago
Klimov Paul adb0460ee1 `yii\console\controllers\MessageController` now sorts created messages, even if there is no new one, while saving to PHP file 10 years ago
Klimov Paul 72ec914992 `yii\console\controllers\MessageController` improved allowing extraction of nested translator calls 10 years ago
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
Klimov Paul cad9fd9d20 `yii\behaviors\TimestampBehavior::touch()` throws an exception if owner is new record 10 years ago
Qiang Xue 8da1ebb449 prepare for next release. 10 years ago
Qiang Xue cf0541fd59 2.0.4 release. 10 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Jan Waś ec920d2881 add missing schema name conditions for mssql 10 years ago
Klimov Paul 8609311738 Fixed numeric keys in $_GET transformed to 0-based, if 'pretty URL' enabled 10 years ago
Qiang Xue 5d4780da21 Fixes #8268: Allow `QueryBuilder` to recognize more variations of `limit` and `offset` values 10 years ago
Nikola Kovacs 048c89f15d Fix FragmentCache when enabled is false. 10 years ago
Qiang Xue ebc089e6c2 Fixes #8194: Caching of the matched rules added to `yii\web\UrlManager::createUrl()` 10 years ago
Nikola Kovacs b31b9e2411 Fix conversion of ICU 'L' symbol. 10 years ago
Nikola Kovacs 3f24954659 Added min/max option to DateValidator. 10 years ago
Carsten Brandt 1c41c2bd58 added DateValidator::$timestampAttributeTimeZone 10 years ago
Carsten Brandt d60445c066 Add DateValidator::$timestampAttributeFormat 10 years ago
Carsten Brandt 543daf099f Added Formatter:$numberFormatterSymbols 10 years ago
Carsten Brandt 4496e2c405 preserve configuration of gridview even when called multiple times 10 years ago