TinyPNG On Upload

Component type

module

Maintenance status

Development status

Downloads

1010

Component created

Component changed

The TinyPNG on Upload module will send all uploaded PNG's and JPG's to the TinyPNG optimization service using the TinyPNG file api. TinyPNG uses smart lossy compression techniques to reduce the file size of your image files. By selectively decreasing the number of colors in the image, fewer bytes are required to store the data. The effect is nearly invisible but it makes a HUGE difference in file size! By optimizing an image at upload time, all derivative images will already be optimized making for a much lighter image footprint.

Feeds Clone

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide the ability to get Feeds to make new nodes based on existing ones.

Drupal6 only so far, as the business need for original dev was to enhance Aegir site provisioning - D7 may come later, it's small.

Index Page

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

Provides a blank <front> page (Landing/Home page) — that is not a node. As often, someone sets up a site using a content-type node with no actual Body content; as the frontpage. Then, at some future point a miseducated content editor un-publishes or deletes that node causing the site to break..


Gif Animation of index_page.module in different themes

Symfony2 dump()

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

Make use of Symfony2's dump() function inside a Drupal 7 project.

Requirements

To use this module, composer should be available in your system (to get the actual var-dumper component). Get composer.

Inside the module directory, run composer install. That's it.

Known problems

Dumping variables in AJAX request produces completely unreadable output.

Views Auto Fields

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

----------------------------------------------
Views Auto Fields
by Ted Bowman(tedbow) at Six Mile Tech
----------------------------------------------

This module provides a framework for adding fields dynamically to Views.

Modules must extend views_auto_fields_handler_field_callback

Then the field that extend views_auto_fields_handler_field_callback should be
added to a View.