700 Commits (033d66deace3b9b4b3b5a935e001556e8b7338ad)

Author SHA1 Message Date
Klimov Paul 0bf16497af Convert 'caseless' option into 'caseSensitive' option at `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
Klimov Paul 6461523aca Added 'caseless' option to `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
Klimov Paul b48e46a25b Added error logging at `yii\caching\FileCache::gcRecursive()` 10 years ago
Klimov Paul e3cea2138a Added `forceDownload` parameter to `yii\web\Response::xSendFile()` 10 years ago
Qiang Xue 1cfa5bc9ee Fixes #4740: Added `yii\web\Session::addFlash()` 10 years ago
Qiang Xue c0d771f744 Fixes #4640: Added `yii\widgets\ActiveForm::beginField()` and `endField()` 10 years ago
Alexander Makarov 109da0b76e Added missing github name to changelog 10 years ago
Alexander Makarov 90c6a476ce Fixes #4727: Fixed wrong Stylus definition in `\yii\web\AssetConverter` 10 years ago
Qiang Xue 88d38b7820 Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
Paweł 'Zibi' Zaremba c6c29db9b4 Fixes #4636: Added `yii\web\Response::setDownloadHeaders()` 10 years ago
DaSourcerer e944ca18e4 Changelog update [skip ci] 10 years ago
Qiang Xue 3704b9191e Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY 10 years ago
Qiang Xue 7cf358af03 Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively 10 years ago
Alex-Code 25c2f9bf85 Made error message encoding configurable for ActiveForm 10 years ago
Klimov Paul ce18373221 CHANGELOG updated 10 years ago
Qiang Xue 5fe6c55d6b Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 10 years ago
Carsten Brandt c6274acf6c ensure postgres boolean values are handled correctly 10 years ago
Carsten Brandt 92d65ab78b fix issue with postgreSQL and batch inserting boolean values 10 years ago
Carsten Brandt 70e0115d5a changelog for #4656 10 years ago
Alexander Makarov 7728274ce6 Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages 10 years ago
Carsten Brandt a2e8083beb Created ArrayCache class 10 years ago
abrahamy b7cad9df3d Fixes #4371: Active form client validation wasn't working in case of two models having same named fields 10 years ago
mcd.php 20774165bc Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
Klimov Paul 327914e452 Added automatic generating of unique slug value to `yii\behaviors\Sluggable` 10 years ago
Qiang Xue 3b01f48c6a Fixes #4597: `yii\composer\Installer::setPermission()` supports setting permission for both directories and files now (qiangxue) 10 years ago
Qiang Xue 359ae98f9c Fixes #4622: Simplified the way of creating a Faker fixture template file 10 years ago
Alexander Makarov b1e2090083 Fixes #4595: more consistend use of "false" in "don't use" case 10 years ago
Alexander Makarov 84af0ad1f7 Fixes #4592: Fixed `yii help` command was listing incorrect action names for methods like `actionSayNO` 10 years ago
disem 5c79ab202c Added key param to ActionColumn button Closure 10 years ago
Qiang Xue dee0382c1f Added `yii\base\InvalidValueException`. 10 years ago
Qiang Xue 1c3e61ec26 Fixes #4591: `yii\helpers\Url::to()` will no longer prefix relative URLs with the base URL 10 years ago
Alex-Code 594b57836d Added validation js callbacks 10 years ago
Tadas Z f010fb57b4 Enh #4581: Added ability to disable url encoding in `UrlRule`. 10 years ago
Qiang Xue 6dd2203a5c Fixes #4566: Added client validation support for image validator 10 years ago
Alexander Makarov c1cf48cf5b Fixes #2315: Any operator now could be used with `yii\db\Query::->where()` operand format 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Qiang Xue b19fa0c3db minor fixes [skip ci] 10 years ago
xjflyttp c5fbf89b44 - Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp) 10 years ago
Alex-Code 6d2bc729c0 Update CHANGELOG.md 10 years ago
Alex-Code 4d337c3068 Update CHANGELOG.md 10 years ago
Carsten Brandt 7af92173b1 length arg of byteSubstr is now optional 10 years ago
mbman 94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 10 years ago
Qiang Xue da544b2676 Fixes #4519: `yii\base\Model::isAttributeRequired()` should check if the `when` option of the validator is set 10 years ago
Carsten Brandt 08a480c6e6 make Request more robust against invalid CSRF data 10 years ago
Carsten Brandt 1e9350abe1 guide on ajax validation 10 years ago
tom-- c6a8b418ef compareString(): timing depends only on length of `$actual` input, unit test 10 years ago
tom-- 2c5c2c101b Fixes #4131: Security adjustments 10 years ago
Alexander Makarov 8f81e231da Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
Thiago Talma 88191bbe5c New callback functions for form validation using Ajax. 10 years ago
Qiang Xue 368bf3dc65 Fixes #1388: Added mapping from physical types to abstract types for OCI DB driver [skip ci] 10 years ago