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: aperezdc/ngx-fancyindex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3
Choose a base ref
...
head repository: aperezdc/ngx-fancyindex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 2, 2011

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

Commits on Apr 4, 2011

  1. Properly escape ':' and '?' in generated hrefs

    Unfortunately ngx_escape_uri() does not properly escape all characters
    that may be problematic in URIs, so apart from doing a first pass with
    ngx_escape_uri(), it is needed to do a second pass for escaping the rest
    of characters.
    
    Thanks to Steve Willing <eiji-gravion@hotmail.com> for reporting the issue.
    aperezdc committed Apr 4, 2011
    Configuration menu
    Copy the full SHA
    42d2f1b View commit details
    Browse the repository at this point in the history
Loading