SimpleTest Unit Testing

Component type

module

Categories

Component created

Component changed

Will eventually provide most of the functionality mentioned: http://groups.drupal.org/node/9479.

This project stands as an archive and is no longer part of the SimpleTest plan! Unless you have talked with me don't bother messing with this module.

Outline Designer

Component type

module

Maintenance status

Development status

Downloads

50547

Component created

Component changed

Mass delete

Component type

module

Downloads

1166

Component created

Component changed

One or more users are selected.

All nodes that do not belong to those users are deleted. All users, except the ones selected are deleted.

Useful for refreshing a course website where some content written by certain users (such as the instructor and teaching assistants, for example) must be preserved but all student content and student accounts should be wiped.

Mapdir

Component type

module

Maintenance status

Development status

Downloads

1147

Component created

Component changed

Mapdir is a small utility module that provides a very flexible and general functional programming (read: easy) mechanism for applying functions to all (or selected) files and subdirectories in a directory.

Sample applications include data import, extraction or transformation.

Any time you are tempted to use PHP's 'glob' function, you might think about using this instead.

Fapilicious

Component type

module

Categories

Maintenance status

Development status

Downloads

671

Component created

Component changed

Fapilicious is a collection of FormAPI goodies.

I hope to make it a repository of reusable FormAPI trickery and short cuts. Currently it has small collection of powerful FormAPI element validators.

Please submit your favorite tricks as patches so we can add on to this library.

Save-to-File

Component type

module

Downloads

1141

Component created

Component changed

Ever wish that Drupal had a front-end code editor? Frustrated with using the space bar to indent code in textareas? Wish you could back up your node code to a hard file? Then Save-to-File might be the solution for you!

Save-to-File adds a link under a textarea to "Save to file". When clicked, some handy javascript moves the entire content of the textarea to a file, and replaces the textarea content with a short function that will grab the content from a file the next time the content is loaded.