Wysiwyg Pre Element Fix

Component type

module

Downloads

2523

Component created

Component changed

Wysiwyg PreElement Fix is a wysiwyg editor plugin that enables the preelementfix plugin for TinyMCE. This plugin tries to fix some issues with TinyMCE's handling of the PRE element. It is especially useful when trying to integrate the SyntaxHighlighter module into TinyMCE.

This plugin addresses the following issues with the

 element within TinyMCE:

Enter key:
MSIE and WebKit creates a new sibling PRE element each time the users hits enter.
Opera and Firefox creates a BR element.

Tab key:
When pressing the tab key in Firefox nothing happens.
WebKit creates a tab char inside a span element.

The plugin makes addresses these issues by making pre elements:
  • Preserve white space.
  • Contain no X/HTML child nodes.
  • Do not create a new sibling PRE elements when the enter key is pressed.
  • Tab key should create a tab character. This is just nice to have and since MISE handles this other should to :).

Software Projects

Component type

module

Development status

Downloads

1044

Component created

Component changed

Software Projects is a bundle of configuration that adds issue tracking features to an Open Atrium project. Open Atrium comes with an issue tracking system that is based on the Case Tracker module while OG Software Projects is based on the "Project" modules.

2.x branch

The 2.x branch will be a complete rewrite (by hand, for the most part).

My vision for this module is the glue and extra parts required to create a system like Unfuddle. I will be using Open Atrium, primarily, but I would like to build the module in such a way that it will work on any Drupal site.

Opinion Lab Integration

Component type

module

Maintenance status

Development status

Downloads

948

Component created

Component changed

This module integrates the Opinion Lab feedback software into a Drupal site. You need an account with Opinion Lab to use the data gathered by this tool.

This module is just starting and provides a way to include the opinionlab code onto your pages, and customise the display of this without changing javascript files.

Development Support: initial development sponsored by The Economist

Scribd field

Component type

module

Maintenance status

Development status

Downloads

3798

Component created

Component changed

This project provides a filefileld extension for CCK that supports the upload of files to Scribd and presents the content in an ipaper reader.

The development version of this module also allows for the use of secured, unprintable, un-downloadable PDFs to be embedded from Scribd, as well as allowing the usual unsecured PDFs to be embedded.

FLV Tool 2

Component type

module

Downloads

686

Component created

Component changed

This is an API integration with the Ruby based FLV Tool 2 which provides an easy way to to utilize the tool with Drupal modules. This module only provides services- it does not do anything unless other modules implement it.

Yahoo Geocoding API

Component type

module

Maintenance status

Development status

Downloads

1626

Component created

Component changed

DESCRIPTION

The module makes it possible for other module developers easily to use
Yahoo! PlacerFinder API to find geo coordinates for a given address.

The module it self don't do anything out of the box, by provides a
function to fetch the geo coordinates.

INSTALLATION

Install the module from the module page in the administration, and
go to the Keys API interface and configure your Yahoo Application ID.

Version 6.x-2.x

This version supports Keys version 6.x-2.x and the new Yahoo! PlaceFinder API.

PeopleBrowsr

Component type

module

Downloads

1328

Component created

Component changed

This module provides an interface for creating PeopleBrowsr blocks on Drupal sites. This module was originally created so that the PeopleBrowsr iframe could be loaded with AJAX so as not to prevent the rest of the page from loading first.

This module was written for NewMBC (http://newmbc.com) for use on MashCast (http://mashcast.com)

Beanstalkd Integration

Component type

module

Maintenance status

Development status

Downloads

10577

Component created

Component changed

Beanstalkd is a Drupal module to allow Drupal Queues to take advantage of beanstalkd to process the queues instead of the built in Database queue system that ships with Drupal.

What is Beanstalkd

Beanstalk is a simple, fast workqueue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

Feeds Image Grabber

Component type

module

Maintenance status

Development status

Downloads

32496

Component created

Component changed

Feeds Image Grabber (FIG) is successor of FeedAPI ImageGrabber, an addon for Feeds module, which grabs image for each feed-item from their respective webpages and maps it to an image field in the node created by Feeds (Node Processor).