Aspose Doc Importer Module for Drupal allows developers to get/read contents of Microsoft Word (doc/docx) document without requiring Microsoft Office. This module demonstrates very powerful Import feature provided by Aspose.Words . It adds a simple button above Editor in Drupal and asks for the Doc file to be imported into the editor. Once the Doc or Docx file is provided, users get the document contents displayed on the editor immediately.
git clone --branch master aspose@git.drupal.org:sandbox/aspose/2370925.git aspose_doc_importer
Sandbox Project: https://www.drupal.org/sandbox/aspose/2370925
| Comment | File | Size | Author |
|---|---|---|---|
| aspose_doc_importer.zip | 24.72 KB | aspose |
Comments
Comment #1
aspose commentedComment #2
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxaspose2370925git
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
aspose commentedPlease review it.
Comment #4
mayurjadhav commentedHi Aspose,
Automated reviews
There are many errors reported by automated review tools, did you already check them? See
http://pareview.sh/pareview/httpgitdrupalorgsandboxaspose2370925git
Manual Review
1. Drupal coding standards:
# No Indentation.
# Commented code is present.
2.
form function / submit function should not start with "_". As per my knowledge only helper functions starts with "_".
3.
If $form_state['values'] will provide the submitted values then whats the reason behind to use $_POST.
4.
Empty Block is created, It does not render anything. hook_block_view() used as it is directly.
Comment #5
mayurjadhav commentedComment #6
aspose commentedBugs has been fixed. Please review it.
Comment #7
darol100 commentedComment #8
darol100 commentedComment #9
darol100 commentedCoder Module have a lot complains for base on your module. Mainly is spacing issues. So I would recommend you to install the coder module to auto-format. You can find all the coder complains here.
You should consider adding some useful information on the hook_help something better than
.
Manual Review
The Libraries API module is a recommended method for adding 3rd party dependencies without directly including the code on Drupal.org.
Hook_help does not have it usefull information. This modules does not contain a README.txt or README.md on the module. In addition, this module
The 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 #10
darol100 commentedComment #11
darol100 commentedComment #12
kscheirerFixing priority, "Major" is only for issues in Needs Review state that haven't gotten a review in at least 2 weeks.
Comment #13
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.