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 322844 by goba
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
Commit 320754 by jcfiala
Commit #320754 by jcfiala at 03:18
Link: /modules/link/link.module 1.24.4.16 @ DRUPAL-6--2
Link: /modules/link/tests/link.attribute.test 1.1.2.9 @ DRUPAL-6--2
Link: /modules/link/tests/link.crud.test 1.1.4.4 @ DRUPAL-6--2
Link: /modules/link/tests/link.validate.test 1.1.2.4 @ DRUPAL-6--2
bug report #376818 by pauline_perren,jeffschuler,dropcube: extended the url field to accept 2048 characters, god help us.
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.
Commit 317858 by merlinofchaos
Commit #317858 by merlinofchaos at 01:41
Views: /modules/views/CHANGELOG.txt 1.226.2.222 @ DRUPAL-6--3
Views: /modules/views/css/views-admin.css 1.13.2.4 @ DRUPAL-6--3
Views: /modules/views/handlers/views_handler_filter.inc 1.6.2.14 @ DRUPAL-6--3
Views: /modules/views/handlers/views_handler_filter_group_by_numeric.inc 1.1.2.2 @ DRUPAL-6--3
Views: /modules/views/includes/admin.inc 1.154.2.24 @ DRUPAL-6--3
Views: /modules/views/includes/view.inc 1.151.2.27 @ DRUPAL-6--3
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.
Commit 314148 by dries
Commit #314148 by Dries at 18:45
Drupal: /includes/bootstrap.inc 1.341
Drupal: /includes/common.inc 1.1090
Drupal: /includes/update.inc 1.30
Drupal: /install.php 1.235
Drupal: /modules/user/user.module 1.1111
Drupal: /sites/default/default.settings.php 1.39
- Patch #590656 by pwolanin, Pasqualle: harden one-time login links against vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
