Hashed Sessions

Component type

module

Categories

Maintenance status

Development status

Downloads

307

Component created

Component changed

Introduction

Drupal 7 core stores session ids as is. This allows anyone with read only access to the database (via SQL-i) to take a session id, present it in a session cookie to Drupal and take over the session.

This module contains a patched core session.inc that only stores hashes of the session id. Attackers cannot offer this hash as a valid session id, nor derive the session id from the hash, nor realistically guess a string that hashes to the same value.

FieldCollection Ckeditor

Component type

module

Maintenance status

Development status

Component created

Component changed

This is my solution to render the ckeditor into textarea that is in FieldCollection.

First all, I dont know if there is a better solution... so, I hope that my soluction can help someone :)

The idea is, add the class "field_collection_textarea" into FieldCollection, that is fieldcollection_ckeditor.module:

Nivo Slider Image Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Nivo Slider Image Formatter is an image field formatter that displays image field
to Nivo Slider image gallery.
For user:
- Support image styles.
- Support thumbnail.
- Support settings of Nivo Slider, except advanced triggers callback settings.

INSTALLATION
------------
1. Create directory libraries.

2. Download Nivo slider and extract
to libraries/nivo-slider.
Ensure this path exists:
sites/all/libraries/nivo-slider/jquery.nivo.slider.pack.js

Naming Conventions

Component type

module

Categories

Maintenance status

Development status

Downloads

673

Component created

Component changed

"There are only two hard things in Computer Science: cache invalidation and naming things." -- Phil Karlton

Features

  • Provides a naming convention details widget on config and content entity add forms.

  • Allows automatic machine name generation to be disabled. (/admin/config/development/naming/settings)

  • Provides a help page that outlines all naming conventions.
    (/admin/help/naming)

Add Content Block

Component type

module

Maintenance status

Development status

Component created

Component changed

This module simply gets all node types and creates a block with a list of links for adding them, like content/add page.

These particular links can not be created as a block with the Menu Block module because they are not really in any menu structure inside Drupal.

Just download and enable this module and the block will be available in the admin's interface.

Domain Theme Switch

Component type

module

Categories

Maintenance status

Development status

Downloads

2502

Component created

Component changed

Domain Theme switch
===================

Domain Theme Switch module for Drupal 8 community users.

* This module provide the administrator interface to manage the theme.
* The interface provide very basic setting to manage the theme
against each domain.

Configuration:
--------------
Domain Theme module have configuration setting page
to set theme against each Domains.

Configuration page path:
/admin/config/domain/domain_theme_switch/config

Dependencies:
-------------
-domain

Funnelback Accessibility auditor

Component type

module

Maintenance status

Development status

Component created

Component changed



Integrate to Drupal the Funnelback Accessibility Auditor web service.
The Funnelback Accessibility Auditor tool examines files for accessibility issues. Currently it can check HTML and PDF documents.

In this module we integrate the auditor tool to the file upload widget in Drupal to allow live checking of the accessibility of a file.