Views Grouping Row Limit

Component type

module

Categories

Maintenance status

Development status

Downloads

11682

Component created

Component changed

This is a basic Views style plugin that allows for a limit on the number of rows displayed within a grouping field. So, for instance, if you have a view that outputs the following:

Grouping Field 1
 - Row 1
 - Row 2
 - Row 3
 - Row 4
 - Row 5

Grouping Field 2
 - Row 1
 - Row 2
 - Row 3

there is currently no way using Views to only show the first two rows under each grouping field without painstakingly making several different displays. That's where this module comes in.

SSH Key

Component type

module

Categories

Maintenance status

Development status

Downloads

18835

Component created

Component changed

Manages OpenSSH public keys for Drupal accounts.

  • Allow associating more than one key to a user.
  • Disallow adding the same key twice by calculating and using the key fingerprint.
  • Validates the key format.
  • Checks keys against the openssh-blacklist using ssh-vulnkey.

Multiple forms

Component type

module

Maintenance status

Development status

Downloads

805288

Component created

Component changed

This is an API module which lets you put several forms into one <form>.

The usage is very simple: there is one API function to call: multiform_get_form() and you can pass the form names in the attribute list.

KML content type

Component type

module

Maintenance status

Development status

Downloads

4124

Component created

Component changed

ct_gearth is a new content type based on the Google Earth API. Users can attach .kml files to a node (with upload module), which in turn is displayed through the Google Earth API. If a user attaches several .kml files it is possible to choose between them via a drop-down box.

This module is part of a package of modules being developed by Jefferson Institute. These modules are meant to serve as tools for data visualization:

Briefcase

Component type

module

Development status

Downloads

1724

Component created

Component changed

This module allows you to export and import elements from other modules (CCK, Views, ...) in a quick and clean way.

Quick because you need just one click (or command) to export and import all your exportables you want. Clean because every exportable element will be saved to a separated file in the target folder/ you choose.

Chargify

Component type

module

Categories

Development status

Downloads

517

Component created

Component changed

This module creates Chargify database tables and Views implementations for your Chargify subscriptions and customers. It creates Chargify customer to Drupal user and Chargify subscription to Drupal user relationships.

Google Auth

Component type

module

Maintenance status

Development status

Downloads

21207

Component created

Component changed

Drupal 6

Google supports the OAuth standard for API authentication. By using this module, web applications can access a user's Google Apps account without needing the user's GApps login details. The user logs into the site with their Drupal username and password. Once authenticated, they are then immediately redirected to the Google login page where they must confirm (or reject) that the website is allowed to use an authorization token to access their Google account.

Apache Solr Multilingual

Component type

module

Maintenance status

Development status

Downloads

99299

Component created

Component changed

About

The goal of this project is to cleanly extend Apache Solr Search to provide:

  • better support for non-English languages
  • support for multilingual search
  • cross-language information retrieval (CLIR)
  • an easy-to-use administration interface

Apache Solr Multilingual does not replace Apache Solr Search but is based on it.