Drupal Core
- Patch #210876 by deekayen: log enabling and disabling of modules, and wrote a handy assertLogMessage() function to assert watchdog messages.
- Patch #453080 by Gabor Hojtsy: moved the footer message to a block.
- Patch #399248 by deekayen: detect when a signature is too long to prevent SQL errors.
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
- Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it.
#459786 by DamZ: Remove all_fields from extended queries to prevent breaking under PostgreSQL and certain MySQL versions.
- Patch #367214 by alienbrain: added documentation for hook_node_build_alter and remove documentatin for hook_node_alter.
- Patch #78941 by kkaefer, Jody Lynn: auto-check permissions if 'authenticated' has them.
- Patch #295971 by deekayen: option for user contact options is badly phrased.
- Patch #394510 by Berdir, ksenzee: convert to new database abstraction layer.
- Patch #458566 by chx: work around PHP's curly bracket madness.