Capsule Integration API

Component type

module

Maintenance status

Development status

Downloads

1181

Component created

Component changed

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:

Simplify

Component type

module

Categories

Maintenance status

Development status

Downloads

76303

Component created

Component changed

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.

User Role Summary (URS)

Component type

module

Maintenance status

Development status

Downloads

1348

Component created

Component changed

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.

DB Export, Edit MYSQL Row as Text and Import

Component type

module

Maintenance status

Development status

Component created

Component changed

A good name for this script is:
Poorman's PhpMyAdmin ;)

Intro

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.

Semiclean

Component type

module

Maintenance status

Development status

Downloads

18303

Component created

Component changed

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.