Episodes

Component type

module

Maintenance status

Development status

Downloads

1581

Component created

Component changed

Work is being done on version 2 of the Episodes library, which supports the WebTiming spec. This will be integrated ASAP in this Drupal module!

Episodes is a module that includes the identically named Episodes framework in Drupal. Episodes allows you to measure episodes in a web page's loading sequence. Hence its name.

Project CVS instructions

Component type

module

Categories

Downloads

1951

Component created

Component changed

Module adding CVS instructions to Drupal.org modules, themes, and installation profiles.

Credits

Only local images are allowed.

Validations

Component type

module

Categories

Downloads

2052

Component created

Component changed

Validations extends Forms API to add validation procedures, which should minimize the use of custom validation functions.

Currently, it has server-side (i.e. PHP) validations, but will be extended to provide client-side (i.e. JavaScript) validations as well.

Features

Component type

module

Maintenance status

Development status

Downloads

4017320

Component created

Component changed

The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case.

Features provides a UI and API for taking different site building components from modules with exportables and bundling them together in a single feature module. A feature module is like any other Drupal module except that it contains additional information in its info file so that configuration can be checked, updated, or reverted programmatically.

Bronto API

Component type

module

Maintenance status

Development status

Downloads

2581

Component created

Component changed

Bronto API provides a drop-and-go solution for sending email via Bronto, a popular commercial email provider. This API includes functions that make it easy to add contacts, subscribe them to mailing lists, and send mail to your lists. It also includes a simple template system which lets other modules register their own templates and easily inject variables into the content.

SWF Embed

Component type

module

Maintenance status

Development status

Downloads

21666

Component created

Component changed

SWF Embed is a simple developer-centered module for working with Macromedia Flash-based content. It provides the necessary hooks for adding Flash content on the server-side, as well as the necessary JavaScript and jQuery for working with the Flash on the client-side.

Developers, get started by reading the SWF Embed Handbook Page. The handbook walks you through the process of using SWF Embed in your own code.

onBeforeUnload API

Component type

module

Maintenance status

Development status

Downloads

8521

Component created

Component changed

The onBeforeUnload module provides an API to allow other modules use the onBeforeUnload event of the browser window.

This module does not provide any direct functionally, it rather provides a centralized API that other modules can use to take advantage of the onBeforeUnload event of the browser window.

Modules using the onBeforeUnload API: Dirty Forms, Modal Frame API.

Dirty Forms

Component type

module

Maintenance status

Development status

Downloads

4892

Component created

Component changed

The Dirty Forms module provides a javascript behavior that checks forms before users leave the page, warning them if they are about to loose changes and providing an option to remain on the page.

The module provides a configuration form that allows setting up a list of forms that should be excluded from the dirtyForms behavior.

This feature is based on the onBeforeUnload event of the window object which, at the time of writing, is only supported by IE4+, Mozilla Firefox, Google Chrome. Those using other browsers (or when javascript is not enabled) won't be warned when leaving dirty pages. Ah, c'est la vie!

The Dirty Forms module requires the onBeforeUnload API.

Drupal Override Function

Component type

module

Categories

Maintenance status

Development status

Downloads

3618

Component created

Component changed

UPDATE: I have changed the requirements from APD to Runkit OR APD instead. This gives you 2 options. If you use PHP 4 to 5.1 then using APD is the easier route but I dont have install instructions for that right now. If you use php 5.2 to 5.3 then you will need to use Runkit. I have not been able to get APD to work on anything greater than 5.1 yet so I've decided to include Runkit in the mix to cover all the PHP versions. Runkit does not have the ZendOptimizer compatibility problems that PECL APD has. It also works with php 5.2 and php 5.3 where as APD does not.