Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

javascript_aggregator.module

Version

1.15 (checked in on 2008/04/19 at 15:58:43 by derjochenmeyer)

Description

Aggregates Javascript files to increase performance.

This modules parses the phptemplate $scripts variable for .js files, extracts them and stores them in a md5 named file under files/js.

Functions

Namesort iconDescription
javascript_aggregator_cacheMain function that finds .js files in $scripts.
javascript_aggregator_clear_cacheDelete all cached JS files.
javascript_aggregator_form_alterImplementation of hook_form_alter().
javascript_aggregator_menuImplementation of hook_menu().