Jim Graham
Jim Graham
### What does it do? Created a new constant in the main MODx class to enable system-wide setting of autocomplete attribute, and made changes and overrides in the appropriate places...
### What does it do? Made changes to improve the layout of the quick create/edit TV window: - Moved select TV entries to the default topic to make them available...
### What does it do? This is a global application of the "remembering filter properties" work that @Ruslan-Aleev has been working on. It offers two new methods in the base...
### What does it do? This update adds a filtering toolbar and associated methods for the referenced grids. It also provides some housekeeping and enhancements: - Removes some unneeded code,...
### What does it do? Adds missing base FTP adapter package to require block. ### Why is it needed? MODx 3 has a custom FTP adapter in the codebase and...
### What does it do? Refactored the listbox-multiple render class to ensure values that are not in a TV’s pre-defined options are rendered properly. The code has been restructured to...
[3.x] Restrict tag usage and ensure proper escaping of element name, caption, and description fields
### What does it do? Strips tags and html encodes the name, caption/label, and description fields for elements—both in the back end (processors) and front end (js forms, grids, and...
NOTE: This is a simplified re-submission of a PR submitted on 11/23. ### What does it do? This changes in this PR initially set out to fix issues raised in...
### What does it do? Made a number of changes and additions in the processors and grid JS files to correct issues with the grids’ grouping functionality and more accurately...