Syslog-ng

Component type

module

Maintenance status

Development status

Downloads

3381

Component created

Component changed

This module is pretty simple by nature and is very similar to the core syslog module (in fact the vast majority of its code is copied directly from the core syslog module).
The only difference is that it was written to use syslog-ng instead of syslogd or rsyslog.

Block Visibility

Component type

module

Maintenance status

Development status

Downloads

12720

Component created

Component changed

This module adds a visibility column to the block admin screen.

One of the difficulties with managing drupal sites is that over time the block admin page gets very cluttered. There are often dozens of blocks in a region, each with different visibility settings. This makes it very difficult to determine which blocks show up on which pages.

This module adds a column to the block admin page and lists the visibility settings. It works with all the core settings and can be extended by contrib modules.

DNS Zone API

Component type

module

Maintenance status

Development status

Component created

Component changed

An API for maintaining DNS Zone Files as Drupal nodes with fields in D6 and entities and fields in D7.

Output for BIND format presently, but additional formats may be added (sub-modules welcome!)

Not appropriate for dynamically updated zones.

Sub-modules included

  • DNS Zone API UI - A User Interface for creating, editing, and maintaining Zone Files
  • BIND Output - A module to write the zone files out to BIND format files
  • EazyZone - Restricted user input for zone files

dnszonefile_api

Tattlebird

Component type

module

Categories

Maintenance status

Development status

Downloads

1009

Component created

Component changed

A client for the Tattlebird server. Tattlebird collects information about site status, module updates and logs so that it becomes easier to keep track of multiple Drupal installations. The Tattlebird server (https://github.com/hugowetterberg/tattlebird-server) is under active development and runs on node and mongodb.

jEditable

Component type

module

Maintenance status

Development status

Component created

Component changed

Port of jEditable module for Drupal 7.x with additional features:

  • Editing empty fields
  • Editing boolean and list field types
  • Fixed but with non-translatable field types

Project has been merged with original JEditable module, all future updates will be in module page: http://drupal.org/project/jeditable

orz Dev Code Editor

Component type

module

Maintenance status

Development status

Component created

Component changed

orz Development Toolbox: Code Editor

  • directly view, edit, and save website's files from the website
  • changes can be saved in database or committed to real files
  • three levels of authority: view, edit, and commit for both themes and modules separately
  • take the advantage of node's revision, Code Editor allow you to reload previous codes from both revisions and real files.