Import KIT

Component type

module

Maintenance status

Development status

Component created

Component changed

API реализующий функционал импорта данных из любого формата (CML, XML, CSV, TXT) в Drupal.
Состоит из управляющего модуля importkit и дочерних модулей, реализующих функционал хранения и удаления данных.

Drush adds

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This sandbox module holds useful drush extensions for developers.

Available commands already allow to reset schema modules version and in addition with the migrate module to import data by group.

I am working on additional commands like mmake, which will perform basic setup to create a custom module.

Site Audit

Component type

module

Maintenance status

Development status

Downloads

109470

Component created

Component changed

Site Audit is a Drupal static site analysis platform that generates reports with actionable best practice recommendations.

Every Drupal site is unique, with its own individual configuration, content, audience, and so forth. With that said, they all have the same core infrastructure and configuration; Drupal! Therefore, it's possible to perform performance and behavior gathering to inspect any site.

Situs Settings

Component type

module

Categories

Maintenance status

Development status

Downloads

375

Component created

Component changed

This is a plugin for the Situs drush build plugin.

It allows the user to specify a --settings-file argument to the situs-build command, and copies the specified settings.php file to the build.

Server Monitor

Component type

module

Maintenance status

Development status

Downloads

1589

Component created

Component changed

Introduction

The Server Monitor module will monitor and display the status of a number of servers which will be polled by a ping or by retrieving a URL (drupal_http_request or cURL). The status checks can be configured to run during cron.

Drush Editor - A fashion way to manage your WYSIWYG libraries

Component type

module

Maintenance status

Development status

Downloads

1435

Component created

Component changed

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.