2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-03 17:21:20 +08:00
discourse/app
Isaac Janzen cba86cc0de
DEV: Add every_tag option to tags schema-setting (#35153)
Allows for surfacing all tags by adding a `every_tag` option to the
`tags` property. This value is then passed to the `everyTag` option on
the `TagChooser` component

Demo:

```yml
    type: objects
    client: true
    default: "[]"
    schema:
      name: "state"
      properties:
        tags:
          type: tags
          min: 2
          every_tag: true
```

Defaults to `false` (current behavior)
2025-10-02 12:11:42 -05:00
..
assets DEV: Add every_tag option to tags schema-setting (#35153) 2025-10-02 12:11:42 -05:00
controllers UX: Show remove password button without suspense (#34635) 2025-10-02 15:04:13 +08:00
helpers FIX: Add ld+json VideoObject to each lazy video (#34678) 2025-09-03 22:01:14 +08:00
jobs FIX: Run scheduled problem checks even when no tracker exists yet (#35102) 2025-10-01 10:21:44 -03:00
mailers DEV: Remove ability to use users' names in group mention notifications and mentions shown in emails and added :user_notification_email_options plugin modifier to allow plugins reintroduce this or other modifications to emails (#33449) 2025-07-14 15:20:08 -05:00
models FIX: Allow saving category when color attributes are 3-digits hex (#35119) 2025-10-02 14:33:30 +03:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers FEATURE: Allow hiding user fields on signup form (#34672) 2025-09-15 10:42:07 +08:00
services FIX: Allow mediaconvert client without endpoint (#35135) 2025-10-01 19:05:06 -06:00
views FIX: Translate string in search 404 page (#35090) 2025-09-30 16:30:00 -04:00