Maintainers strive to actively monitor issues and respond in a timely manner.

Commerce Fulfilment

This module provides the framework for other fulfilment modules.

Curl multi

Implementation of this Object orientated cURL wrapper, which allows for synchronous cURL re

Applications and Postings

Applications and Postings allows users to submit postings to the site; these could be job postings, requests for proposals, calls for submissions, and so forth. Each posting has its own fieldable application form (much in the same way each content type has its own set of fields), allowing administrators to create separate application forms for each posting. Other users may then submit applications against these postings, up until a predetermined (and automatically enforced) deadline. These applications may be reviewed later on, potentially integrating with other modules for more advanced workflows.

Features

  • Create postings for users to apply to, visible at /postings
  • Submit and edit applications against postings until automatically enforced deadlines
  • Postings act as fieldable "application types," allowing custom application forms for each separate posting
  • Limit how many applications may be submitted by each user to any given posting
  • "My Applications" tab added to each user's profile page
  • Import, export and clone existing postings (requires CTools)
  • Postings and Applications are first-class entities with their own CRUD API, along with Views and EntityFieldQuery support

Requirements

Creative commons field

Defines a field type for attaching creative commons licence types.

Alternate Localization Server

The Alternate Localization Server is a module that enables use of a localization server other than localize.drupal.org.

The l10n_update README.txt says in part:

Each project i.e. modules, themes, etc. can define alternative translation servers to retrieve the translation updates from. Include the following definition in the projects .info file:

l10n server = example.com
l10n url = http://example.com/files/translations/l10n_server.xml

The download path pattern is normally defined in the above defined xml file.

You may override this path by adding a third definition in the .info file:

l10n path = http://example.com/files/translations/%core/%project/%project-%release.%language.po

The Alternate Localization Server module operates on the premise that we want all modules to go to another localization server for translation updates. So we use hook_system_info_alter to update those settings as specified above. More specifically, we set 110n server and l10n path. The latter overrides l10n url, so we don't need to bother with an l10n_server.xml file.

When the module is deactivated, we reset these to defaults, using hook_disable().

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained