evazion
b50b7f2a91
tag aliases: fix bug in alias resolution.
...
Bug: Searching for an aliased tag returns an empty page instead of
showing the results for the real tag.
Cause: The query parsing code runs the search string through
`.mb_chars.downcase` before calling `TagAlias.to_aliased`, so the input
to `to_aliased` is actually a ActiveSupport::Multibyte::Chars object.
This breaks the `aliases[name]` hash lookup because `name` is not a
plain string.
Fixup for c7bcce429 .
2019-08-12 18:10:49 -05:00
..
2019-04-25 18:13:59 -07:00
2018-04-06 18:09:57 -07:00
2018-04-06 18:09:57 -07:00
2019-01-09 15:54:55 -08:00
2018-09-20 19:23:47 -05:00
2019-08-06 12:04:05 -05:00
2019-01-22 17:22:07 -08:00
2018-05-15 14:19:45 -07:00
2016-09-18 14:13:11 +05:00
2018-04-06 18:09:57 -07:00
2018-04-16 12:12:28 -05:00
2019-08-01 20:20:06 -05:00
2018-12-10 17:51:57 -08:00
2018-04-06 18:09:57 -07:00
2018-04-06 18:09:57 -07:00
2019-01-22 17:22:07 -08:00
2018-11-11 20:18:21 -06:00
2019-05-10 17:31:07 -07:00
2019-06-26 09:26:20 -07:00
2018-09-20 19:51:59 -05:00
2018-09-24 17:34:08 -05:00
2018-04-06 18:09:57 -07:00
2018-08-12 14:22:08 -05:00
2018-08-31 19:50:46 -05:00
2019-01-02 12:33:56 -08:00
2019-08-12 02:12:56 -05:00
2018-04-06 18:09:57 -07:00
2018-10-09 20:11:23 -05:00
2019-08-01 21:21:18 -05:00
2019-05-10 17:31:07 -07:00
2019-05-10 17:31:07 -07:00
2018-04-14 10:56:16 -05:00
2018-04-06 18:09:57 -07:00
2018-11-10 12:37:08 -06:00
2018-04-06 18:09:57 -07:00
2018-05-05 14:00:49 -05:00
2018-04-06 18:09:57 -07:00
2019-08-02 22:03:03 -05:00
2018-04-06 18:09:57 -07:00
2018-12-11 17:08:31 -08:00
2018-04-06 18:09:57 -07:00
2019-08-12 18:10:49 -05:00
2018-04-06 18:09:57 -07:00
2018-04-06 18:09:57 -07:00
2018-04-06 18:09:57 -07:00
2018-04-06 18:09:57 -07:00
2019-01-07 13:30:10 -06:00
2018-11-15 12:06:13 -08:00
2018-07-03 17:59:53 -07:00
2017-05-31 16:15:18 -05:00
2018-04-06 18:09:57 -07:00
2019-08-12 18:10:49 -05:00
2018-04-26 15:31:06 -07:00
2018-04-06 18:09:57 -07:00
2019-08-05 13:41:06 -05:00
2018-10-01 19:47:39 -05:00
2018-12-19 12:20:29 -06:00
2018-04-06 18:09:57 -07:00
2018-06-20 11:11:46 -07:00
2018-04-06 18:09:57 -07:00
2018-12-11 17:08:31 -08:00
2018-04-06 18:09:57 -07:00
2018-05-15 14:19:45 -07:00
2018-04-06 18:09:57 -07:00
2019-08-12 14:17:00 -05:00
2018-11-13 19:18:11 -06:00