New Aggregator for Drupal core

Component type

module

Categories

Maintenance status

Development status

Downloads

2043

Component created

Component changed

This project will provide a simple but extensible API for aggregation that ships in a configuration that covers the most common use case of aggregating feeds as nodes on a web site.
The planned architecture layout can be found here: http://feedapi.novaak.net/design.png
The result of my work will be a patch against the actual Drupal 7 which is ready-to-use and ready to be committed.

Education Field

Component type

module

Maintenance status

Development status

Downloads

1200

Component created

Component changed

D6 version: I don't plan to port to D6. You are encouraged to try out CCK's experimental 'content multigroup' module instead to make your own custom multi-value fieldgroups. 'Content Multigroup' can be found in CCK's 'modules' directory - follow its README to try it out.

Education Field is a CCK field for storing information about a person's educational history.

It contains fields for school, state, country, degree, field of study, dates attended, and activities.

Module Paths

Component type

module

Categories

Maintenance status

Development status

Downloads

2468

Component created

Component changed

This is a simple helper module for module developers and maintainers to keep an overview of the different CVS branches (like DRUPAL-5, DRUPAL-5--2, DRUPAL-6--1, HEAD, etc) they have enabled on different test sites.

A module developer that has to maintain different branches of the same module typically has CVS checkouts of those branches in directories like foo-DRUPAL-5, foo-DRUPAL-5--2, foo-HEAD. This module provides a block (and page) that displays the path name of the enabled modules on a site. That way it's easy to determine which version of the modules is enabled the site.

ImageCache Color Blend

Component type

module

Maintenance status

Development status

Downloads

1422

Component created

Component changed

The ImageCache Color Blend module provides an ImageCache action for blending an image with a color. This can for example be used to darken/lighten an image or to blend it with the background color of the used theme.

Requires ImageCache 5.x-2.x and ImageAPI.
This module is still under development, currently only the GD image toolkit is supported.

Related modules:

PHP Error Report

Component type

module

Categories

Maintenance status

Development status

Downloads

5024

Component created

Component changed

This simple module attempts to simplify the process of managing PHP errors on your site.

The watchdog log is a very handy method of analyzing the state of your web site. The most important log entries in the watchdog are PHP errors as these can often highlight major issues on your site. When things are going wrong; you may often have 100's or even 1000's of PHP errors and filtering through these in the watchdog logs can be a tedious process.

This module performs 3 functions:

LifeWire Diff

Component type

module

Maintenance status

Development status

Downloads

1841

Component created

Component changed

This module is the standard http://drupal.org/project/diff module except instead of only providing a 2 column difference view for revisions it provides a user selectable option of either using 2 column or inline difference view (similar to what MS Word uses).

This module requires the Pear Text_diff class be installed.

This project was designed by LiquidCMS and funded by LifeWire, a NY Times Company.

Coherent Access

Component type

module

Maintenance status

Development status

Downloads

4669

Component created

Component changed

Notice: This module is no longer being developed. The majority of the planned updates to this module would make it nearly functionally equivalent (including implementation details) to nodeaccess_userreference which has a larger number of sites installed. If you would like to takeover development of this module please open an issue requesting maintainer status.

Magic Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

11424

Component created

Component changed

Magic tabs is an implementation of tabs that are loaded using ajax, but are fully accessible and degrade beatifully if Javascript is not available.

Features

  • Tabs are loaded dynamically using ajax calls
  • You can use many tab groups in a page
  • When JS is turned off, the tabs look the same, and are accessible using full page reloads. The status of other tab boxes on the page is kept across page loads
  • You can theme individual tab box, as well as all of them together
  • You can set which tab is active by default, but if the user selected a different tab, it will become the default for the rest of the session.