Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2015 at 11:09 UTC
Updated:
9 Dec 2015 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
R.Hendel commentedComment #3
pguillard commented@R.Hendel : I hope I didn't shortcut your work, it seems that you assigned the bug whe creating it.
Comment #4
R.Hendel commentedI've looking over the patch and it does exactly what expected:
String "Make sure that a broken handler of type: @type are created" is replaced trough string "Make sure that a broken handler of type: @type is created".
Comment #5
lucastockmann commented+1 rtbc
Comment #6
blanca.esqueda commented+1 rtbc
Comment #7
alexpottThis is using t() in an assertion message which is incorrect too - let's fix that here.
Comment #8
snehi commented@Alex can you give an idea what to do with t()
Comment #9
snehi commentedPlease review attached.
Comment #10
snehi commentedComment #13
snehi commentedComment #14
pguillard commentedI guess this is RTBC+1 but postponed to Drupal 8.1.0
Comment #15
chi commentedformat_string() is a depreciated function. Let's use FormattableMarkup instead.
Comment #16
chegor commentedPlease review attached.
Comment #18
chi commentedI propose ending the message with a period and wrapping it with single quotation marks instead of double as it is done for all other messages in that file. Just for consistency.
Comment #19
chegor commentedupdated
Comment #20
chi commentedComment #23
chi commentedBack to RTBC since PHP 5.3 and PHP 5.4 tests should not affect D8 issues.
Comment #25
chi commentedComment #26
xjmI started to move this to 8.1.x per https://www.drupal.org/core/d8-allowed-changes#minor, but actually the string is only on a test assertion message, which is not supposed to be translated in the first place. So keeping filed against 8.0.x for now to discuss more whether this should go into a patch release or not. Thanks for the patch.
Comment #27
alexpottWorking from @xjm'a post release triage document, this is a test only change and therefore can be committed at any time. Committed 801cc23 and pushed to 8.0.x and 8.1.x. Thanks!