Add bulk url alias update to drush

Apply a drush cli extension to pathauto module. This feature is not
included in pathauto 1.2. Regenerate url-aliases:
drush pathauto-aliases-delete node
drush pathauto-aliases-create node

This patch required to regenerate url aliases of events and assign
them to their groups.

Change-Id: I37963a6b87d03ed1835e6eced4d7744cb179ae0e
This commit is contained in:
Marton Kiss 2015-01-15 09:40:37 +01:00
parent 3452f57a26
commit a80b024810

View File

@ -337,6 +337,9 @@ projects[paranoia][version] = "1.3"
projects[pathauto][type] = "module"
projects[pathauto][subdir] = "contrib"
projects[pathauto][version] = "1.2"
; Add drush commands for bulk alias updating/deleting
; https://www.drupal.org/node/867578
projects[pathauto][patch][] = "https://www.drupal.org/files/pathauto-add-drush-support-867578-42.patch"
projects[picture][type] = "module"
projects[picture][subdir] = "contrib"