Resumable Download

Component type

module

Maintenance status

Development status

Downloads

4414

Component created

Component changed

Drupal does not support download resume , meaning that downloading large private files can be troublesome because if for any reason the download fails , there is no way to continue downloading from where it stopped and the whole file should be downloaded again.

NOTICE : This module does not need any patch to work

Querypath template vars

Component type

module

Maintenance status

Development status

Component created

Component changed

This module populates template vars with html fetched by querypath.
The html can be run through different processors like:

  • paths_rel2abs: Transforms relative paths to absolute.
  • remove_elements: Removes elements from the DOM. Surprise :)

Other modules needs to implement a hook in order to add template vars with querypath fetched html:

Composite Views Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

3736

Component created

Component changed

Allows you to create one filter condition that enables a bunch of filter conditions. Sometimes one condition isn't enough for your filter, but you still want the user to be able to change the filter (group).