5528 Commits (c01a320b5081cb410aebfa15b639c3bf1d2d3a9f)

Author SHA1 Message Date
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
Mike Grigorieff 32bc19ae9b Updated web/Controller.php, simplified code design 10 years ago
Klimov Paul cad9fd9d20 `yii\behaviors\TimestampBehavior::touch()` throws an exception if owner is new record 10 years ago
Vadym Chenin fc8ff4d08e Updated Ukrainian messages 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 42fd70b2a1 exception message fix 10 years ago
Qiang Xue 4488dbbff7 build cleanup [skip ci] 10 years ago
Carsten Brandt 23b31d13de improve documentation of date validator 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
Carsten Brandt f6b4601a83 improved doc message 10 years ago
Carsten Brandt 8f1811919f ensure error will always result in a failing HTTP status code 10 years ago
Klimov Paul 582b7606ac Fixed `yii\db\ActiveRelationTrait::populateRelation()` fails when `link` refers to array string convertable object attribute 10 years ago
Carsten Brandt 49ac8d790a phpdoc: added link 10 years ago
Niek ten Hoopen f9bf2cf818 Fix NL translation for "months ago" 10 years ago
Evgeniy Tkachenko 632dbcf8c4 Updated comments in ManagerInterface 10 years ago
Carsten Brandt 486e7c59cf updated fxp/composer-asset-plugin version constraint 10 years ago
Klimov Paul 8609311738 Fixed numeric keys in $_GET transformed to 0-based, if 'pretty URL' enabled 10 years ago
Carsten Brandt 6d14f6e74d phpdoc typo 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
Carsten Brandt 94d6843f8b added FragmentCache test for issue #8273 10 years ago
Qiang Xue ebc089e6c2 Fixes #8194: Caching of the matched rules added to `yii\web\UrlManager::createUrl()` 10 years ago
laszlovl 8c22270591 db Command performance tweak 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 cf51d46a75 keep BC in internal implamentation of 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 c105622004 example for a link tag: issue #2803 10 years ago
Carsten Brandt 4496e2c405 preserve configuration of gridview even when called multiple times 10 years ago
vbelogai 672510d521 Update Schema.php 10 years ago
Klimov Paul 8c81a15ac9 Fixed `yii\helpers\Html::dropDownList()` overrides label specified at 'groups' option 10 years ago
Qiang Xue 2c94bb0899 Fixes #7808: Adjusted Masked input to correctly generate the hash variable to store the plugin options 10 years ago
Carsten Brandt 21f51400ef added information about quoting to batch insert 10 years ago
Qiang Xue e6b09bb82f Fixes #7888 doc fix [skip ci] 10 years ago
Carsten Brandt b0be36668e slight refactoring for #8179 10 years ago
Thiago Talma b13d47f52d changelog 10 years ago
Thiago Talma 4970fb1e95 if...else 10 years ago
Thiago Talma 4bb9ec8906 new param 10 years ago
Klimov Paul 771ff15133 Fixed `yii\log\Logger` unable to export session id 10 years ago
Thiago Talma 815ca6b444 Compare it equals 10 years ago
Klimov Paul a4f760e798 Fixed `yii\base\Model` does not recognize scenario declared by rules using 'except' 10 years ago
Carsten Brandt 9a5abd923f cleanup after #8171 10 years ago
Klimov Paul a0b5652673 `yii\console\controllers\MessageController::saveMessagesToDb()` updated to use `yii\db\Schema::insert()` 10 years ago
Klimov Paul faf7bb73fa redundant call chain removed 10 years ago
Klimov Paul f13a4809b8 `yii\test\ActiveFixture::load()` updated to use `yii\db\Schema::insert()` 10 years ago
Philippe Gaultier be6c619de9 Fixes #8171: Allow the user to enforce the fileSize to allow sending files which are not seekable. Needed when using S3 Stream Wrapper 10 years ago