Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 15:19 UTC
Updated:
20 Oct 2008 at 17:13 UTC
Hi,
CivicActions is reviewing and upgrading multiple modules for use on client sites. Attached is a patch for problems found in relation to differences between Drupal 5 and Drupal 6 and some internationalization issues.
The main changes are:
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_codereview.patch | 7.73 KB | stella |
Comments
Comment #1
ezra-g commentedCommitted. Thanks for your attention here! A review with coder found some other, mostly minor issues, such as string concatenation. I'm planning to run a code review before the official Drupal 6 release.
Comment #2
stella commentedWow, that was fast! Thanks.
Regarding string concatenation, the Drupal 6 standard is like
$string .'foo'. func(), i.e. no space between quoted terms and the dot, but there is a space between the dot and $variables, and the dot and functions, etc. In Drupal 7, this is changing so there is always a space on either side of the dot. The coder rules are going to be relaxed to allow both methods to be valid in Drupal 6, so if that's what Coder is complaining about at the moment, I wouldn't be worried about it.Cheers,
Stella
Comment #3
ezra-g commentedAlso, I found an extra call to t() around the title in the definition for 'admin/content/nodequeue/%nodequeue/view/%subqueue' so I removed it.
Thanks again!
Comment #4
merlinofchaos commentedPlease don't ever commit anything that uses the Drupal 6 string concatenation rules. =)
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.