Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-07 | Change number_to_human calls to always use 3-digits precision (#16469) | Claire | |
Fixes #16435 | |||
2020-02-03 | Fix punycode being rendered instead of unicode in some places (#13030) | Eugen Rochko | |
2020-01-11 | Clarify keyword arguments with ** (#12769) | Daigo 3 Dango | |
This change is to suppress the warning below on on ruby-2.7.0: - warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ | |||
2019-12-30 | Fix IDN mentions not being processed, IDN domains not being rendered (#12715) | Eugen Rochko | |
This changes the REST API to return unicode domains in the `acct` attribute instead of punycode, and to render unicode instead of punycode on public HTML pages as well. Fix #7812, fix #12246 | |||
2019-12-05 | Remove some duplicate methods from StatusHelper and reflect changes to ↵ | Takeshi Umeda | |
AccountHelper (#12545) | |||
2019-10-24 | Split AccountsHelper from StatusesHelper (#12078) | Takeshi Umeda | |
2017-04-11 | Pagination improvements (#1445) | Matt Jankowski | |
* Replace will_paginate with kaminari * Use #page instead of #paginate in controllers * Replace will_paginate.page_gap with pagination.truncate in i18n * Customize kaminari views to match prior styles * Set kaminari options to match prior behavior * Replace will_paginate with paginate in views | |||
2016-11-15 | Adding some localizations | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-10-03 | Fix most pages on small screens | Eugen Rochko | |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |