docs(3.0): CRC processors, manager tooltips, and removed settings - #616
Open
Ibochkarev wants to merge 1 commit into
Open
docs(3.0): CRC processors, manager tooltips, and removed settings#616Ibochkarev wants to merge 1 commit into
Ibochkarev wants to merge 1 commit into
Conversation
…tings CRC extras still point at 2.x resource processor paths. Root create and the unused web password email were removed in 3.0 without pages. Tooltip settings had no docs at all. 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
Closes the leftover #121 items that are not in #601, #602, or #612.
Custom resource types still documented the 2.x
require_oncepaths undercore/model/modx/processors/resource/. Those files are gone. Create/update processors now live at\MODX\Revolution\Processors\Resource\CreateandUpdate.getInstance()still looks for{class_key}CreateProcessor/{class_key}UpdateProcessor. The oldmodResource*Processornames stay as aliases indeprecated.phpuntil 3.3.udperms_allowrootandwebpwdreminder_messagewere removed in modxcms/revolution#14841 and were missing fromsystem-settings.md. Root create is thenew_document_in_rootpermission. The web password email template was unused in the core.manager_tooltip_enable/manager_tooltip_delay(Revolution 3.0, ExtJS QuickTipsdismissDelay, default 2300 ms) had no setting pages. The leftover manager UI notes (profile layout, resource/quick-update forms, TV tab order, uberbar trim, System Info success notice, normalize.css) are on a new page so we do not touchupgrading-to-3.0/index.md.English and Russian.
Checked against
origin/3.xin revolution:Processors/Resource/Create.php,Update.php,core/include/deprecated.php,_build/data/transport.core.system_settings.php,manager/assets/modext/util/utilities.js,setup/includes/upgrades/common/3.0.0-cleanup-system-settings.php.Note for merge: this adds one Removed bullet in
getting-started/upgrading-to-3.0/system-settings.md. #601, #602, and #577 also edit that file.Affected versions
3.x
Relevant issues
Refs #121