Already in

Component type

module

Maintenance status

Development status

Downloads

3204

Component created

Component changed

Already in redirects authenticated users who attempt to visit the login, user registration, or password reset URLs to an alternate destination instead (the /user page by default). This prevents authenticated users from getting an Access Denied error message. Optionally, the module can display a "You are already logged in" message when redirecting users.

Daylight saving time

Component type

module

Categories

Maintenance status

Development status

Downloads

6347

Component created

Component changed

This module intended to work with Daylight saving time.
It replaces system time offset and has preferences for each user and full site.

Used to display correct time of creation of documents etc.

Also there is included patch which is necessary make in includes/ directory to make drupal date display via format_date() correctly accroding to selected timezone.

This module is for core versions 6.x and 5.x

Used PHP higher than 5.2

In drupal 7 this feature there is in the core so there will not be version for 7.x

Sermons

Component type

module

Maintenance status

Development status

Downloads

1264

Component created

Component changed

The Sermons project is a way to provide a sermon structure for your Drupal church website. It includes a number of ways to explore your churches sermons and allows your shut-ins and traveling attenders to stay in touch with the sermons.

Your sermons may have images, notes and sermon series tracked on them. You may choose not to use these options and they may simply not be used when creating the them for your website or marked as exclude on the Content Type display page.

Site Directory Migrate

Component type

module

Maintenance status

Development status

Downloads

10545

Component created

Component changed

Site Directory Migrate allows you to change the URL/directory name of your Multi-site site.

For example if you had three sites running on the same Drupal install (site1.com, site2.com, site3.com in your /sites directory) and you wanted to change site3.com to be examplesiteA.com. In the past, you would rename the directory, run some queries if you're dapper or go through and manually change all of your content. With this module you just rename the directory, run the module (with two inputs) and it runs the queries for you. I've also written out two usage case scenarios that go much deeper than this short description.

Note: This has been successfully used with Aegir when sites need to be renamed between servers (such as between development and production environments). It is also Drush enabled to help with large migrations (hundreds of sites).

Modal Frame Contrib Package

Component type

module

Maintenance status

Development status

Downloads

5646

Component created

Component changed

This package contains contributed modules that implement the Modal Frame API as a yet another alternative to enhance the usability of common day to day tasks in your Drupal site.

You can use any of these mini-modules as-is, or you can use them as examples on how to implement Modal Frame API in other places, extend other Drupal core or contributed modules, or even as a method to enhance your own custom modules.

Attachment Links

Component type

module

Maintenance status

Development status

Downloads

12866

Component created

Component changed

The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.

Typically, users will want to create a "File" content type and enable the Attachment Links module for that content type. Each "File" node should refer to a single file: "Handbook," "Company logo," "Team roster," etc. Though each node could contain multiple versions of the file, Attachment Link provides permanent link to access the preferred or newest versions.

Drupal Remote Dashboard Server

Component type

module

Maintenance status

Development status

Downloads

23559

Component created

Component changed

Important: This module got replaced by DRD Agent and will only be maintained until all sites got switched over to the new module.

This is the server component that's required on each domain that should be monitored and maintained by your Drupal Remote Dashboard. Details see on the DRD project (http://drupal.org/project/drd).

Node Activity Report

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node activity report allows to track node related activities on the site - create, update and delete. For each of these activities the activity type, timestamp and user ID of the user are stored. Includes reports by user and time period.
One can achieve similar results by using combination of Views and watchdog entries but this solution will provide incorrect results as watchdog entries get flushed at a regular interval.

@todo Cleaning up node_activity records either manually and/or at scheduled internals.

Ubercart Attribute Tokens

Component type

module

Maintenance status

Development status

Downloads

3347

Component created

Component changed

This module will add Ubercart product attributes as 'attribute' tokens for use elsewhere. As of initial upload the only code to use these tokens is the contributed Custom Price Calculation module. The combo of these two modules allows an admin to enter custom code to set item properties such as price based on attributes.