CacheFlusher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sure, you can set a shortcut to admin/config or install the devel module, but what if you could clear your cache with one button?

This small module adds a flush cache button to your menu for easy, one-click cache flusing!

It has no configuration, just install and enable.

You may not want to use this on a production site - or at least disable it when you go live, since a permissions check might not be enough to prevent an unauthorized user from flushing your cache.

Media Chapter Marker Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The goal of this module is to implement a field for attaching chapter markers to audio and video media with an interface for adding chapters while previewing the media.

For now the module only minimally implements the chapter_marker field.

Commerce Alipay

Component type

module

Maintenance status

Development status

Downloads

5829

Component created

Component changed

Alipay integration for the Drupal Commerce payment and checkout system.

Features

  • Customer scan business QRcode to pay
  • Business scan customer's QRCode to pay
  • Refund
  • Sandbox support
  • Sub Merchant support
  • Payment cancellation support
  • Payment API for other modules

Installation on Drupal 8

This module also require additional PHP libraries. To use this module, you need to:

1. Add the Drupal.org repository

Commerce Checkout Redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

55796

Component created

Component changed

This module redirects anonymous users to a page where they can login or create a new account when they try to checkout.
Included in the Commerce Kickstart v2 distribution.


REQUIREMENTS
This module requires the following modules:

  • Commerce Cart

Submodule of Drupal Commerce package.

Code generator

Component type

module

Categories

Maintenance status

Development status

Downloads

895

Component created

Component changed

Module that generates code to ease development.

Implementated support:

  1. Generate Menu items
  2. Generate Form elements
  3. Generate Permissions array, including permissions as constants
  4. Generate Schema
  5. Generate hooks - Obsololete. use http://drupal.org/project/module_builder
  6. Generate Info file
  7. Generate Views data handler

Block Visibility by Term

Component type

module

Categories

Maintenance status

Development status

Downloads

6363

Component created

Component changed

Block Visibility by Term extends the block visibility interface in Drupal 7 and allows the user to control block visibility based on the terms that a node is tagged with. For each block, taxonomy terms can be selected. If the displayed node is tagged with at least one of those terms, the block will be visible; if not, it will be hidden.

A popular and excellent alternative to this module is Context. A Drupal 8 version of this module is not anticipated.

WP Admin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This handy module adds a URL alias from "wp-admin" to "admin" for those times when muscle memory gets the best of you. Welcome to Drupal :)

Drag and Drop Multi Upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Builds a Chrome-specific HTML5 multi-upload dropzone on a specified DOM object.

If a user is of a given role, files dropped into the specifed DOM object will be
added to the Drupal files table, then added to a CCK Filefield on a given node.

@todo Generlize reloading / selecting behaviour, it's not very robust right now and built only for views.
@todo Make role-checking legit, ie: actually add a permission in the Drupal permissions page.