discourse/spec
Gabriel Grubba 80e6d3d8c5
DEV: Add modifier for meta_data_content in ApplicationHelper (#32159)
I've considered some _very_ generic, like:

  ```rb

DiscoursePluginRegistry.apply_modifier(:"meta_data_content_for_#{property}",
content, property, opts)
```


But, I think for now, we can use this one and rely on the plugin to do the filtering (`if property == :title`)
2025-04-04 12:28:38 -03:00
..
fabricators DEV: Backfill API key scope modes (#31606) 2025-03-11 10:00:27 +08:00
fixtures FIX: Do not @import .css assets for plugins (#32014) 2025-03-26 11:01:24 +00:00
generator DEV: Silence the output of migration specs (#26365) 2024-03-26 11:32:44 +01:00
helpers DEV: Add modifier for meta_data_content in ApplicationHelper (#32159) 2025-04-04 12:28:38 -03:00
import_export DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
initializers DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
integration DEV: Preserve ids/classes in emails (#32084) 2025-03-31 20:58:45 +01:00
integrity FIX: cross origin opener policy should apply to public error responses (#31559) 2025-03-03 17:04:24 +08:00
jobs UX: Improve naming for anonymous mode settings (#31832) 2025-03-21 04:54:06 +03:00
lib DEV: Allow specifying a condition when preloading topics for topic list (#32101) 2025-04-01 16:50:16 +08:00
mailers FEATURE: add support for One-Click unsubscribe (RFC 8058) 2024-12-31 15:28:59 +01:00
migrations DEV: Backfill API key scope modes (#31606) 2025-03-11 10:00:27 +08:00
models FEATURE: Dynamic size for hot topic IDs cache (#32175) 2025-04-04 11:58:06 -03:00
multisite FIX: Include original filename in s3 uploads even if not attachment (#30789) 2025-01-15 18:08:18 +08:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
requests FEATURE: prioritize the user who is getting the reply in the autocomplete (#32086) 2025-04-04 10:11:37 -03:00
script/import_scripts DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
serializers FEATURE: Dynamic size for hot topic IDs cache (#32175) 2025-04-04 11:58:06 -03:00
services DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
support DEV: Fix the enable_current_plugin spec helper 2025-04-02 12:30:46 +02:00
system FIX: Archiving messages from group inbox (#32166) 2025-04-04 16:05:43 +08:00
tasks DEV: Add rake task to bulk delete posts (#31642) 2025-03-05 09:31:23 +08:00
views FEATURE: Simplify crawler content for non-canonical post URLs (#26324) 2024-03-26 15:18:46 +00:00
rails_helper.rb DEV: Dump all threads for some flaky system tests (#32050) 2025-03-28 09:54:05 +08:00
regenerate_swagger_docs DEV: Add API docs for uploads and API doc watcher (#15387) 2021-12-23 08:40:15 +10:00
swagger_helper.rb DEV: Bump rswag-specs from 2.11.0 to 2.13.0 (#24654) 2023-12-07 08:16:47 +08:00