Bert Oost

Results 40 issues of Bert Oost

### Description I had to remove the vendor/craftcms/ directory (because I edited some core files, for test purposes, and I want to discard all changes). After I run composer install...

bug

**Login.Profile** Maybe a property to enable loading settings? ``` &includeSettings=`1` ``` And near that; a property for the key prefix for settings? Like; ``` &settingsKeyPrefix=`setting_` ``` Maybe the settings key...

Love this feature of CodeMirror integration but liked the way ACE works. Shouldn't be so hard I think to let the ACE editor grow the height the contents length is

feature request

Should be cool to have a custom ACE input TV option. With this option you've being able to create a "code" TV field for resources. This is useful to developers...

Is it possible to replace the timestamp notation of the `?d=` with some custom Twig filter? I'd like to use a version tag, like `?v=v1.2.3` in CSS/JS calls. This tag...

Remove initialize log message. Since this is outputted on the console commands, which is pretty annoying. Or check if you're on a console or not, using `if (!craft()->isConsole()) { ......

Please make users aware of updates by adding a releases.json to get update notifications. Check https://craftcms.com/support/updating-plugins-for-craft-2.5#plugin-update-notifications

Hi First of all, great to see the package is updated for v3 and php8+. Works like a charm! Therefore, the ADF is nice, but I am using the API...

Hi there, I use Craft CMS, a system that uses Yii2 framework. And recently updated to the latest version which also includes newer version of the symfonymailer component. This package...

Hi there, I am using JUnit format output to have reports in Bitbucket pipelines. Thereore the `failures=` attrbibute stays `0` so there is no report parsed in pipelines. Tried to...