Update manager plus

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Do you know the situation: You want to install a new project (module or theme) and first you have to lookup the url of the project?

With this module you just enter the project name und you will get the releases. Cool eh?

Roadmap

  • Enable modules directly after download
  • Add settings page

Page Titles by Path

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a very basic module for filling in some of the gaps left over by the Page Title module. I was frustrated with the fact that it was very difficult to get custom title tags on panels_pages and apachesolr search pages so I quickly wrote this basic module to provide a path to title mapping in a simple text field (one mapping per line).

This module does require the Page Title Api

Emacs IDE for Drupal

Component type

module

Maintenance status

Development status

Downloads

13098

Component created

Component changed

Tools and libs for Drupal development under GNU/Emacs. GNU/Emacs is a big and strange thing actively used by a hacker subculture for any purposes. One of Emacs abilities — to be an IDE for a wide variety of languages. There are some extensions and tools for using Emacs as IDE for PHP. The purpose of this project is to merge useful PHP tools for Emacs to one bundle for a quick installation and easy updating.

Version 1.x of the IDE offers basic set of features:

esync

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

eSync will sync code and database changes on different servers without bringing down the server. eSync will use drush commands for same. Basically its GUI Deployment process using drush.

it will save different server details in admin Panel. After that it will provide you code or database sync functionality.

it will take backup of code and database before do anything. if something wrong happens it automatically reverts back original website.

This module will help to promote changes on different servers.

This Module saves lots of time for deployment.

Persist url params

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module helps to keep url params when submitting views exposed filters.

Views exposed filters are implemented using GET so the filtered results are bookmarkable.

The problem arises when there are already other arguments in the url that filters the results but that doesn't come from exposed filters, like when using Search API facets blocks.

This module alters the exposed filter form by adding hidden fields with the values from other params existing in the url, so when the form is submitted you don't lose the previous filtering.

Angil

Component type

module

Categories

Maintenance status

Development status

Downloads

543

Component created

Component changed

Module contains bunch of small features for developers which help complete your routine work faster.
Now it's mostly drush commands for drush maniacs.

Available drush commands for:

Simple Utilities

Component type

module

Categories

Maintenance status

Development status

Downloads

356

Component created

Component changed

A collection of inexpensive functions for pulling small amounts of data from core
Drupal objects, nodes, users, files and comments. Sometimes you need to get a small
piece of data, for example, the author id of a node, many times over in a page.
Drupal's API provides node_load, which is great, but it can get a bit expensive
if you have to call it hundreds of times.