Commit Graph

575 Commits

Author SHA1 Message Date
Nat 1e0fa0a0c7
Remove unneeded require 2022-04-25 19:33:37 +08:00
Nat 4489b9d4fe
Commit and return priorities in topics and posts 2022-04-20 02:15:36 +08:00
Nat ad45c6703f
Add ability to select priority in modal
And also disable immediately triggering assign when user is selected
2022-04-20 02:15:36 +08:00
Nat 8b575a0bab
Add column for priorities 2022-04-20 02:15:35 +08:00
Kris 7a854fe504
UX: Show posters on assigned topic list (#315) 2022-04-14 16:20:09 -04:00
dependabot[bot] faa889c933
Build(deps): Bump ansi-regex from 4.1.0 to 4.1.1 (#314) 2022-04-10 20:11:36 +02:00
dependabot[bot] 3bf1bc1d5b
Build(deps): Bump minimist from 1.2.5 to 1.2.6 (#313) 2022-04-10 20:10:05 +02:00
Alan Guo Xiang Tan 4226ab21a0
DEV: Update .discourse-compatibility for 2.8.2. (#312) 2022-03-31 15:30:47 +08:00
Discourse Translator Bot 29955dae7e
Update translations (#311) 2022-03-30 14:52:39 +02:00
Jordan Vidrine d8d2dc950a
UX: Additional refactor for topic-list prep (#310) 2022-03-23 10:42:55 -05:00
Discourse Translator Bot 6e88d1434b
Update translations (#309) 2022-03-22 16:01:07 +01:00
discoursebot 8aa3db1eaf
DEV: Update CI workflows (#308)
Co-authored-by: discoursebuild <build@discourse.org>
2022-03-22 14:01:57 +01:00
Rafael dos Santos Silva 099845ffbd
FIX: Add missing notification title (#306) 2022-03-18 16:42:57 -03:00
Rafael dos Santos Silva a52d2a8228
FIX: New notification type needs one more i18n string (#305) 2022-03-17 14:11:16 -03:00
Alan Guo Xiang Tan 83719bacc1
DEV: Update .discourse-compatibility for stable branch. (#303) 2022-03-17 14:09:37 -03:00
Rafael dos Santos Silva bf31bdb824
FIX: New notification type needs some i18n string (#304) 2022-03-17 15:03:40 +00:00
Rafael dos Santos Silva 568a13101e
DEV: Use reserved assigned notification type (#302) 2022-03-16 16:23:14 -03:00
Discourse Translator Bot 6d5987244e
Update translations (#301) 2022-03-15 14:40:31 +01:00
Joffrey JAFFEUX f657239a4b
FEATURE: improves random assign to assign to a post (#300) 2022-03-14 10:55:50 +01:00
Jordan Vidrine 8c382b02c1
UX: Topic list refactor (#299) 2022-03-09 16:46:10 -06:00
Jarek Radosz 264620985e
DEV: Lose the es6 suffix (#298) 2022-03-05 17:19:50 +01:00
Discourse Translator Bot 81190f40fd
Update translations (#297) 2022-03-01 22:56:07 +01:00
Jarek Radosz 7307bfada6
DEV: Remove the migration specs (#295)
They're no longer useful
2022-02-23 21:12:24 +01:00
Jarek Radosz 7d83a98b45
DEV: Resolve small TODOs; fix a typo (#296) 2022-02-23 18:23:52 +01:00
Gavin 382666657d
DEV: Update README.md (#294)
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2022-02-21 21:05:57 +01:00
Bianca Nenciu c8fc42b60f
FIX: Reuse topic query method to find group topics (#292)
The query for counts and list were different and the count did not
match the number of topics from the list.
2022-02-15 19:57:33 +02:00
Discourse Translator Bot 7bec9aeaf7
Update translations (#293) 2022-02-15 15:09:52 +01:00
Discourse Translator Bot 9371bb45e7
Update translations (#291) 2022-02-08 14:12:49 +01:00
Penar Musaraj 87026078b4
A11Y: Use `autocomplete=off` for search inputs (#290) 2022-02-03 13:50:42 +01:00
Discourse Translator Bot 70082fbdb3
Update translations (#289) 2022-02-01 16:14:59 +01:00
jbrw 44dd73e151
FIX: Exclude inactive assigns from assigned_total count (#288)
If `SiteSetting.unassign_on_close` is enabled, an Assignment record can still exist, but be set to inactive, when a Topic is closed.

Inactivement Assignments should be ignored when comparing to the maximum number of assigned topics.
2022-01-31 15:26:58 -05:00
Krzysztof Kotlarek f54f0486b9
FIX: better group assign message (#287)
When topic is assigned to group, then notification should be different to distinguish from direct assignments.
2022-01-30 23:42:44 +01:00
Bianca Nenciu b4d85bd0ae
FIX: Count and show only active assignments (#286)
After a topic is closed, the assignment is not deleted but becomes
inactive. When this happened, it was not removed from the assignments
count or list.
2022-01-28 11:07:42 +02:00
David Taylor ffe95da7ed DEV: Set user attributes earlier in test 2022-01-25 15:02:24 +00:00
discoursebuild 15eb7e02ab DEV: Update CI workflows 2022-01-25 15:02:24 +00:00
Discourse Translator Bot bbcc34487c
Update translations (#285) 2022-01-25 14:26:30 +01:00
Krzysztof Kotlarek 5779385d66
FIX: don't display inactive assignments (#283)
There is an active flag for assignments. It is used to bring assignments back when topic is reopened.

However, when assignment is inactive, it should not be displayed on assigned list or search.
2022-01-19 22:20:21 +01:00
Discourse Translator Bot dfa4f8f752
Update translations (#282) 2022-01-18 14:40:53 +01:00
Krzysztof Kotlarek 594dad6b83
FEATURE: holiday icon for suggestions (#278)
When user is on holiday, mark avatar with calendar icon.
In this case, urgent topics can be assigned to an available team member.
2022-01-17 09:10:08 +11:00
jbrw 7a04569c0a
FIX: Only active assigns should be included in reminders (#281)
* FIX: Only active assigns should be included in reminders

* Update lib/pending_assigns_reminder.rb

Co-authored-by: Robin Ward <robin.ward@gmail.com>
2022-01-14 15:23:29 -05:00
Penar Musaraj a52da2396c
FIX: Use Ember router for small action post links (#280)
Routing was fixed in https://github.com/discourse/discourse/pull/15536
2022-01-11 09:01:28 -05:00
Discourse Translator Bot 268af3049a
Update translations (#279) 2022-01-11 14:21:02 +01:00
Discourse Translator Bot 50ce10e608
Update translations (#277) 2022-01-04 17:39:02 +01:00
Arpit Jalan 5a426e6836
FIX: bulk assign modal was broken (#276)
When trying to bulk assign topics to a user via bulk topics action modal
the modal was broken because the key "model.description" was missing.

This commit adds key "model.description" and adds a new locale for it to
indicate that this action will be performed on multiple topics.
2022-01-04 14:32:37 +05:30
Discourse Translator Bot e384ca8947
Update translations (#275) 2021-12-28 14:13:24 +01:00
communiteq 43f93d9611
Fix: set these fields in condition below only (#273)
Co-authored-by: Richard <richard@communiteq.com>
2021-12-24 11:24:57 +11:00
David Taylor 8184c5fa98
UX: Change "Re-assign" copy to "Reassign" (#274) 2021-12-23 19:15:56 +00:00
discoursebot 920503f5fc
DEV: Update CI workflows (#271)
Co-authored-by: davidtaylorhq <davidtaylorhq@users.noreply.github.com>
2021-12-16 16:16:56 +00:00
Krzysztof Kotlarek a229b2feb1
FIX: always unassign posts when deleted (#270)
Post should be always unassigned when deleted. They are hidden, and it may cause a lot of confusion. For example, when a user wants to assign topic, and it cannot be done because existing assignment to deleted post.
2021-12-16 13:38:06 +01:00
Krzysztof Kotlarek 9ac8b70b14
FIX: refresh topic when topic or post is deleted or recovered (#269)
Additional check was added to only refresh if there were affected assignments
2021-12-15 07:53:12 +01:00