Closed (fixed)
Project:
Stage File Proxy
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Mar 2019 at 16:20 UTC
Updated:
14 Oct 2019 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sergiu stici commentedHere is the patch, please review.
Comment #4
sergiu stici commentedCorrected codesniffer.
Comment #6
jeroentPatch looks good!
Since Drupal 8.7 there are 2 new calls to deprecated functions in this module:
Comment #7
jeroentComment #8
sergiu stici commentedI updated the patch, please review.
Comment #10
jeroentLooks good!
Comment #11
jeroentThere are still some calls to \Drupal in the classes. Created #3054293: Remove \Drupal calls in classes. Use dependency injection instead as a follow-up.
Comment #12
BarisW commentedThanks for the patch and the review. It needed a re-roll, and the constants FILE_MODIFY_PERMISSIONS and FILE_CREATE_DIRECTORY needed to be replaced as well.
Comment #14
BarisW commentedComment #15
mfernea commented#6 makes the module incompatible with versions lower than 8.7 of Drupal core. I raised an issue here #3084611: prepareDirectory vs file_prepare_directory breaks with core <8.7.