Check Link

Component type

module

Maintenance status

Development status

Downloads

156

Component created

Component changed

This module is intended to solve a very simple problem: if you have "secured" pages to which you want to link, but a user is not logged in, the menu will hide it. If you point a user to user/login?destination=the-page, the link will disappear for logged in users.

Point your users to checklink?destination=the-page to allow the link to show, but redirect users appropriately.

Business Rules

Component type

module

Categories

Maintenance status

Development status

Downloads

2200

Component created

Component changed

The Business Rules module is inspired on Rules module and allow site administrators to define conditionally actions execution based on events. It's based on variables and completely build for Drupal 8.

This module has a fully featured user interface to completely allow the site administrator to understand and create the site business rules.

It's also possible to extend it by creating new ReactsOn Events, Variables, Actions and Conditions via plugins.

Page Transition

Component type

module

Categories

Maintenance status

Development status

Downloads

184

Component created

Component changed

Overview

Page Transition provides multiple Animation effect to your Drupal site. Show your pages with stylish transitions. This module helps you to add various page transitions to the Drupal pages by using jQuery Animsition plugin. Animsition is a simple and easy jQuery plugin for css animated page transitions.

ajax cached get

Component type

module

Categories

Maintenance status

Development status

Downloads

92

Component created

Component changed

About

Improve site speed when pulling page content using ajax by using GET requests and caching ajax data.

Details

This module adds a main content renderer for ajax request.
The main difference between the normal ajax content renderer and this one is, that it allows content to be cached.

Security

Since the module uses the same caching mechanism as the HTML Renderer. So for example logged in users do not get anything cached.

Example

Get a node in Javascript:

Sanitize Framework

Component type

module

Maintenance status

Development status

Downloads

62

Component created

Component changed

Sanitize is a Drush-integrated framework for performing sanitization and access-controlled distribution of Drupal databases. In addition to a stock sanitization procedure provided, developers are welcome and encouraged to write their own sanitization procedures for their own sites. For instance, Open Atrium
users may opt to sanitize private and unpublished spaces and related content before distributing their database to others.