Web Services Client Views

Component type

module

Maintenance status

Development status

Component created

Component changed

The Web Service Client Views module is useful for those who just simply want to parse and display content from a web service. This project integrates the Web service client with Views. Using the Wsclient module, you specify a web service description including operations and results. Then using this module, you can easily display those results using the Views UI.

Admin paths

Component type

module

Maintenance status

Development status

Component created

Component changed

Make D7 admin paths functionality available to D6.

Backported functions:

path_is_admin()
Determine whether a path is in the administrative section of the site.

path_get_admin_paths()
Get a list of administrative and non-administrative paths.

Output Alter

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides hook_alter_output()

Allows modification of page output, after the full page is rendered and before it's passed to the browser.

Usefull applications:

esync

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

eSync will sync code and database changes on different servers without bringing down the server. eSync will use drush commands for same. Basically its GUI Deployment process using drush.

it will save different server details in admin Panel. After that it will provide you code or database sync functionality.

it will take backup of code and database before do anything. if something wrong happens it automatically reverts back original website.

This module will help to promote changes on different servers.

This Module saves lots of time for deployment.

Text CAPTCHA Legacy

Component type

module

Maintenance status

Development status

Component created

Component changed

The functionality of the D7 version of textcaptcha (formally text_capture) is different from the D5 version.

The D7 version integrates with http://textcaptcha.com, the D5 version provided a question of the form 'What is the nth word in the phrase ...'

This module provides a D7 version that implements original functionality of the D5 version as closely as possible.

Sympal

Component type

module

Maintenance status

Development status

Component created

Component changed

Symfony router testing in a Drupal context.

It aims to show different ways Symfony can enable interactions with Drupal in an unobtrusive way while also demonstrating the concepts that make Symfony powerful.

Context Hacks

Component type

module

Maintenance status

Development status

Component created

Component changed

Context Hacks is a little project for several context related fixes that are not suitable for inclusion into main module.

Currently it features various improvements to the block editing screen:

* Removed blocks are "soft-selected" so they can be quickly re-added again.
* You can search for blocks by label. (Useful if you have lots of views, blocks, etc.)