about summary refs log tree commit diff
path: root/spec/helpers/settings_helper_spec.rb
AgeCommit message (Collapse)Author
2023-03-04Helpers specs coverage improvement (#23937)Matt Jankowski
2021-11-25Add trending links (#16917)Eugen Rochko
* 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
2017-09-08Fix language filter codes (#4841)Eugen Rochko
* 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
2017-04-23Ensure i18n matches options (#2358)Matt Jankowski
* 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
2016-10-14E-mail preferences pageEugen Rochko
2016-03-18Removing autogenerated test stubs that were not neededEugen Rochko
2016-03-12Adding simple_form, adding profile settings, header imageEugen Rochko