Result cache

Component type

module

Maintenance status

Downloads

1374

Component created

Component changed

The result cache speeds up slow operations by storing function results in a cache table and later, on page execution time, pulling these results from the cache table rather than calculating them.

Coder

Component type

module

Categories

Maintenance status

Development status

Downloads

881408

Component created

Component changed

Coder checks your Drupal code against coding standards and other best practices. It can also fix coding standard violations for you with the phpcbf command from PHP_CodeSniffer, see the installation instructions and usage examples. Those checks apply to all versions of Drupal, so you can use Coder 8.x-2.x to check Drupal 7 code.

Coder is not a module, it is used as command line tool and in IDEs.

Release Monitor

Component type

module

Categories

Maintenance status

Development status

Downloads

2038

Component created

Component changed

Releasemonitor is a Site Administrator Module that assists with keeping contributed modules up to date and summarizing their upgrade availability. The Release Monitor reads the current version information of enabled contributed modules from the module.info file if they are available, from CVS/Tag and the CVS $Id$ string. Using cron, it gets the current version information to determine if there are minor or major upgrades available. The Monitor displays this information on a single page and creates watchdog events when an upgrade is available. To make downloading easier, it gives links to the Drupal project page, and the CVS repositories (if appropriate).

Given that update_status is in 6.x core, the cvs_deploy has been release, and I am overwhelmed with other work, I am discontinuing all support for releasemonitor. I do believe that releasemonitor has the potential to offer something a little better and different than update status, but I simply don't have the time to do it. Please do not create any issues for this module, they will be ignored and not appreciated.

The monitor currently gets version information from cvs.drupal.org, but future versions whould get this information from the drupal.org project.module. The monitor pulls module information once per day, although this is a configurable option.

Dript - A Scripting Language for Drupal

Component type

module

Downloads

1176

Component created

Component changed

Dript is a scripting engine running around Drupal. Dript can be used by other modules to add scripting or formula capability. The module itself implements a filter that can be applied to nodes and other contents. Dript is simpler and safer than PHP. It is meant to be a glue language similar to formula in spreadsheet with the casual programming concept "once coded it will be forgotten". As a dialect of LISP and a simpler LISP, Dript is for non-programmers who want to alter their contents slightly according to certain behaviors. Dript will give ordinary users or administrators a capability to add function and logic on the fly while working with Drupal without having to go down with PHP or creating a module.

Administration menu

Component type

module

Maintenance status

Development status

Downloads

4583917

Component created

Component changed

Provides a theme-independent administration interface (aka. navigation, back-end). It's a helper for novice users coming from other CMS, a time-saver for site administrators, and useful for developers and site builders.

Administrative links are displayed in a CSS/JS-based menu at the top on all pages of your site. It not only contains regular menu items — tasks and actions are also included, enabling fast access to any administrative resource your Drupal site provides.

Services

Component type

module

Maintenance status

Development status

Downloads

971192

Component created

Component changed

A standardized solution for building API's so that external clients can communicate with Drupal. Out of the box it aims to support anything Drupal Core supports and provides a code level API for other modules to expose their features and functionality via HTTP. It provide Drupal plugins that allow others to create their own authentication mechanisms, request formats, and response formats.

Currently all development is happening on github for the useful help of PR's. https://github.com/kylebrowning/services

Nodetype

Component type

module

Maintenance status

Development status

Downloads

11858

Component created

Component changed

Change the content type of your posts while editing them.

Note: This module is extremely simple and *only* changes the node type in the database column. That is all. It does not convert any CCK fields or change other things about the node.

Only use it when you know *exactly* what you're doing.

For most cases, the Node Convert module is better solution.

Firebug

Component type

module

Categories

Downloads

1707

Component created

Component changed

This project was discontinued in favor of Firebug Lite module.

Firebug is an amazing developers tool available as a plugin for Firefox. The people behind Firebug have also released Firebug Lite which is available as a standalone JavaScript utility that can be embedded on any web site.

AHAH Forms Framework

Component type

module

Development status

Downloads

9693

Component created

Component changed

Note: This module is no longer supported. Its functionality is now included in Drupal 6.

Ahah forms is a utility module, for adding Ajax/javascript driven incremental page reloading, without needing to write any Javascript.

Node time tracker

Component type

module

Maintenance status

Downloads

2580

Component created

Component changed

NOTE: this module is deprecated in favour of Time Track, another module which does exactly the same, in order to not divide efforts. I will not develope any more on Node Time Tracker.