Glazed CMS Bootstrap Performance

Component type

module

Categories

Maintenance status

Development status

Downloads

6750

Component created

Component changed

A http://www.sooperthemes.com/#-Drupal-Themes project.

Performance configuration feature. Enables settings and modules to make your Drupal site ready for production and serving pages quickly.

Built for the Drupal CMS Bootstrap installation profile but designed to also be usable as standalone feature on any Drupal website.

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