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

namespace.py include colon in ALLOWED_NAME_CHARS #663

Merged
merged 4 commits into from
May 14, 2018

Commits on Oct 30, 2016

  1. namespace.py include colon in ALLOWED_NAME_CHARS

    This commit updates the behavior of is_ncname and
    split_uri to match the behavior described here:
    https://www.w3.org/TR/html4/types.html#type-name
    (found via
    http://stackoverflow.com/questions/2053132/is-a-colon-safe-for-friendly-url-use).
    This results in the correct splitting of uris such as
    http://neurolex.org/wiki/FMA:7191. Extra note that not
    all user agents conver : -> %3A since they are not
    required to by the spec (RFC3986).
    tgbugs committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    80649f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

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

Commits on Dec 3, 2017

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