Signoff

Component type

module

Categories

Development status

Component created

Component changed

Sign off module allows you to sign off on specific actions / requirements based on configuration

Linkit - Enriched linking experience

Component type

module

Maintenance status

Development status

Downloads

765074

Component created

Component changed

Linkit for Drupal 7

More information about Linkit for Drupal 7 can be found at https://www.drupal.org/node/2647538

Linkit for Drupal 8

Linkit provides an easy interface for internal and external linking with wysiwyg editors by using an autocomplete field. Linkit has by default support for nodes, users, taxonomy terms, files, comments and basic support for all types of entities that defines a canonical link template.

osCommerce Authentication

Component type

module

Development status

Downloads

471

Component created

Component changed

This module provide an authentication link between Drupal and osCommerse.

When a user try to connect to Drupal but the system doesn't found. The osCommerse Auth module procced to check user against osCommerse tables. if user is found a dummy user is created in Drupal and authentication is enabled in Drupal

This module provide a extra process function to enable include custom code after authentication with osCommerse. If you want to use this function you just need include your code at function oscommerse_auth_extra_process.

Auto deployment

Component type

module

Development status

Downloads

2167

Component created

Component changed

This module depends on the Deploy module and adds the ability to deploy nodes automatically after creating or updating a node without user input.

Security

This module depends on Encrypt for encryption and decryption of the stored authentication settings and securely storing your encryption key outside of the web root.

Ajax modules install

Component type

module

Categories

Maintenance status

Development status

Downloads

2642

Component created

Component changed

Enhancing "modules installation" page by adding "install via ajax" button. When you click this button - modules will be installed in a simple, nice way without page refreshing.

Installing Ajax modules install

1. Copy the "Ajax modules install" directory into the 'sites/all/modules'.

2. Enable the module from the module administration page (Administer --> Site configuration --> Modules).

Connector

Component type

module

Maintenance status

Development status

Downloads

64731

Component created

Component changed

Connector makes it easy for other Drupal modules to connect and sign in Drupal users with accounts on other services. Connector takes care of the generic stuff like UI, account creation, storing of metadata like name and avatar etc.

Be sure to download at least one implementation for this module to be useful.

Eve Online HTTP Tools

Component type

module

Development status

Downloads

1018

Component created

Component changed

This module brings API of Eve Online to drupal and is still in very early stages of development.

The purpose of this module is to bring character management and planning to the web thus eliminating the need to download and install extra programs to your computer.

Mark

Component type

module

Development status

Downloads

27211

Component created

Component changed

The Mark module allows users to "mark" any kind of content that is accessible to Views. Mark allows content to be "marked" per-user or globally. The module provides blocks to mark (and un-mark) nodes and users as well as a View field that can be used on any type of view. Mark is designed to be used by authenticated users. It's possible to assign the proper permissions for marking content to anonymous users, but the behavior of the module in such circumstances is "unspecified", at best.

Variable API

Component type

module

Categories

Maintenance status

Development status

Downloads

31337

Component created

Component changed

This module extends the Drupal core variable API that handles persistent variables. It implements a class that:

Just took over the module. Will be making stable releases for Drupal 7 and will support Drupal 6 for major issues.

  • allows finding the directory where a library has been installed (branch 2.x for Drupal 6 and 7),
  • forces Drupal to re-build the menus (branch 2.x for Drupal 6 and 7),
  • allows obtaining the value of a persistent variable without passing the default value to each function call,
  • deletes multiple persistent variables,
  • and implements functions to centralize static PHP variables. The functions are a back port of drupal_static(), and drupal_static_reset() implemented in Drupal 7.

Installation notes

Install the module only if you are instructed to do so, or you are a developer and want to use the module.

If you are installing Variable API because it is a dependency of another module, you need to first install (and enable) Variable API, and then install (and enable) the other module. If the modules are enabled at the same time, you will get the error message class Vars not found. The same problem is actually present if you install a module that depends from the Variable API using Drush; in the moment I am writing this note, Drush will not download the Variable API module, with the consequence that you will get the error message class Vars not found.