discourse/app
Jamie Wilson 19a0bdc0ee FIX: Link to category settings should use slug
Links to category settings were created using the category name. If the name was a single word, the link would be valid (regardless of capitalization).

For example, if the category was named `Awesome`

`/c/Awesome/edit/settings`

is a valid URL as that is a case-insensitive match for the category slug of `awesome`.

However, if the category had a space in it, the URL would be

`/c/Awesome%20Name/edit/settings`

which does not match the slug of `awesome-name`.

This change uses the category slug, rather than the name, which is the expected behaviour (see `Category.find_by_slug_path`).
2023-01-06 08:42:26 +08:00
..
assets SECURITY: Convert send_digest to a post request (#19746) 2023-01-05 06:57:12 +08:00
controllers SECURITY: Don't expose user post counts to users who can't see the topic (#19728) 2023-01-05 06:08:19 +08:00
helpers FEATURE: Optionally allow a separate s3_asset_cdn_url to be specified (#19284) 2022-12-08 10:36:20 +00:00
jobs SECURITY: BCC active user emails from group SMTP (#19725) 2023-01-05 06:07:50 +08:00
mailers FIX: Improve tags in email subjects and add filter headers (#19760) 2023-01-06 10:03:02 +10:00
models FIX: use reviewer's guardian permissions to create post/topic while approve. (#19710) 2023-01-05 19:31:37 +05:30
serializers FIX: Link to category settings should use slug 2023-01-06 08:42:26 +08:00
services PERF: Use user-specific channel for message-bus logout (#19719) 2023-01-04 19:55:52 +00:00
views FIX: Broken images on subfolder installs (#19404) 2022-12-09 11:24:12 -07:00