Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Filedrop Field

Support jQuery filedrop plugin with Drupal fields (image, file)

Static Page

I want to add several static pages to drupal. To be specific, for example,

pn_nid

Roadmap

23 JUL 2013
This module now contains an submodule: Previous Next Field that provides a highly configurable Previous/Next field type. It is working, but needs quite a bit of work still. Right now the biggest roadblock is that I'm not sure if fields require some sort of DB storage or not (currently wading through the API docs). I'm storing "1" for each instance of this field currently, but that's not necessary; each instance of the field is identical. Perhaps it would be useful to store the actual previous next value in the field, but that kind of defeats the purpose of the original parent module's caching mechanism. And I still thing the original module is useful as a standalone.

Previous / Next Node ID

This module provides a function that retrives the previous and/or next Node ID
in a sequence as defined in a list of options passed as a param to the function
sorted by Node ID, Node Title, Published or Changed date. The queries used to
generate this sequence can be slow so this module also creates a table for
storage and quick retrieval of the values.

Sequences can be restricted by node status, node type and taxonomy terms.

USAGE

The following function is available after enabling the module:

<?php

Server Monitor

Sample Server Monitor result block

Introduction

The Server Monitor module will monitor and display the status of a number of servers which will be polled by a ping or by retrieving a URL (drupal_http_request or cURL). The status checks can be configured to run during cron.

Description

When cron runs, Server Monitor will iterate through the list of configured servers and check their status (up or down) using the method specified (ping, curl or drupal_http_request). The current status is recorded and is displayed in a block on your website as well as in a JSON feed for use with other services you may have.

Requirements

- cURL, if you wish to use it as a monitor method.

Additional Notes

If you have the Varnish module installed, Server Monitor will automatically ban/purge the JSON feed when cron runs. For this reason, if you are running behind Varnish server(s), it is also best to check the 'Use JSON generated block?' option in the administration menu, as it will ensure that your block displays as up-to-date information as available.

Drush support. You can also use drush to run the server monitor via either drush server-monitor, or the alias drush smon.

User Hover Card

This module shows a hover card when hovering a username.

Drush Editor - A fashion way to manage your WYSIWYG libraries

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.

Dependencies

  1. Drush
  2. PHP's DOM API

Supported Editors

  1. CKEditor (v3.1+)
  2. TinyMCE (v3.5+)

Installation

Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the modules administration/management page.
More information at: Installing contributed modules (Drupal 7)

Note: If you want to install the command to drush for global use. Just copy the 'editor' folder to drush_base_dir/commands/ and run `drush cc drush` to clear drush cache.

How to use

Pages

Subscribe with RSS Subscribe to RSS - Developer tools