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

Exclude links and email addresses from prominent words analysis #19137

Merged
merged 20 commits into from
Dec 6, 2022

Commits on Nov 3, 2022

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

Commits on Nov 7, 2022

  1. Add unit tests

    agnieszkaszuba committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a331571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9d663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89957a0 View commit details
    Browse the repository at this point in the history
  4. Change the regex so that it doesn't match URLs that don't start with …

    …http(s), ftp, or www
    
    For example 'yoast.com' - this can be used as a word, not necessarily a link, like "There was so much traffic on yoast.com today"
    agnieszkaszuba committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d4ff1e7 View commit details
    Browse the repository at this point in the history
  5. Add more unit tests

    agnieszkaszuba committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    63df888 View commit details
    Browse the repository at this point in the history
  6. Fix code style

    agnieszkaszuba committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    32c1ec6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    e1ee776 View commit details
    Browse the repository at this point in the history
  2. Adds a semi-colon to the characters that can appear after the top-lev…

    …el domain
    
    This was added as a fix to WP editor converting & to &
    agnieszkaszuba committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7011f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e60b3c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e2a7e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge branch 'trunk' of https://github.com/Yoast/wordpress-seo into P…

    …C-865-exclude-links-from-prominent-words
    marinakoleva committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c3b2c9b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'PC-865-exclude-links-from-prominent-words' of github.co…

    …m:Yoast/wordpress-seo into PC-865-exclude-links-from-prominent-words
    agnieszkaszuba committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a482a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43811c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Merge branch 'trunk' of https://github.com/Yoast/wordpress-seo into P…

    …C-865-exclude-links-from-prominent-words
    marinakoleva committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2a3efa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge branch 'trunk' of github.com:Yoast/wordpress-seo into PC-865-ex…

    …clude-links-from-prominent-words
    iolandasequino committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d115093 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Merge branch 'trunk' of github.com:Yoast/wordpress-seo into PC-865-ex…

    …clude-links-from-prominent-words
    agnieszkaszuba committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2014f76 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    cc3179c View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    agnieszkaszuba committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f940c11 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge branch 'trunk' of github.com:Yoast/wordpress-seo into PC-865-ex…

    …clude-links-from-prominent-words
    FAMarfuaty committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8ccdf72 View commit details
    Browse the repository at this point in the history