Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Oct 2014 at 13:19 UTC
Updated:
18 Nov 2014 at 08:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerComment #2
dawehner.
Comment #4
dawehnerLet's see how much can be fixed with that.
Comment #6
dawehnerThere we go.
Comment #8
dawehnerReroll.
Comment #9
wim leersPatch didn't apply anymore. Straight reroll.
Updated the IS with the ones that aren't replaced by this patch. I'm assuming those are very tricky for very intricate/complex reasons.
In any case, this is a big step forward. I'd like to see confirmation from dawehner that those 5 unconverted calls are indeed the ones he intended not to convert. Once he confirms that, this is RTBC.
Comment #10
dawehnerAdded comments to all the calls.
Comment #11
wim leersThanks for the clarifications; this is now RTBC then :)
Comment #13
mpdonadioPatch doesn't apply anymore. Few manual merges to check.
Comment #14
mpdonadioApplied 2364161-9.patch to eb56c4d352457f, and did rebase. Two manual merges were needed. Needed to merge the use section in LinkFieldTest, and also had to account for the Unicode change in PathController on line 92 (and made sure not to touch line 89 per the proposed resolution above). I don't know what test covers PathController, so couldn't test this change locally.
Comment #15
wim leersManually compared those conflicting hunks; they look good: same logical changes as before. Thanks!
Hence back to RTBC!
Comment #16
alexpottCan we get issues filed for 1 and 4 of the remaining calls to
_l()- and can relevant CR be updated to link to this issue. Thanks.Comment #17
mpdonadioUpdated CR, and made issue for PathController::adminOverview(), but I don't know why \Drupal\views\Plugin\views\field\Url::render() isn't being updated.
Comment #18
dawehnerThank you @mpdonadio
Here is the other one. Back to RTBC
Comment #19
alexpottThis issue addresses a critical bug and is allowed per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase?. Committed 46e6a32 and pushed to 8.0.x. Thanks!