Closed (fixed)
Project:
Node Comments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2008 at 08:55 UTC
Updated:
19 Oct 2008 at 15:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
wmostrey commentedComment #2
catchPatch looks good and applies cleanly.
Comment #3
catchNot quite, there's also an unnecessary call to t() in _node_comment_delete_thread() - watchdog descriptions aren't passed through t() either now.
Comment #4
wmostrey commentedHere's the updated patch.
Comment #5
catchThis looks great now.
Comment #6
sirkitree commentedI've taken rc1 and applied that to HEAD so it can be worked on from there. Haven't had a lot of time to spend on this, but I applied this patch to HEAD as well. Thanks.
Comment #7
stella commentedI'm not sure those changes are being included in the 6.x-1.x-dev tarball. The changes were committed to HEAD, but the tarball appears to be generated from DRUPAL-6--1 branch, where other changes have also been made since. I'm pretty sure these i18n changes aren't included.
I've re-rolled the patch, so it includes the above 2 changes and one additional internationalization issue.
Cheers,
Stella
Comment #8
sirkitree commentedsmall error in the patch:
should be:
committed to DRUPAL-6--1 branch.
http://drupal.org/cvs?commit=144468
Comment #9
stella commentedThat's great, thanks! However, I just noticed one other small error - one instance introduced by the patch and one that already existed. The
t()function can't be used in install files as it may not always be available. Instead theget_t()function should be used to determine whethert()orst()should be used. The attached patch fixes this.Cheers,
Stella
Comment #10
sirkitree commentedah, interesting. good to know, thanks!
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.