Posted by heyrocker on February 19, 2013 at 8:49pm
5 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Novice |
Issue Summary
UPGRADE.txt currently refers to the $update_free_access variable in several places, however in Drupal 8 this has changed to $settings['updatee_free_access'] so these references should be changed.
Comments
#1
Patch attached.
#2
Looks good, thanks! You didn't fix quite all of the $update_free_access references in UPGRADE.txt though. There are some more in steps 14 and 18 of the "Major" updates section. (I also checked with grep and UPGRADE.txt is the only place that needs updating.)
#3
Doh, sorry about that. A patch that includes step 14 and 18 is attached.
#4
The last submitted patch, drupal-fix_references_to_update_free_access-1921740-3.patch, failed testing.
#5
Sorry for all the noise on a total noob issue... I'm learning.
I think this was just a trailing whitespace error, which I've now fixed. A new patch which I've tested and applied is attached.
#6
Thanks Floydm! A little back and forth on issues is quite normal, and we especially expect it on issues tagged "Novice", and from people who are new to patching Drupal. Don't worry, it wasn't excessive! Looking forward to your next patch. :)
Committed to 8.x.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.