This small module creates ability to add ajax submitting and inline validation to needed forms.

Sandbox url: https://drupal.org/sandbox/alexandross/2149773

Git clone command: git clone http://git.drupal.org/sandbox/ALEXANDROSS/2149773.git

Comments

Oleks Iv’s picture

Title: Review Ajaxable forms module » [D7] Ajaxable forms
Issue summary: View changes
Oleks Iv’s picture

Issue summary: View changes
Oleks Iv’s picture

Issue summary: View changes
Oleks Iv’s picture

Project: » Drupal.org security advisory coverage applications
Component: Code » module
PA robot’s picture

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.

klausi’s picture

Issue summary: View changes
ram4nd’s picture

Follow https://drupal.org/comment/8254889#comment-8254889 for moving from a master to a major version branch.

ram4nd’s picture

Status: Needs review » Needs work
swim’s picture

Hey alexsergivan,

I'm sorry this is a half baked review as I can only browse the code. I'm currently not at home and won't be for some time.

Your including some JavaScript & CSS via a page preprocess function. Consider all specific JS & CSS attachable via your form alter implementation. Please have a look at https://api.drupal.org/api/drupal/developer!topics!forms_api_reference.h...

Finding the form submit button is problematic as in theory it could be in any number of places, have a gander at https://api.drupal.org/api/drupal/includes!common.inc/function/drupal_ar...
This is of course only really an issue for user made/ contrib module forms.

Your Ajax callback is a little strange however I put this down to having unknown form errors & forcing them to trigger? Still you should be able to return your system messages as such,

  $message = drupal_set_message(t('Some message text'), 'status');
  $commands = array();
  $commands[] = ajax_command_prepend('div#messages', theme('status_messages', $message));
  return array('#type' => 'ajax', '#commands' => $commands);

Cheers,

Oleks Iv’s picture

Status: Needs work » Needs review
ram4nd’s picture

Remove master branch, it's unnecessary as you create drupal version specific branches.

Oleks Iv’s picture

Master branch was removed

amreana’s picture

Status: Needs review » Needs work

Manual review:

Please fix these issues first:
http://git.drupal.org/sandbox/ALEXANDROSS/2149773.git

Oleks Iv’s picture

amreana sorry, what you mean?

klausi’s picture

Assigned: Oleks Iv » Unassigned
Status: Needs work » Needs review

No application blocking reason given, so this still needs review.

anil614sagar’s picture

Hi Alexsergivan,

I feel it's duplicate module. Can you explain me how this module is different from https://drupal.org/project/asaf module ?

Cheers,
Anil Sagar

anil614sagar’s picture

Status: Needs review » Needs work
PA robot’s picture

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

Closing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).

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