halftrainedharry

Results 19 issues of halftrainedharry

### What does it do? Adds a sort to the queries for the manager search, that puts an exact match of the "name" field at the top of the result....

cla-signed
pr/port-to-3

Make the action all lower case to match the processor file name. The "getMatrixList" processor can't be loaded in MODX 3 on case-sensitive file systems. https://community.modx.com/t/solved-babel-and-tv-links-not-working/5542

### What does it do? Only the value that is written to the config file is escaped, not the value in the code (that is later used to create the...

cla-signed

## Bug report ### Summary When I call `parseSchema` (class `xPDOGenerator`) and the class file already exists, the content of the class file gets changed to this: ``` [+class-header+] [+phpdoc-start+]...

bug

Adds some changes, so that the basic functionality of the Package Manager works in MODX 3. --- With a schema like this ``` ``` and the buttons "Create Package", "save...

## Bug report ### Summary Under certain conditions, the media browser uploads files to the wrong path after the media source is changed. ### Step to reproduce - Create a...

bug

### What does it do? Fixes the code in the "Resource/Create" and "Resource/Update" processors (that was added in #16398) to also work for date TVs that were created in MODX...

### What does it do? Adds the property `$config` to the class, so not to rely on dynamic properties. ### Why is it needed? In PHP 8.2 the deprecation warning...

pr/ready-for-merging

## Bug report ### Summary When the system setting `anonymous_sessions` is set to `No`, it's no longer possible to log in to the MODX manager (when the cookies are cleared...

bug

In MODX 3, a "click" event on the MIGX-TV grid doesn't seem to get handled by the custom listener (`onClickGrid`), https://github.com/Bruno17/MIGX/blob/352a909a3e06dcdb2dfe8696e52990b1a0f4df81/core/components/migx/templates/mgr/grids/migx.grid.tpl#L711 because a click handler was added for the "Actions-Column":...