discourse/app
David Taylor 3c81683955 DEV: Rename UriHelper.escape_uri to .normalized_encode
This is a much better description of its function. It performs idempotent normalization of a URL. If consumers truly need to `encode` a URL (including double-encoding of existing encoded entities), they can use the existing `.encode` method.
2022-08-09 11:55:25 +01:00
..
assets DEV: Remove vendored babel and update config for plugins/themes (#17832) 2022-08-09 11:53:24 +01:00
controllers DEV: return user status on the user search route (#17716) 2022-08-09 14:54:33 +04:00
helpers FIX: bots could generate errors when slug generation method is encoded (#17224) 2022-07-29 16:27:52 +10:00
jobs DEV: Combine all header notification bubbles into one in the new user menu (#17718) 2022-08-03 08:57:59 +03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models DEV: Rename UriHelper.escape_uri to .normalized_encode 2022-08-09 11:55:25 +01:00
serializers DEV: return user status on the user search route (#17716) 2022-08-09 14:54:33 +04:00
services FIX: Make word watcher work with nil strings (#17830) 2022-08-08 16:34:51 -03:00
views UX: update register admin wizard page styles (#17785) 2022-08-03 21:49:21 -04:00