Node State Save

Component type

module

Maintenance status

Development status

Component created

Component changed

The idea behind this module is to allow the user to save the state of a node that has been partially filled out without actually saving the node yet.

This would be helpful on large node create / save forms that the user may not have the time or the knowledge to complete at that time.

The module does the following:

1) Creates a "pre-save" button via hook_form_alter on the node save form

Generic UUID file features

Component type

module

Maintenance status

Development status

Downloads

426

Component created

Component changed

GUFF provides an automated way of dealing with entities with a field field, through Features.

It works with UUID files to automate the exporting and updating of image and file fields through Features. Changes to your filefields will be automatically picked up by Features and can be put into version control.

When you use GUFF you don't need to handle uploading of files separately, the entirety of the files management is handled through the standard Features interface.

APC Admin

Component type

module

Maintenance status

Development status

Downloads

3203

Component created

Component changed

Manage APC from Drupal administration interface! This module embeds default APC administrative interface (apc.php file) into Drupal admin.

Features:
- gives access to apc.php via Drupal admin interface
- you can clear APC cache via Drupal admin (instead of restarting apache)

Created and sponsored by Tim Kamanin (TimOnWeb Drupal development).

Bulk Delete Ubercart orders

Component type

module

Maintenance status

Development status

Downloads

1771

Component created

Component changed

This module has been moved into Ubercart core . Try Ubercart 7.x-3.4 or later release :)

This is a simple module which allows you to add a new Views Bulk Operations (VBO) action, which help to delete ubercart orders in bulk. This is useful for developers who have 100s of test orders.

Add to views

Fieldset collapser

Component type

module

Maintenance status

Development status

Downloads

5594

Component created

Component changed

Have you ever wondered why some fieldsets in some Drupal forms are just fieldsets, others are collapsible, but once you open (or minimize) them and save the form, their collapsed state is back to what it was before you edited the data? Well, this is due to a sad side of the generally great Drupal form API. While module developers may define fieldsets as "#collapsible" and even may define an initial "#collapsed" state, the one who is to use the form - eventually day by day - is let alone, as the way he configures his forms is never ever being recalled.

Just think of users having to create articles day by day, or just think of yourself as a site builder: How many times have they (or you) possibly sweared at the need to always open/close all these nice little fieldsets?

Well: Forget about it. This tiny shiny tool here solves the problem - even for anonymous users.