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
| Comment | File | Size | Author |
|---|---|---|---|
| viewsglossary.jpg | 34.63 KB | alinouman |
Comments
Comment #1
PA robot commentedThere 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.
Comment #2
alinouman commentedMost 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
Comment #3
devd commentedHi alinouman,
There are some errors 'Line exceeds 80 characters' in the following files
README.txt
views-exposed-form--views_gloss_temp.tpl.php
Comment #4
devd commentedYour css problem can be resolved as :
Wrong Way
It should be written as
Comment #5
alinouman commentedHi devendra, Thanks i have fix css issues.
Comment #6
alinouman commentedComment #7
rmn commentedHi
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
Comment #8
rmn commentedComment #9
klausiMinor coding standard errors are not application blockers, please do a real manual review of the code.
Comment #10
klausiReview of the 7.x-1.x branch:
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:
$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().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.
Comment #11
alinouman commentedHi Klausi, I fix the issues that you pointed out and have added three reviews more. Thanks for your suggestions and contributions.
Comment #12
klausino 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.
Comment #13
gobinathmClosing this application as its been fixed & respective account has been updated
Comment #14
klausiNo 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