Codemetrics

Component type

module

Categories

Maintenance status

Development status

Downloads

968

Component created

Component changed

Codemetrics provides static code analysis and software metrics for PHP projects and Drupal codebases in particular.

To see this in action, check out the Broccoli project.

This is pretty much alpha code - it's still fairly experimental. Expect APIs to change without notice.

Google Maps location

Component type

module

Categories

Maintenance status

Development status

Downloads

20761

Component created

Component changed

Migrate to Location Map module for Drupal 7

The successor to this module is the Location Map module, which provides this functionality for Drupal 7. Due to confusion with the GMap module which has a submodule called "GMap Location", it was decided to continue the current code path in a new and more accurately-named project.

Public Bookings

Component type

module

Categories

Maintenance status

Development status

Downloads

8453

Component created

Component changed

Public Bookings allows registered and unregistered users to book predefined resources. These booking requests can then be approved, rejected, or modified by an admin, with notifications to the user.

Available and unavailable dates and times can be specified for each resource.

Requires the Bookings API module, the Date API (and its submodule Date Repeat API) and Views. Use the corresponding Bookings API release! Never ever mix DEV and STABLE between those two modules (e.g. dev from API, alpha from Public or vice vesa).

Elysia Cron

Component type

module

Maintenance status

Development status

Downloads

401591

Component created

Component changed

!NEW Release 2.2 is finally out, with code & performance improvements and a lot of new features! Check changes in release notes

Elysia Cron extends Drupal standard cron, allowing a fine grain control over each task and several ways to add custom cron jobs to your site.

  • Set the timings and frequencies of each cron task (you can run some jobs every day at a specified hour, other only monthly and so on...). For each task you can simply choose between some frequently used options ("once a day", "once a month" ...), or use a powerful "linux crontab"-like syntax to set the accurate timings. You can even define your frequently used options to speed up site configuration.
  • Parallel execution of cron task: you can group jobs in channels and execute then simultaneously: so a task that takes a lot of time to execute won't block other tasks that need to be executed every 5 minutes...
  • You can disable all tasks, an entire channel or a single task.
  • Change the priority/order of task execution.
  • Manual force the execution of a cron tasks.
  • Detailed overview of cron status with time statistics for single tasks and channels.
  • powerful API for module developers: you can define extra cron tasks for your modules, each one with own default timings (site administrators can override them by configuration, other modules via hook_alter).
  • Administrators can define custom jobs (call to functions with parameters), via the "script" option.
  • Several optimization for frequent cron calls and error handling.
  • Protection from external cron calling by cron_key or allowed host list.

Elysia has no dependencies with contributed modules, and doesn't need to patch the core: it can be used in minimal Drupal installation with only core modules.

3rd party integration:

  • Ping feature, for external tracking services like host-tracker to tell whether cron is functioning properly on your site.
  • Drush support: you can call "drush elysia-cron run" to manually run extended cron.
  • CTools support for exports/backup of task settings.
  • Features support.

Ubercart Restrict Qty

Component type

module

Maintenance status

Development status

Downloads

25656

Component created

Component changed

Ubercart Restrict Qty lets you add a very basic Restrict Qty. to a product in your Ubercart store to limit the quantity of that product in the shopping cart to 1. This is useful for single purchase products or for instances where it just doesn't make sense for a customer to purchase more than one and you want to prevent it from happening.

Code coverage

Component type

module

Categories

Maintenance status

Development status

Downloads

3363

Component created

Component changed

This module allows you to determine code coverage using the xdebug code coverage framework.

Screenshot of code coverage results page

Installation

Due to the low-level entry point of code coverage the patch is hard-coded to point to sites/all/modules/code_coverage. The code_coverage module must be placed there in order to work unless you alter the patch accordingly.

Ubercart Restrictions

Component type

module

Categories

Maintenance status

Development status

Downloads

5152

Component created

Component changed

This module will do its best to prevent the wrong sort of people from ordering the wrong sort of goods, or to ship them to the wrong kinds of places.

For example, some products cannot be ordered by minors, or some products cannot be shipped to certain states.

The module was originally developed for a site that sells wine.

Zemanta

Component type

module

Maintenance status

Development status

Downloads

5592

Component created

Component changed

Zemanta is an amazing content creation tool that saves you time, makes your content more compelling and brings more traffic to your site.

As you write your content, Zemanta will analyze the text and recommended related content that you can insert into your post. Easily insert recommended images, articles, links and tags that will help your post stand out!

Now available for Drupal 7!

Ubercart Marketplace

Component type

module

Maintenance status

Development status

Downloads

26408

Component created

Component changed

Ubercart Marketplace adds multiple seller support to the Ubercart module. It includes a series of modules that limit the access to Ubercart functions for sellers. Additional functionality is added to support this from both a marketplace seller's point of view and the store administrator's view. Sellers (with the proper access permissions) gain the ability to view their products, track and fulfill their orders, and monitor their sales reports. Store administrators can view seller reports based on seller order statuses and seller sales.