Drupal Security Check
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A simple drush script to check multiple sites for security updates.
A simple drush script to check multiple sites for security updates.
API реализующий функционал импорта данных из любого формата (CML, XML, CSV, TXT) в Drupal.
СоÑтоит из управлÑющего Ð¼Ð¾Ð´ÑƒÐ»Ñ importkit и дочерних модулей, реализующих функционал Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¸ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ….
TBD
Spin-off from https://drupal.org/project/hosting_site_backup_manager to separate the provision specific parts.
The 7.x code moved back to hosting_site_backup_manager repo under the 'drush' directory.
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 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.
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.
See how many times non-core modules are used.
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.
This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.
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.