Hello,
The Modrst is a very simple module. During development, It can be used to:
- To reinstall and to enable the module, you only need click the "restart" link.
- To enable the module directly, by the "start" link.
Project page:Modrst
Git: git clone --branch 7.x-1.x http://git.drupal.org/sandbox/colorsand/2335977.git modrst
Comments
Comment #1
gaurav.pahuja commentedI tried to enable this module on vanilla Drupal installation and getting Fatal error:
Fatal error: Call to undefined function module_filter_new_modules() in D:\xampp\htdocs\drupal\sites\all\modules\modrst\modrst.module on line 163It seems this module has dependency on 'Module Filter' module.
Comment #2
gaurav.pahuja commentedComment #3
gaurav.pahuja commentedAutomated Review
A lot of issues identified by pareview.sh. Please look into these issues.
Manual Review
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 #4
colorsand commentedHi gaurav.pahuja,
Thanks for reviewing it.
I has been added the README.txt and implemented the hook_help.
I has tested this module after uninstall the module filter module,and did not get the fatal error. I has been delete some code in order to be compatible with module_filter module .
Comment #5
pingwin4egHello @colorsand
The project description is not very clear.
Comment #6
colorsand commentedThank you pingwin4eg
for example, hook_schema is called at install and uninstall time, so you update or modify hook_schema() while your module is enabled, you must to get around this:
1. disable the module
2. uninstall the module (via the modules page)
3. enable the module
We might need to run these steps multiple times in the development process. I am not sure whether Devel can simplify the operation, Modrst is the module to completed these 3 steps by "restart" link.
Comment #7
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.