docs(archivist): Replace guessed ArchivistGrouper property docs - #605
Open
Ibochkarev wants to merge 2 commits into
Open
docs(archivist): Replace guessed ArchivistGrouper property docs#605Ibochkarev wants to merge 2 commits into
Ibochkarev wants to merge 2 commits into
Conversation
Rewrite the page from snippet.archivistgrouper.php and the Extra lexicon so defaults, chunks, and filter URL behavior match the package. Fixes modxorg#47
Ibochkarev
marked this pull request as ready for review
August 16, 2026 12:02
Mark-H
reviewed
Aug 17, 2026
| The descriptions in the table are just a guess!!! Someone with more experience or the creator should confirm or adjust these!! | ||
| Articles ships Archivist and uses this snippet for nested archive navigation. You can call it on any site that has the Archivist package installed. | ||
|
|
||
| Verified against [modxcms/Archivist](https://github.com/modxcms/Archivist) (`snippet.archivistgrouper.php` on `develop`). Archivist is an Extra, not part of MODX Revolution core. |
Collaborator
Author
There was a problem hiding this comment.
Removed — agreed, that meta note did not belong on the page.
Remove the meta “verified against” note called out in review on modxorg#605.
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 ArchivistGrouper page so property descriptions and defaults come from the Archivist Extra source (
snippet.archivistgrouper.php, build properties, lexicon, and default chunks) instead of the old “guessed” table.Also notes ArchivistGrouper in the Archivist overview (three snippets, not two).
RU/ES have no Archivist docs tree, so this change is EN only.
Archivist is an Extra (modxcms/Archivist); it is not shipped in Revolution core, so there was nothing to sync from Revolution
3.x.Notable corrections vs the old page:
itemTpldefaultitemBrief,parents/targetfall back to the current Resource,dateFormatis PHPstrftime(not MySQLDATE_FORMAT),limitItems0means unlimited,toPlaceholder/locale/wheredocumented, and the brokengroupTpltable row fixed.Affected versions
Docs for the Archivist Extra (used with MODX 2.x and 3.x). Content targets the current Docs
3.xtree.Relevant issues
Fixes #47