docbook2book

Component type

module

Maintenance status

Development status

Component created

Component changed

This module transforms DocBook XML documents into Drupal books.

You can upload a valid DocBook document to a node, and the module transforms the XML content into a Drupal book. Chapters and sections turn into drupal nodes and they form the proper book hierarchy.

Optimizely

Component type

module

Maintenance status

Development status

Downloads

56669

Component created

Component changed

This module makes it easy to add the Optimizely tracking code in your page's HEAD.

Optimizely.com is a A/B testing tool that helps you optimize your site's conversion rate.

Enable the module, go to the settings page and add your Optimizely account ID. Enabling the default project will apply the Optimizely javascript snippet site wide "*" or adjust the path setting for the Default project to target specific pages. Additional project entries are also support for Silver and higher Optimizely accounts.

CMISPlus

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides CMIS implementation for SharePoint.

Once installed, it allows the site admin to configure a SharePoint endpoint and share document libraries between SharePoint and Drupal. Documents can be uploaded, downloaded or deleted. The code is a heavily tweaked version of the CMIS API for Drupal.

Full documentation will be available soon.

Modalframe Authenticate

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is an add-on to the Modalframe API module. It enables administrators to insert an additional authentication to send certain forms. This will serve as means of protecting certain duties from maluse or mistakes.
Administrator needs to define forms which will receive the extra authentication. When user tries to submit the form, this module will popup a new modalframe with the username prefilled, prompting for password. If no password is given or it's wrong, the form is not sent.

Wide Code

Component type

module

Categories

Maintenance status

Development status

Downloads

640

Component created

Component changed

Wide blocks of text in code blocks can get cut off leaving important bits of information unavailable to the user. Wide code adds javascript to pre elements and automatically grows/shrinks those blocks on hover.

Leave your pre elements with overflow: scroll to allow non-javascript users to scroll to the content. The module adds javascript that takes care of the overflow rules. Then it adds an event on hover which measures the current width of the pre, grows to the needed width and returns it to the original size.

Profilactor

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a choice of notification actions when users update their profiles. It solves a very well-defined and simple requirement of one of my clients, to keep track of profile changes. It is very narrow in scope.

It cycles through Profile details, optionally also user account details, and describes exactly which were changed. Quite a few configuration options are available.

It only requires the optional core Profile module.

Copyright Block module

Component type

module

Categories

Maintenance status

Development status

Downloads

14183

Component created

Component changed

About this Module

This module creates a block that allows you to configure a copyright message that automatically updates using the current year from the server that your site is hosted on.

It does this by adding a new token called [copyright_statement:dates] that you can place within your message. A start year when needed, and the date separator can be changed if needed.

A default message is provided that includes the [site:name] token.