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

Iframe Filter

Iframe Filter allows to embed content into an iframe. Normally externally loaded content like website widgets can slow down the loading of your website or making it crash if the page from where the content is loaded fails.

Iframe Filter provides a simply solution for fixing this, you just need to add this filter to an input format and the content you create using that format will be displayed inside an iframe created dynamically.

Gallery Summary

Gallery Summary provides the possibility of creating rich displays for hierarchical content. It extends the functionality of Views allowing to attach a set of data to a summary view.

It wasn't possible with Views to create a list of top arguments and attach related content for each one. You can now do this using a new style plugin that will be added for arguments, this plugin will give you the possibility of attach a display of the same view to the argument , in this way you could display the argument name, the number of nodes (terms, users, etc..) for that argument and a preview of the content associated with each argument.

Manager

Manager

Manager is a set of modules focused on "content manager" users, that is, users that maintain the content of a website (adding, editing and deleting nodes, managing comments, etc), but are not site admins (don't have to worry about views, site settings, content types settings, etc). The objective is to let things simple even for users that aren't familiar with Drupal.

The Main Manager modules provides a page (generated with Views Bulk Operations) that allow users to easily perform the most common actions related with their nodes. It's replaces the default "/admin/content/node" page.

Manager's Bar is an admin-bar designed for users that aren't familiar with Drupal. It is like the default "Navigation" menu, when we cut off everything that doesn't matter to this users, and it looks like some known admin-bar-modules, like Admin Menu, but a lot more simple.

Manager's Page improves the "/admin" page providing quick links to add and edit nodes of the most important content types, defined by the administrator.

Browser

Proper textual browser for use with Drupal and SimpleTest.

Drush Multi (drush_multi)

I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.

Within this structure and this drush command, it is now possible to do that via drush.

Here is the very specific structure this command deals with for multi-drupalupdate and multi-create:

drupal/
|-- 6.x -> drupal-6.14
|-- 6.x_backup
|-- 6.x_profiles
|-- 6.x_sites
|   |-- all   
|   |-- default
|   |-- example.com
|   |   |-- files
|   |   |-- modules
|   |   `-- themes
|   `-- sub.example.com 
|       |-- files
|       |-- modules
|       `-- themes 
`-- drupal-6.14
    |-- includes
    |-- misc
    |-- modules
    |-- profiles -> ../6.x_profiles
    |-- scripts
    `-- sites  -> ../6.x_sites

Commands

drush multi-drupalupdate
Updates the installation if there is a new minor release available and preserves all detected symlinks, like sites and profiles above
drush multi-create
Creates a Drupal multisite installation, supports usage of drush_make makefiles
drush multi-site
Creates a site within the installation
drush multi-status
An extended drush core status
drush multi-exec
Removed: Execute a drush command on all sites (batch mode)
@see #652778: Similar functionality is in drush core 3.x
drush multi-sql-dump
An extended sql dump
drush multi-nagios
Moved and will be removed soon: Command for use as nagios plugin to monitor Drupal sites and Drupal installations with exit status and status message.
You can find the isolatated nagios functionality at Drush Nagios (drush_nagios).

Lazy image loader

test-new.gif

Websites with lots of images on a single page might take a long time to load, and it sometimes annoys visitors. for fixing this problem this module loads only the images that are visible to or requested by visitors and the other images loads only when visitor scroll downs to them (This is the default behavior there are other options available live mouseover, mouseclick etc).

This module might also be useful for themes since it can be used for any image anywhere on the page.

Status:

New stable version for Drupal 6 (including several bug fixes , code cleanup) will be released soon 2010/01/17.
I'll release a full Drupal6 compatible in the next few weeks 2009/11/07.
Drupal 5 release is only for demonstration, do not use it on production site. it might be functional however but i'm not going to release any new version for Drupal5.

Roadmap :

Future versions : [View]

Version 1.4 : [View] UNDER DEVELOPMENT

Version 1.3 : [View] RELEASED

Pages

Subscribe with RSS Subscribe to RSS - Developer tools