1. 17 Nov, 2020 1 commit
    • Markus Koller's avatar
      Fix repository clone panel for wikis · 8fb5f42b
      Markus Koller authored
      This fixes a small bug with wikis where the dropdown label wasn't
      updated correctly when switching the protocol.
      
      Since we want to reuse this for group wikis, this also generalizes the
      code a bit by:
      
      - Moving the JS initializer into its own file.
      - Moving the wiki specs for the clone panel into shared examples, and
        extending it to verify the dropdown switching behaviour.
      - Using `container` rather than `project` in variable names.
      - Using `repositories` rather than `project code` in UI strings.
      - Renaming `enabled_project_button` to `enabled_protocol_button`, to
        make the intent clearer.
      8fb5f42b
  2. 13 Nov, 2020 39 commits