Based on #1772300: RSS feed for Git commits links to wrong URL, comma in repo_id can make i.e. urls do not work.
I'm not seeing any use of repo_id in Views in drupalorg modules.
Trying 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.
Adding related issue filed against D.O infrastructure
Example:
https://www.drupal.org/commitlog/commit/71%2C491/ed7a04a7e89fa7f1c9df313... vs. https://www.drupal.org/commitlog/commit/71491/ed7a04a7e89fa7f1c9df313f04...
The %2C is a comma, and should be removed.
%2C
And 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.
views/default_views/vc_project_user_commits.view.php
Thank you for your prompt attention!
I 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.
So where/how do we get this fixed?
NM... I found the other thread.
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.