Google Closure Compiler

Component type

module

Maintenance status

Development status

Downloads

8062

Component created

Component changed

This module aims to utilize Google Closure Compiler API/application to optimize your cached JavaScript files.

More info about the application/service:
http://code.google.com/closure/compiler/

Closure Compiler module looks at the cached JavaScript folder (sites/default/files/js) and processes files on cron run. It basically supports 3 different modes:

Entity API

Component type

module

Maintenance status

Development status

Downloads

5343272

Component created

Component changed

This module extends the entity API of Drupal core in order to provide a unified way to deal with entities and their properties. Additionally, it provides an entity CRUD controller, which helps simplifying the creation of new entity types.

Ooyala

Component type

module

Maintenance status

Development status

Downloads

10811

Component created

Component changed

The Ooyala module provides a field type to display videos using the Ooyala video hosting platform. This module requires an Ooyala account which you can sign up for at http://www.ooyala.com/try-ooyala.

The Ooyala module provides tight integration with the Ooyala platform, allowing
users to upload and reference existing Ooyala videos directly from the node form.

The Ooyala module now supports Drupal 8 and Version 4 of the Ooyala player!

    Read More Link

    Component type

    module

    Maintenance status

    Development status

    Downloads

    40432

    Component created

    Component changed

    About Read More Link

    This module allows you to move the "Read more" link from the node's links area to the end of the teaser text.

    NOTE: This page is devoted solely to the Drupal 7.x version of the Read More Link module. If you're using an earlier version of Drupal, please visit the old Read More Link for Drupal 6.x and earlier module page.

    Styling the "Read more" link

    You can style the "Read more" link by adding the following to your theme's stylesheet (usually style.css):

    Cache Expiration

    Component type

    module

    Maintenance status

    Development status

    Downloads

    349101

    Component created

    Component changed

    This module provides configurable actions upon events that will expire URLs from caches like reverse proxy caches, internal page caches, etc.This module make more sense when Minimum Cache Lifetime setting is set to a value other than none.

    There is now integration with the following modules:

    Gallery Assist for the Cooliris Viewer

    Component type

    module

    Categories

    Maintenance status

    Development status

    Downloads

    8968

    Component created

    Component changed

    What is Gallery Assist for the Cooliris Viewer?

    "Gallery Assist for the Cooliris Viewer/Plugin" is a submodule from Gallery Assist module and provides interactive slideshows (3D Wall) of images from Gallery Assist galleries using the Cooliris services and so extends the Gallery Assist module with two new points of visualization.

    What you need to use it?

    You need the module Gallery Assist

    Colorbox

    Component type

    module

    Maintenance status

    Development status

    Downloads

    2189858

    Component created

    Component changed

    Colorbox is a light-weight customizable lightbox plugin for jQuery. This module allows for integration of Colorbox into Drupal.

    Images, iframed or inline content etc. can be displayed in a overlay above the current page.

    Features

    The Colorbox module:

    xCSS

    Component type

    module

    Maintenance status

    Development status

    Downloads

    3063

    Component created

    Component changed

    xCSS bases on CSS and empowers a straightforward and object-oriented workflow when developing complex style cascades. Using xCSS means a dramatic cut down to your development time by: having a intuitive overview of the overall CSS structure, using variables, re-using existing style cascades and many other handy features. But, most frameworks are bulky and inflexible, aren't they? Not xCSS! It's lightweight and seamlessly integrates into any existing workflow. Aside from that the CSS overhead is getting reduced while your (X)HTML attributes remain semantic.

    Features

    Example

    // Variables: http://xcss.antpaw.org/docs/syntax/variables 
    vars {
        $path = ../img/tmpl1/png;
        $color1 = #FF00FF;
        $border = border-top: 1px solid $color1;
    }
    .variablesselector {
        background-image: url($path/head_bg.png);
        background-color: $color1;
        $border;
    }
    
    // Nesting Child Objects: http://xcss.antpaw.org/docs/syntax/children 
    .childselector {
        a {
            display: block;
        }
        strong {
            color: blue;
        }
    }