Panels CM

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I am creating this sandox as a code exploration of Web Components as defined here: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html

Upon first reading about this idea the first implementation I wanted to try was to build the UI of Panels-in-page editing upon these concepts. There's only one problem, I don't know a lot about Panels' code.

Responsive images and styles

Component type

module

Categories

Maintenance status

Development status

Downloads

80163

Component created

Component changed

Overview

This module solves the problems with images and responsive themes, it allows you to define multiple image style suffixes and their corresponding maximum width.

The future (Drupal 8)

See #1757518: D7 backport of Picture: Since picture is now part of Drupal 8, we have backported that code to Drupal 7, picture 7.x-2.x

ILS Authentication

Component type

module

Categories

Maintenance status

Development status

Downloads

841

Component created

Component changed

ILS Authentication allows library patrons to use their library account information to log into a Drupal site. It only supports authentication against a single Integrated Library System at a time, and each ILS requires a driver to work with this module. The 'sample' driver is enabled by default.

ILS Authentication doesn't touch 'local' accounts (accounts created by Drupal's built-in user module) or accounts created by other contributed modules.

User-Agent Cache Bypass

Component type

module

Maintenance status

Development status

Downloads

920

Component created

Component changed

What is User-Agent Cache Bypass

The User-Agent Cache Bypass module allows specific user-agents to bypass Drupal's page caching system, always generating a fresh copy of the page.

Database logging clear button

Component type

module

Maintenance status

Development status

Downloads

1411

Component created

Component changed

Backport of Drupal 7's button to clear the database log table, with the addition of a permission to allow this.

Dependencies

  • dblog - core module

Installation

  • Enable the module

Usage

  • View the recent log entries page
  • Clear all log entries

Background

See #49333: A clear all logs button.

Views PHP Array D7 - jamsilver

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a fork of http://drupal.org/project/views_php_array with the following extras:

1. Works in D7 (only)
2. Provides a few more options for customizing the array constructed.

This is not intended to usurp the views_php_array module, but just be bashing out some ideas.