Restore

Component type

module

Maintenance status

Development status

Downloads

1330

Component created

Component changed

Details

This module provides simple export/import functionality, rather than relying on modules restore scripts can be flat JSON files or provided via hooks.

The advantage of this method is that it is only run when you want it, rather than during cache clearing, cron runs or even page loads.

More information can be seen in the documentation pages: http://drupal.org/node/1923236.

Role memory limit

Component type

module

Maintenance status

Development status

Downloads

4163

Component created

Component changed

Summary

Role memory limit is a small module that allow you to set php_memory_limit per role and command line usage(drush).

Example of usage

Lets say your php memory limit is set to 128mb and your site has a lot of blocks and you try to get into block listing page and drupal crashes.
That is becuse there isn't enough memory.
With this module you can set so the admin have more memory, that way you can render pages that needs alot of memory but still keep the original php memory limit for other users.

CodeMirror editor

Component type

module

Maintenance status

Development status

Downloads

2103

Component created

Component changed

Syntax highlighting using the CodeMirror library from http://codemirror.net/

/* In-browser code editing made bearable! */

This module is under heavy development. A full release will not be made until it has been cleaned up and properly tested.

This module provides:

Ubercart Order Complete

Component type

module

Maintenance status

Development status

Downloads

644

Component created

Component changed

This module provides the ability to perform actions when an order is marked 'completed'.

Out of the box, it provides two simple features:

1. It records the timestamp when an order's status is changed to 'completed'.
2. It provides two hooks allowing other modules to do stuff when an order's completion date is set/unset.

Completed timestamp

When an order's status is changed to 'completed', this module will store the current timestamp in the {uc_order_complete} table.

This timestamp is available on the $order object in $order->completed.

Devel Input Filter

Component type

module

Maintenance status

Development status

Downloads

815

Component created

Component changed

Aids in the development of input filters by providing a page that allows you to enter a bit of text and see both the rendered and unrendered HTML after filtering, without caching.

There's no need to install this module unless you're developing or debugging input filters or text formats.

UIComponents

Component type

module

Categories

Maintenance status

Development status

Downloads

561

Component created

Component changed

This module is a developer-oriented module.

Whenever you build a site, you have to do a lot of customizations. This usually means creating a lot of .tpl.php files. And either a lot of css files, or a big one. Same for JS files. This usually gets messy fast enough and even though Drupal provides some ways to make it painless, it still is.

This module is for you if:

Test User

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

As a developer I am often asked to create functionality for a certain user role, accessible by this role but not by that. In a world where several sites are maintained at once, it can be a time consuming business creating users for each role.

This module automatically creates users for each non anonymous role, and allows for their easy deletion when testing is complete.

AngularJS

Component type

module

Maintenance status

Development status

Downloads

19982

Component created

Component changed

What this module does

This module provides a bridge between Drupal and the AngularJS framework for creating rich, interactive web applications that rely on Drupal content. By default the module uses version 1.0.8 of AngularJS pulling the unminified code from the Google CDN. This may be changed by going to the administrative page. If you want to download the files to host locally they can be found at http://code.angularjs.org/ and placed in sites/all/libraries/angular.