Panel pages internationalization via clone and redirect handlers ( i18n_pc )

Component type

module

Maintenance status

Development status

Downloads

1195

Component created

Component changed

This project aims to cover a gap in panel page (page manager pages) translation.
There are different approaches like https://www.drupal.org/project/mlpanels and i18n_panels but they can't be used for translating panels in a way of nodes translation.
Current approach adds ability to have different pages templates and content for different languages with URI translated as well.

Developer Notes

Component type

module

Maintenance status

Development status

Component created

Component changed

The Developer notes module will allow a site Admin to create and manage "Pass Along" type notes to others with the correct permissions. This will create a content type and a block that will be used to add and display notes for admin users. These notes have a multitude of use cases such as - Noting changes to the .htaccess file, Patches to Modules, Hacks to code, and General Gotchas.

Bad Performance

Component type

module

Maintenance status

Development status

Downloads

544

Component created

Component changed

The bad performance module purposely decreases the response time and increases the CPU load of any Drupal site it's installed on.

For reasons that are hopefully obvious, it requires the Bad Judgement module.

This module was written for Drupal Systems Administrator training hosted by Coldfront Labs Inc. to give new administrators a consistently slow Drupal site to optimize with supporting technologies like memcache and Varnish.

PatchInfo

Component type

module

Maintenance status

Development status

Downloads

1326

Component created

Component changed

Patch information shown in update report

Synopsis

The PatchInfo module allows you to add information about patches to a module's or theme's .info.yml file. It will show the information prominently in the update report and on the update manager form.

Requirements

This module does not depend on any other modules.

Git Clone

Component type

module

Maintenance status

Development status

Downloads

930

Component created

Component changed

What this module does

Clones, manages and synchronizes a specific git repository reference from a remotely hosted git repository. This allows the cloned repository references to be consumed in a Drupal environment. Consumers of cloned git repositories are tools that perform certain functions like parsing or building from several repository references.

An example of a consumer: the API module

Globals

Component type

module

Maintenance status

Development status

Downloads

680

Component created

Component changed

Globals solves the problem of providing user editable configuration properties by giving developers an API for providing these properties.

Usage

Globals provides a hook for declaring global properties, as well as a functions for getting these values back for later use.

Current hook documentation is available in the globals.api.php file.

There are two primary functions for retrieving these values:

Sortable Lists

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

This module provides a Form API element type for having sortable lists. This is a module for be used by a developer, due to that it doesn't provide any UI itself; you MUST use it in your code.

Introduction

If you need a form api element that provides any number of sortable lists and you can move elements from one to another and order them; you could use the element type that this module provides.

Exchange Rates API

Component type

module

Maintenance status

Development status

Downloads

1377

Component created

Component changed

Exchange Rates API module gives some elements to developers to allow their modules to convert from one currency to another.

It uses the Open Exchange Rates API to keep the rates of more than 170 currencies around the world updated.