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 #139 - Convert ENS Address To Link functionality #140

Merged
merged 7 commits into from
Oct 30, 2017

Commits on Oct 24, 2017

  1. Update to .gitignore

    Samyoul committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    a699c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e3fef View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Adjustment to RegEx to give better matches

    Additionally refactored the constructor so that search and replace settings are handled by a single method.
    Moved replace pattern into an abstracted pattern variable to allow for multiple patterns to be used.
    
    TODO: Check for explorers supporting ENS, on fail notify user.
    Samyoul committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    b5b1b87 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Added ENS explorer compatibility check + bug fix

    Quite a lot of refactor work was done on this commit, and I should have just commited each part separately. But I wanted to fix the bug I found because it was messing up my testing.
    
    Bug Fix : basically stopped regex being applied to anything that wasn't a textNode, otherwise we would have attribute overwrites and other kinds of mess. In order for this to work I've created a tempory "slot" element that holds new elements, after regex is applied they are moved into the parent node.
    
    Added docblocks
    Samyoul committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    2d758d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Fixed Node positioning bug

    Samyoul committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    ff98107 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Updated application verion

    Samyoul committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    70904f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Small change to UI

    Samyoul committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    311f014 View commit details
    Browse the repository at this point in the history