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.
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 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.
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/*
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