Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
file system
Priority:
Minor
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
3 Oct 2013 at 19:13 UTC
Updated:
29 Jul 2014 at 23:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
claudiu.cristeaPatch.
Comment #2
claudiu.cristeaAh, missed the patch :)
Comment #3
claudiu.cristeaPostponing this to be sure that I don't have to rework this if it goes in before #2073033: Optimize file usage updates in file/image fields.
Comment #4
claudiu.cristea#2073033: Optimize file usage updates in file/image fields is in.
Comment #5
claudiu.cristeaReviewers? :)
Comment #6
claudiu.cristea#4: deprecate-file-usage-2104229-4.patch queued for re-testing.
Comment #7
dawehnerWe do know use \Drupal:: in tests, but I don't think this is important if we don't have a dedicated method on the Drupal class for file usage.
Comment #8
jibranThank you. I have verified and no usage left of
file_usage()other then function definition. Patch is green so RTBC.Comment #9
alexpottDo we really want to remove the @see. These seem helpful to me. I would change these to
@see \Drupal\file\FileUsage\FileUsageBase::delete()Comment #10
claudiu.cristeaOh! OK, then.
Comment #11
claudiu.cristeaRerolled after #2134951: Remove upgrade path tests.
Comment #12
jibranBack to RTBC.
Comment #13
webchickCommitted and pushed to 8.x. Thanks!
Comment #14
webchickSorry, this conflicted with #2131851: Form errors must be specific to a form and not a global which was a critical issue so I ended up reverting this so that one could make it in. So this will need a small re-roll.
Comment #15
claudiu.cristeaRerolled.
Comment #16
jibranBack to RTBC
Comment #17
webchickOk, re-committed to 8.x. :) Thanks.