Sander Drenth

Results 21 issues of Sander Drenth

Update uploadObjectsToContainer so the files array passed to the OnFileManagerUpload event includes an up-to-date version of $objects. So if a file name has been renamed, $objects passed to the OnFileManagerUpload...

pr/review-needed
cla-signed

## Feature request ### Summary Provide option to load autoloadable controllers for extras. I would like to be able to load controllers from paths such as: /core/components/extra/src/Controllers/Admin.php ### Why is...

feature

## Feature request ### Summary I think it would be a neat addition to have an option to switch between context groups in the MODX core. So having a dropdown/switch...

feature

## Bug report ### Summary I have a template variable which contains the input option values as: ```php @SELECT CONCAT(`pagetitle`, ' (', `id`, ')') AS `name`,`id` FROM `[[+PREFIX]]site_content` WHERE `published`...

bug

## Feature request ### Summary The getChunk method from pdoTools allows you to use file based and inline tpl's. So it doesn't require a modChunk reference in the database. I...

area-core
proposal

I'd like to have the ability to a add context_key in the translations list in the manager page: ![Screenshot 2019-12-16 at 11 25 26](https://user-images.githubusercontent.com/7802465/70899375-c83bce80-1ff6-11ea-8275-8be5da305b7f.png) This could be very helpfull when...

With `link_tag_scheme` set to `abs` and a website which has a `base_url` set to `/en-en/` the generated prev/next canonical URLs are incorrect, having a duplicate `/en-en/`. Example output: ``` ```...

bug

Loading the recaptcha library impacts the google pagespeed. This can be resolved by loading it deferred like this: ``` function onloadCallback() { grecaptcha.ready(function() { grecaptcha.execute('[[+site_key]]', {action: '[[+form_id]]'}).then(function(token) { document.querySelector('[name="[[+token_key]]"]').value =...

Videos won't show when a SSL certificate is installed. In plugins/media/js/media.js the src is always set to HTTP.

This fixes MODX 3 class compatability. Before the query would result in: ``` SELECT `\Sterc\Site\Model\Logo`.`id`, `\Sterc\Site\Model\Logo`.`title`, `\Sterc\Site\Model\Logo`.`url`, `\Sterc\Site\Model\Logo`.`logo`, `\Sterc\Site\Model\Logo`.`default`, `\Sterc\Site\Model\Logo`.`active` FROM `6sn7rm_sterc_logo` AS `Logo` ORDER BY id ASC LIMIT 10...