I thought Drupal might change link to "free public providers" in My Account from wiki to official website, which is listing providers in clean fashion and without any redundant information. Here's the patch to change it.

If it's possible, would be great to get it commited to both 6.x and 7.x :) Thanks!

Comments

Status: Reviewed & tested by the community » Needs work

The last submitted patch failed testing.

patryk’s picture

Patch fixed.

patryk’s picture

Status: Needs work » Needs review
patryk’s picture

Category: feature » task
patryk’s picture

Anyone could comment on this patch, and apply if possible? Thanks.

alexanderpas’s picture

Status: Needs review » Reviewed & tested by the community

most trivial patch of the week...

patryk’s picture

Could someone commit this patch and we can continue to next challenges, please? :)

webchick’s picture

Version: 7.x-dev » 6.x-dev
Issue tags: +Quick fix

Thanks! Committed to HEAD.

Marking back to 6.x, as it looks like it'll apply there too.

patryk’s picture

Thanks!

gábor hojtsy’s picture

Version: 6.x-dev » 7.x-dev
Status: Reviewed & tested by the community » Needs work

Interesting 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.

patryk’s picture

Do you have any specific recommendation on how should it be done? I might write a patch for that.

c960657’s picture

Status: Needs work » Needs review
StatusFileSize
new4.52 KB

This patch removes url() around absolute URLs in openid_help().

Status: Needs review » Needs work

The last submitted patch failed testing.

c960657’s picture

Status: Needs work » Needs review

HEAD broke.

catch’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Version: 7.x-dev » 6.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Oh, good catch Gábor. Thanks!

Committed #12 to HEAD. Now this needs to be ported.

alexanderpas’s picture

Assigned: patryk » alexanderpas
Status: Patch (to be ported) » Needs review
StatusFileSize
new2.3 KB

ported, including removal of url()

patryk’s picture

Status: Needs review » Reviewed & tested by the community

Seems good for me.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed to Drupal 6 too, thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix

Automatically closed -- issue fixed for 2 weeks with no activity.