First time visit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module sets a cookie the first time a user comes into the site and exposes a function called first_time_visit_is_first(); This is done via javascript to guarantee the code executes even if a proxy reverse is implemented.

Deploy Info

Component type

module

Categories

Maintenance status

Development status

Downloads

4213

Component created

Component changed

Deploy Info displays deployment information generated by the deploy-site script.

The deploy-site script manages the test, staging, and live deployment processes on shared Ubuntu virtual machines. It depends on a Github server, either github.com or the enterprise edition.

The deployment details are displayed in the Drupal status report (admin/reports/status). Below is an examples of what the report will display:

Fieldset collapser

Component type

module

Maintenance status

Development status

Downloads

5594

Component created

Component changed

Have you ever wondered why some fieldsets in some Drupal forms are just fieldsets, others are collapsible, but once you open (or minimize) them and save the form, their collapsed state is back to what it was before you edited the data? Well, this is due to a sad side of the generally great Drupal form API. While module developers may define fieldsets as "#collapsible" and even may define an initial "#collapsed" state, the one who is to use the form - eventually day by day - is let alone, as the way he configures his forms is never ever being recalled.

Just think of users having to create articles day by day, or just think of yourself as a site builder: How many times have they (or you) possibly sweared at the need to always open/close all these nice little fieldsets?

Well: Forget about it. This tiny shiny tool here solves the problem - even for anonymous users.

Toolbar Paths

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

The Toolbar Paths module provides a simple settings interface which allows you to
control the display of the Drupal 7 Toolbar, by simply invoking path conditions.
This module may come to use, while using internal iframes and such.
Also handy to tidy up on unique necessities.

Features

This module will show/hide the toolbar due to the settings configured.

Requirements

Toolbar module - Drupal 7 Core.
The module itself has no particular PHP, database, or Drupal requirements, other than it only works with Drupal 7.x.

South African ID

Component type

module

Categories

Maintenance status

Development status

Downloads

281

Component created

Component changed

This module provides a text field to enter a South African ID number that will get validated.
The field is provided through the field API, so i can be used on content types as a normal textfield is used.
The field has a setting to specify that it must validate the ID, otherwise it will throw an error on the form.

There is also a API function southafrican_id_validate_id($id) that other modules can use to validate a ID number. The function returns TRUE or FALSE to specify validity of number.

This module is only for Drupal 7

Shell Client

Component type

module

Categories

Maintenance status

Development status

Downloads

1508

Component created

Component changed

The shell_client module provides a basic class for interacting with the command line from a Drupal site. This module provides no user interface. You should only install this module if another module requires it.

You should consider using Symfony Process instead of this module for new project.

Development of this module was sponsored by Technocrat.

SSH ID

Component type

module

Categories

Maintenance status

Development status

Downloads

1516

Component created

Component changed

SSH ID generates SSH private keys.

One use case for this module is to allow users to generate a SSH public key for use with the Feature Git module and store them against their profile using the SSH Key module using a bit of Rules magic and some custom code.

Development of this module was sponsored by Technocrat.