Library Index

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Library Index module retrieves information about Finnish public libraries. Data is fetched from API created by kirjastot.fi, which offers free library specific information to all who are interested in libraries.

Module contains two fields, one that shows the following values: library name, description, open hours, telephone numbers, street address, mail address, coordinates and library picture in chosen size, if more than one size is available. The other field shows library open hours as a field or a block.

NetX

Component type

module

Categories

Maintenance status

Development status

Downloads

1594

Component created

Component changed

About

This module provides an integration between the NETX Digital Asset Management (DAM) System and the Drupal Content Management System. The module makes it easy for NetX users in managing their digital assets in the content management system. Digital assets will be synchronized to Drupal as “file entities” with asset meta data such as AssetID, Name, Description, File Size, Format, etc. Instead of syncing the file to Drupal, the integration module aims to only synchronize a “preview” derivative of the asset when possible.

Rename Locked Fields

Component type

module

Categories

Maintenance status

Development status

Downloads

461

Component created

Component changed

Drupal Commerce is a great example of modules providing fields and locking them. Locked fields are not a problem unless you're working on a multilingual-website with a non-English default language where you want to modify the title of the fields. If I am not mistaken, there is an issue somewhere in drupal.org for at least being able to only modify the title of the locked field. As a workaround, this module may help you translate these fields without having to unlock the field from database, change the title and lock it back once again.

File Base64 Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

File Base64 formatter is a simple module that provides a way to encode files
as Base64. It works with file fields only. One example use-case might be where
you want to access a file attachment from a different domain with javascript.

Enable the module in the usual way. Use this file field formatter in the manage
display area of content type configuration screens, field formatters in Views,
etc.

Bootstrap Carousel Image Formatter

Component type

module

Maintenance status

Development status

Downloads

6738

Component created

Component changed

Bootstrap Carousel image field formatter.

Overriding output (Drupal 7):

Copy the theme_bootstrap_carousel_if function from the bootstrap_carousel_if.module file and paste it into your themes template.php file.
Rename the function to MYTHEME_bootstrap_carousel_if where MYTHEME is the name of your theme.
Edit the function to output what you need.

bitbucket autodeploy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Bitbucket autodeploy provide callback for automated git deployments from Bitbucket. The module does not need bitbucket credentials.

Requirements

  • Git installed
  • PHP shell_exec enabled
  • Shell access

Here’s what your deployment workflow will look like: