Feed items
Commit 283680 by coltrane
Commit #283680 by coltrane at 01:02
Security Review: /modules/security_review/README.txt 1.1
Security Review: /modules/security_review/security_review.checks.inc 1.1
Security Review: /modules/security_review/security_review.help.inc 1.1
Security Review: /modules/security_review/security_review.info 1.1
Security Review: /modules/security_review/security_review.install 1.1
Security Review: /modules/security_review/security_review.js 1.1
Commit 282632 by webchick
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.
Commit 279124 by webchick
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
Commit 276888 by dries
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
Commit 275420 by webchick
Commit 275346 by dries
Commit #275346 by Dries at 17:53
Drupal: /includes/path.inc 1.45
Drupal: /modules/locale/locale.test 1.45
Drupal: /modules/path/path.admin.inc 1.34
Drupal: /modules/path/path.module 1.171
Drupal: /modules/path/path.test 1.23
Drupal: /modules/system/system.install 1.401
- Patch #332333 by dmitrig01, alexw: add a real API to path.module.
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.
