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

Issue #687 Added ability to specify query and fragment elements of url via linkify. #711

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2019

  1. Added ability to specify query and fragment elements of url when usin…

    …g linkify.
    
    Squashed commit of the following:
    
    commit f0199f2
    Author: Ben Mehlman <ben.z.mehlman@gmail.com>
    Date:   Wed Nov 6 15:07:42 2019 -0500
    
        When passing linkify as dict, QUERY and FRAGMENT now lowercase (ie. query, fragment).
        Update documentation to explain these features.
    
    commit e14b529
    Author: Ben Mehlman <ben.z.mehlman@gmail.com>
    Date:   Tue Nov 5 22:22:01 2019 -0500
    
        Add query string and fragment identifier capability to linkify.
    benmehlman committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    a62227b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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

Commits on Nov 11, 2019

  1. Add "query" and "fragment" kwargs to LinkColumn, add tests for same.

    Fix formatting (make black and flake8 happy)
    benmehlman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    53916f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dafcdbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b78f2e View commit details
    Browse the repository at this point in the history
  4. Fix sorting of imports.

    benmehlman committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    adc0b17 View commit details
    Browse the repository at this point in the history