Postponed
Project:
Project issue tracking
Version:
5.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2008 at 10:35 UTC
Updated:
23 Oct 2008 at 09:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aclight commentedThanks for doing this. I haven't tested this yet, but a fairly quick code review shows only one issue.
The following code is really a bug, I believe, and ideally we'd create a separate issue for that so it can be fixed for sure before the next official release. That'd be a trivial patch to review and commit.
I'll try to give this patch a thorough review this weekend.
I just added this issue to the list of things to get fixed before the next 5.x release of the module (list at http://groups.drupal.org/node/16069). It might be nice to get some of the other items on that list done first, as if this one gets committed before the rest of them we might need to reroll a bunch of other patches. But either way this should be pretty easy to get committed.
BTW, thanks for not making any string concatenation changes. I have written the D6 port of the project module using the D7 style of concatenation, and so I feel that there's little point to "fixing" any incorrectly written concatenations by D5 standards only to then unfix them for D6 or D7.
Comment #2
Anonymous (not verified) commentedCoding style changes only.
Comment #3
scor commentedmissed one
truein the previous patch.Comment #4
dwwThis conflicts with #98278: project* namespace bugs in $node and I definitely don't want to have to reroll that patch for these changes. ;) Let's reroll this one after that (and perhaps a few others in the queue) land. That'll be much easier than having to reroll the others, since these are such obvious changes to make. Thanks!