Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Feb 2012 at 23:03 UTC
Updated:
15 Oct 2012 at 12:54 UTC
This module is for Drupal 6.
The company I work for needed to be able to autocomplete userreference fields with email addresses. This does just that. It could also serve as a model for others who want to modify userreference's default widgets.
http://drupal.org/sandbox/theneonlobster/1431964
git clone http://git.drupal.org/sandbox/theneonlobster/1431964.git email_user_reference
Comments
Comment #1
phoenix commentedHi
I just did a review:
- Please use the t() function to make your strings translatable E.g.
'title' => t('Email Userreference autocomplete'),- All your code resides in your master branch. Please put it in a feature branch and empty your master branch. You can find information on this page.
The I checked with an automated script to review drupal coding standards. Please correct the errors.
You can use this link to check again yourself.
Comment #2
gregglesPlease take a moment to make your project page follow tips for a great project page. Specifically, can you post a screenshot of the module in use?
My sense from your description is that this module could be used to determine someone's email address by entering in one letter of a potential email address. In general in Drupal e-mail addresses are only shown to people who have "administer uses" permission. I think this module should declare a new permission like "use email user reference" so its obvious people are going to be able to do that.
Comment #3
ankitchauhan commentedHi theneonlobster
Welcome with your application
Why don't you write a patch for user reference module.
Comment #4
misc commented@phoenix, please do not paste the output of the review script in comment, a link or attached file is much better.
Comment #5
misc commentedSome more manual reviewing.
If you have any questions, please ask!
Comment #6
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #7
kenyan commentedAny further work on this?
I am in need of the exact functionality and hoping you might port this to drupal 7.