Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

CiviMember PLUS Roles Sync

#NOD8CX: I have no plans to have a full D8 release within even a year of when Drupal 8 is released unless someone else volunteers to co-maintain that branch.

Snippet

This module allows other modules to include small static HTML files within code which are then exposed as blocks to a site.

Drupal.org Library Packaging Allowlist

If you're an installation profile/distribution author who needs to include an external library in your project, you may use the packaging allowlist.

Blitz.io Load Test Verification

In order to perform a "rush" performance test you will need to allow the app to hit a URL on your site and return only "42" for verification.

Voting API Autoremove

Attention: This modules functionality has been included in VotingAPI, please use that instead!

Drupal Standard Code

Screenshot

This module eases the process of making code Drupal Standard compliant.
It provides a simple configuration page to select the modifications and generates a modified file having most of the coding standard issues fixed.

Why not Grammer Parser module?
Grammer parser is a great module that allows much more than just sanitizing the code. But firstly it is a complete library, not available in D6(until it is patched) and secondly it does not provide any control over the modifications.

How it works?
It takes whole file as a string and replaces occurrence of sub-strings using simple string replace and regex functions.

Why as a string and not array?
Though array gives more control over the modifications and some more replacements could have been added, strings approach avoids large scale looping and basic replacements can be done as effectively. More complex replacements/fixes(like changing variable in a query to placeholders) need utmost caution and thus are not in scope of this module so that there is something for the developers to do :)

Reliability

Pages

Subscribe with RSS Subscribe to RSS - Unsupported