Aleksandr Frolov

Results 12 issues of Aleksandr Frolov

Suggestion: make a plugin for imperavi to provide replace for `bold`-button and ctrl+b shourtcut to provide `` wrapper instead of ``

enhancement
backend

In [review/BackendReviewController::actionMarkSpam](https://github.com/DevGroup-ru/dotplant2/blob/master/application/modules/review/controllers/BackendReviewController.php#L122) Also fix redirect - now it's incorrect because it uses `submissionId` instead of `reviewId`

enhancement
backend
feature

We need a new type of property - `image` - which should behave like already existing `images` section in `shop/backend-product/edit`

enhancement
properties
feature

It'd be nice if we'd have a mechanism for configure backend pages like edit-product and edit-page. To be more specific: - ability to create custom tabs - ability to place...

backend
widgets
feature

Proposal: add background task, which on daily/weekly/other configurable basis will sent email-notifications to admin/manager/whatever about pending events (unwatched/unapproved reviews, orders without manager activity etc)

enhancement
backend
feature

At least for common properties - price, old price, categories, main category, activity. All of it should be editable separately with 2 variants: 1) table like this | Name |...

enhancement
backend

I guess it should be both in `5.4` and `6.0`, but actually will be useful down to whenever https://github.com/symfony/webpack-encore-bundle/pull/54 was merged Personally, it took me quite a long time to...

Status: Needs Review

For this autocompletion do work ```php echo GridView::widget( [ // ... "columns" => [ "class" => 'yii\grid\ActionColumn' ] ] ); ``` For this doesn't ```php echo GridView::widget( [ // ......

enhancement