Easily add a related subforms to your node form page
This module makes is possible to use the Subform Element module with the Relativity module.
This is very helpful if you have several fields that repeats in more than one content type. You may want to put these fields in one content type and make this content type the child of as many as you want parent content types using the Relativity module. Now all you have to do is to add this child content type as a subform element to any parent types you may define.
For example, use it when many content types needed to contain the private details of a person. Define a 'private details' content type and make it the child type to all the content types that need it, enable this type as a related subform and the user will need to fill the private details together with the other form items.
The module takes care on building the necessary relations between the newly created nodes during submission.
uc_aac is an add-on module for the Ubercart e-commerce suite. This module updates product fields via Ajax when attributes that affect those fields are modified. By default it also updates individual attribute price adjustments so that they remain relative to the updated price, but this can be turned off in the attribute admin settings.
The Database Scripts project is a series of command line scripts which will dump, erase, restore and merge databases. They are specifically set up to work the best when developing within a version control environment. The primary goals are to:
Gathers data about the modules and themes installed on a Drupal site and sends them to a corresponding server. As you are (hopefully) monitoring the status of the site from the server, optionally you can disable the 'There are security updates pending for your site' shown on the admin pages also.
Update status aggregator server
Receives data from clients and stores the data in the database and processes it to compute the latest updates available for the modules and themes. The data is exposed to views, so you can process it in almost any way you like.
Currently the module doesn't ship with any default views, but that will change soon!
Requirements
Services module for the server component/site only
Drupal 5 version
Update status aggregator is comprised of two components: a "client" module and a "server" module.
The client (update_status_notifier.module), to be enabled on all sites that are to report to the central tracker, sends a list of installed modules and their status to the tracking site via xmlrpc when cron is run. This information is taken from the update status module.