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

Property "link" links back to the wallabag item in starred feed #1947

Closed
ddeimeke opened this issue Apr 19, 2016 · 2 comments
Closed

Property "link" links back to the wallabag item in starred feed #1947

ddeimeke opened this issue Apr 19, 2016 · 2 comments

Comments

@ddeimeke
Copy link
Contributor

Issue details

In the feed https://URL/USER/TOKEN/starred.xml (same for archive feed) the link-tag contains the URL to the article in Wallabag, which is the same as the guid-tag.

This should be the URL of the original page.

Example:

...
<title><![CDATA[The tool isn’t the problem… — The Startup]]></title>
<source url="https://wallabag.deimeke.net/view/228">wallabag</source>
<link>https://wallabag.deimeke.net/view/228</link>
<guid>https://wallabag.deimeke.net/view/228</guid>
<pubDate>Mon, 18 Apr 2016 10:48:48</pubDate>
...

Should be (in this case): https://medium.com/swlh/the-tool-isn-t-the-problem-5e19b6857e56#.dpbtzfvdt

Environment

  • wallabag version (or git revision) that exhibits the issue: 2.0.1
  • How did you install wallabag? Via git clone or by downloading the package? git clone
  • Last wallabag version that did not exhibit the issue (if applicable): 1.9.1 (never tested it with any other 2.0.x version)
  • php version: 5.6.20
  • OS: CentOS 7.2 (recent patchlevel)
  • type of hosting (shared or dedicated): dedicated
  • which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): MariaDB

Steps to reproduce/test case

Please provide necessary steps for reproduction of this issue, or better the
reduced test case (without any external dependencies, if possible).

@nicosomb
Copy link
Member

Aaaand ... already fixed here #1929 ;-)

@ddeimeke
Copy link
Contributor Author

Ok, great again :-)

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

No branches or pull requests

2 participants