Feed items
Commit 339234 by webchick
Commit 338244 by dries
Commit 338236 by webchick
Commit 336768 by goba
Twitterbot
This module integrates with the Twitter API allowing the user to perform searches on the Twitter network. The results can then be programmed to tweet back automated responses when certain conditions are met.
read more
Commit 335114 by dries
Commit #335114 by Dries at 20:10
Drupal: /includes/database/pgsql/database.inc 1.35
Drupal: /includes/database/query.inc 1.42
Drupal: /includes/database/sqlite/database.inc 1.26
Drupal: /modules/statistics/statistics.admin.inc 1.39
Drupal: /modules/system/system.install 1.450
Drupal: /modules/user/user.module 1.1129
Inline Form Errors
IFE or Inline Form Errors allows you to place form submission error inline with the form elements. Three options are provided for setting your inline error behaviour. You can configure the default behaviour or override the behaviour on a per form basis. You can add as many forms as you like.
IFE provides three behaviours for the configured forms
- Leave the messages in place, this option will copy the error messages and place them inline. The original error messages set by Drupal will remain in place
- Show an alternate message, this option will replace the original messages with a generic error message such as 'Please correct all errors.'. This message can be set in the IFE configuration page. The original error messages are placed inline with the form elements
- Remove all messages, this option will remove all error messages and place them inline with the form element
In all cases only the messages related to the form will be touched. All other messages will remain in tact.
read more
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'.
