Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#33842] Fixed, the atom feed does not convert relative URLs to absolute URLs. #3754

Closed
wants to merge 1 commit into from

Conversation

roland-d
Copy link
Contributor

The atom feed, as opposed to the rss feed, does not convert relative URLs to absolute URLs and causes broken links. This PR fixes the issue.

JC tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33842

@@ -72,4 +72,22 @@ public function getContentType()
{
return $this->_mime;
}

/**
* Convert links in a text from relative to absolute
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we write in somewhere in this docblock that it's used for the feed renderers for future reference please

@wilsonge
Copy link
Contributor

@test works as described

@roland-d roland-d changed the title Fixed, the atom feed does not convert relative URLs to absolute URLs. [#33842] Fixed, the atom feed does not convert relative URLs to absolute URLs. Jun 24, 2014
@roland-d roland-d deleted the atom-image branch May 6, 2015 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants