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

Fix duplicate pages in on this day results. #937

Merged
merged 4 commits into from
Jan 5, 2018
Merged

Fix duplicate pages in on this day results. #937

merged 4 commits into from
Jan 5, 2018

Commits on Jan 5, 2018

  1. Fix duplicate pages in on this day results.

    The `events` for the following days are examples having dupe pages:
    
    `onthisday/events/09/14`
    "Telecommunications companies MCI Communications and WorldCom complete their $37 billion merger to form MCI WorldCom."
    
    `onthisday/events/09/01`
    "St. Petersburg, Russia, changes its name to Petrograd."
    
    Bug: T175974
    montehurd committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    77dbc08 View commit details
    Browse the repository at this point in the history
  2. Fixes for failing tests.

    montehurd committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    9da2d12 View commit details
    Browse the repository at this point in the history
  3. Use faster de-dupe method.

    montehurd committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    279cace View commit details
    Browse the repository at this point in the history
  4. Add missing semicolon.

    montehurd committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    7a78be7 View commit details
    Browse the repository at this point in the history