Closed (fixed)
Project:
Profile role
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2009 at 07:11 UTC
Updated:
14 Aug 2009 at 09:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedBranched HEAD for 6.x and created 7.x nightly.
Comment #2
boombatower commentedLooks like you were using one version older of the code and there is some debug code in there. Here is a patch to get us started.
Comment #3
boombatower commentedFurther tweaked.
Comment #4
boombatower commentedTest doesn't seem to pass.
Comment #5
tutumlum commentedI made another patch. This is first time I made patch. I tested it works. I tried the last patch you send, it didn't work, maybe I'm missing something. I checked change log to see difference between version 1.3 and 1.4 but I couldn't see it.
Comment #6
tutumlum commentedI just noticed a bug, and fixed it..
Comment #7
tutumlum commentedops.. no file :)
Comment #8
tutumlum commentedI noticed one more bug, fixed it. By the way, this and previous patches are for the HEAD from CVS.
Comment #9
boombatower commentedWent ahead and merged my changes back into your patch.
.info file
* (all) files should end with blank line for patching
* version should not be specified.
profile_role.module
* Patch used
// $Id: profile_role.module,v 1.4 2009/01/23 20:11:43 boombatower Exp $
latest head
// $Id: profile_role.module,v 1.5 2009/02/15 03:09:11 boombatower Exp $
Not sure what is going on there, but I suppose we are ok.
* Seem to keep leaving debug code in the patch, such as //print_r($form_state); , //return print_r($result); , print_r($roles);
* Standard says that foreach ($foo as $bar) the 'as' should be lower.
Added CHANGELOG.txt entry.
Comment #10
boombatower commentedCommitted.
Thanks for providing the update!
Comment #11
tutumlum commented:) I have problems about standards. I am trying to get cvs account my high volume modules to upload ( http://drupal.org/node/531440 ), but KiamLaLuno is not letting me to go in :) Just kidding, he is right, he is correcting me much, I am getting used to well... By the way, I just changed all "AS" to lower for all of my modules, as you suggest :).
Thank you, I am falling in love with Drupal community :P :))