Last active
August 29, 2015 14:06
-
-
Save davereid/d2854d0fd42131df44e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Fix performance of path_delete() when there are no aliases to delete. | |
; @see https://www.drupal.org/node/1294964#comment-9158133 | |
projects[drupal][patch][] = "https://www.drupal.org/files/issues/1294964-path-delete-performance-do-not-test.patch" | |
; Fix ordering of path aliases to always return the latest one | |
; @see https://www.drupal.org/node/1160764#comment-9173531 | |
projects[drupal][patch][] = "https://www.drupal.org/files/issues/path_load_order-D7-do-not-test.patch" | |
; Fix "An AJAX HTTP request terminated abnormally" errors | |
; @see https://www.drupal.org/node/1232416#comment-8748879 | |
projects[drupal][patch][] = "https://www.drupal.org/files/issues/D7-fix_autocomplete_terminated_error-1232416-179-do-not-test.patch" | |
; The MySQL schema object doesn't return the right database with getPrefixInfo(). | |
; @see https://drupal.org/node/2223073 | |
projects[drupal][patch][] = "https://drupal.org/files/issues/2223073-mysql-schema-prefix-database-D7.patch" | |
; Prevent drupal_set_time_limit() from ever decreasing the time limit | |
; @see https://www.drupal.org/node/2233929#comment-9405565 | |
projects[drupal][patch][] = "https://www.drupal.org/files/issues/2233929-drupal-set-time-limit-increase-only-D7.patch" | |
; Cannot alter search queries, tag added too late | |
; @see https://www.drupal.org/node/1435834#comment-8714033 | |
projects[drupal][patch][] = "https://www.drupal.org/files/issues/1435834-search_query_alters-11.patch" | |
; Fix queue result should be ordered by item_id | |
; @see https://www.drupal.org/node/2356983#comment-9796281 | |
projects[drupal][patch][] = "https://www.drupal.org/files/issues/2356983-claimItem-order-item-id.patch" | |
; Move clone to a tab from task | |
projects[clone][patch][] = "https://www.drupal.org/files/issues/1252702-menu-local-task.patch" | |
; Display actual SQL query in the UI. | |
; @see https://drupal.org/node/2259089 | |
projects[migrate][patch][] = "https://www.drupal.org/files/issues/2259089-display-actual-sql-query_2.patch" | |
; callback() methods behave differently with multiple value fields | |
; @see https://www.drupal.org/node/2292079 | |
projects[migrate][patch][] = "https://www.drupal.org/files/issues/2292079-migrate-callback-multiple.patch" | |
; Add batched query support to MigrateSQLSource | |
; @see https://www.drupal.org/node/2296187 | |
projects[migrate][patch][] = "https://www.drupal.org/files/issues/2296187_09-batched_query_support.patch" | |
; Add wildcard support for running migrations in Drush | |
; @see https://www.drupal.org/node/2309563#comment-8997609 | |
projects[migrate][patch][] = "https://www.drupal.org/files/issues/2309563-migrate-wildcard.patch" | |
; Queries for migrations that are using newOnly = TRUE should sort by primary key | |
; @see https://www.drupal.org/node/2304001 | |
projects[migrate_d2d][patch][] = "https://www.drupal.org/files/issues/2304001-newonly-sort-primary-key.patch" | |
; Fix radioactivity to be compatible with entitycache | |
; @see https://drupal.org/node/2018115 | |
projects[radioactivity][patch][] = "https://drupal.org/files/issues/2018115-radioactivity-entity-cache_0.patch" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment