discourse/app
Jarek Radosz ae1a391377
FIX: Quoting posts (#9378)
Fixes to the quote feature. Most important changes listed below:

* FIX: Correctly attribute quotes when using Reply button
* FIX: Correctly attribute quotes when using replyAsNewTopic
* FIX: Allow quoting a quote
* FIX: Correctly mark quotes as "full"
* FIX: Don't try to create a quote if it's empty
* DEV: Remove an obsolete method `loadQuote`
  It isn't used in core anymore, the only use in core has been removed over 4 years ago in 3251bcb. It's not used in any plugins in all-the-plugins and all references to it on GitHub are from outdated forks (https://github.com/search?q=%22Post.loadQuote%22&type=Code)
2020-04-08 16:28:23 +02:00
..
assets FIX: Quoting posts (#9378) 2020-04-08 16:28:23 +02:00
controllers DEV: reduce logging when no external id is specified 2020-04-08 12:42:28 +10:00
helpers FIX: Display small post actions when embedding a topic (#9278) 2020-03-26 09:07:41 -03:00
jobs FIX: CSV Exports were throwing errors with invalid dates 2020-04-07 14:05:27 -04:00
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FIX: Prevent low score flags from auto-closing a topic if the reviewable default visibility is higher than low (#9375) 2020-04-08 10:44:31 -03:00
serializers DEV: changes so plugins can customize invites UI (#9365) 2020-04-07 11:58:49 -04:00
services FIX: FlagSockpuppets should not flag a post if a post of that user was already rejected by staff (#9328) 2020-04-01 09:20:45 -03:00
views FEATURE: screenreader landmarks for main, suggested topics 2020-04-07 15:42:03 -07:00