If you navigate to http://drupal.org/user/368854/track/code and click on the the feed icon (or just got http://drupal.org/user/368854/track/code/feed), when you open up the xml file, you will see random %2C in the middle of the commit links. I've attached an example file of what is being generated. I'm not sure if this is a views related issue or not so someone may need to forward this over that direction.

The page portion of the view works fine though. All the links navigate to where they are supposed to go.

CommentFileSizeAuthor
feed.txt25.13 KBgeneralredneck
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JohnAlbin’s picture

Priority: Normal » Major

Within 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

generalredneck’s picture

Just 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

dddave’s picture

Project: Drupal.org site moderators » Project
Version: » 7.x-2.x-dev
Component: Broken link » Projects
Issue summary: View changes

Hope I am sending this to the right queue...

dddave’s picture

drumm’s picture

Project: Project » Version Control API
Version: 7.x-2.x-dev » 7.x-1.x-dev
Component: Projects » Views integration
Perignon’s picture

marvil07’s picture

Priority: Major » Normal
Status: Active » Closed (duplicate)
Related issues: +#1772300: RSS feed for Git commits links to wrong URL

Yep, 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 ;-).