Skip to content
Snippets Groups Projects
  1. Apr 15, 2017
  2. Apr 14, 2017
    • Patrick Figel's avatar
      Add list of muted user to UI and Getting Started (#1799) · fe8dd58b
      Patrick Figel authored
      Add the same UI that already exists for blocked users for muted
      ones and add it to the "Getting Started" menu.
      fe8dd58b
    • Chad Pytel's avatar
      Introduce capybara and first feature spec (#1801) · 92cd207c
      Chad Pytel authored
      This commit introduces Capybara and the first feature spec.
      
      I focused on coverage for log in for the first feature spec because that would
      have prevented 624a9a71 causing #1236.
      92cd207c
    • Matt Jankowski's avatar
      Improve i18n chooser (#1804) · f5cd1383
      Matt Jankowski authored
      * Add locale spec with failing locale plus region check
      
      * Use a more accurate locale when supplied by browser headers
      
      Previously we were using a matching option which would use the first locale
      available which matched the locale portion, even if a region was specified.
      
      This changes to first try to find an exact match, and then fall back to the
      region, and then fall back to the  default.
      
      * Clean up default_locale method
      f5cd1383
Loading