discourse/app
Sam Saffron 98d6cee7c7 FIX: various fixes to draft system
- destroyDraft which is called when we cancel a draft is now async,
  removing race conditions when you click "reply" to a post and are
  already editing. We used to trigger double dialogs for cancelling
  drafts which was confusing.

- Remove reply as new topic / reply as pm keys, they are no longer
  used and only caused confustion. For example we used to pop up a
  warning when you are composing a reply and flick to reply as
  new topic

- Remove createTopic key, this was a bug that proliferated. Whenever
  creating a topic via the C shortcut or clicking on new topic on full
  screen search the correct new topic draft key will be used
  consistently

- When abandoning an edit we now say "Are you sure you want to discard
  your changes" (instead of abandon your post which is confusing)
2019-10-21 17:24:06 +11:00
..
assets FIX: various fixes to draft system 2019-10-21 17:24:06 +11:00
controllers DEV: Remove `suspend` from Admin::UsersController responses (#8206) 2019-10-18 01:49:26 +02:00
helpers SECURITY: mini profiler enabled incorrectly for admins 2019-10-09 12:49:22 +11:00
jobs DEV: prevents redefinition of various constants (#8199) 2019-10-17 09:18:07 +02:00
mailers FIX: respect private_email setting for user invited notification email 2019-10-16 12:50:30 +05:30
models Improve spam_hosts copy (#8203) 2019-10-18 09:31:15 -07:00
serializers FEATURE: Display created and last_used dates for API keys 2019-10-09 14:24:41 +01:00
services FIX: Do not send notification to empty push_url 2019-10-16 11:27:07 -04:00
views Add digest email template classes for popular post section 2019-10-16 11:22:33 -04:00