mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 02:34:05 +08:00
1. **Multiselect Support for Choice Fields**
- Added a `multiselect` option to the choices field component
- Updated Field model to accept arrays as values for choices fields
2. **Post Content Feature Filtering**
- Added ability to filter posts based on content features:
- Posts with images
- Posts with links
- Posts with code blocks
- Posts with uploads
3. **Improved Group Filtering**
- Renamed `restricted_user_group` to `restricted_groups` to allow
filtering by multiple groups
- Added `excluded_groups` to replace `ignore_group_members` which was
complex for end users
- Renamed `restricted_groups` to `restricted_inbox_groups` for more
specific PM filtering and clarity.
4. **Public Topics Filter**
- Added a "Public Topics" filter option that excludes all secure
categories
|
||
|---|---|---|
| .. | ||
| after_post_cook_spec.rb | ||
| category_created_edited_spec.rb | ||
| pm_created_spec.rb | ||
| point_in_time_spec.rb | ||
| post_created_edited_spec.rb | ||
| recurring_spec.rb | ||
| stalled_wiki_spec.rb | ||
| topic_spec.rb | ||
| topic_tags_changed_spec.rb | ||
| user_added_to_group_spec.rb | ||
| user_badge_granted_spec.rb | ||
| user_first_logged_in_spec.rb | ||
| user_promoted_spec.rb | ||
| user_removed_from_group_spec.rb | ||
| user_updated_spec.rb | ||