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 |