Feed items

Commit 331268 by timcn

Commit #331268 by kkaefer at 12:30
Table: /modules/table/table.info 1.1.2.1 @ DRUPAL-7--1
Table: /modules/table/table.module 1.1.2.1 @ DRUPAL-7--1
Table module allows you to create tables directly from the Forms API without having to write a custom theme function

Commit 327152 by webchick

Commit #327152 by webchick at 03:19
Drupal: /modules/user/user.module 1.1119
Drupal: /modules/user/user.pages.inc 1.66
Drupal: /modules/user/user.test 1.83
#86299 by pwolanin, neochief, fwalch, thePanz, et al: Security hardening: Add 'current password' field to 'change password form'.

Commit 322840 by goba

Commit #322840 by Gábor Hojtsy at 16:32
Drupal: /includes/database.inc 1.92.2.9 @ DRUPAL-6
Drupal: /includes/database.mysql.inc 1.89.2.2 @ DRUPAL-6
Drupal: /includes/database.mysqli.inc 1.54.2.2 @ DRUPAL-6
Drupal: /includes/database.pgsql.inc 1.68.2.8 @ DRUPAL-6
#284392 follow up by benoitg, brianV, mathieu, evoltech, tyr, Steven Jones, agentrickard, bl444137: better fix for issues around SQL rewrites adding DISTINCT

Queue UI

A user interface to viewing and managing Drupal queues created via the Queue API which began in Drupal 7. Provides a admin page for seeing queues and the number of items. This module is in active development, see the module's issue queue for planned features.
read more

Uniqueness


Uniqueness module provides a way to avoid duplicate content on your site by informing a user about similar or related content during creation of a new post. A UI widget is added to the node/add form that does asynchronous searches on inputted fields (like the node title or vocabularies) and returns the titles of similar content.

Proxy

Proxy provides a simple HTTP proxy API. This is mostly an API module, meaning that unless you need it for development or another module, there is not much reason to download this module.
API Basics
Core function is proxy(), which is basically a wrapper around drupal_http_request().
<?php
  $params['request_uri'] = 'http://drupal.org';
  $content = proxy($params);
?>
This module also provides a menu router item. This is helpful for cross-domain scripting. The following is an example path:
http://example.com/proxy?proxy=http://drupal.org
Features and Status
The following are either current features or features in development. See below for what specifically is working and what is not.

  • Menu router: This feature is currently working.
  • Caching: This feature is not working. Most of the code is in place, but for soem reason headers are not getting set correctly for cached content.

read more

Syndicate content