Codestyle update
miro_dietiker - August 1, 2009 - 02:44
| Project: | NodeReferrer |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Here we go
I've prepared to introspect nodereferrers details and right started away with fixing all coder complains for codestyle reasons. Going to review it soon deeper if codestyle is applied.
Provided patch changes all codestyle to recommendet situation as of now.
Hope you agree!
| Attachment | Size |
|---|---|
| nodereferrer_codestyle.patch | 10.22 KB |

#1
ready to review for sure!
#2
forgot -up options ... this time in unified diff style
#3
Hey.
Looks much better now but I still have some notes:
@@ -3,6 +3,7 @@
+ *
/**
* @file
Where does these empty lines come from? And why this single "*" right before the comment start?
+ '#collapsible' => 'TRUE',+ '#collapsed' => 'TRUE',
This is wrong. Use
TRUE(the constant) and not the string'TRUE'.happy patching :-)
#4
Back again.. Thanks for reviewing!
Corrected issues, SQL statement left untouched.
#5
my friend: status change ;-)
#6
Thanx, I will commit this latter with #416332: Option in views to only display the number of referrers node ( count the child node of a cck node and display the number )
#7
Thanx, commited to 6-dev
#8
cool. thx.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.