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 some issues with special chars in branch names #3767

Merged
merged 14 commits into from
Sep 16, 2018

Commits on Apr 7, 2018

  1. Fix some issues with special chars in branch names

    * Adding `EscapePound` where necessary for `#?`
    * Adding `Escape` where `Str2Html` is used to avoid `"` being stripped
    * Fix last references to legacy URL scheme where possible
    * Fix legacy redirect
    
    Signed-off-by: Robin Durner <github@nubenum.de>
    nubenum committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    beecaca View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. switch to stdlib url escaping

    Signed-off-by: Robin Durner <github@nubenum.de>
    nubenum committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    d9c1a01 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Merge branch 'master' into branch-special-chars

    Signed-off-by: Robin Durner <github@nubenum.de>
    nubenum committed May 26, 2018
    Configuration menu
    Copy the full SHA
    f03bbf0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Configuration menu
    Copy the full SHA
    f11e90e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    06991df View commit details
    Browse the repository at this point in the history
  2. Fix legacy redirect for tree, fix code tab escape

    Signed-off-by: Robin Durner <github@nubenum.de>
    nubenum committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    1237382 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Configuration menu
    Copy the full SHA
    e45e2e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. move link parts to translations

    Signed-off-by: Robin Durner <github@nubenum.de>
    nubenum committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    e4db446 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    c0ba41a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    7e70b0e View commit details
    Browse the repository at this point in the history
  2. Update repo.go

    techknowlogick authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    7d6d5f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea10994 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    db2d7bc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    52237fd View commit details
    Browse the repository at this point in the history