[4.0] Propose s/cachable/cacheable #29812
Closed
PhilETaylor wants to merge 5 commits intojoomla:4.0-devfrom
PhilETaylor:cachable
Closed
[4.0] Propose s/cachable/cacheable #29812PhilETaylor wants to merge 5 commits intojoomla:4.0-devfrom PhilETaylor:cachable
PhilETaylor wants to merge 5 commits intojoomla:4.0-devfrom
PhilETaylor:cachable
Conversation
Quy
reviewed
Jun 29, 2020
administrator/components/com_banners/src/Controller/DisplayController.php
Outdated
Show resolved
Hide resolved
added 2 commits
June 29, 2020 17:23
Contributor
|
After apply the patch on this file remains I think the branch must be updated because you fix it |
Contributor
|
There are 107 instances in php files before applying the pr and 39 after. As this is a variable name it seems to me it may as well be all or nothing. Only where it occurs as $cachable. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29812. |
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.
Summary of Changes
Proposing the fixing of the long term typo of
cachableto be fixed in the new major series of Joomla 4It shouldn't be a b/c break as its just a variable name but @HLeithner says
Testing Instructions
TEST EVERYTHING ;-)
Actual result BEFORE applying this Pull Request
EVERYTHING Works
Expected result AFTER applying this Pull Request
EVERYTHING Works
Documentation Changes Required
Maybe a note in the https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4 ?