docs(processors): Rewrite extending-modx/processors guide - #580
Open
Ibochkarev wants to merge 7 commits into
Open
docs(processors): Rewrite extending-modx/processors guide#580Ibochkarev wants to merge 7 commits into
Ibochkarev wants to merge 7 commits into
Conversation
Expand the overview, runProcessor, and connectors pages in EN and RU with accurate paths, response handling, and class-based examples. Fixes outdated miniShop1 links and stub connectors notes.
Adds a 3.x processor list (action, docblock summary, permission) in EN/RU and expands the overview with run() lifecycle, permissions/context, getlist usage, and CreateProcessor pipeline details.
Localizes the catalog descriptions and table headers so the Russian list page is fully in Russian.
Covers resources (CRUD/publish/delete), elements, auth, settings, cache, browser, FQCN actions, nested calls, and front-end permission notes in EN and RU.
CI markdown lint treats standalone emphasis as a heading; use plain count text instead.
cursor
Bot
force-pushed
the
docs/issue-103-expand-processors
branch
from
August 15, 2026 11:07
1892a82 to
741d69a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Rewrites the processors section for CMP and Snippet authors: what a processor is, core vs custom paths in 2.x and 3.x,
runProcessor/ProcessorResponse, nested core calls, class-based create/getlist notes, and connector bootstrap.Adds a Core processor list page (en/ru) with 379 callable 3.x actions: slash path, docblock summary from Revolution sources, and
$permissionwhen declared. Expands the overview withrun()lifecycle, context/permissions, getlist usage, and the CreateProcessor pipeline.Draws on Процессоры в MODX and aligns with
modX::runProcessor/core/src/Revolution/Processors/on 3.x.Locales: en, ru.
Affected versions
2.x and 3.x (examples call out both where paths and class names differ). The catalog is generated from 3.x sources.
Relevant issues
Fixes #103