Google DFP Blocks

Component type

module

Maintenance status

Development status

Component created

Component changed

About
This module pulls Google DFP (Doubleclick for Publishers) ad units/slots and makes them available as blocks in Drupal. The blocks will then display the ads from the unit's inventory. At the moment, integration is extremely basic and I'd like to keep it that way, since Google DFP is absurdly complex.

Requirements

localize.drupal.org

Component type

module

Maintenance status

Development status

Downloads

255

Component created

Component changed

This project is like the Infrastructure and Webmasters queues but is specific to localize.drupal.org. So, where people used to enter things into those queues with a Component of localize.drupal.org they can now enter them here.

It might also serve as a repository for custom code on localize.drupal.org in the future.

DrupalWinCache

Component type

module

Maintenance status

Development status

Component created

Component changed

DrupalWinCache is an implementation of Drupal's DrupalCacheInterface interface for using wincache as cache.

This Drupal module make use of the PHP WinCache extension for caching key-value pairs. The PHP Wincache extension includes 5 different types of caches.

1. Opcode cache
2. File Cache
3. Resolve File Path Cache
4. User Cache
5. Session Handler Cache

SlideAd

Component type

module

Maintenance status

Development status

Downloads

1985

Component created

Component changed

Slide Ad is a simple module that allows show a little box with your system or custom blocks content in the bottom of page while user is scrolling.

You can configure the design, width or more using CSS and HTML.

Site diff

Component type

module

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to be able to compare (diff) two Drupal sites (e.g. staging vs. release).

Description

The diff is made by comparing the defined structures (partitions) between the sites likes modules and their versions, system variables, site information, latest node, etc. Site diff obtains this data from the remote site using a connection via Services module. After the selected partitions have been compared, Site diff generates an output with differences highlighted.

Date Popup Restrictions

Component type

module

Maintenance status

Development status

Component created

Component changed

About this module

This module allow to add day select restrictions in the date_popup widget from
the date moduel that could be displayed as custom form widget, in a entity
with date field or as a exposed filter in a view. The approach to restrict the
selectable days is done used a view display that is used as a data source of
dates that we are interested to allow selectable in our widget. Other days not
returned by this view will be unselectable.

HMS Field

Component type

module

Categories

Maintenance status

Development status

Downloads

28400

Component created

Component changed

HMS Field displays an integer formatted as Hours, Minutes or Seconds.

The field stores values as integer. Both input and output can be formatted as Hours, Minutes and/or Seconds. Alter functions provide a way for developers to add their own format.

Formats

Pick one of these formats for input or output:

  • h:mm
  • h:mm:ss
  • m:ss
  • h
  • m
  • s

Or alternatively, use hook_hms_format_alter() to add/edit your own format.