Closed (fixed)
Project:
Drupal core
Version:
8.2.x-dev
Component:
ckeditor.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Oct 2016 at 07:53 UTC
Updated:
22 Nov 2016 at 15:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersSigh, apparently the UN is not smart enough to avoid linkrot :/ This definitely used to work at some point!
Anyway, this makes for an excellent novice issue :)
Comment #3
icicleking commentedHere is a patch that changes the link.
Comment #4
anavarreMake it HTTPS even.
Comment #5
arunkumarkAs per comment #4 rerolled path with HTTPS for the link of previous patch.
Comment #6
lomasr commentedApplied the patch , it worked cleanly . I have a suggestion , as the previous link is not working , may be current link will be changed in future . I think we can include Wikipedia link (https://en.wikipedia.org/wiki/Official_languages_of_the_United_Nations) instead of UN official site link. Added a patch please review. Thanks
Comment #7
wim leersHm, I'm not sure why we're wrapping it in a
Url::fromUri()call. AFAIK that's not necessary at all. I know it already was there, but let's simplify that while we're touching this code anyway.Comment #8
wim leersComment #9
anish.a commentedRemoved
Url::fromUri()Comment #10
wim leersI wanted to RTBC, but now noticed this:
Why add that suffix?
Please revert that change. The only thing we should change here, is the URL. The text must stay the same.
Comment #11
lomasr commentedas per suggestion in #10 . Made the changes. Adding the patch. Please review Thanks.
Comment #12
lomasr commentedComment #13
wim leersThis line is still being changed (a space is still being added). That line should not be changed at all.
So very close! :)
Comment #14
lomasr commentedSorry wrong patch added.
Comment #15
lomasr commentedComment #16
lomasr commentedThanks for noticing the space. Resubmitted the right patch . Please review.
Comment #17
lomasr commentedComment #18
wim leersThanks.
Comment #21
catchFixed an un-used use statement on commit.
Committed/pushed to 8.3.x and cherry-picked to 8.2.x. Thanks!