This module helps to list all the displays of the view and the style format(like Table, Unformatted List, Grid etc) that the display uses. For a new site, a developer don't know where they could find all the views which uses particular style format. They have to spend time to click on each view to know the style format. This module will help to filter the list of views and displays that uses the given Style format. This module will display in the Views page and you can go through by clicking the tab present on this page.
Project link
https://www.drupal.org/sandbox/Revathidinesh/2983230
Git instructions
git clone --branch 7.x-1.x git@git.drupal.org:project/view_and_style_format_list.git
PAReview
https://pareview.sh/pareview/https-git.drupal.org-sandbox-revathidinesh-...
Manual reviews of other projects
https://www.drupal.org/project/projectapplications/issues/2981505#commen...
https://www.drupal.org/project/projectapplications/issues/2983258#commen...
https://www.drupal.org/project/projectapplications/issues/2978926#commen...
| Comment | File | Size | Author |
|---|---|---|---|
| #21 | Git-error.png | 71.96 KB | revathidinesh |
| #2 | views_and_format_list.png | 65.73 KB | revathidinesh |
Comments
Comment #2
revathidinesh commentedComment #3
revathidinesh commentedComment #4
deborahblessy commentedHi Revathi,
I have an suggestion to your module, Could please add links to your views and displays? So that, It would be easy for the developers to navigate to the respective views.
Comment #5
revathidinesh commentedHi Debora,
Thanks for the suggestion. I will add links to the Views and Displays.
Comment #6
revathidinesh commentedComment #7
revathidinesh commentedComment #8
revathidinesh commentedComment #9
revathidinesh commentedComment #10
revathidinesh commentedComment #11
avpadernoComment #12
LavR. commentedHi Revathidinesh ,
I am just going to test your module on here https://pareview.sh/pareview/http-git.drupal.org-sandbox-revathidinesh-2... .. It's say 's "Git checkout of branch view_and_style_format_list failed. Aborting." ..
So please check module git url.
Thanks
Comment #13
avpadernoThe repository link is https://git.drupal.org/sandbox/Revathidinesh/2983230.git, and the PAReview link is https://pareview.sh/pareview/https-git.drupal.org-sandbox-revathidinesh-....
I fixed the links given in the OP.
Comment #14
revathidinesh commented@Kiamlaluno Thank you for updated the Git repository link and PAReview link.
Comment #15
revathidinesh commented@lav.k git and PaReview links are working fine now. Kindly test the project and let me know your thoughts.
Comment #16
revathidinesh commentedComment #17
avpadernoTo the reviewers: Please set the priority to Normal after reviewing the project.
Comment #18
revathidinesh commentedComment #19
sleitner commentedAutomated Review
Review of the 7.x-1.x branch (commit 37d4a7f):
This automated report was generated with PAReview.sh, your friendly project application review script.
Manual Review
viewsas dependency in view_and_format_list.infoThe starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #20
avpadernoComment #21
revathidinesh commentedHi kiamlauno,
I am facing the "permission denied" issue when i push the code to the repository. Please find the attached screen-shot. Guide me on how to proceed further on this.
Comment #22
avpadernoIf you used
git@git.drupal.org:sandbox/Revathidinesh-2983230as repository URL for Git commands, you need to use SSH keys for authenticating within Drupal.org Git.It could be there are temporary problems with the server, since settings are being changed for the Gitlab migration.
Comment #23
revathidinesh commented@kiamlaluno Thank you for your help. I have used my new SSH keys to authenticate in Drupal.org Git. Now i am able to push the code changes.
@deborahblessy As per your suggestion, i have provided the respected link for view name for ease of navigation.
Comment #24
revathidinesh commented@sleitner as per your suggestions,
1. Added views as dependency in .info file
2. Deleted the branch master-view-and-display-format-list
3. Used descriptive commit messages.
Kindly review the changes.
Comment #25
avpadernoComment #26
sleitner commentedLooks good, after a new installation, I found out, that it would be better to change the dependency to the Views UI module. Without it, the admin/structure/views menu is not visible.
Comment #27
avpadernoI will approve the application this evening.
Comment #28
avpadernoThank you for your contribution!
I am going to update your account so you can opt into security advisory coverage now.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, 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.
I thank all the dedicated reviewers as well.
Comment #29
revathidinesh commented@sleitner, Thanks for reviewing the module. As per your suggestion, i have added 'Views ui' module as dependency in .info file. Kindly review and update.
Comment #30
revathidinesh commented@kiamlaluno Thank you for approving the module.
Comment #31
revathidinesh commented@kiamlaluno I don't see the "Green color" stable release icon for my module here https://www.drupal.org/project/view_and_style_format_list
Please let me know what i need to do to get stable release for my module.
Comment #32
avpadernoYou need to make a release from a Git tag. Development snapshots aren't shown with a green background, as far as I recall.
Comment #33
revathidinesh commentedComment #34
revathidinesh commented@kiamlaluno Thank you. I have create a new release from Git tag for the Module. Kindly check.
Comment #35
avpadernoPerfect! It was just necessary to select it as recommended version in https://www.drupal.org/node/2983230/edit/releases. Now it has a green background.
Comment #36
revathidinesh commented@kiamlaluno Thank you So much..