Commit Graph

7 Commits (922f086253c8bfcead9df895f4624580d5b61a9c)

Author SHA1 Message Date
Matt Jankowski 2f606ba122
Helpers specs coverage improvement ()
Eugen Rochko 6e50134a42
Add trending links ()
* Add trending links

* Add overriding specific links trendability

* Add link type to preview cards and only trend articles

Change trends review notifications from being sent every 5 minutes to being sent every 2 hours

Change threshold from 5 unique accounts to 15 unique accounts

* Fix tests
Eugen Rochko 1caf11ddcc Fix language filter codes ()
* Fix language filter codes

CLD3 returns BCP-47 language identifier, filter settings expect
identifiers in the ISO 639-1 format. Convert between formats,
and exclude duplicate languages from filter choices (zh-CN->zh)

* Fix zh name
Matt Jankowski 55e1e12b7d Ensure i18n matches options ()
* Add failing spec showing that human_locales does not match what i18n knows about

* Add missing `ar` key for arabic to human locales

* Remove duplicate `id` key from available locales

* Sort keys in human locales list

* Add spec for human_locale helper
Eugen Rochko 7a6d95f70c E-mail preferences page
Eugen Rochko 7837afbb5f Removing autogenerated test stubs that were not needed
Eugen Rochko 3441361568 Adding simple_form, adding profile settings, header image