Considered feature-complete by its maintainers.

Fast File Transfer with X-send file

stock-car-racing-techniques-1.jpg

If your talking about very very very fast file transfer then here is the destiny.

Why xsend module is made for?

xsend is a simple module to help you to speed up your private file transfers. Normally Drupal private file transfer is quite troublesome and not secure if the files folder is located at public_html. This module will also help protect your files from unauthorized access.

Why you need this?

  • If you're still using Drupal public file transfer you're not secure at all. Every one can get your files.
  • If you're using Drupal private file transfer, you're secure. But file transfer to the client is very slow.
  • Fast secure file transfer can only be achieved from the xsend.

How to migrate to xsend?

  • If you're using a standard Drupal installation then follow the instructions in the INSTALL file.
  • If you're currently using private file transfer correctly, then you can still use this INSTALL guide, but make sure keep empty, the path to Drupal installation directory settings.

What is mod_xsendfile

mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler.

Dumper

This module now works on windows servers too (get the dev version).

ImageField Extended

An extended ImageField widget that adds new form fields to a Image field. It provides the framework to associate new data with an image.

All processing, including storage, is done via ImageField. This module simply allows you to easily extend the currently available form fields; alt, description, title, etc.

A very simple admin interface provides a way of adding textfields, textareas, WYSIWYG textareas and checkboxes. Once defined here, each new form field can be enabled on each widget separately.

Of interest to developers will be a new hook "hook_imagefield_extended_widget" that provides a programmatic way of adding any FAPI elements to the ImageField data form element. This '#tree' element has all of its data automatically saved by the FileField field.

New to the 6.x-4.x Branch

Significant change to the way the module works. This now "extends" the base FileField widget using the new CCK 2.5 alter hooks, which is also a requirement. The update script should convert all of your existing fields. All FileFields and ImageFields can be extended, as can any widgets from other modules that provide additional functionality to FileField. REQUIRES CCK 2.5+

Drupal 7

Due to the refactored nature of file and images in Drupal 7, there will be no D7 port. Recommended replacements include either:

a) File entity and File entity inline
http://drupal.org/project/file_entity
http://drupal.org/project/file_entity_inline

b) Field collection
http://drupal.org/project/field_collection

Comment Bonus API

This module enhances the standard Drupal comment module's API by providing hooks in comment_render(), which allow you to manipulate comment threads in your own way.

It also provides a better comment-wrapper template with the ability to place form on top of comments and other useful stuff (like in Drupal 7). Since this module is not used in the Drupal 7 version of ajax_comments, it will not be ported unless someone identifies a need.

You need this module if:

  • You use the Drupal 6 version of the Ajax Comments module. This module is a prerequisite. Drupal 7 ajax_comments does not require this module.
  • You wish to use some of the more advanced custom rendering of comments. This is excellent for additional theme enhancements with more control provided by comment-wrapper.tpl.php.

The module is well-tested and in wide use, however there may be an issue with Panels. Patches and fixes are welcome.
#672722: Add compatibility with panels

7.x Version

The 7.x version is under development. It currently supports settings for content types to change the sort order of comments on nodes. The currently supported sorts are by Newest, Oldest, Most replies, and there is a submodule that sorts by most votes using Voting API and supported through Vote Up / Down.

Polpo Admin Theme

Polpo

Polpo is a Drupal 6 admin theme created by Australian Drupal developers <PreviousNext> that aims to make Drupal administration tasks easier for large corporate and novice users alike.

Specifically designed for making administration tasks clearer and easier to navigate, Polpo uses a fluid two column layout ideal for content editing on larger screen resolutions. This is achieved through the use of larger font sizes, clearer spacing and distinct colours to aid the usability of common tasks. Many of these approaches are being adopted for the new Drupal 7 admin interface, so Polpo aims to bring some of these ideas to sites currently running Drupal 6.

Features include:

  • Customisable header/link colours to match a client's branding.
  • Clean, simple form fields and tables.
  • Unique, professional look and feel for Drupal's admin pages.
  • Two column (main/sidebar) fluid layout.

To take full advantage of Polpo's features, we recommend it is installed in conjunction with the Administration Menu (Contributed) and Color (Drupal Core - Optional) modules.

Drupal 7 Release

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only