Blog Sections Open
Massive Move: Bulk Moving Resources in Evolution CMS
When a site tree becomes large, moving resources one by one is not a workflow. It is a maintenance problem.
The Massive Move note introduced a manager-side helper for bulk-moving resources in Evolution CMS. The original post included a long class example and linked back to an older MODX forums discussion, which makes sense: this was a practical tool for teams maintaining large trees, not a theoretical pattern.
What the tool solved
- moving many resources at once between folders
- working with parent selection in a more efficient way
- keeping the content tree manageable during structural cleanup
- clearing cache after large structural changes
Why these tools mattered
Older Evo projects often accumulated large editorial trees but still relied on manager actions designed for smaller sites. Small utilities like Massive Move filled that gap. They were less about adding features and more about removing friction for the people actually maintaining content.
That is why this belongs in the ecosystem story: the Evo world was shaped not only by core releases, but by small focused tools that made real content operations survivable.
Source: Evolution CMS on GitHub.
GridEditor: Editing MODX Resources in a Grid Interface
A look at GridEditor for MODX, why grid-based editing appealed to content teams, and how it related to other structured editing tools like MIGXdb.
Programmatically Creating Users with the MODX Revo API
A practical overview of creating users programmatically in MODX Revolution and why that workflow mattered to developers moving beyond purely manager-driven setups.