Server ID

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a line ($_SERVER['SERVER_SIGNATURE']) on the Status Report identifying the server. Useful on load balanced servers when you need to know which back-end server is generating the page. Also provides an optional block to display the same signature.

Field Extract Values

Component type

module

Categories

Maintenance status

Development status

Downloads

2187

Component created

Component changed

This module is for module writers and has no UI of its own. Unless some other module uses it, it won't add anything to your site. Only install this module if another module requires it.

Drupal 8 converts all entities to full objects so there will be no D8 version of this module.

The field_extract module provides a couple of easy-to-use functions that make extracting data from entity fields much easier - as a developer you don't have to worry about languages and deltas, you just make the call.

Devel Menu Router

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project provides a UI interface to view entries the menu_router table. It is intended only as a development module for reference and should not be enabled on production websites.

APC Flush

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is intended to be used as an APC opcode cache flush automator for high performance Drupal-setups.

If you have setup PHP with apc.stat=0 in production and you deploy code updates (with version control or CI or whatever) you need to either restart your webserver or restart php-fpm to flush the opcode cache. You could also execute apc_clear_cache() with a script.

Javascript Drupal Extension

Component type

module

Maintenance status

Development status

Downloads

1013

Component created

Component changed

Javascript Drupal Extension extends the Drupal JavaScript object by exposing Drupal/PHP functions via AJAX-calls.

Ever needed to call a Drupal function from JavaScript that isn't already available in the Drupal JavaScript object? Javascript Drupal Extension fixes that by extending the Drupal object to expose PHP functions via AJAX-calls.

By default this module includes drupal_get_path() as it was the reason I made the module in the first place. I needed to get the path of a module that was installed, and thus Javascript Drupal Extension was born.

Extended Entity Wrapper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple but powerful module targeted at more adventurous developers. It doesn't enable visible functionality on its own, but let's developers leverage the power of OOP when working with Entity Metadata Wrappers. With this module developers are able to extend EntityDrupalWrapper class and write their own interfaces on top of it.

CKEditor - GeSHi filter bridge

Component type

module

Maintenance status

Development status

Component created

Component changed

Important: This module is based on Aren Cambre work WYSIWYG - GeSHi bridge and nearly all installation instructions came from this module.

NOTE:
This is my first module. I made it for my own purpose but then realize that someone could find it useful so I post it here.

Dependencies

CKEditor 7.x-1.9 module (only this version has been tested)
GeSHi Filter for syntax highlighting module

GeSHi filter hack