Hosting upload

Component type

module

Categories

Maintenance status

Development status

Downloads

2500

Component created

Component changed

This module will extend Aegir hosting system

Introduction

Native aegir workflow requires system administrators to login to the machine and use wget or drush to get the platforms and extensions to the machine. At the front-end one must be very specific about the location where the platform is published.

The solution

At adding platforms this module provides uploading a platform, by any compression format supported by 7-zip, via the frontend.

Overlay Paths

Component type

module

Maintenance status

Development status

Downloads

41783

Component created

Component changed

This is a simple module that enables site builders to use the built-in Overlay for non-admin pages.

This means that you can use the overlay for doing popups without adding yet more javascript libraries to your site.

This module provides a simple UI for defining paths to appear in the overlay, but developers can use it to define paths too, see the overlay_paths.api.php file in the module for details.

abbreviations

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ever searched for the meaning of an abbreviation? Ever wondered what the letters PHP, CKK, ESS, FLIM stand for? Ever wanted a tool to manage abbreviations within a department, a project or a document?
The Drupal abbreviation modul helps you to manage abbreviations. You can search for abbreviations in a simple interface. New abbreviations can be entered easily. The abbreviations can be assigned to lists, so they can be grouped into categories or assigned to projects.
Abbreviation modul has the following features:

FiltersIE

Component type

module

Categories

Maintenance status

Development status

Downloads

25456

Component created

Component changed

Summary

Filters Image Effect (FiltersIE) is a Drupal 7 module that add some filtering image effects to be used in your image styles.

It use the ImageAPI and the concrete effect implementation use the GD or ImageMagick library so it complete the existing core GD toolkit or the ImageMagick toolkit.

Filters

Currently there is:

Audio Converter

Component type

module

Maintenance status

Development status

Downloads

5055

Component created

Component changed

The AudioConverter module converts audio files from supported CCK fields (AudioField, AudioRecorderField, FileField, Media Recorder Field) to the mp3 format using FFMPEG.

Depending on the need, files can be converted on cron or whenever new audio content is submitted.

The AudioConverter module also provides an API that allows developers to convert content from other audio-centric modules.

Email tester

Component type

module

Maintenance status

Development status

Downloads

1526

Component created

Component changed

Summary

Instead of sending out emails, email tester display all sent emails in a modal
frame.

Thanks to this module you don't annoy each person of your company because you
are doing testing. You can also redirect all outgoing emails to one email if
you want to be sure SMTP config is OK.

Email tester is added in the package devel and you can access configuration
through devel config page

DropIn

Component type

module

Maintenance status

Development status

Downloads

1118

Component created

Component changed

The DropIn module allows site developers/administrators to add path based CSS and JS files to their site.

Example
When a visitor requests www.example.com/news/articles/issue-1, the module will look for the next css files in the theme directory:

news.css - styles all pages under news/
news.articles.css - styles all pages under news/articles/
news.articles.issue-1.css - only styles the page issue-1

Premium content

Component type

module

Maintenance status

Development status

Downloads

20974

Component created

Component changed

Restricts access to premium content by role and provides a general API for other modules to help decide if a user has access to premium content.

This is useful on a news or membership site where teasers are available to the general public but the full body is only available to privileged users. Premium nodes appear in listings with full title and teaser available to anyone. If a user does not have adequate privileges, the default behavior is to show a simple message, but you can use Panels or theme overrides to do more custom things.

Computed Field Tools

Component type

module

Maintenance status

Development status

Downloads

14522

Component created

Component changed

The problem

The Computed Field module only updates its computed values on saves or on load (if no computed value is computed yet). This is not optimal when using computed values in lists etc., or if you should wish to change the logic in the computed field.

The solution

If you wish to avoid re-saving all the entities/nodes using the computing field, you can use this tool to re-compute all the values again.

The computed field tools module offers a way to re-compute the computed fields of existing entities/nodes. It does so through the Batch API.