Beanstalk

Component type

module

Maintenance status

Development status

Downloads

1661

Component created

Component changed

Beanstalk is a commercial Subversion and Git hosting service. It can be set up to post json-encoded messages to arbitrary urls and this module can be configured to process these messages and save them as Drupal nodes. The module needs PHP 5.2 for json processing.

The beanstalk module can be set up to try and associate Beanstalk 'authors' with Drupal users, and convert tags in the form #NID to links to the appropriate nodes.

Devel Demo

Component type

module

Categories

Maintenance status

Development status

Downloads

6312

Component created

Component changed

The Devel Demo module is a demonstration of most of the debugging functions provided by the Devel module.

The module was created to generate screenshots for a brief overview of Drupal debugging tools. If you find any errors in the guide, or if you would like me to add some information, please create an issue in this module's issue queue.

Migrate i18n

Component type

module

Maintenance status

Development status

Downloads

1032

Component created

Component changed

This module allows multilingual content to be imported using the migrate module. It (reasonably, I think) assumes that translations are identified in the source database with a language field and a common key that allows the language variants to be identified as a common translation.

Dumper

Component type

module

Maintenance status

Development status

Downloads

5762

Component created

Component changed

This module now works on windows servers too (get the dev version). Open admin/settings/dumper and fill in the override path of your mysqldump.exe (If using a wamp, it should be on the same directory of the mysql binaries). Also make sure the GZip compression option is turned off (I'll work on this soon).

This module aims for a quick and easy-to-use database dumper. Very useful on situations where you don't have access to command-line tools.

Auto Admin

Component type

module

Maintenance status

Development status

Downloads

7639

Component created

Component changed

Auto Admin is a module that automatically generates good looking, highly customizable administration pages.

Let Auto Admin build list, add, edit and delete pages for you using its Drush commands to generate configuration data. Then customize the text and form settings to your liking. One-to-many and many-to-one relationships are supported too!

Auto Admin is good at managing data for custom modules whose data structure does not fit as node types. It lets you get of the ground and writing "the fun stuff" really, really quick.

If you have questions, feedback or needs it to do something that it does not do already, please open an issue. Please check out the docs first though :)

CSS Flip

Component type

module

Maintenance status

Development status

Downloads

3848

Component created

Component changed

CSS Flip is a powerful tool for Drupal theme developers who need to create multilingual themes easily and quickly.

It aims to act like a backend engine, where it automatically parses stylesheets from themes and modules, flips their styles and injects them into your pages. You do NOT need to create RTL stylesheets.

However you still have the option to use the regular Drupal way, and utilize the tools provided in this module to flip your stylesheets easily and quickly.

Dependency Injection

Component type

module

Categories

Maintenance status

Development status

Downloads

3179

Component created

Component changed

Put simply, a Dependency Injection Container alleviates the need for factories and the use of new in your code. Think of DiC as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.

This module enables Symfony's Dependency Injection component for Drupal 7 modules.

Hacked!

Component type

module

Categories

Maintenance status

Development status

Downloads

177488

Component created

Component changed

This module does not and will not prevent your site from being 'hacked'.

This module scans the currently installed Drupal, contributed modules and themes, re-downloads them and determines if they have been changed. Changes are marked clearly and if the diff module is installed then Hacked! will allow you to see the exact lines that have changed.

Hacked! also provides drush integration so that you can see what files have changed from the command line.

DirectAdmin API

Component type

module

Component created

Component changed

DirectAdmin API is an interface for other modules to easily communicate with a DirectAdmin server. Possibilities include:
- Checking and creating of accounts
- Adding domains to users
- List available packages

DirectAdmin's own API overview here and more here.