https://www.drupal.org/sandbox/fonski/2446651
A small module, extending the MaPS Suite module (https://www.drupal.org/project/maps_suite), which allows you to:
-
Force a re-import on a converter / profile
-
Delete entities created by a converter / profile
It is usefull for developers, but also for MaPS Suite integrators.
It allows to easily reimport data, and delete created data.
In the future, more tools will be adding to this module.
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/Fonski/2446651.git maps_cleaner
cd maps_cleaner
Comments
Comment #1
fonski commentedComment #2
fonski commentedComment #3
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxFonski2446651git
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 #4
fonski commentedCleaning code (respect the Drupal coding standards).
Comment #5
narendrarGit clone failed. Please update the correct git clone url.
Comment #6
fonski commentedComment #7
tusharbodke commentedHi Fonski,
I am not able to test module with installation and enabling. I donot have details for dependency module "MaPS Suite". If you could make it available for me, Will continue with further module review.
Please have a look into following issue regarding code.
Automated testing:
Link http://pareview.sh/pareview/httpgitdrupalorgsandboxfonski2446651git
Manual testing:
Comment #8
gaja_daran commentedHi,
No need to set required version of php in .info file, Drupal has already. Refer this https://www.drupal.org/requirements.
Comment #9
fonski commentedSince it will be a bit difficult to test this module without a well-configured MaPS Suite module, we made a custom Drupal distribution.
https://www.drupal.org/sandbox/matthias.b/2509808
With this distribution, you will have a configured website, with custom content types, and the MaPS Suite module configured. This module retrieve data from a MaPS database and import them into Drupal.
You can after install MaPS Cleaner and test it.
Comment #10
chandrasekhar539 commentedHi Fonski
Automatic review
Need to fix the errors
167 | WARNING | The extra check_plain() is not necessary for
| | placeholders, "@" and "%" will automatically run
| | check_plain()
170 | WARNING | The extra check_plain() is not necessary for
| | placeholders, "@" and "%" will automatically run
| | check_plain()
188 | WARNING | The extra check_plain() is not necessary for
| | placeholders, "@" and "%" will automatically run
| | check_plain()
191 | WARNING | The extra check_plain() is not necessary for
| | placeholders, "@" and "%" will automatically run
| | check_plain()
Manual Review
In .info file no need to add php version(php = 5.3)
Individual user account
Yes: Follows follow the guidelines for individual user accounts.
No duplication
Yes: Does not cause module duplication and/or fragmentation.
Master Branch
Yes: Follows the guidelines for master branch.
Licensing
Yes: Follows the licensing requirements.
3rd party assets/code
Yes: Follows the guidelines for 3rd party assets/code.
README.txt/README.md
Yes: Follows the guidelines for in-project documentation and/or the README Template.
Code long/complex enough for review
Yes: Follows the guidelines for project length and complexity.
Secure code
Yes: Meets the security requirements. / No: List of security issues identified.]
Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:
Config Link is not available in .info file
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.
Comment #11
jwilson3Comment #12
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.