drupal 7.64 has been released.
It seems to contain a fix to an issue that has been patched in the make file as well.
https://www.drupal.org/project/drupal/issues/1470656
projects[drupal][patch][] = "http://drupal.org/files/drupal-1470656-14.patch" has been committed to core
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | updating_drupal_2x-3026419-2.patch | 1.06 KB | the_g_bomb |
| #2 | updating_drupal_1x-3026419-2.patch | 628 bytes | the_g_bomb |
Comments
Comment #2
the_g_bomb commentedhttps://www.drupal.org/project/drupal/releases/7.64
Comment #3
the_g_bomb commentedAlso spotted that there were re-rolls or updated patches for some of the other issues
Should this be using them instead?
The following patches could be considered:
- projects[drupal][patch][] = "http://drupal.org/files/issues/install-redirect-on-empty-database-728702..."
+ projects[drupal][patch][] = "https://www.drupal.org/files/install-redirect-on-empty-database-728702-5..."
- projects[drupal][patch][] = "http://drupal.org/files/drupal-865536-204.patch"
+ projects[drupal][patch][] = "https://www.drupal.org/files/issues/2018-10-18/Drupal-core--865536-262--..."
- projects[drupal][patch][] = "http://drupal.org/files/1275902-15-entity_uri_callback-D7.patch"
+ projects[drupal][patch][] = "https://www.drupal.org/files/issues/1275902-33-entity_uri_callback-D7_0...."
Comment #4
bojanz commentedSorry, missed this issue cause the status wasn't "needs review".
I've already tagged a Kickstart v1 release.
There's a Kickstart v2 release with the core update, but there will be another one for the Link update, so we can evaluate patches then.
Comment #5
mglamanGiving it a spin: https://github.com/commerceguys/commerce_kickstart/pull/270
Comment #6
mglaman#728702: Visiting index.php should redirect to install.php if settings.php already has database credentials but database is empty. was marked fixed but not not backported, keeping the same patch.
Comment #8
mglamanPatches updated.