Ubercart Order Uploads

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ubercart Order Uploads provides ability for Ubercart to allow customers to attach files to orders. Administrator can set site-wide setting for uploads to work with individual product class selection for which to enable Order Uploads. Allowed File Types via comma separated extensions and Maximum Size with optional upload settings.

Further Node level settings can be enabled to set Per Product specifications for the file attachments to work.

Profile extra weight

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal core's profile module limits weights of profile fields from only -10 to 10, which if you have a lot of profile fields, becomes a limitation to how you can re-arrange them. This simple sandbox module adds more options to the weight fields.

Signed File Field

Component type

module

Maintenance status

Development status

Component created

Component changed

General info

Purpose of this descendant of File Field is ability to upload PGP or GPG signed file and verify the signature.
On upload, signature is validated and valid file is also decrypted to configured location.
Validation result messages are also configurable.

Vogue

Component type

module

Maintenance status

Development status

Component created

Component changed

Vogue is a tool to refresh your css in every browser after saving. It works via node.js

Are you tired of constantly editing CSS, switching to your browser, reloading to see the changes and then doing that over and over?

Vogue removes this hassle.

As soon as you save changes to a CSS file, Vogue tells any web browsers using it to reload the stylesheet. Only the stylesheet is reloaded, not the full page. Vogue works in all browsers and even multiple browsers at the same time!

Allow All File Extensions

Component type

module

Maintenance status

Development status

Downloads

11142

Component created

Component changed

This module reverts Drupal 7's file upload widget to the Drupal 6 behavior, and trusts the site administrator to be smart enough to allow uploads with any file extension. It also lengthens the allowed file extensions box from 128 characters to 2048, allowing you to specify a larger number of extensions.

Unstick

Component type

module

Maintenance status

Development status

Downloads

1841

Component created

Component changed

Unstick is a tiny module that does its best to get cron unstuck.

Specifically, unstick is designed to address the error message: Attempting to re-run cron while it is already running when you know cron is not actually running.

Pressing the unstick button is the same as running the following SQL queries:

DELETE FROM `variable` WHERE name = 'cron_semaphore';
DELETE FROM `variable` WHERE name = 'cron_last';

and flushing the cache.