Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the "Change License" modal URL #53

Closed
wants to merge 4 commits into from
Closed

Fix the "Change License" modal URL #53

wants to merge 4 commits into from

Commits on Sep 21, 2018

  1. Rewrite CreativeCommons::select_license_html() method.

    Fixes issues with link argument concatenation, which allows the plugin to
    use the old Partner Interface chooser interface:
    https://wiki.creativecommons.org/wiki/Partner_Interface
    
    Instead of the newer one located here:
    https://creativecommons.org/choose/
    
    Commit also tidies up how the HTML markup is generated.
    
    See #52.
    r-a-y committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    6fd11df View commit details
    Browse the repository at this point in the history
  2. Trim whitespace.

    r-a-y committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    658000f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9071c39 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Fix typo for modal title.

    r-a-y committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    be6b895 View commit details
    Browse the repository at this point in the history