mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 03:35:54 +08:00

- Remove no-longer-used `commits-widget` and `site_customizations` paths - Add `/presence/` - Move from regex to strings. The unanchored regexes were causing unexpected behaviour (e.g. if a topic had the word `assets` in its slug, it would be skipped). When passed strings, mini-profiler uses `String#starts_with?` for comparison - Add `Discourse.base_path` to ensure proper functionality in subfolder environments