Views glossary module provide following features,

1- A special kind of layout to glossary view(which is available by default with views) or any view, see in screenshot.
2- Providing pager with selectbox and textbox.
3-A default view is added for example.
4- Making items per pager independent of expose form submit.(A usability improvement).

Usage,
Go to module configuration and enter view machine names separated by comma. See the layout on view.

Note:
This module will work only with views ajax disabled and views display of page.
Demo
http://viewsglossary.qisanitary.com/
Link to project:
https://drupal.org/sandbox/alinouman/2173017
Git Clone
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/alinouman/2173017 views_glossary
Reviews of other projects
https://drupal.org/comment/8014549#comment-8014549
https://drupal.org/comment/7646631#comment-7646631
https://drupal.org/comment/7568427#comment-7568427
https://drupal.org/comment/7541431#comment-7541431
https://drupal.org/comment/8380907#comment-8380907
New Reviews
https://drupal.org/comment/8442579#comment-8442579
https://drupal.org/comment/8442777#comment-8442777
https://drupal.org/comment/8438505#comment-8438505

CommentFileSizeAuthor
viewsglossary.jpg34.63 KBalinouman

Comments

PA robot’s picture

Status: Needs review » Needs work

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

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.

alinouman’s picture

Status: Needs work » Needs review

Most of errors are on css since I am using sass and that's how sass generated the css. I have added my project reviews links surely i will do more. Thanks

devd’s picture

Hi alinouman,

There are some errors 'Line exceeds 80 characters' in the following files
README.txt
views-exposed-form--views_gloss_temp.tpl.php

devd’s picture

Status: Needs review » Needs work

Your css problem can be resolved as :

Wrong Way

.views-glossary-module .view-content {
  float: right;
  width: 75%;}

It should be written as

.views-glossary-module .view-content {
  float: right;
  width: 75%;
}
alinouman’s picture

Status: Needs work » Needs review

Hi devendra, Thanks i have fix css issues.

alinouman’s picture

Issue summary: View changes
rmn’s picture

Hi

As per coding standards for Drupal, line length should not be more than 80 characters. In README.txt, line # 3 and 8 are both more than 80, please correct that.

Thanks
Raman

rmn’s picture

Status: Needs review » Needs work
klausi’s picture

Status: Needs work » Needs review

Minor coding standard errors are not application blockers, please do a real manual review of the code.

klausi’s picture

Assigned: Unassigned » kscheirer
Status: Needs review » Reviewed & tested by the community
Issue tags: -PAreview: review bonus

Review of the 7.x-1.x branch:

  • Coder Sniffer has found some issues with your code (please check the Drupal coding standards).
    
    FILE: /home/klausi/pareview_temp/README.txt
    --------------------------------------------------------------------------------
    FOUND 0 ERROR(S) AND 2 WARNING(S) AFFECTING 2 LINE(S)
    --------------------------------------------------------------------------------
     3 | WARNING | Line exceeds 80 characters; contains 118 characters
     8 | WARNING | Line exceeds 80 characters; contains 137 characters
    --------------------------------------------------------------------------------
    
    
    FILE: /home/klausi/pareview_temp/views-exposed-form--views_gloss_temp.tpl.php
    --------------------------------------------------------------------------------
    FOUND 0 ERROR(S) AND 3 WARNING(S) AFFECTING 3 LINE(S)
    --------------------------------------------------------------------------------
     13 | WARNING | Line exceeds 80 characters; contains 93 characters
     14 | WARNING | Line exceeds 80 characters; contains 88 characters
     16 | WARNING | Line exceeds 80 characters; contains 82 characters
    --------------------------------------------------------------------------------
    

This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.

manual review:

  1. views_glossary.js: should use 2 space indentation as defined in the javascript coding standards: https://drupal.org/node/172169 . Same for the curly braces style.
  2. views_glossary_form_alter(): if you are targeting only one form you should use hook_form_FORM_ID_alter() instead.
  3. $go_to_page .= '<span> of ' . $total_pages . ' (' . $total . ' TOTAL RECORDS)';: all user facing text must run through t() for translation and the variables should use placeholders with t().
  4. Usability: Changing the form elements at the bottom does not do anything, there is no submit button to apply them?
  5. "variable_get('views_glossary_name'),": all variables defined by your module need to be removed in hook_uninstall().
  6. views-view--views_gloss_temp.tpl.php: why is that needed? Please add a comment at the top of the file. Same for views-view--views_gloss_temp.tpl.php.

Although you should definitely fix those issues they are not absolutely critical application blockers, so I guess this is RTBC. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.

Assigning to kscheirer as he might have time to take a final look at this.

alinouman’s picture

Issue summary: View changes
Issue tags: +PAreview: review bonus

Hi Klausi, I fix the issues that you pointed out and have added three reviews more. Thanks for your suggestions and contributions.

klausi’s picture

Status: Reviewed & tested by the community » Fixed

no objections for more than a week, so ...

Thanks for your contribution, alinouman!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

gobinathm’s picture

Status: Fixed » Closed (fixed)

Closing this application as its been fixed & respective account has been updated

klausi’s picture

Status: Closed (fixed) » Fixed

No need to do that, fixed issues will close automatically after 2 weeks. This gives interested parties time to reactivate the issue if they see a problem with the fix and also allows time to see that a change has been made. See https://drupal.org/node/156119

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.