Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2010 at 17:45 UTC
Updated:
31 Mar 2010 at 16:20 UTC
Jump to comment: Most recent file
Here's the issue for all of the other fixes that the others didn't catch. http://drupal.org/node/394070 does have Multi-lingual and Miscellaneous sections, but this issue should also cover all of the changes proposed by Coder.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | coder_review.patch | 472.19 KB | Island Usurper |
| #1 | all-misc.patch | 94.71 KB | Island Usurper |
| #1 | all-misc-merge.txt | 18.25 KB | Island Usurper |
Comments
Comment #1
Island Usurper commentedI've committed this patch, which includes the Multi-lingual and Miscellaneous changes. I've got the feeling that Coder is going to be continuously updated, so I want to make it a separate patch. Once we can get Ubercart to run through Coder without any critical problems, then we can mark this issue fixed.
Comment #2
Island Usurper commentedI've committed a patch that fixes a lot of the Coder issues, but it's long, boring, and really hard to review all at once. It's because the coding standards added a space on both sides of the concatenation dot.
Coder is also returning a lot of false positives. These mostly involve functions that aren't actually implementations of hook_access(), and the flagrant use of $_SESSION. I'm fairly sure $_SESSION is only being used as it is needed, and drupal_set_session() doesn't actually exist anyway.
I attached the patch anyway, but I think it will be easier just to deal with follow-up issues as we find them.