Panels IAB

Component type

module

Maintenance status

Development status

Downloads

1847

Component created

Component changed

This module provides a Pane for use in your panels when developing your website.

Both Google and IAB provide "placeholder" creatives in the standard sizes defined by the IAB (Internet Advertising Bureau). This module simply exposes a pane which hotlinks to an image provided by Google or IAB.

Ultimate Cron

Component type

module

Maintenance status

Development status

Downloads

147131

Component created

Component changed

The Ultimate Cron handling for Drupal.
Runs cron jobs individually in parallel using configurable rules, pool management and load balancing.

2.5 READY!

Ultimate Cron 7.x-2.5 is out now.
Ultimate Cron 1.x documentation can be found at https://drupal.org/node/1666944

The old project page for Ultimate Cron 1.x can be found at https://drupal.org/node/2195381

Changes

  • No more dependecy to Background Process. Ultimate Cron now works without Background Process. However, Background Process is still supported for true parallelism
  • Refactored to use cTools plugins, making it easier to extend Ultimate Cron.
  • Now includes the daemonizer and queue throttling features, previously found in the modules Ultimate Cron Daemonizer and Ultimate Cron Queue Scaler
  • Hopefully a more robust lock and logging mechanism.
  • Integration with nodejs for live update on cron page
  • Nagios support has not been re-implemented

Upgrade path from 7.x-1.x and previous

  • Add and enable Chaos tool suite (ctools) before upgrading Ultimate Cron (not just before running update.php but even before upgrading the code).
  • Disable cron while upgrading.
  • Existing db-stored settings will be upgraded.
  • Existing features containing Ultimate Cron settings will be stored in db, for easier re-export.
  • Existing log table will be modified. Beware, that if the table contains many entries, the upgrade may take some time.

Plugins

Ultimate Cron is built upon 4 plugin types.

  • Settings: - plugins that provide custom settings for jobs (bundled: general, queue).
  • Schedulers: - plugins that provide a mechanism for whether or not a job should run at a certain time (bundled: simple, crontab).
  • Launchers: - plugins that provide a way of launching jobs (bundled: serial, background_process).
  • Loggers: - plugins that provide a logging backing for job status (bundled: database, cache).

Ultimate Cron 7.x-2.x documentation can be found at https://drupal.org/node/2195383

Features

  • Works out-of-the box in most cases (or aims to)
  • Parallel exection of cron jobs
  • Configuration per job (enable/disable, rules, etc.)
  • Multiple rules per cron job
  • Pool management and load balancing using Background process
  • Support for Drupal Queues
  • Overview of cron jobs
  • Log history of cron jobs
  • Status/error messages per cron job, providing easy debugging of troublesome cron jobs
  • Uses hook_cronapi() (Elysia Cron compatible, NOT 2.x, please use hook_cron_alter() for similar functionality)
  • hook_cron_alter() for easy adding/manipulating cron jobs
  • Poormans cron with keepalive a granularity of 1 minute
  • Drush support (list, start, enable/disable jobs from the command line)

kde

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A set of tools to aid Drupal development using KDE.

KatePart Syntax Highlighting

Contains KatePart modified PHP syntax highlighting config tied with a *.module and *.tpl.php files to recognize Drupal API functions and highlight them with dark blue cursive. Tested on Kate 2.5.12 and Kwrite 4.5.12 (KDE 3). It should work for any KatePart based text editor, like Kate, Kwrite or KDevelop.

Kate Snippets

Provide some helpful snippets as hook, which allows to include any kind of drupal hook without too much coding overhead.

Magento attribute filter

Component type

module

Categories

Maintenance status

Development status

Downloads

513

Component created

Component changed

Every Magento product has a big number of attributes which are not always necessary on the front-end side. However, synchronization of these attributes and their values can add time to overall synchronization process when we are talking about thousands of products. This module allows to blacklist certain attributes and they won't be created as CCK fields in Drupal.

Note: this module cannot be used without Drupal-Magento modules.

Dis or Dat

Component type

module

Maintenance status

Development status

Component created

Component changed

Sup yall! Dis herr module dun give yall uh form element dat gives you uh drag 'n' drop bling fo' uh list o' #options. Rly though, it's jus' checkboxes, but draggin' uh item 'tween da "Active" an' "Inactive" column will toggle da checkbox value fo realz yall.

Update: Dis or Dat now is uh field widget too.

Look herr:

Extended Database API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides developer with a set of functions for more efficient data extraction under drupal 6 core. Using this module, a developer can easily extract keyed arrays, columns, single values and even trees as easy, as using native drupal database api.

Project's mission is to add flexibility without sacrificing simplicity of using database layer for developer. The original module doesn't clone or copy functionality of drupal 7 database layer, which is more focused on interacting with database, rather then data extraction.