Pathed files

Component type

module

Maintenance status

Development status

Downloads

1482

Component created

Component changed

The pathed files module allows permissioned users to manage miscellaneous files that can be accessible from any path in the website.

Use case

You need to add a file to your site root named verify.xml for search engine ownership verification.

Normally you would have to take the file and place it into your Drupal core root. Then version control the file by adding code to your Drupal core repository, which is not ideal.

Public files URL

Component type

module

Maintenance status

Development status

Downloads

199

Component created

Component changed

Public files URL is an extremely light weight module that allows you to override domain your public files system uses by extending the public file system wrapper in Drupal Core.

This allows you to serve your public files assets from an alternate, cookie-less domain which will improve upstream reverse proxy cache capability and improve concurrent browser HTTP request rate.

This module doesn't not alter the file system in any way. The alternate domain you point to should ultimately able to serve the same files from the same location as the normal site domain.

Insert Popup

Component type

module

Maintenance status

Development status

Downloads

1293

Component created

Component changed

Summary

Provide content editor usability enhancement for integration with the insert and wysiwyg modules.

This module provides a new button in wysiwyg editors which when clicked displays an "insert enabled" field in a handy popup. It also disables the regular widget for this field.

Installation

Simple enable and check the following steps below. There is no configuration for this module.

Make local

Component type

module

Maintenance status

Development status

Component created

Component changed

This module search node's fields for external images and make them local.

The job performs during cron jobs.

All src attributes inside <img/> tags will process and replace with a local version of image.

At this time the module has not any configuration and works only on nodes, I planed to add configuration after became a full project.

To start making images local, just enable the module.

MORTools

Component type

module

Maintenance status

Development status

Component created

Component changed

MORTools adds Drupal support for all MORPOL JavaScript tools including:

  • createClass
  • zebraClass
  • BoxJS
  • FileJS
  • Inter Tab JS
  • Web FileSystem

For BoxJS and FileJS the module will also provide basic server-side interfaces to upload files for example.