Redirect Node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Redirect Node module provides an interface to allow nodes to automatically redirect to a URL provided via a CCK Link field when viewed. This can be useful, for instance, when creating a content type for advertisements that should redirect on click.

OpenScholar LinkedIn

Component type

module

Categories

Maintenance status

Development status

Downloads

473

Component created

Component changed

This module brings LinkedIn information into OpenScholar sites using linkedin module(http://drupal.org/project/linkedin)

This module will create vsite widgets with scholar's linkedin information.
Live demo @ http://openscholar.technikh.com/
Video Demonstration @ http://www.youtube.com/watch?v=O0kClUNtPdg

Comment Username

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module came out of a request to be able to hide the identity of comment authors on comment by comment basis when comments contain possibly sensitive content on a site that does not allow anonymous comments.
This module adds a checkbox to the comment form allowing the user to hide his/her username when the comment is viewed. Instead of a username a generic username replacement is displayed instead (similar to CL-s fake email addresses). This module does not however prevent anyone from viewing a user's profile which should be managed at permissions level.

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)

Inventory

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is for anyone who wants to maintain stock on his localhost or on website.
After you enable this module ; you have to enable the block in blocks listing page.
When the inventory block is enabled then you can select from the menu in the block as to what operation to perform.

Add a Product :-
Initially you have to register a product so that you can sale or purchase it and maintain it in stock.
Note that just adding a product won't show up in stocks listing since you have not yet purchased it.

Drupal Aptana Formatter Profile

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Similar to what was done in this issue: http://drupal.org/node/607648, but specific to Aptana (and possibly PDT) rather than Zend. The profile attempts to following as much of the Drupal coding standards as specified at http://drupal.org/coding-standards as possible within the constraints of Aptana/Eclipse 'Formatter' configuration (for example, there is no way that I am aware of to force a new line before subsequent case and default keywords).

Master

Component type

module

Categories

Maintenance status

Development status

Downloads

22345

Component created

Component changed

The module provides utilities for controlling the module status of all modules in the whole installation by a single drush command. The configuration is done by defining "master modules". "Master modules" are (in most cases) custom modules or features, that provide dependencies to all modules that are needed to run the site. In combination with Features and maybe some custom code and scripts the whole site configuration can be managed via that approach.

Skinr Converter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The format for Skinr definitions used in 6.x-1.x has been completely overhauled in Skinr 7.x-2.x. This module assists in converting to the new 7.x-2.x format.