[5.0] Updating joomla/filesystem to fix File::write() issue#40515
Merged
HLeithner merged 2 commits intojoomla:5.0-devfrom Jun 9, 2023
Merged
[5.0] Updating joomla/filesystem to fix File::write() issue#40515HLeithner merged 2 commits intojoomla:5.0-devfrom
HLeithner merged 2 commits intojoomla:5.0-devfrom
Conversation
4 tasks
Member
|
I have tested this item ✅ successfully on aff15fa When having done the test without the patch to reproduce the issue, you should either delete the session cookie with your broswer's developer tools or close the browser window to make sure that the browser session is cleared before testing the patch. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40515. |
|
I have tested this item ✅ successfully on aff15fa This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40515. |
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40515. |
….0-dependency-filesystem # Conflicts: # composer.lock
Member
|
Thx |
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.
Pull Request for Issue #40503.
Summary of Changes
This fixes the issue from #40503 by applying the fix that was made in the CMS 6 years ago to the framework as well... For reference: #11952
I applied that fix to the framework package and now the CMS needs to update its dependencies to pull those new changes. The fix for 4.4-dev will be upmerged sometime soon, I guess.