Database Automaton

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Automation for Object Oriented database access for all your external databases.

It is supposed to:

  • create objects for databases, tables and rows, for use in other modules
  • Short notation to avoid multiline db_select calls
  • provide basic CRUD API
  • provide basic CRUD GUI
  • provide Views integration
  • allow export database's classes and forms to external "static" module for future development

Items Canvas

Component type

module

Maintenance status

Development status

Downloads

670

Component created

Component changed

Display elements (list of elements) in an animated HTML5 canvas. This module is the light version of Tagcanvas. Unlike Tagcanvas Module no library required to run the animation of Items Canvas.

Do not forget to read the Master File README.txt for more information related to the installation.

EXAMPLE
==========================================

* HTML

Cover

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an experiment for exploring possibilities to integrate the third party PHP Code Coverage library into Drupal Simpletest. The goal is to provide a module capable of generating test coverage reports without having to patch core.

Installation

Install PHP Code Coverage using PEAR:

pear config-set auto_discover 1
pear install pear.phpunit.de/PHP_CodeCoverage

Enable simpletest and cover_simpletest modules.

Vim plugin for Drupal - Vundle compatible

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a copy of https://drupal.org/project/vimrc that tries to be compatible with Vundle for easy installation and updating.

Original discussion here: #2005150: Installation with Vundle

All development happens at the original module and all credit goes to the maintainers of the original module.

PHP Configuration

Component type

module

Maintenance status

Development status

Downloads

1457

Component created

Component changed

Summary

Add PHP level configurations. You can add any PHP configurations like

  1. memory_limit
  2. max_input_time
  3. max_execution_time

etc using this module. You dont need to edit settings.php or .htaccess or php.ini file every time.


Find all PHP level configurations that you can set using this module http://www.php.net/manual/en/ini.list.php

Requirements

Just Drupal Core.

Installation

Enable the module.

Permissions Lock in Settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows locking permissions and entire roles using $conf in the settings.php file of a site. Testing of this project is requested, specifically the role locking since we did not test that fully.

Based on the work for Permissions Lock this module differs in that all locks can be done within the settings.php file for your site. This allows you to better maintain alternate settings for the permission locks between environments as well as removing the need for a new module to hook into the permissions lock module.