Datedropper is a jQuery plugin and this module allows it to be added to Drupal FAPI with elements. It allows control and configuration of the configuration for the widget, and gives a really nice simple way to target other fields to use the widget.
https://www.drupal.org/sandbox/abdesignuk/2426765

Drupal core 7.x

Comments

PA robot’s picture

Status: Active » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxabdesignuk2426765git

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

ziomizar’s picture

Hi aburrows,

Thanks for your module.

- You have to set the version of drupal in the title like [D7] Datedropper.

- Add the link to git command in the issue description

 git clone --branch 7.x-1.x http://git.drupal.org/sandbox/abdesignuk/2426765.git datedropper
cd datedropper 

- You dont have a default branch in your repository

- README.txt dont follow the indentation of the README.txt template

- Your plugin dir contain a LICENCE that is not GPL see this document

- In general 3rd party libraries are forbidden, so do not commit any. Instead, document for your users how to find and install the library themselves.

- in line 25 of datedropper.theme.inc seem that there is an error:
('id', 'name', 'value', 'size', 'maxlength', 'placeholder'));
should be like this?
array('id', 'name', 'value', 'size', 'maxlength', 'placeholder'));

- There is a lot of errors in pareview http://pareview.sh/pareview/httpgitdrupalorgsandboxabdesignuk2426765git

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.