AJAX Mini Panels for Pages

Component type

module

Categories

Maintenance status

Development status

Downloads

562

Component created

Component changed

This module allows you to AJAXify a panels page by making links and form submissions on the page cause the specified mini-panels embedded in that page reload themselves via AJAX.

To use this module, simply download and enabled it, then turn on Panels Mini Ajax in the configuration for the panels pages you want AJAX enabled on.

Sinhala Unicode

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sinhala Unicode

Add Sinhala Unicode font style to Sinhala ('si') pages, and CSS class:
.lang-si
.lang-si *

Add to custom tags/class

Method 1.
Add css class .lang-si to your HTML tags.

Method 2.
Add SinhalaUnicode font family to your classes

Example:
div { font-family:SinhalaUnicode; }

multistep_form

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The mulitstep_form module is a module that aims to ease the integration of multiple forms, into a multi-step form process. This process should be trivial for the downstream developer to implement. The aim, is to provide an interface where the the following code is all that's required to create a multi-step form from multiple sources:

function mymodule_form() {
  $forms = array(
    'other_module_form',
    'another_module_form',
    'yet_another_module_form',
  );

  return multistep_form_create($forms);
}

Acquia flush varnish

Component type

module

Maintenance status

Development status

Downloads

3270

Component created

Component changed

Synopsis

This module provides a Drupal admin side interface to manually purge Acquia Cloud varnish cache. It also validates Acquia cloud credentials. We can flush varnish cache for each domain that we have. It uses the acquia cloud API functions for all the actions.

How is Acquia Flush Varnish secure?
It uses custom CSRF token in Drupal 8 and Form API confirmation in Drupal 7 for clearing varnish cache. It also uses Drupal http request for all API calls. So it's not vulnerable to CSRF exploits and avoids security risk.

Biblio author node

Component type

module

Categories

Maintenance status

Development status

Downloads

1100

Component created

Component changed

This module adds an option to Biblio module that lets you link Biblio authors to nodes. By default, Biblio module only allows you to link authors to user profiles or Biblio author pages.

Compatibility

To use this module you will need Biblio module 7.x-1.x branch. Recommended version is 7.x-1.0-rc7 or 7.x-1.x-dev. Finally, Biblio author node fully integrates with Views module.