Goutte

Component type

module

Maintenance status

Development status

Downloads

795

Component created

Component changed

Drupal's Goutte = Drupal + Feeds + Goutte

Drupal's Goutte integrate with Feeds to provide:
- Feeds fetcher & crawler
- Feeds parser: CSS3 & XPath query syntax

Goutte come from author of Symfony - Fabien Potencier

Goutte, a simple PHP Web Scraper
Goutte is a screen scraping and web crawling library for PHP.

Date Format Help

Component type

module

Maintenance status

Development status

Component created

Component changed

How often have you been creating a custom time format and couldn't remember which code does which. Is it 'g' I want, or is it 'H'? Is 'm' for month, or minutes, and is it the long or short form?

Sure, you could follow the link to the PHP manual and look it up there, but why can't the docs be on the same page where you're typing it out?

Date Format Help does just that.

Style External Images

Component type

module

Maintenance status

Development status

Component created

Component changed

Note: This module is deprecated in favor of imagecache_external, which provides additional functionality such as support for image files from other servers and custom permissions.

Provides a simple mechanism for module and theme developers to use image styles on image files not stored in the files directory. For example, images supplied with a module.

Drush Hosts

Component type

module

Categories

Maintenance status

Development status

Downloads

3610

Component created

Component changed

This Drush extension provides simple commands for managing entries in /etc/hosts. From the project's help text:

$ drush hosts --help
Manage entries in /etc/hosts. (Requires sudo password)

Options:
 --fqdn                          A comma-delimited list of domain names. [...]
 --ip                            The IP address of the server or site.
 --purge                         Remove all entries in /etc/hosts [...]
 --remove                        Remove an IP address or domain(s).


Aliases: hs

Module configure links

Component type

module

Maintenance status

Development status

Downloads

1699

Component created

Component changed

You've just installed a module, but now you need to configure it. Where is that new menu item?

You can check the README.txt or look at admin/by-module in Drupal 6. Drupal 7 made this slightly better by allowing modules to provide a configure link in their info file. These configure links are shown on the module list, but it becomes a hassle to locate that link once many modules are installed.

Administer Users

Component type

module

Maintenance status

Development status

Component created

Component changed

The administer users permission is more broad than necessary and not prudent to give most roles. For example, it is often the case that we need to be able to allow a role the permission to create users, but this is within the "administer users" permission. (A problem solved with the UCreate module, but it has not been upgraded to Drupal 7 yet.)

I'd also like to allow users with a given permission the ability to assign other users with a configurable list of roles or a family of permissions. I'm not sure what the UI for that will look like yet though.

RabbitMQ

Component type

module

Maintenance status

Development status

Downloads

10315

Component created

Component changed

This modules provides RabbitMQ integration with Drupal's queuing system. The module requires the php-amqplib library to run.

Drupal 8

The Drupal 8 module uses the Queue API to declare and send data to a queue, and it's primary focus is to allow developers to integrate data submission with RabbitMQ.

Queues and exchanges are both supported.