Drupal releases

Flag Anonymous

releases - Mon, 02/15/2010 - 17:46

Offer an option to display of "sign in or register" for a flag for anonymous users. It is compatible with Flag 6.x-2.x only, for reasons and patch for 1.x please read this comment.

Categories: Drupal releases

Feeds XML Parser

releases - Mon, 02/15/2010 - 10:23

A Feeds plugin to parse XML files. The module uses the
XML parsing interface of XML Parser to return a formatted PHP array.

Code repository is currently at GitHub: http://github.com/pvhee/feeds_xmlparser. Once the module has reached a more final form, it will move to Drupal CVS.

Categories: Drupal releases

Statistics Granularity

releases - Mon, 02/15/2010 - 05:36

Statistics Granularity extends Drupal's core statistics module by adding node counts for week, month and year. Includes views integration for accessing these values.

This module was originally developed for Jimmy's Sandbox.

Categories: Drupal releases

Issuu integration

releases - Mon, 02/15/2010 - 01:20

This module let you interact with issuu.com API through a drupal interface using CCK.

It is inspired on imagefield and scribdfield interaction with filefield.

This module is in early development.

Features
  • Upload documents to issuu.com using filefield for manage upload and an own cck widget.
  • Two CCK formatters to show an issuu document as: page flip and thumbnail.
Categories: Drupal releases

d4os

releases - Mon, 02/15/2010 - 00:24

Integration to control an OpenSim grid from a Drupal website.

Discuss about this project here : http://groups.drupal.org/d4os

Categories: Drupal releases

Ubercart Barclays EPDQ payment gateway

releases - Sun, 02/14/2010 - 22:23

Integrate Barclays EPDQ payment gateway service.

The first release of the module supports UK only, I might extend it to support other countries in the future.

Categories: Drupal releases

Buzzthis

releases - Sun, 02/14/2010 - 15:28

Google Buzzthis integration in Drupal.
Display Google Buzz this button in nodes of enabled types.

TODO: Add a rebuzz counter

Categories: Drupal releases

CCK Password Field

releases - Sun, 02/14/2010 - 14:52

Module by hefox.

CCK Password field defines a basic md5-ed CCK password field.

Widgets include the a normal password textfield and a drupal password confirm.

Passwords that have been set are not retrievable as their original value as they have been hashed.

Passwords fields that have been set will have a delete check box.

Warning: required will not work correctly, as I haven't figured out how to make it that work..

Categories: Drupal releases

Popup

releases - Sat, 02/13/2010 - 23:27

The popup suite allows builders to popup tooltip-like text, nodes, blocks, menus, forms, views and php-generated content.

It includes the following modules:

  • Popup that provides the basic popup framework as well as a few basic popup styles.
  • Popup block that provides block configuration options to allow any block to be displayed as a popup.
  • Popup breadcrumb that replaces the standard breadcrumb with a set of configurable popup views.
  • Popup filter that privides an input filter that replaces popup tags with popups in filterable content. (The popup suite grew from the Popup filter module).
  • Popup menu that provides blocks of popup menus for each defined menu within the system.
  • Popup UI that provides a means of managing popup display formats, as well as cck and views integration of node-reference fields

read more

Categories: Drupal releases

Übercart gateway module for iTransact

releases - Sat, 02/13/2010 - 06:52

Use this module to process credit card payments in Übercart using the iTransact payment gateway. The module supports the following Übercart transaction types:

  • Authorization only
  • Authorize and capture immediately
  • Prior authorization capture*
  • Void authorization*

* Access this functionality through the Übercart credit terminal.

Module created by Sammy Spets from Synerger Pty Ltd.

Categories: Drupal releases

Ubercart Conditional Actions Export To Code

releases - Sat, 02/13/2010 - 00:05

Exports Conditional Actions as PHP code for adding to ca_hook_predicate

Categories: Drupal releases

iframe page

releases - Fri, 02/12/2010 - 19:37

