Closed (duplicate)
Project:
Provision
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2012 at 16:47 UTC
Updated:
4 Oct 2014 at 21:04 UTC
Jump to comment: Most recent
Comments
Comment #1
omega8cc commentedFirst patch for review: http://drupalcode.org/sandbox/omega8cc/1111100.git/commit/bb6db87
Comment #2
omega8cc commentedSecond patch for review: http://drupalcode.org/sandbox/omega8cc/1111100.git/commit/3ba982a
Comment #3
steven jones commentedRe: #1 I'm fairly certain that we don't include that file any more, and instead in
drush_provision_drupal_pre_provision_verifywe run:Re: #2 looks good, although this will need lots of careful testing, as flushing Drupal's caches can often cause issues.
Comment #4
omega8cc commentedI have managed to create a duplicate: #1696232: Use drupal_flush_all_caches() in clear_(6,7,8).inc instead of outdated and no longer complete d5 functions - sorry!
Comment #5
anarcat commentedThe second patch is a dupe, but the first one - is it still necessary?
Comment #6
omega8cc commentedSteven said in #3 that it is not used anyway - and I think it is correct, because otherwise this old code would cause major issues for D7 sites because of Drupal API changes.