https://www.drupal.org/sandbox/e.vinclav/2601148

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/e.vinclav/2601148.git bootstrap_grid

Video Preview can be seen here
https://www.youtube.com/watch?v=jWfYKdCEpOc

The project offers lightweight way with advanced UI to create responsive bootstrap grid with detailed options to select grid size for each major resolution.
Module is integrated on Views providing appropriate Display for it.

Not necessarily dependent on bootstrap3 supported themes but recommended to use with.

Comments

e.vinclav created an issue. See original summary.

PA robot’s picture

Issue summary: View changes
Status: Needs review » Needs work

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

Fixed the git clone URL in the issue summary for non-maintainer users.

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.

arunkumark’s picture

Hi, e.vinclav

1. In programming languages "Divisible by Zero is Undifined", So please handle some Exception handling in your code.

// Line 80 Division exception handling.
  $variables['records'] = round(
    12 / ( $variables['record_cols'] + $variables['record_offset'] )
  );

// Line 121 Division exception handling.
  $columns = $options['record-' . $resolution . '-columns'];
  if ($delta % ( 12 / $columns ) == 0) {
    $attributes['class'][] = 'new-line-' . $resolution;

2. Please follow the Standard for coding

http://pareview.sh/pareview/httpgitdrupalorgsandboxevinclav2601148git

3. Class name should start with Capital letter.

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.