A custom node type for creating a page where the main content is an iframe.

Categories: Drupal releases

Views default argument from Context

releases - Fri, 02/12/2010 - 18:52

This module allows a default value for a view argument to be specified based on a piece of contextual data set through the Context module's context_set function. When configuring the default argument, you specify the context namespace and the attribute name, and the value is pulled automatically. This is particularly useful for getting information to Views blocks. This is far less hackish than specifying path arguments via arg().

Categories: Drupal releases

SexyBookmarks

releases - Fri, 02/12/2010 - 09:09

The SexyBookmarks module is a port of the WordPress plug-in by the same name.

The sole aim was to stray away from the "in the box" thinking behind most social bookmarking plugins, and add a little flair that would entice your readers, rather than deterring them with microscopic icons that get lost in pages heavy laden with content.

SexyBookmarks for WordPress was written by Josh Jones
- http://sexybookmarks.net

read more

Categories: Drupal releases

User import domain access

releases - Fri, 02/12/2010 - 08:03

Allows users to be assigned domains when using the user import module.

New and existing users can be mass assigned to domains by importing data from a CSV file.

read more

Categories: Drupal releases

Active Link Filter

releases - Fri, 02/12/2010 - 05:55

This is a non-caching filter that parses HTML to append an active class to URL's found in the content if they match the current page.

This filter does not cache, limit it's usage to fairly small blocks! Also it should come after all other input filters that generate HTML (e.g. a weight of 10) so that it can find all of the links to check.

The reason for the filter was for theming a HTML list of fixed links, some related to the menu system, and having the need to have the current page highlighted.

Categories: Drupal releases

Theme settings extras

releases - Fri, 02/12/2010 - 04:05

This module provides usability enhancements for Drupal's theme settings page. It simplifies the logo and shortcut icon fieldsets by displaying radio buttons instead of checkboxes, and uses javascript to hide the custom path and file upload elements until needed.

The module can be enabled or disabled at will without affecting the stored theme settings.

Categories: Drupal releases

Hover Preview for ImageCache

releases - Fri, 02/12/2010 - 02:19

Hover preview Javascript effect for the ImageCache module. Allows for hover FROM any ImageCache preset TO any other ImageCache preset. Supports views and standard theme-layer output options.

read more

Categories: Drupal releases

Splash Page Redirect

releases - Fri, 02/12/2010 - 01:17

This module's singular purpose is to redirect users immediately from a splash page (before they see it) when they don't need to see it anymore. It is a pretty small amount of code but need to use it on lots of sites. It is designed to work with javascript so the splash page can be fully cached without breaking any functionality. Do not use this module to create splash pages, you might want to use Front Page or Splash for that.

Current features:
- Admin settings UI supports one splash page
- Redirect anonymous users immediately after seeing the splash page x times (or never)
- Redirect logged in immediately after seeing the splash page x times (or never)
- Let users opt into always skipping the splash page

Features I'd like to see:
- Save view count/skip preference in database for logged in users instead of just cookie
- Admin interface for multiple splash pages. The code was written with this in mind, we just need an interface and a couple small changes

Any testing/documentation/code contributions are welcome.

Originally contributed by Sony Music

Categories: Drupal releases

Superfish

releases - Fri, 02/12/2010 - 00:43

Superfish integrates jQuery Superfish plugin with your Drupal menus. Look how it works.

Overview:
  • Purely Superfish.
  • Supporting: Delay, Speed, DropShadows, AutoArrows, Fade in\out, Slide in\out.
  • Block-specific settings.
  • Supersubs support.
  • 9 extra styles (different colour schemes for the default purplish Superfish theme.
  • RTL (Right-to-left) language support.
NiceMenus

Since NiceMenus module provides - or is going to - Superfish plugin, some may wonder why did I create this module. In fact, this Superfish module offers lots of more features, and more importantly it does not have any NiceMenus - or anything like that - within, meaning Superfish takes care of everything.

Categories: Drupal releases
Syndicate content