Restore

Component type

module

Maintenance status

Development status

Downloads

1330

Component created

Component changed

Details

This module provides simple export/import functionality, rather than relying on modules restore scripts can be flat JSON files or provided via hooks.

The advantage of this method is that it is only run when you want it, rather than during cache clearing, cron runs or even page loads.

More information can be seen in the documentation pages: http://drupal.org/node/1923236.

Role memory limit

Component type

module

Maintenance status

Development status

Downloads

4163

Component created

Component changed

Summary

Role memory limit is a small module that allow you to set php_memory_limit per role and command line usage(drush).

Example of usage

Lets say your php memory limit is set to 128mb and your site has a lot of blocks and you try to get into block listing page and drupal crashes.
That is becuse there isn't enough memory.
With this module you can set so the admin have more memory, that way you can render pages that needs alot of memory but still keep the original php memory limit for other users.

Logo Block

Component type

module

Categories

Maintenance status

Development status

Downloads

9326

Component created

Component changed

The site logo variable is used by many contrib modules but the way it is rendered by default leaves little room for customization. Usually it is rendered by the theme in a pre-defined region, linking to the home page and displaying the full image without any possibility of using image styles. Logo Block solves these problems by creating a block that you can put wherever you want, with a configuration form where you can select which page (if any) you want the image to link to, as well as an optional image style that you want to use for the rendering of the logo.

Prevent Your Site From Hacker(s)

Component type

module

Maintenance status

Development status

Component created

Component changed

$Id: README.txt,v 1.0 2012/10/17 13:29:13 Exp $

CONTENTS OF THIS FILE
---------------------

* INTRODUCTION
* FEATURES
* INSTALLATION
* USAGE

INTRODUCTION
------------

Current Maintainers: Chittaranjan Pattnaik
Co-maintainer: Somesh Sen
Original Author: Kunal Maity

Prevent Hacking module helps your site URLs and Form elements from entering hacking or vulnerable character. This module helps in automating this process instead of manually applying this rectriction for URLs or Form elements.

Adminimal Administration Menu

Component type

module

Maintenance status

Development status

Downloads

243306

Component created

Component changed

Adminimal Menu - Drupal Minimalist menu

Quick Overview:

Adminimal Administration Menu changes the style of the Administration menu module. It adds a nice and simple minimalist look and provides some tweaks to improve your Drupal administration experience. The menu hierarchy is now simpler and easier to understand (removing the unnecessary transparency and only highlighting the correct menus). It also adds quick shortcut links that can be edited from the core shortcut module. The shortcuts fit nicely and have a small icon that separates them from the normal admin menu links.

user mail actions

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a very small module to expose mail options to the admin users dropdown operations. It enables site admins to re-send activation, pass reset and other core e-mails sent on registration and other events from the admin users page.

It's very small and still needs a bit of work, see the README.txt for more information, but it does get the job done for my case.