Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2012 at 21:58 UTC
Updated:
29 Jul 2014 at 21:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aaronott commentedUpdated docs based on http://drupal.org/node/1354#namespaces
Comment #2
aaronott commentedComment #4
aaronott commented#1: StringStorageInterface_docfixes-1852288-1.patch queued for re-testing.
Comment #5
gábor hojtsyLooks good to me.
Comment #6
yesct commented#1: StringStorageInterface_docfixes-1852288-1.patch queued for re-testing.
Comment #8
underq commentedUpdate patch :)
Comment #9
underq commentedComment #11
yesct commentedthis should probably be, if this needs to be rerolled again, \Drupal\locale\...
patches are going in without it though.
Drupal\system\Tests\Upgrade\BlockUpgradePathTest fail probably unrelated.
Comment #12
yesct commented#8: StringStorageInterface_docfixes-1852288-8.patch queued for re-testing.
Comment #13
underq commentedReroll as suggested by YesCT :)
Comment #14
gddIt appears we don't have a standard for this, but I actually prefer having the fully qualified object name in the description. Even if we don't make that change, the same object is called a "translation object" here and a "string object" earlier in the patch. It should be consistent.
Otherwise this looks good. Thanks!
Comment #15
underq commentedI replaced all objects (string, location, translation) with a full qualified object name \Drupal\locale\StringInterface.
I hope this will by ok with you :)
Comment #16
gábor hojtsyLooks good :) Should not fail since only comment changes.
Comment #17
webchickThis is a docs thing, so moving to that component so Jennifer can have a look.
Comment #18
jhodgdonLooks fine, I'll get it committed shortly. Thanks!
Comment #19
jhodgdonCommitted to 8.x -- thanks again!