Empower site builders and administrators with no-code tools to setup, enhance, configure, or maintain the site.

Ajax modules install

Enhancing "modules installation" page by adding "install via ajax" button. When you click this button - modules will be installed in a simple, nice way without page refreshing.

Form Alter UI

Example application for Form Alter UI

New module that provides a UI for altering forms. This module will also support export/import operations and generating module code for a static hook_form_alter module.

Linkit

Linkit provides an autocomplete functionality for Drupal link interfaces. Linkit supports nodes, users, taxonomy, files/media, and basic support for all types of entities that define a canonical link template.

Own That Page

Own that page

OwnThatPage is a simple module by Fox to allow owning (changing the permission) of certain system paths or removing them completely.

It provides 2 text areas

  • Paths: The path textarea accepts paths and permissions pairs, one per line. The permission is not required, and when left off will remove the path. Careful with this; for example if you remove node/add, and it is in a menu, all menu items will appear on a level above where they original were.
  • Permissions:Allows new permissions to be created dynamically; they are normal permissions and thus can be assigned just like other permissions.

An example, and the default configuration, is for changing the node and node/add paths' permissions to administer nodes for sites that don't have public users and who are not using /node as the front page.

node/add,administer nodes
node,administer nodes

New

* can be used for paths like with block visibility, woohooo! Wanna get rid of all your admin/settings but ownthatpage?

admin/settings/ownthatpage,do not own that page
admin/settings/*

Deny Node Path

Amazon S3 Stream Wrapper

amazon S3 api

Similar work has been completed with Media : Amazon
http://drupal.org/project/media_amazon

Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.

Amazon S3 has a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits to developers.

Amazon S3 PHP class

This class is a standalone Amazon S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn't require PEAR.
Checkout the latest

S3 Api guide

<?php
/**
* @param object $file
* example :
* $file = new stdClass();
* $file->uid = $user->uid;
* $file->filename = $filename;
* $file->filepath = $filepath;
* $file->filemime = file_get_mimetype($filename);
* $file->filesize = filesize($filepath)
* $file->timestamp = time();
*
*/

/**
* sends file to s3
* @param array $file standard file object
* @returns string completed file string
*
*/
s3_api_put_file($file);

/**

Theme Settings Extras

 Theme settings extras 6.x-1.0-beta-3 screenshot

This is an experimental project to explore usability enhancements for Drupal's theme settings page.

It comprises two modules:

Pages

Subscribe with RSS Subscribe to RSS - Administration tools