Maintainers strive to actively monitor issues and respond in a timely manner.

UC Profile

Integrates the profile module with Ubercart.

freeCommerce

A simple shopping cart for sites that need to take orders for free, physical (i.e. -- non-downloadable) products.

FAQ

Can you add a payment method?
No, sorry. It's freeCommerce. It always will be.
Couldn't I just use something like Drupal Commerce for this?
Probably. Commerce – let there be no confusion – is a great module. But it's also large (~ 500KB zip) and complex; it leans on other modules; it's more tightly integrated with the node system. If you know you are never going to be taking payments, this is a lightweight, flexible, and loosely-coupled alternative.
Or webform?
Webform is another module that's packed with awesome. If it works for you, that's great. The freeCommerce module allows you to add nodes to a shopping cart and then check out with one simple order form. Of course, the order form is not nearly as flexible or customizable as a webform form, but, again, you have the shopping cart functionality.
Is this really needed? Are people giving stuff away for free?

User Merge

This module helps users to merge together duplicate accounts. It uses a hook system so other modules can do whatever they need to manage their relationships to users.

HTML5

HTML5

What is this theme and why is it here?

This theme will be the official back-port of the theme-related work done in the Drupal 8 HTML5 initiative. We want everyone to be able to preview what's coming in Drupal 8 from a markup and CSS perspective. We want anyone to be able to easily review our progress without needing to create another install of an unstable, or unfamiliar version of Drupal.

How it is being developed?

For each theme-layer related change committed to Drupal 8, we'll attempt to implement a Drupal 7 version of that change, here in this theme. We'll track template files, theme functions and CSS files and anything else that is worthwhile and easy to implement in a theme. This won't be possible in every case, but we'll try our best.

Should I use this theme?

No. The purpose of this theme is for you to preview and track the progress of the HTML5 initiative. Over the next couple of years, this theme will be a constantly moving target and there will never be an official release, and it will not be supported like typical themes.

While you shouldn't use this theme for any serious project, you may want reference it. There will be lots of HTML5 and CSS improvements, that you might be interested in, and unless you are a certified theming ninja, you'll probably learn from it.

Get Involved with the HTML5 Initiative

Serial Field

This module provides an auto-increment (serial) field.

Unlike Drupal's built-in auto-increment node ID, which is global and shared by nodes belonging to all content types, serial fields are managed per content type (D6) / entity (D7). For example, the serial field of an Invoice instance will generate a unique sequential number (starting at 1, then 2, etc.) exclusively for Invoice instances.

The allocation of serial numbers by this module is atomic. In other words, the serial values are unique even when multiple instances of the same content type / entity are created simultaneously.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained