Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-SpaceDock/SpaceDock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add9d3166a03
Choose a base ref
...
head repository: KSP-SpaceDock/SpaceDock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4d9d0f54a8b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 14, 2018

  1. Copy the full SHA
    4774af8 View commit details

Commits on Feb 15, 2018

  1. Merge pull request #183 from HebaruSan/patch-2

    In CKAN pull requests, put description last, on a new line
    StollD authored Feb 15, 2018
    Copy the full SHA
    b4d9d0f View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 KerbalStuff/ckan.py
7 changes: 4 additions & 3 deletions KerbalStuff/ckan.py
Original file line number Diff line number Diff line change
@@ -40,15 +40,16 @@ def send_to_ckan(mod):
"""\
This pull request was automatically generated by """ + _cfg('site-name') + """ on behalf of {0}, to add [{1}]({4}{2}) to CKAN.
Please direct questions about this pull request to [{0}]({4}{3}).
Mod details:
name = {2}
author = {0}
abstract = {6}
license = {7}
Homepage = {8}
description = {5}
Please direct questions about this pull request to [{0}]({4}{3}).
description =
{5}
""".format(mod.user.username, mod.name,\
url_for('mods.mod', mod_name=mod.name, id=mod.id),\
url_for("profile.view_profile", username=mod.user.username),\