Commit Graph

169 Commits

Author SHA1 Message Date
tshenry 55c9fca212
FIX: typo in mixin and incorrect setting description (#165)
`allow_accepted_answer` should be `allow_accepted_answers` (with an `s` at the end) in the `TopicAnswerMixin`.

The `enable_solved_tags` setting description seemed to be using the description intended for `allow_solved_on_all_topics`. Both descriptions have been updated.
2021-09-17 18:07:01 -07:00
Roman Rizzi 66999ee3fb
FEATURE: Enable solved for topics with specific tags. (#164)
This PR adds a site setting called `enable_solved_tags`. Solved will be enabled for topics containing these tags, just like we do for specific categories.
2021-09-17 11:12:47 -03:00
Discourse Translator Bot 2a774f0d6f
Update translations (#161) 2021-08-31 16:08:18 +02:00
Bianca Nenciu 184d2e6137
FEATURE: Show user who posted accepted answer second (#156)
The user who posts the accepted answer will show as the second poster
in the list of posters from topics list.
2021-08-26 12:53:46 +03:00
Osama Sayegh 6123f22412
Revert "FEATURE: Show user who posted accepted answer second (#153)" (#155)
This reverts commit 556f402db8.
2021-08-26 01:05:01 +03:00
Bianca Nenciu 556f402db8
FEATURE: Show user who posted accepted answer second (#153)
The user who posts the accepted answer will show as the second poster
in the list of posters from topics list.
2021-08-25 23:33:28 +03:00
Discourse Translator Bot b96374bf4a
Update translations (#147) 2021-07-13 20:31:34 +02:00
Discourse Translator Bot 83079b756f
Update translations (#145) 2021-06-29 15:59:13 +02:00
Mark VanLandingham 52d4656011
Re-add usage of `add_directory_column` for user directory table solutions count (#140) 2021-06-22 13:18:23 -05:00
Discourse Translator Bot 179611766d
Update translations (#142) 2021-06-22 15:12:43 +02:00
communiteq ca0dbd6d4c
Two extra options (#138)
* Make it possible to disallow topic starters to accept a solution

* Make adding QAPage schema markup optional

* Address @eviltrout's comments

Co-authored-by: Richard <richard@communiteq.com>
2021-06-17 16:12:33 -04:00
Mark VanLandingham 7351882171
Revert "Use `add_directory_column` API to add solutions count to user directory (#137)" (#139)
This reverts commit 58c594fdda.
2021-06-17 12:37:29 -05:00
Mark VanLandingham 58c594fdda
Use `add_directory_column` API to add solutions count to user directory (#137) 2021-06-17 09:31:11 -05:00
Discourse Translator Bot fe4d0c0bd8
Update translations (#136) 2021-06-15 15:59:52 +02:00
Arpit Jalan bbbd13de85
FEATURE: show education message in composer when replying on solved topic (#135) 2021-06-14 16:06:55 +05:30
Discourse Translator Bot b015b79679
Update translations (#133) 2021-06-01 15:10:26 +02:00
Discourse Translator Bot caa8741e45
Update translations (#132) 2021-05-25 15:26:12 +02:00
Discourse Translator Bot 6a37340785
Update translations (#129) 2021-05-05 13:22:26 +02:00
Discourse Translator Bot d3496ddae5
Update translations (#125) 2021-04-20 15:29:58 +02:00
Discourse Translator Bot 704d2df27a
Update translations (#124) 2021-04-07 11:55:52 +02:00
Discourse Translator Bot 3048576064
Update translations (#122) 2021-02-23 14:16:18 +01:00
Discourse Translator Bot 47e60446e7
Update translations (#117) 2021-02-09 14:46:52 +01:00
Discourse Translator Bot cb988d2aaf
Update translations (#113) 2021-01-26 14:48:22 +01:00
Discourse Translator Bot c407e0f0f4
Update translations (#110) 2021-01-19 15:47:48 +01:00
Discourse Translator Bot 5c8b1cf073
Update translations (#108) 2020-12-29 19:43:19 +01:00
Discourse Translator Bot 37b432732a
Update translations (#106) 2020-12-22 14:45:29 +01:00
Discourse Translator Bot 1252a3d68d
Update translations (#102) 2020-11-24 17:21:53 +01:00
Discourse Translator Bot 77edb4ae29
Update translations (#101) 2020-11-10 15:21:51 +01:00
Discourse Translator Bot 913974e620
Update translations (#99) 2020-11-03 18:06:59 +01:00
Vinoth Kannan f04ccbd4e6
FEATURE: send notification to OP when staff marked a post as solution. (#97)
Previously, we won't send any notification to the original poster when a staff user marked a post as the solution on behalf of OP.
2020-10-30 22:01:27 +05:30
Discourse Translator Bot f1c417d693 Update translations 2020-10-27 15:34:47 +01:00
Simon Cossar 6404911be0
Improve solved topics auto close hours description (#95) 2020-10-20 11:25:46 -04:00
Discourse Translator Bot 1ab0d5f1f0 Update translations 2020-10-20 15:30:07 +02:00
Discourse Translator Bot 55e33a7bb6 Update translations 2020-10-13 15:16:08 +02:00
Discourse Translator Bot 8f977eff1e Update translations 2020-10-06 15:18:12 +02:00
Discourse Translator Bot 786360498f Update translations 2020-09-29 13:02:40 +00:00
Discourse Translator Bot 5f12460052 Update translations 2020-09-22 13:06:27 +00:00
Discourse Translator Bot 705f6fe398 Update translations 2020-09-16 10:20:34 +00:00
Discourse Translator Bot 7fe6bb9ced Update translations 2020-09-15 13:06:44 +00:00
Ahmed Gagan 945974a5e4
FIX: Change to new discourse plugin-api for advanced search options (#91)
Changed to new discourse plugin-api and added status:unsolved option
2020-09-11 11:15:34 +01:00
Discourse Translator Bot c89e0dda19 Update translations 2020-08-18 13:03:59 +00:00
Discourse Translator Bot e16784fd07 Update translations 2020-08-11 13:06:04 +00:00
Discourse Translator Bot 80e4cb87ee Update translations 2020-08-05 13:30:01 +00:00
Neil Lalonde 075883ba5a
Update translations 2020-06-24 11:42:24 -04:00
Gerhard Schlager b2cf82fc3b DEV: Use consistent interpolation key format in translations 2020-06-02 19:15:45 +02:00
Neil Lalonde 485f5fb36b
Update translations 2020-05-27 16:55:42 -04:00
Neil Lalonde af53c1d551
Update translations 2020-05-04 10:51:02 -04:00
Blake Erickson 8d883fba93
FEATURE: Publish WebHook event when solving/unsolving (#85)
* FEATURE: Publish WebHook event when solving/unsolving

This feature will publish a post edit webhook event whenever a solution
is accepted or unaccepted.

I went ahead and used the existing post-edit webhook because all the
post custom fields for the solved plugin are already included in the
post-edit serializer.

* Create Solved Event Webhook

This commit adds a solved event webhook that will only trigger when an
answer has been marked as accepted or unaccepted.

It uses 100 as the webhook ID. This way any new webhooks in core can
keep using lower numbers like 11, 12, 13, but plugins can use 101, 102,
etc.

* Removed functionality that was added to core

This [PR][1] to discourse core adds what what removed in this commit.

It is better to have this logic in core so that it is discoverable and
future webhooks won't end up accidentally using the same ID.

[1]: https://github.com/discourse/discourse/pull/9110

* UX: Add "solved" status filter in advanced search page.

And rename `in:solved` to `status:solved`.

* FEATURE: Publish WebHook event when solving/unsolving

This feature will publish a post edit webhook event whenever a solution
is accepted or unaccepted.

I went ahead and used the existing post-edit webhook because all the
post custom fields for the solved plugin are already included in the
post-edit serializer.

* Create Solved Event Webhook

This commit adds a solved event webhook that will only trigger when an
answer has been marked as accepted or unaccepted.

It uses 100 as the webhook ID. This way any new webhooks in core can
keep using lower numbers like 11, 12, 13, but plugins can use 101, 102,
etc.

* Removed functionality that was added to core

This [PR][1] to discourse core adds what what removed in this commit.

It is better to have this logic in core so that it is discoverable and
future webhooks won't end up accidentally using the same ID.

[1]: https://github.com/discourse/discourse/pull/9110

Co-authored-by: Vinoth Kannan <vinothkannan@vinkas.com>
2020-03-06 11:28:29 -07:00
Vinoth Kannan f4aea44db8 UX: Add "solved" status filter in advanced search page.
And rename `in:solved` to `status:solved`.
2020-03-06 08:57:38 +05:30
Neil Lalonde 5591056fe3 Update translations 2020-02-25 10:34:46 -05:00