Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
openid.module
Priority:
Minor
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
26 Nov 2008 at 17:09 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
patryk commentedPatch fixed.
Comment #3
patryk commentedComment #4
patryk commentedComment #5
patryk commentedAnyone could comment on this patch, and apply if possible? Thanks.
Comment #6
alexanderpas commentedmost trivial patch of the week...
Comment #7
patryk commentedCould someone commit this patch and we can continue to next challenges, please? :)
Comment #8
webchickThanks! Committed to HEAD.
Marking back to 6.x, as it looks like it'll apply there too.
Comment #9
patryk commentedThanks!
Comment #10
gábor hojtsyInteresting that the OpenID links wrap verbatim external links in url(), while the @handbook link does not. I don't think we have a practice of wrapping verbatim external links in url(), and it does not sound logical either. So let's first remove the url() wrappers from the verbatim links in openid_help() and then backport.
Comment #11
patryk commentedDo you have any specific recommendation on how should it be done? I might write a patch for that.
Comment #12
c960657 commentedThis patch removes url() around absolute URLs in openid_help().
Comment #14
c960657 commentedHEAD broke.
Comment #15
catchComment #16
webchickOh, good catch Gábor. Thanks!
Committed #12 to HEAD. Now this needs to be ported.
Comment #17
alexanderpas commentedported, including removal of
url()Comment #18
patryk commentedSeems good for me.
Comment #19
gábor hojtsyCommitted to Drupal 6 too, thanks.