TT

Component type

module

Maintenance status

Development status

Downloads

1137

Component created

Component changed

TT (Time Tracker) is meant to be a very simple and lightweight module for tracking time across Drupal systems. It is currently being developed to be used with OpenAtrium, I'll publish a feature for it someday. But this module should work fine in any Drupal installation.

Selector

Component type

module

Categories

Maintenance status

Development status

Downloads

312

Component created

Component changed

Selector lets you select a Features component to be exported to a feature right in the place in Drupal UI where a settings element for it resides. It provides a widget in that place near the element itself, which is giving you also information about the particular component and its presence (status) in available features.

At the moment it provides support for all core modules and these modules in addition:

Profile Aggregator

Component type

module

Maintenance status

Development status

Downloads

535

Component created

Component changed

Aggregates a user's profile nodes into one.

You have several different pieces of profile information about your users regarding to their work, eating habits, leisure time, and so on, all of which are considered to be semi-private (ie. may be hidden from eg. unauthenticated users). You may want to make (some part of) their profile data merged into one node per user, possibly with some considerably different layout and/or access control. You have set up different content types: 'work', 'eating', 'leisure', and 'public_profile', all of them set up with Content Profile module--but how to merge the first three into the fourth?

Here comes profile_aggregator.module handy. Just select the source profiles ('work', 'eating' and 'leisure'), select the target profile ('public_profile') with the appropriate format, and let the users update their pieces of profile information while having Drupal do the merge part of the work!

Vocabulary Permissions Per Role

Component type

module

Maintenance status

Development status

Downloads

25356

Component created

Component changed

Allows adding to/editing terms of/removing terms from vocabularies per role.

You have set up some vocabularies (with some terms) like Color (Red, Green, Blue) and Shape (Toroid, Cube, Sphere). Maybe you even have a vocabulary that controls who can view a specific node (with terms) like Access control (Editors, Colleagues, World). Here comes trouble: your precious editors want to add more Colors, or reorder the terms of the Shape vocabulary (probably they want to see Sphere before Cube, who knows,) and you do NOT want to grant your editors the administer taxonomy permission, as it grants too much power (and that implies too much sharing of responsibility). Without this permission they were NOT able to do the mentioned tricks: adding terms to a vocabulary but not to another, reordering/editing terms of a vocabulary but not another's, etc.

These problem of yours is the past--just download and install vppr.module, and set it up at Administration >> Site configuration >> Vocabulary permissions.

Text or Nodereference

Component type

module

Maintenance status

Development status

Downloads

10573

Component created

Component changed

Allows textfield to be rendered like a node reference, with some autocompletion magic on edits.

A university department wants to list the authors on their publications' page. Any given publication may have several authors, both from the department and outsiders, with their order being important (ie. it is quite likely to have an 'employee-outsider-employee-outsider' like order.) If an author is an employee of the department, his/her name should be displayed as a link to his/her own profile page, while outsiders' name should be displayed as clear text. There are several use cases with high probability here:

  1. It is quite likely to have an author order like 'employee-outsider-employee-outsider'.
  2. It is quite likely that a now-outsider author becomes an employee later on, in which case his/her name should automatically converted to a link to his/her profile without any changes to the publication.
  3. It is quite likely that the site editor wants to enter existing authors' names without typos, regardless of that they are employees or not.

So what does this module do then, anyway?

Let's switch to Drupal tongue. :) Want to have a nodereference-like link to a node that does not exist yet? Want to have autocompletion both on existing field values and on existing node titles of other content types? Install and enable this text_noderef.module, and all your problems fly away!

Incremental Deploy

Component type

module

Maintenance status

Development status

Downloads

3350

Component created

Component changed

Incremental Deploy is built on top of Deploy module. In conjunction with Services module, Deploy makes it possible to package up content such as nodes, users and taxonomy terms, and send them via XMLRPC calls to a remote Drupal site.

Fancy Insert

Component type

module

Maintenance status

Development status

Downloads

3446

Component created

Component changed

Fancy Insert provides a more user friendly interface for inserting images into specific positions within node content.

Fancy Insert converts the cck imagefield widget into a draggable floating box which is positioned above the text area. By clicking on an image, the image is inserted into the text area at the position of the cursor.

This functionality is useful when creating content with many images and text.

Dependencies for 6.x

Field suppress

Component type

module

Maintenance status

Development status

Downloads

3870

Component created

Component changed

Suppress field data from being loaded during entity_load(). Since field data will not be loaded it will not be displayed nor editable through the interface. This can be handy if you are using an alternate means to display or edit data and/or if you have a large amount of data in fields which will cause the node edit (or similar) interface to use a huge amount of memory and take a very long time to build.