docs(3.0): 2.6+ upgrade floor, notable manager UI, CRC processors - #617
Open
Ibochkarev wants to merge 1 commit into
Open
docs(3.0): 2.6+ upgrade floor, notable manager UI, CRC processors#617Ibochkarev wants to merge 1 commit into
Ibochkarev wants to merge 1 commit into
Conversation
…cessors Setup refuses upgrades below 2.6.0. The upgrade index still read as any 2.x and only recommended 2.8. CRC extras still copied 2.x Resource processor paths. Refs modxorg#121
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
Setup refuses upgrades from MODX older than 2.6.0 (
version_compare(..., '2.6.0', '<')inmodinstallrunnerweb.class.php). The 3.0 upgrade index still read as any 2.x and only recommended 2.8 for deprecation logs. 2.8 stays the recommended stepping stone after 2.6.The CRC overview still said "2.2 and later only" and the tutorial copied
core/model/modx/processors/resource/*.class.php. Those files are gone. Create/update processors are\MODX\Revolution\Processors\Resource\CreateandUpdate.getInstance()still looks for{class_key}CreateProcessor/UpdateProcessor. OldmodResource*Processornames are aliases until 3.3.Mark-H asked for a notable manager UI page and marked it lower priority than features. This adds that page and links it from the upgrade index. Tooltips, profile/resource forms, uberbar trim, System Info success notice, and normalize.css are listed there. Login, installer, and language stay on their existing pages.
English and Russian. Dutch upgrade pages get the 2.6+ floor (NL has no separate CRC/UI tree).
Checked against revolution
origin/3.x.Overlap: #601 also edits
upgrading-to-3.0/index.md. #616 already has a shorter manager-ui page plus CRC processor notes. Rebase whichever merges second.Affected versions
3.x
Relevant issues
Refs #121