Closed (fixed)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Upgrade Routines
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
25 Nov 2009 at 22:12 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
babbage commentedHave a patch for this. Testing it, and expect to upload it tomorrow.
Comment #2
babbage commentedAdded tags. Working on Coder Upgrade patches at the DrupalSouth hackfest, at the behest of webchick. :)
Comment #3
babbage commentedPatch attached. Original regex for this issue in Coding Review didn't actually work. The attached patch both corrects that regex, ensures that a warning is not given in situations where the user has already made this upgrade, and adds an automatic upgrade where it is required.
Comment #4
solotandem commentedFixed in next dev release.
dbabbage, thank you for the patch. I implemented this upgrade using the grammar parser, as it is preferred over regular expressions. See coder_upgrade_upgrade_call_alter() in the file coder_upgrade.call.inc.
Correction to review rule still needs to be committed. Added #727724: Use absolute path (constructed from DRUPAL_ROOT) when including a file for the review rule change.