discourse/spec
Robin Ward 6f367dde26
UX: Rename "Keep Post" to "Keep Post Hidden" when hidden (#7767)
* UX: Rename "Keep Post" to "Keep Post Hidden" when hidden

This is based on this feedback:
https://meta.discourse.org/t/category-group-review-moderation/116478/19

When a post is hidden this makes the operation much more clear.

* REFACTOR: Better support for aliases for actions

Allow calls on alias actions and delegate to the original one.
This is less code but also simplifies tests where the action might
be "agree_and_keep" or "agree_and_keep_hidden" which are the same.
2019-08-01 11:23:23 -04:00
..
components FIX: Don't reuse redis connections in different threads in tests 2019-08-01 09:51:22 +01:00
fabricators FIX: Old notifications didn't link to correct post after moving post 2019-07-22 17:38:45 +02:00
fixtures FEATURE: Add attachments to outgoing emails 2019-07-25 15:57:45 +02:00
helpers FIX: Fallback to gzip compression if brotli isn't supported (#7895) 2019-07-16 11:05:37 -03:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
integrity PERF: Use Oj for serializing JSON. (#7820) 2019-06-28 12:16:00 +10:00
jobs FIX: include default label when exporting reports 2019-07-26 12:57:13 +05:30
lib FIX: Correctly identify Chromium-based Edge 2019-07-29 16:51:08 -04:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models UX: Rename "Keep Post" to "Keep Post Hidden" when hidden (#7767) 2019-08-01 11:23:23 -04:00
multisite FIX: multisite upload urls must have either db name or the word 'short-url'. 2019-06-25 01:19:58 +05:30
requests Fix the build. 2019-08-01 15:23:50 +08:00
serializers FEATURE: Allow viewing of raw emails for reviewable queued posts (#7910) 2019-07-19 11:56:14 -04:00
services REFACTOR: Rename SiteSetting.disable_edit_notifications to disable_system_edit_notifications (#7958) 2019-07-31 20:20:41 +05:30
support FIX: DistributedMutex (#7953) 2019-08-01 09:12:05 +01:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb FIX: Rollback when multisite tests raise exceptions 2019-08-01 15:26:06 +01:00