Closed (works as designed)
Project:
Drupal.org customizations
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2014 at 04:33 UTC
Updated:
12 Nov 2014 at 17:21 UTC
Jump to comment: Most recent
Comments
Comment #1
drummI'm not seeing any use of repo_id in Views in drupalorg modules.
Comment #2
perignon commentedTrying to find where to get action on this bug on D.O
Links contained in the RSS feed of Git commits are broken because of a "%2C" being added in the URL.
Comment #3
perignon commentedAdding related issue filed against D.O infrastructure
Comment #4
drummExample:
https://www.drupal.org/commitlog/commit/71%2C491/ed7a04a7e89fa7f1c9df313... vs. https://www.drupal.org/commitlog/commit/71491/ed7a04a7e89fa7f1c9df313f04...
The
%2Cis a comma, and should be removed.Comment #5
drummAnd the example feed: https://www.drupal.org/user/1547200/track/code/feed
This View is in code at
views/default_views/vc_project_user_commits.view.php. The other default Views there should be checked too.Comment #6
perignon commentedThank you for your prompt attention!
Comment #7
marvil07 commentedI guess this was meant to be on #2270699: Do not use separator on repo_id view field., and in drupalorg there is nothing to do.
Please reopen if something in drupalorg is needed.
Comment #8
perignon commentedSo where/how do we get this fixed?
Comment #9
perignon commentedNM... I found the other thread.