Node Export Beautifier

Component type

module

Maintenance status

Development status

Downloads

747

Component created

Component changed

This project aims to help all reviewers that use node_export module in their project to store nodes in code.
When something changed in exported feature, code review becomes a horror.

This module implements hook_node_export_encode_alter() and does convert packed json to styled one using https://github.com/ryanuber/projects/blob/master/PHP/JSON/jsonpp.php code.

json_encode not used here because it does not work on PHP < 5.4

Enjoy

Excellence Gateway Search Suggestion

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides search suggestion feature drawing suggestions from the Excellence Gateway Read API.
To add this feature to a text field add the '#autocomplete_path' => 'eg/searchsuggest' property and value to the required textfield's properties.

Pingdom check

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a block in which Pingdom data is displayed.
Eg. If you have Pingdom setup with some services and you like to
display the current state of the services to some users you just
have to install this module.

sqlitest

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows an external attacker to attempt to perform sql injection into a well known table with a well known structure and view their success (or failures) at a well known url.

This module is probably most useful if you run a coordinated disclosure program and want to help researchers validate sql injection issues before sending them to you.