-
### What steps will reproduce the problem?
```php
$number = 1;
$error = null;
$numberValidator = new \yii\validators\NumberValidator();
$numberValidator->min = 2;
$result = $numberValidato…
-
Dear Sebastian,
I was just wondering what is your choice of CRUD and Grids in general? And will one be eventually integrated in L51ESK?
I come from Yii2 framework and miss things like [Gii code gener…
-
### Describe the bug
There looks to be a bad interaction with the Craft 5.4.0.1 update
### To reproduce
Steps to reproduce the behaviour:
1. Install 5.4.0.1
2. Load a front end page
3.
```
…
-
For example, node_modules
-
### Describe the bug
When installing the plugin locally as a trial and running the migrate command `./craft hyper/migrate/typed-link-field`, this exception appears:
```
Exception 'craft\errors\Sh…
-
### Is your feature request related to a problem? Please describe.
- Controller: `return $this->renderAjax('my-modal-view');`
- View: `Assets::register($this);`
- JS:
```js
humhub.module('myM…
-
I have been using the following twig template for a while
```
{% if profile.tagline %}
{{ profile.tagline|e }}
{% endif %}
{% if profile.url %}
{{ profile.url|e }}
{% …
-
As can be seen in https://github.com/docker/compose/issues/4315 , the `extends` feature that exists in `docker-compose` seems to be popular among users despite its flaws. However, it has so far not be…
-
### What happened?
### Description
Since Craft 4.0, search index jobs fail randomly for us with the error/stacktrace below. Most jobs run through without errors but after 1 day of day-to-day activ…
-
Case:
We are currently building a Yii2 Rest Application, which is access trough an Angular application. We have applied the authToken in a authInterceptor the verify the user who makes the request.
`…
nadar updated
10 months ago