revolution
revolution copied to clipboard
MODX Revolution - Content Management Framework
### 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? Removes the forced mgr context for the findPolicy() function. ### Why is it needed? See bug #16212 ### How to test 1. Turn on info...
### 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? Use MODx.util.FileDownload for downloads ### Why is it needed? Allow success and failure messages during downloading files ### How to test The new download method...
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...
### What does it do? Removes the fields from the schema and drops them from the table. - privateweb - privatemgr - donthit ### Why is it needed? Fields are...
### 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....
## 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...
### What does it do? - Displays values manually entered by the manager in the admin panel. For MODX 2.x ### Why is it needed? - It is necessary to...
### 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...