Closed (duplicate)
Project:
Version Control API
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2012 at 01:07 UTC
Updated:
18 Nov 2014 at 03:10 UTC
Jump to comment: Most recent
Comments
Comment #1
johnalbinWithin the context of "I'd like to use d.o's commit feed.", this is a critical bug because the link is completely broken. I'll refrain from marking it critical priority, however. Lots more important stuff on drupal.org to work on. :-)
This should be easy to fix, but I can't figure out how a random comma is added in the feed's link field. The same link is just fine when the link is used o the non-feed version of the content.
Compare the URL for the first
<link>from here: http://drupal.org/user/1/track/code/feed…with the URL in the first commit's date link: http://drupal.org/user/1/track/code
Comment #2
generalredneckJust bumping this issue. It seems that the commit link in the feed is actually trying to format a number in the middle of the link with a comma
For example:
Take this link from the following feed https://drupal.org/user/368854/track/code/feed
https://drupal.org/commitlog/commit/6%2C408/e939df381c67129eda90290e5f85...
You will note that %2C is actually the character for , (comma). making that 6,408. It also shows in plain text like that in a separate tag in the feed as well.
See http://screencast.com/t/Hp1RoiEsQ8N
Comment #3
dddave commentedHope I am sending this to the right queue...
Comment #4
dddave commentedComment #5
drummComment #6
perignon commentedRelated?
#2270699: Do not use separator on repo_id view field.
Comment #7
marvil07 commentedYep, this was fixed in versioncontrol in #1772300: RSS feed for Git commits links to wrong URL, d.o overrides default views via versioncontrol_project, as Perignon mentions, please see versioncontrol_project's #2270699: Do not use separator on repo_id view field., BTW patches welcome there ;-).