Splash Page Redirect

Component type

module

Maintenance status

Development status

Downloads

796

Component created

Component changed

This module's singular purpose is to redirect users immediately from a splash page (before they see it) when they don't need to see it anymore. It is a pretty small amount of code but I needed to use it on lots of sites. It is designed to work with javascript so the splash page can be fully cached without breaking any functionality. Do not use this module to create splash pages, you might want to use Front Page or Splash for that.

AJAX Cache

Component type

module

Maintenance status

Development status

Downloads

1685

Component created

Component changed

AJAX Cache acts much like imagecache by generating the result of a request on demand and storing it on the filesystem for later reuse. This is useful if you are trying to scale a site that makes many dynamic ajax calls. AJAX cache saves results directly to the files so the web server can serve them directly, rather then bootstrapping Drupal.

AJAX Cache will do nothing by itself. Supporting code must call it.

How to use

First you define the presets you are going to use like this:

Fix Core

Component type

module

Maintenance status

Development status

Downloads

8194

Component created

Component changed

This module collects various fixes to core issues that have not been implemented yet. By default, all of these fixes are disabled, and you can enable them one by one.

Connector

Component type

module

Maintenance status

Development status

Downloads

64731

Component created

Component changed

Connector makes it easy for other Drupal modules to connect and sign in Drupal users with accounts on other services. Connector takes care of the generic stuff like UI, account creation, storing of metadata like name and avatar etc.

Be sure to download at least one implementation for this module to be useful.

Forena Reports

Component type

module

Maintenance status

Development status

Downloads

33114

Component created

Component changed

Forena is database report writing software built on the Drupal platform. Forena is built of the idea that if you can write the SQL necessary to get the data out of a database, it should take very little work to get that data out on the web. It is designed to leverage knowledge of HTML, CSS, SQL and Java Script to help you create rich interactive web reports.

Note: Before trying out forena make sure you have private file systems properly configured. It doesn't need to be set as the default delivery method, but it does need to be configured.

Chaos tool custom plugins for Panels

Component type

module

Maintenance status

Development status

Downloads

5795

Component created

Component changed

Panels is a very flexible module, you can add almost anything to regions of your layout. Almost but not everything, until now, it was very difficult to add files, links, and images to panes. This module started as a way to add CCK fields to panes, but it was hard, so instead, I decided to use the FAPI and imitate some of the most popular fields. Currently, you can add Files, Images, Links, Text and soon Embedded Videos to panes.

It mimics CCK Fields but they are not CCK fields, Views won't be aware of them, and you can't extend or configure the fields you want to add.