149 Commits

Author SHA1 Message Date
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
Neil Lalonde
a531a2b370 Update translations 2020-02-13 15:07:07 -05:00
Krzysztof Kotlarek
230c2071ea
FEATURE: Add helpdesk and tech support badges (#84)
* FEATURE: Add helpdesk and tech support badges

When plugin is installed, we should create helpdesk and tech support
badges.

Both badges should be disabled by default
2020-02-05 11:14:12 +11:00
Neil Lalonde
4518ee02e5 Update translations 2020-01-20 11:23:11 -05:00
Neil Lalonde
2c80e6577f Update translations 2019-12-19 12:52:07 -05:00
Neil Lalonde
ec4f0089f1 Update translations 2019-11-06 10:47:38 -05:00
Neil Lalonde
17912bdda3 Update translations 2019-10-10 11:27:00 -04:00
Kris
9550ced040
UX: If I can't unselect an answer, show text not a button (#80)
* UX: If I can't unselect an answer, show text not a button

* UX: Hide button text when post controls are expanded on mobile
2019-07-24 11:01:47 -04:00
Kris
8e8bf5e2d8 Revert "UX: Improve button position and visibility. (#79)"
This reverts commit f788093e6aedc220bed38f77361b5a6d3529183c.
2019-07-18 10:56:18 -04:00
Neil Lalonde
33a28ced7e Update translations 2019-07-15 14:03:46 -04:00
Bianca Nenciu
f788093e6a
UX: Improve button position and visibility. (#79) 2019-07-15 17:30:58 +03:00
Sam Saffron
a0191a1e50 Revert "UX: Improve button position and visibility. (#78)"
This reverts commit d394d64285dfbc0f42dfe22162977b50b7ea5c3f.

We made the UX here a bit too strong, we will followup with a reduction
of noise and ensure the new "loud UX" only appears for the OP
and only appears when no solution is accepted
2019-06-29 08:12:41 +10:00
Bianca Nenciu
d394d64285 UX: Improve button position and visibility. (#78) 2019-06-28 18:50:42 +02:00
Neil Lalonde
46a7559cc4 Update translations 2019-06-17 13:58:34 -04:00
Neil Lalonde
f76244e3ba Update translations 2019-06-10 10:40:33 -04:00
Neil Lalonde
24789547d2 Update translations 2019-05-30 11:32:54 -04:00
Neil Lalonde
ab1eb503ec Update translations 2019-04-05 10:18:43 -04:00
Vinoth Kannan
5ddd644e00 FEATURE: Show dropdown to filter topic lists by solved status 2019-03-14 00:41:07 +05:30
Vinoth Kannan
6fb6f8849b Revert "REVERT: 'FEATURE: Add solved icon for topic titles in search results and other topic lists'"
This reverts commit 6dbd420c9e6cea85caad4cf1f0c821e95dce0c27.
2019-03-13 22:40:54 +05:30
Vinoth Kannan
6dbd420c9e REVERT: 'FEATURE: Add solved icon for topic titles in search results and other topic lists' 2019-03-13 19:38:31 +05:30
Vinoth Kannan
b1682574d0 remove unused key in locale 2019-03-13 16:08:09 +05:30
Vinoth Kannan
e9be43becd FEATURE: Add solved icon for topic titles in search results and other topic lists 2019-03-13 15:59:07 +05:30