WEBKADABRA
WEBKADABRA
### What steps will reproduce the problem? Controller code: ```php if (Model::loadMultiple($models, Yii::$app->request->post()) && Model::validateMultiple($models)) { $count = 0; foreach ($models as $index => $modelIN) { if ($modelIN->save()) { $count++;...
Having Gzip compression for JS files saves a lot of bandwidth for clients and improves page speed for webmasters
This allows to skip email check warnings set by forum module in identity inheritance mode
It would be great to be able to set styles to whole widget based on current rating (selected or active), so that basically it'd be possible to apply color on...
`condition` option does not work in `ngRestExtraAttributeTypes` for values of related models. Code: `Product.php`: ``` public function ngRestExtraAttributeTypes() { return [ 'shippingConfig' => 'angular', // MUST BE `angular`, because `hidden`...
This improves behavior when one user is uploading in multiple windows, and fixes https://github.com/rkit/filemanager-yii2/issues/3
Seem I have everything setup correctly, but `FileBind` still does not work to associate multiple uploads to a model