Thomas Jakobi
Thomas Jakobi
MIGX windows use too much screen place. This could be solved by removing unnecessary padding, put multiple small fields into columns etc.
When updating a package, simply add a new TV -> Template mapping. This way it works like a normal package update. Perhaps this problem also occurs in GPM v3.
It allows to encrypt the package with the build option `encrypt`. The package will be encrypted with the key in `gitpackagemanagement.encrypt_key` or with the CLI `encryptKey` property. During the installation...
Maybe possible with a second vehicle that has set xPDOTransport::UPDATE_OBJECT to false.
## The problem I have digged in the code and the following requirement of a client seems to be not possible. Clicking on 'Enable once' should only enable the current...
## What does it do? 3.x port of #16498
### What does it do? Trim the context setting key. ### Why is it needed? System and user settings keys are trimmed, but not the context setting key. ### Related...
## Bug report ### Summary The namespace combo shows and filters the first available namespace if the core namespace is on page 2 in that combo. This is normally not...
See the discussion on https://community.modx.com/t/pdopage-ajax-pagination-not-working-on-multilanguage-website/7244/3 and the issue #363 here. Routing plugins (LangRouter, SmartRouting or xRouting) have to know that MODX runs in connector mode to disable running in onHandleRequest....
https://github.com/modx-pro/pdoTools/blob/613aef7a7ed39b53ff19fa0d256d2c314784658f/core/components/pdotools/elements/snippets/snippet.pdoresources.php#L41 In pdoTools 2.x it was appended to $output and in pdoTools 3.x it is a placeholder `pdoResourcesLog`. Same for pdoPage etc. See #353