Potx exportables

Component type

module

Maintenance status

Development status

Downloads

1386

Component created

Component changed

This module aims to ease the deployment of translation .PO files that the great Potx module generates. No longer will you have to manually upload these files to keep your site translations up to date. You can manually batch import all PO files defined in custom modules or alternatively, you can use the always useful Drush command to make things easier for you.

JW Player with CDN

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allow site builders to use JW Player as a field and field formatter. Support for Premium Accounts and custom skins.

CDN Support:

  • Up to 3 custom CDNs
  • YouTube
  • Vimeo (Fallback to iFrame until JW Player allow support)
  • Direct Link to file
  • Local file in public folder
  • Support for Akamai HD Network

Requirements:

  • Field (core)
  • Image (core)
  • File (core)
  • Libraries

Hook Advice

Component type

module

Categories

Maintenance status

Development status

Downloads

523

Component created

Component changed

A developer friendly module which provides instant information about hook callbacks from where or which file the request is coming.

Suppose if you need to find out module name, page callback, page arguments, etc then normally a developer goes to sites/all/modules and tries to search the module files manually. Sometimes it consumes lot of time to find the file from which the request is coming exactly. This module tries to give a solution.

How to use it?

In case clean URL is disabled
**********************

site_name/?q=somecontent&hook_advice=1

phpFreeChat integration (proposal for v2)

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a proposal for the next major version of the phpFreeChat module.

At the moment there isn't the need to upgrade the phpFreeChat module.
But for future reference and to try new things, this module is stored as a sandbox project.

A list of changes in this version:

Protected Installation (modules and themes)

Component type

module

Categories

Maintenance status

Development status

Downloads

465

Component created

Component changed

Allows you to install only the modules and themes from drupal.org. When installed, this module provides two simple features:

  1. Removes the upload field
  2. Validates the source URL entered for download (must be from drupal.org)

Developed and maintained by FISQUA; Sponsored by Marinha do Brasil.

    

Cache Locale

Component type

module

Maintenance status

Development status

Downloads

509

Component created

Component changed

Provides a framework overriding the locale() function thereby enabling various ways of caching translations.

Requires a core patch, which is bundled with the module. The patch allows for override of the locale() function.

A couple of translation cache handlers are bundled with the module.

Installation

Apply the core patch, and enable the module.

Configuration

Example:

JWT Link

Component type

module

Maintenance status

Development status

Downloads

1462

Component created

Component changed

About

Produces a JWT-compliant URL based on the logged in user to authenticate on a remote server that is set in the settings.

Installation

Requires BSD-3-Clause licensed JWT class available at:
https://github.com/firebase/php-jwt

Download and extract the PHP JWT package from https://github.com/firebase/php-jwt into this module's root.

The only required file is JWT/Authentication/JWT.php