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

XCache

This module is no longer maintained. Please see http://drupal.org/project/cacherouter for XCache options

Theme Factory

Enables styles/templates editing and the creation of new Smarty themes.

jQuery UI Backport

The module is abandoned. If you are looking for module to use instead of this one, see jQuery UI.

Site Network

Let your users to use their username and password from other Drupal sites.

It IS the old "Drupal" module which just left core.

Wysiwyg

Allows the use of client-side editors to edit content. It simplifies the installation and integration of the editor of your choice. This module replaces all other editor integration modules. No other Drupal module is required.

The Wysiwyg module supports any kind of client-side editor including HTML editors (a.k.a. WYSIWYG), pseudo-editors (buttons to insert markup into a textarea), or even Flash-based applications. The editor library must be downloaded separately. Various editors are supported (see below).

The Wysiwyg module also provides an abstraction layer for other Drupal modules to integrate with any editor. This means that other Drupal modules can expose content-editing functionality, regardless of which editor you have installed.

Discussions happen in the Wysiwyg group, and in IRC #drupal-wysiwyg.

Node Find Replace

Allows global case sensitive find replace in node body, node title, cck nodes, file paths etc.
Note: file paths is only available in the development snapshot.

Running a find replace creates a snapshot so changes can be undone / redone.

The Undo / Redo functionality runs off a separate history table, only nodes that changed for a particular find/replace are effected.

The find and replace occurs across all node revisions for a couple of reasons.
1. This module was originally written to fix full urls (generated by WYSIWYG's mostly) when moving a site, and I didn't want revision changes to re-break the urls.
2. I didn't want find and replace operations to generate new revisions because this would bloat the node_revisions table quite a bit.
Finding and replacing common text could easily double it.

With a little refactoring, it would extremely simple to make this module support menus, taxonomy or anything else.
As it is it is pretty easy to add support for new items. The history, undo and redo is the same for any table, you just have to pay close attention to make sure you insert data into the history table correctly.

This module should currently be considered alpha since it is very new and has not had much testing.
I highly recommend backing up your data prior to using it.

See Also

http://drupal.org/project/scanner

Donate

Pages

Subscribe with RSS Subscribe to RSS - Developer tools