FileField Load Multiple

Component type

module

Maintenance status

Development status

Downloads

763

Component created

Component changed

This module optimizes loading of multiple filefield data in Views. For every filefield/imagefield value displayed in a view, it will remove 1 redundant query generated by the FileField module to load file data.
It's probably mostly useful for image galleries and file directories, because they often display many files.

Icon boolean display

Component type

module

Categories

Maintenance status

Development status

Downloads

2999

Component created

Component changed

This module's purpose is to display any boolean value in Drupal as an True/False icon. As for any other formatter, you must first choose it at field display level to see any changes. It currently:

  • supports displaying core's boolean checkbox field as an icon,
  • implements views field handler that displays boolean values as icons,
  • uses views field handler to display node status with icons,
  • uses views field handler to display comment status with icons.

Path to icons can be configured using two variables:

Views compound fields

Component type

module

Categories

Maintenance status

Development status

Downloads

2198

Component created

Component changed

Provides two compound fields for Views:

  • Collapsing field outputs only the first of a set of fields that has a value, similarly to the SQL function COALESCE.
  • Gathering field outputs all the fields in a set within the single field markup.

jEditable

Component type

module

Maintenance status

Development status

Component created

Component changed

Port of jEditable module for Drupal 7.x with additional features:

  • Editing empty fields
  • Editing boolean and list field types
  • Fixed but with non-translatable field types

Project has been merged with original JEditable module, all future updates will be in module page: http://drupal.org/project/jeditable

Git Commit Logs

Component type

module

Maintenance status

Development status

Component created

Component changed

Git Commit Logs is a simple module which pull git logs (date, author, email, message, hash fields) from the provided git project URL in a node and store them in database against node nid.

This can be used if one want to see his/her module/project logs automatically pulled and stored into database. This module has views integration so one can show logs in any format and place.

Dependencies : Git should be installed on machine and accessible from command line.

Views Roundabout

Component type

module

Categories

Maintenance status

Development status

Downloads

2566

Component created

Component changed

This is a wrapper module for the jQuery Roundabout plugin which provides a carousel like animation for lists of content.
To make this module work you have to either download it manually and put the files under sites/all/libraries/jquery.roundabout or you can use the drush command 'roundabout-plugin'.

This project is in an early stage and doesn't support all options the js library provides. These will be added over time.

views_groupby_hack

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a hack to fix views groupby functionality. What it does is remove any fields from the query that you have not explicitly added. This prevents groupby from grouping on nid or vid, which often creates duplicate rows when you are grouping on a cck field, especially when using relationships.

Here is a link to the issue where this problem is being discussed.
http://drupal.org/node/695298#new

Right now I have it working as I would expect with...

CCK 6.x-2.9
Views 6.x-3.x-dev