Entity Documentation

Component type

module

Maintenance status

Development status

Downloads

1357

Component created

Component changed

Overview

A module that exports entity configuration documentation. There is already implementation, through submodules, for node entities and PDF export.

There are hooks to add new entities and exporters. Please check entity_documentation.api.php

Features

  • Export content type documentation
  • Export documentation as PDF
  • Export documentation as JSON
  • Export documentation through CRON
  • Export documentation through drush

Suggestions, patches and ideas for sub modules are pretty welcome.

SyncDb

Component type

module

Categories

Maintenance status

Development status

Downloads

1314

Component created

Component changed

This project is maintained at GitHub as it is Drupal version agnostic.

This project implements two Drush commands to export and import large databases.

By splitting tables into separate files and importing them in parallel we can reduce the overall processing time considerably.

Here is a description of each command:

Table Migration

Component type

module

Categories

Maintenance status

Development status

Downloads

204

Component created

Component changed

When migrate from Drupal 6 to Drupal 7, there are several tables in Drupal 6 which is the same as Drupal 7.
What I need do is copy it from Drupal6 to Drupal7. So I decide write a general module base on migrate to solve this issue.

If I migrate uc_addresses from Drupal 6 to Drupal 7, base on this module, it is very easy:

LDAP Bulk Provisioning

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a bulk provisioning (currently only Drupal -> LDAP) by user roles functionality.

To make it work please first configure ldap_user. Second, test your configuration with a single user with the test functionality of ldap_user.

Visit admin/config/people/ldap/user and click the new link 'Bulk provisioning Drupal to LDAP' to use this module.

Git access:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/haggins/2414219.git ldap_bulk_provisioning

Entity Documentation Confluence

Component type

module

Maintenance status

Development status

Downloads

618

Component created

Component changed

Overview

A sub-module for Entity Documentation that exports entity configuration documentation and saves it as a page at Confluence.
This module make use of Confluence restful API in order to retrieve, create and delete a confluence page.
It handles both Authenticated request and non Authenticated ones, based on the
settings page.

Librarian

Component type

module

Maintenance status

Development status

Component created

Component changed

Tools to extend the book module and manage books as a whole rather than a collection of nodes. Early days as I am migrating code from a project by Red Hat to import books from Publican and Asciidoc and publish them as nodes in Drupal.

Currently the drush commands are in place, to list books (along with comment count) and delete a book by passing any node id of a page within a book.

Importer UI

Component type

module

Maintenance status

Development status

Component created

Component changed

A utility form builder that allows an admin to perform one-off structured data imports.

A UI handler for fetching, parsing, previewing and processing a data source in one go.

Similar to how Feeds module links pluggable fetchers, parsers and processors to create a feeds processing pipeline, this does something similar with one multi-step admin wizard-like form.
* Fetchers (including preconfigured services)
* Parsers
* a processor stage that will let you preview the results
* options to act on the results.