discourse/app
Bianca Nenciu 531dbc5e6a
FIX: Do not offer to save draft if invalid (#13863)
An invalid draft is the draft of a topic with a short title or body.
The client does not save these, but it will ask the client if they want
to save it. Even if the answer is 'yes', the draft is discarded. This
commit skips Save button for small drafts.
2021-07-30 10:43:09 +03:00
..
assets FIX: Do not offer to save draft if invalid (#13863) 2021-07-30 10:43:09 +03:00
controllers FIX: allows authentication data to be present in bootstrap (#13885) 2021-07-29 15:01:11 +02:00
helpers FIX: Assets for the theme tests page are not compressed (#13736) 2021-07-14 22:52:35 +03:00
jobs Revert "DEV: Move private message topic tracking state publish into sidekiq." 2021-07-30 11:36:01 +08:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Update draft count after creating a post (#13884) 2021-07-29 17:06:11 +03:00
serializers FEATURE: Show draft count in user menu and activity (#13812) 2021-07-27 14:05:33 +03:00
services FIX: Reduce input of to_tsvector to follow limits (#13806) 2021-07-28 18:25:14 +03:00
views FIX: use correct URL in schema markup for post images. (#13847) 2021-07-26 21:39:51 +05:30