-
I work with Yii2 for some year and now that I'm starting with Laravel I found lot of features that Yii2 don't have but also find some features that Laravel should have.
When we create a migration m…
-
I got a problem, if I login on other device with [Remember Me] checked and forget logout.
Then the device can stay login until manual logout.
Even I change the passwd at any other device ,the logged…
-
Is there any way to disable I18N translation behavior when generating CRUD in giiant. I have, on every single occasion, ensured that I18N is not check when generating CRUD. I have also ensured that Tr…
-
Hi,
I downloaded the files to the modules directory of humhub but when I go into humhub to activate the album form do not see it. Where am I wrong?
-
Hi all,
We've discovered an issue where the SQL query fails if the siteid does not equal 1.
As you can see from the screenshot below, our site has been registered with an id of 2, (I assume that a…
-
You can add support for yii 2.1, in the development branch to test it and correct errors,
```
composer.json:
"yiisoft/yii2": "~2.0.0|~2.1.0",
```
Thks,
-
Do you planning add AdminLTE 3 templates?
https://adminlte.io/themes/dev/AdminLTE/index3.html
-
#### What are you trying to achieve?
I try to use
```
$I->seeInDatabase('user', ['username' => 'Юзер кирилицей']);
```
My Cest file is a utf8
I expect see simple text in output
#### What do …
-
Postgres since 13, and oracle since 12 ver support expression
`OFFSET start { ROW | ROWS }
FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } { ONLY | WITH TIES }`
MariaDb also supports since 10.…
-
### What happened?
### Description
In Commerce 4.3.3 when we do query a variant with hasProduct param it will return an error, which on version before this one is fine. Here is our query and the e…