Sander Drenth
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...
## 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 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...
## 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`...
## 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...
I'd like to have the ability to a add context_key in the translations list in the manager page:  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: ``` ```...
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...