This is a Features based Feeds Quran importer Module. It will allow you to import The Holy Quran in a csv format to your Drupal Website. It contains just content type and a view. For configuration see the readme file include.
You can also watch this youtube video showing how to configure it.
Sandbox link https://www.drupal.org/sandbox/hassan2/2383861
https://www.youtube.com/watch?v=JpFdCRcWCIQ
Requirement
Feeds Module
Views Module
Mediafront Module
Sandbox URL:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/hassan2/2383861.git
quran_importer
cd quran_importer
Comments
Comment #1
hassan2 commentedComment #2
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxhassan22383861git
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 #3
hassan2 commentedRemoved master branch from git as requested. Added readme file.
Comment #4
anisaM commentedI have pulled your project, tested and installed it. No errors found and it works as suggested. But I am concerned about the zip files included in the resource folder. I think, you should remove at least some of them because in my opinion they're not necessary. They can be downloaded from your suggested site.
Apart from that it works great with no errors.
Comment #5
hassan2 commentedThe files included are now removed from the resource folder as suggested. Thanks
Comment #6
kscheirercore = 7.xdirective, see https://www.drupal.org/node/171205. This info file does not resemble features' usual output - there should be some dependencies listed here at least. Maybe there was an error when exporting the module from features?Comment #7
hassan2 commentedThank you kscheirer for your analysis.
1 removed the .gitignore file
2 README wrapped 80 Characters
3 .info file corrected
4 README file is updated
Also module dependents included in the project page.
Please review again.
Thank you,
Comment #8
hassan2 commentedComment #9
nabil.sadki commentedManual review
Your git clone should be like this :
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/hassan2/2383861.git quran_importer
cd quran_importer
Comment #10
hassan2 commentedComment #11
hassan2 commentedGit command updated
Thanks
Comment #12
hassan2 commentedComment #13
mlmoseley commentedThe git clone command is for your private account. You need to post the the public git clone command. On your sandbox page select the 'version control' tab, then deselect 'maintainer', then click on the 'show' button, then copy and paste the git clone command.
Comment #14
hassan2 commentedHello there, it gives the same git command as the above one. Here is it is
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/hassan2/2383861.git
quran_importer
cd quran_importer
Comment #15
hassan2 commentedComment #16
mlmoseley commentedThe git clone command now works, but it did not when I commented yesterday. I did not keep a record of the specific command, so I can't say if they are the same.
Comment #17
ldpm commentedThe git command works for me, but it doesn't seem to include your most recent changes. The .gitignore file is still there, as well as the zip files in the Resources directory. I'll happily review when those changes are pushed.
Comment #18
babusaheb.vikas commented1) Add description and core = 7.x in your *.info file.
see details:- https://www.drupal.org/node/542202
2) You should Follows guidelines for in-project documentation and/or the README Template.
Comment #19
takim commentedGreat initiatives!!! But unfortunately your module looks to me little bit strange. You mentioned about lots of dependencies. Those are not added in .info files plus some major other things also missing in info file. It contains feature files which is not very good as contrib module and i never seen such structure before. If you can make it more generalised then it would be really great.
It also hard to change according to project. I can change views and other settings then i need to push all changes to my repo. I would like it to be more general and hook Api to change something from other module. Otherwise As i understand it will be just a feature module in own project and changes needs to be committed.
Comment #20
prashantmbhavsar commentedDownloaded code from below git command
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/hassan2/2383861.git quran_importer
Found below observations:
1. Info file missing description,core,dependencies
2. Please remove .gitignore file
3. filename: quran_importer.features.inc line no 63 & 64, having file path..need to add/manage logic to handle error if no such file/path exists. You project having dependency of mediafront and feeds modules. please mention in readme file.
Comment #21
3ssom commentedComment #22
PA robot commentedClosing 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.