Backup and Migrate Server
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Create a remote backup server for your Backup and Migrate backups.
Create a remote backup server for your Backup and Migrate backups.
This module is designed to provide an API for working with a Capsule CRM (http://capsulecrm.com/) account. This module is intended to only provide a programmatic API and an administrative interface for setting account information used by the API functions.
This project is not authorized or supported by CapsuleCRM. For information on the CapsuleCRM please see http://capsulecrm.com.
Included API:
Drupal Guestbook Spam (DGBSP) provides Spam module integration
for the Drupal Guestbook (DGB) module.
Drupal 7 removed the 'Reset to defaults' button on settings forms (from #518750: Rethink the system settings form). This simple and small module automatically re-adds the functionality back for all forms that use system_settings_form().
Simplify allows particular fields to be hidden from the user interface. This helps to de-clutter forms and present a more user-friendly experience to content editors.
The User Role Summary module provides a block which gives a summary of each of the user roles which exist, and which when clicked go directly to the user admin page filtered for users of that role type.
For example, the block might contain something like the following:
- Administrator (1)
- Basic member (328)
- Full member (7251)
- On-hold user (114)
- Suspended user (504)
You will see that in brackets is the number of users who have that role.
Addon for rawlog (http://drupal.org/project/rawlog) that recreates the reporting functionality available with Drupal's default database logging.
A good name for this script is:
Poorman's PhpMyAdmin ;)
This is a tiny php command line script that :
- exports a mysql row into a text file via php's var_export. We have 1. mysql row that becomes 2. a PHP array , that becomes 3. string dump of the array (some array elements are unserialized prior to the string export)
- allows for editing via a text editor
- can import back to the database the edited string dump
Currently we support only the editing of context's module mysql table rows - the "context" table.
This module provides an improved admin page, replacing /admin/content/node in Drupal core This screenshot provides a good feel for what it does.
As you enable modules that improved_admin knows about, you get enhanced admin features.
Semiclean fixes broken crons by clearing the cron semaphore from the database when a previous cron execution fails.
If you run cron manually from the Update status page and get the message, "Cron run failed.", you may be a future Semiclean user.