Services Token Authentication

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a token authentication method for the Services 3.x branch.

When adding this authentication method to an endpoint you can choose what roles will get a token and users then can get their token on their profile page.

The token is sent by passing it in a header value called 'authorization'. The module finds the user with that token and then sets that user as the user the services call will be executed as.

theme7

Component type

module

Maintenance status

Development status

Downloads

804

Component created

Component changed

theme7 is a very small utility module providing theme7() function as a wrapper for core theme() function, with the only difference being that it accepts all theme hook arguments as an associative array of variables (like in Drupal 7) instead of list of arguments (standard way in Drupal 6).

Which essentially means that instead of using for example:

theme('table', $header, $rows);

you can now use:

Context Export

Component type

module

Maintenance status

Development status

Downloads

1473

Component created

Component changed

Context Export builds on the Context module to provide simplified exports. Contexts can be exported automatically (or manually via a single link at /admin/structure/context) and provided as "default" contexts, which makes Context changes easily transferrable between development environments via a version control system.

File Checksum

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a small module that provides simple checksum for web accessible files.

This module was initially developed as a deployment assistant tool, to check if files were moved correctly from one environment to another. I thought that someone else might need such tool, so I uploaded it here to Drupal.org.

Feel free to use it and improve it!

Regards.

DCDL

Component type

module

Maintenance status

Development status

Component created

Component changed

DCDL (Drupal Config Dump & Load) is a configuration management module written to support migrating configuration via drush for Drupal 6. It aims to be a small tool to handle a very specific problem space: snapshotting and loading configuration parts of a site without affecting the content.

DCDL works at a very low level, pulling the configuration directly from the database and writing directly back. It does not follow any code paths in the modules, but does read and write the configuration with guidance from the modules themselves.