revolution
revolution copied to clipboard
MODX Revolution - Content Management Framework
## Bug report ### Summary Then upload pictures via media browser get a lot of phpthumb.class.php and modPhpThumb.php warnings ### Step to reproduce - new MODX 3.0.0 installation on localhost...
### 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? Fixing the names of processor actions ### Why is it needed? To restore the operation of the processor call actions ### Related issue(s)/PR(s) https://github.com/modxcms/revolution/issues/16238
### 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? Adds an optional `restrict_actions` parameter to the `System/Derivatives/GetList` processor. Allowed values are `new`,`edit` or `delete`. This allows for checking newly introduced resource action permissions. ###...
### 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 is an extension of #16078, and an alternative fix to #16091 and #16070 ### Why is it needed? This fixes the issues described in...
### What does it do? I've changed the default database server from "localhost" to "127.0.0.1". ### Why is it needed? This circumvents the `Connection failed: SQLSTATE[HY000] [2002] No such file...
### What does it do? Ports the fix from my previous PR https://github.com/modxcms/revolution/pull/14593 to 3.x After upgrading to 3.0.1 the following issue resurfaced: occasionally widgets fail to load properly in...
### What does it do? Fixes an `only_full_group_by` issue in `MODX\Revolution\Processors\Security\Access\Permission\GetList` ### Why is it needed? So the permission combobox works when `only_full_group_by` is enabled. ### How to test Have...