nils&paul

Results 8 issues of nils&paul

I'd like to (only) scan all `public` and `web` folder in a given folder tree, like this: `php scanner /var/www/*/web` It should scan all folders called "web" in any folder...

enhancement
help wanted

If Craft's config-file has an array of siteUrls, for localization purposes, line 259 of the SubscriptionService throws an error on submission: ``` $result = str_replace("{siteUrl}", craft()->config->get("siteUrl"), $result); ```

In Dutch, weekdays and monts are written in lowercase (https://www.babbel.com/en/magazine/a-guide-to-how-to-write-the-date-in-dutch).

### What happened? ### Description One of our clients needed a way to use 'variable' products from within Commerce's control panel. To facilitate this, we added a product with a...

bug
commerce4

`$this->module`, as used in many classes in the plugin, does not return the module object with my config. Instead, it returns yii\web\Application, causing code to break (controllers/AdminController::findModel, for instance). I...

All links used in the views and emails point to the `site` controller. Wouldn't it be nice if you can configure what controller to use for these links?

I would like to be able to extend the UserModel, in such a way that I could, for instance, let the last_login column be of type `DateTime`. The only thing...

I'm very curious about your preferred approach to social login/auth. I really like the minimal setup of this plugin, as opposed to the extensive functionality of other User modules, but...