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.

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.

Webform swfupload

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a swfupload component. The swfupload components allows you to :

  • Upload multiple files at once by ctrl/shift-selecting in dialog
  • Control filesize before upload starts
  • Only display chosen filetypes in dialog
  • Queue uploads, remove/add files before starting upload
  • ...