-
Hi! In GiixCrudCode class, methods generateGridViewColumn and generateSearchField generates labels for checkbox displays strict in English language. I offer to replace strict labels "No", "Yes" and "A…
-
Hi how to implement this extension on RBAC ? i want log each change like auth_item, auth_assigment, auth_item_child, but i confuse where i put 'bedezign\yii2\audit\AuditTrailBehavior'. FYI i use Yii::…
-
When I try to use the extension as described in README.md on fresh yii2 installation (with Integral\Flysystem\Adapter\PDOAdapter adapter) it throws an exception:
Invalid Configuration – yii\base\In…
-
I see the default style for dropdownlist is generated by the extension is 'display: none':
echo CHtml::dropDownList(null, null, $data, array('id' => $id . '_select', 'style'=>'display:none;')…
-
The following is my code.
In model:
```
public function behaviors()
{
return [
'galleryBehavior' => [
'class' => GalleryBehavior::className(),
…
-
There should be a reaction to:
``` irc
(17:42:57) CeBe: Application::EVENT_BEFORE_ACTION
```
but it seems events are not imported from apidoc:
https://github.com/yiisoft-contrib/ircbot/blob/master/y…
-
I try this extension to my website project with yii.
when the countdown show up and I press keep-signin button, there is no effect to the session. After I refresh the page, the session is already end…
-
```
What is the expected output? What do you see instead?
I have different view files 'views/mail/en/mail.php' and
'views/mail/ru/mail.php'
Your extension doesn't use Yii's findLocalizedFile functi…
-
When I use this widget, I need upload files/images to server...
```
```
How can I do this by native way?
In some extensions there is something like this:
Example of actions: https://github.com…
-
As it is right now there's no server side application.
As long as an API is needed for the client side application to work something along the lines of a server-side application could really help.
St…