4680 Commits (10d08268a1aae704928e3693762743ffc4cceae6)

Author SHA1 Message Date
Ragazzo d86691240c fixed console guide and docs of FixtureController 10 years ago
Qiang Xue 3f597fd45d updated doc [skip ci] 10 years ago
Thiago Talma 81c225f470 Upgrade jquery.inputmask to Version: 3.1.1 10 years ago
Qiang Xue 5be6a841e3 Cleaned up doc. [skip ci] 10 years ago
Mark 033d66deac changed format of applying command to all 10 years ago
Mark 461576dc85 added other syntax for and tests for fixture controller 10 years ago
Mark d9cd1a859b added append option to fixture controller 10 years ago
Jin Hu 3a7ed9b1a9 Added yii\web\Request::setRawBody() 10 years ago
Klimov Paul 0bf16497af Convert 'caseless' option into 'caseSensitive' option at `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
Klimov Paul fe36bc9ecd `options` parameter extracted at `yii\web\Response::xSendFile()` 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 6709154792 `yii\base\ErrorHandler::handleError()` adjusted keeping native error processing on error reporting miss match. 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
restyler f1aeac5dc2 addFlash method was implemented 10 years ago
restyler 3d2cac534c Multiple flash messages per type support 10 years ago
Qiang Xue c0d771f744 Fixes #4640: Added `yii\widgets\ActiveForm::beginField()` and `endField()` 10 years ago
Alexander Makarov 67c5894b2b Fixed copyright year in batch files 10 years ago
Qiang Xue 9a68678ded Additional fix to #4728. 10 years ago
Qiang Xue 45dbbc39f6 Additional fix to #4728. 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
DaSourcerer a5b6c19d81 Removed bogus conditional 10 years ago
Carsten Brandt f4a9646a22 more on HHVM compatibility 10 years ago
Carsten Brandt 62e7c3e9a6 fixed some inconsistnecies in HHVM tests 10 years ago
Qiang Xue c05972d15b adjust bower.json further [skip ci] 10 years ago
Qiang Xue f92dbf3eb4 updated ignore. [skip ci] 10 years ago
Qiang Xue d3fe555d9d added bower.json for yii2-framework. [skip ci] 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
DaSourcerer 1950d90418 Fix for #4372 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
disem a83d441534 typo fix 10 years ago
Damian Dennis aec7dca2cd added source map generation so that styling can be debugged easily. 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
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
Carsten Brandt 25bf486b7f save some function calls on AR insert 10 years ago
Klimov Paul 0a709b10a0 Model parameter added to `yii\behaviors\Sluggable::uniqueSlugGenerator` callback 10 years ago
Klimov Paul c072cc2eaf `yii\behaviors\Sluggable` adjusted 10 years ago
Klimov Paul ce18373221 CHANGELOG updated 10 years ago
Klimov Paul 101d771ecf `yii\behaviors\Sluggable::validateSlug()` fixed to respect updating record 10 years ago
Klimov Paul f27254b9aa `yii\behaviors\Sluggable` simplified 10 years ago
Klimov Paul d362af6ede `yii\behaviors\Sluggable` optimized 10 years ago
Qiang Xue 9f155de82d removed the key from the array in the fix for #4371 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