Feed items

Drupal Queue

Backport of Drupal 7 Queue API.
Related Drupal 7 issues

Based on an initial patch to Drupal 7 core by chx, dww, neclimdul et. al.

Insert


Insert is a utility that makes inserting images and links to files into text areas or WYSIWYGs much easier. It adds a simple JavaScript-based button to FileField and ImageField widgets. When used with ImageField and ImageCache, images may be inserted into text areas with a specific ImageCache preset.
This module was previously known as FileField Insert.
Features

  • Support for all major WYSIWYG editors, including tinyMCE, FCKeditor, the WYSIWYG project (the recommended approach), and plain text areas.
  • Insert images using ImageCache presets
  • Maximum width setting for inserted images (for combined use with the Image Resize Filter module)
  • Per-field insert configuration

See this module in action in the excellent FileField Insert / Image Resize Filter screencast by MustardSeed Media.
Upgrading
This module fully supports upgrading from the old FileField Insert module, which it replaces. Just throw FileField Insert away, drop in Insert, and enable.
read more

External HTTP authentication

This module allows single sign-on to Drupal using external HTTP authentication. Current version only supports basic authentication method and users must have matching REMOTE_USER header from external system and in Drupal username. This means you will have to manually manage both Drupal users and user accounts on your external system. Future versions of the module may include option of automatically creating new users to Drupal with preset user roles.
The module is intended for running a intranet site that is fully protected with HTTP basic authentication or a separate admin site from your public Drupal site. Connections to the admin site should be SSL encrypted and it can use any external system for authentication. Usual configuration on public sites is to redirect all admin pages to the admin site and possibly also require a VPN connection to access the admin site.
read more

Claim Node Onwership

(Draft version)
Allow currently logged in user to claim him/her is the author for a given node and store the change (who and when) in database.
Administrator can set up who can make the claim and which type of node can be claimed.

Syndicate content