Text formats report

Component type

module

Maintenance status

Development status

Downloads

495

Component created

Component changed

Provides a birds eye view of the usage of text formats, which is useful when analysing this part of a Drupal site's configuration.

To use it simply enable the module and go to /admin/reports/text-formats (requires 'administer site configuration' permission).

Displays information around the usage of text formats available to the site, including:

Views Extras (Session/Cookie/Token Support)

Component type

module

Categories

Maintenance status

Development status

Downloads

1061

Component created

Component changed

Views extra modules provide extra arguments for contextual filters based on session, cookie or token. This extends filter functionality to pass cookie, session variable or token as argument to views.

MODULE DETAILS
--------------
Views Extras allows to create views that accept arguments from session, cache or token. As of now, module provides following type of arguments:

Big pipe override

Component type

module

Maintenance status

Development status

Downloads

246

Component created

Component changed

This module is meant for development purposes

Some times you want to disable big pipe, for example to make sure you can set breakpoints in JS files in attached libraries. Just drop in this module and enable it in settings.php like so:

$settings['big_pipe_override_enabled'] = TRUE;

When changing this value, you should clear the cache.

Migrate Source Directory

Component type

module

Categories

Maintenance status

Development status

Downloads

118

Component created

Component changed

A Migrate Source Plugin to import files from a directory path in to Drupal Files.

Plugin Definition:

source:
  constants:
    uri_file: 'public://' #required
  plugin: directory
  track_changes: true
  urls:
    - /path/to/files/for/import
  file_extensions:
    - mp3
    - m4a
    - wav
  recurse_level: -1

This plugin provides the following fields:

Content Sneak Peek

Component type

module

Maintenance status

Development status

Downloads

77

Component created

Component changed

The Content Sneak Peek module provides a easy way for site developers to display
dynamic or static content using a "sneak peek" display, which can be rendered
on any position of the page that he wants.

This kind of display can be used to improve the user usability by enabling them
to see a summary or all fields of a desired content without having to exit the
current page and also without the need of clustering the page with more
information.

File System Switch

Component type

module

Maintenance status

Development status

Downloads

194

Component created

Component changed

File System Switch enables you to switch file fields between private and public.

Maintaining the security of your files can be really good in Drupal, however, sometimes you may wish to move between public to private for a file field (or a bunch of file field). This module manages that process, including moving the files and updating the file references.

This is a DEV release. We are not responsible if it breaks your site. :)