Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2012 at 22:50 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lars toomre commentedHere is an initial untested patch for this issue. This patch includes format_string() conversions as well.
It also includes coorrections for two test cases where the getInfo strings where being translated with t(). All of the other test cases in this module were correct.
Comment #2
dcam commented#1 looks good to me. I don't see any additional t()'s around assert messages.
Comment #3
jhodgdonWhew, that was a big one. :) Committed to 8.x, ready for backport.
Comment #4
lars toomre commentedMy guess is that with this commit we are more than 50% way there to eliminating the t() wraps around test assert messages. Thanks for the commits @jhodgdon!
The other big batches of the t() asserts are in the sub-issues to the System module testing the include files. Since I generated most of those patches, it would be great if @dcam or others could review them so that they are ready to be committed as well.
Comment #5
dcam commentedI'm not certain, but I think almost all of the issues have had their patches committed to 8.x now. This week I went through the whole list in the meta issue, one-by-one, in order. Last night I reached the end of the list. A few of them had to be skipped and of course many remain to be backported, but other than those that needed rerolling almost all the system tests should be done.
I'll try to get to the rerolled patches tonight if I can, but they may have to wait until tomorrow. We're going out and participating in college homecoming festivities in a few minutes.
Comment #6
dcam commentedBackported #1 to D7.
Comment #7
dcam commented#6: 1798386-6-t-user.patch queued for re-testing.
Comment #9
dcam commentedTagging as Novice.
Comment #10
dcam commentedRerolled #6.
Comment #11
robloach#10: 1798386-10-t-user.patch queued for re-testing.
Comment #12
izus commented#10: 1798386-10-t-user.patch queued for re-testing.
Comment #13
izus commentedhi,
this patch looks great
Thanks
Comment #14
dcam commentedThanks for the review, izus!
Comment #15
jhodgdonThanks all! Committed to 7.x and this one is done.
Comment #16.0
(not verified) commentedAdded counts from initial patch.