The Deploy Plus module is like an additional layer on Deploy - Content Staging module, that outputs additional information about entities in deployment plan (language, dependencies, author etc.). Adds additional UI and more control to Deploy - Content Staging module. Now entities could be added to deployment plan using Views Bulk Operations. Menu items with custom functionality based on deploy module API. Removing one item from deployment plan with one click. Empty whole deployment plan with one click as well.

Link to project:

https://www.drupal.org/sandbox/lucaskaned/deploy_plus

Git clone command:

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/LucasKaneD/deploy_plus.git deploy_plus

Comments

artematem created an issue. See original summary.

PA robot’s picture

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.

sheldonkreger’s picture

Status: Needs review » Needs work

Manual Review

Individual user account
YES
No duplication
UNSURE - Please explain to me why this can't be built atop the main Deploy module project.
Master Branch
NO - needs release candidate branch (see https://www.drupal.org/node/1127732 step 2)
Licensing
YES
3rd party assets/code
YES
README.txt/README.md
YES
Code long/complex enough for review
YES
Secure code
YES
Coding style & Drupal API usage
YES - no issues found http://pareview.sh/pareview/httpgitdrupalorgsandboxlucaskaneddeployplusgit

artematem’s picture

sheldonkreger,

As mentioned in this #2224901 Add hook_deploy_auto_plan_entity_save_alter comment, they want to keep Deploy module simple and straight forward. And patches that adds features from this module to Deploy are also created in:
#2499783 Add plan clean up functionality.
#2512740 Detail plan items view
#1604938 Add hook_action_info() integration for use with Views Bulk Operations

So I made it as separate module, as for some purposes simple and straight forward Deploy module is enough.

Not sure about

Master Branch
NO - needs release candidate branch (see https://www.drupal.org/node/1127732 step 2)

I have branch 7.x-1.x. And release candidate can be created after promoting module to full project, right?

artematem’s picture

Status: Needs work » Needs review
sheldonkreger’s picture

Status: Needs review » Reviewed & tested by the community

I think it makes sense to list this as a separate project. Marking as RTBC.

artematem’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Promoted to full project.