Comments

kim.pepper created an issue. See original summary.

kim.pepper’s picture

Status: Active » Needs review
StatusFileSize
new8.89 KB

Initial patch split from parent issue.

voleger’s picture

kim.pepper’s picture

That issue was marked Closed (works as designed)

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

This looks like the changes are done correctly, only a nitpick that could be done on commit or you could pick it off @kim.pepper?

+++ b/core/includes/file.inc
@@ -512,8 +512,8 @@ function file_unmanaged_prepare($source, &$destination = NULL, $replace = FILE_E
+    // @todo Replace \Drupal::messenger()->addError() calls with exceptions instead.

Minor 80 char line limit that needs a wrapping.

wim leers’s picture

Issue tags: +@deprecated
kim.pepper’s picture

StatusFileSize
new8.9 KB
new973 bytes

Fixes #5

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed e814d6f and pushed to 8.6.x. Thanks!

  • catch committed e814d6f on 8.6.x
    Issue #2935254 by kim.pepper: Remove all usages of drupal_get_message...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.