Gerhard Schlager
1a732ddac0
Configure Travis build
2019-01-04 21:30:53 +01:00
Gerhard Schlager
a308e2a445
FIX: Do not assign the same user more than once
...
This prevents resending assignment notification emails.
2019-01-04 21:24:08 +01:00
Saurabh Patel
b20b4c088d
FIX: add translations and check for message and if assignment is successful in spec ( #22 )
2018-12-06 18:04:31 +11:00
Saurabh Patel
a2e7fc4cac
FIX: do not assign to same when already assigned
2018-12-06 16:46:08 +11:00
Sam
cd6f61683e
FIX: do not include username in assign push notification
2018-12-05 08:42:02 +11:00
Sam
2d5359055d
FIX: properly send push notifications on assign
...
Previously we would rely on a quirk in core where whisper small actions
would get a notification, this behavior was removed and now we must
be explicit, it provides a much more consistent assign notification
2018-12-04 17:55:58 +11:00
Maja Komel
baddb3c630
FIX: don't assign system user when automatic assign by mention is enabled ( #20 )
2018-12-03 12:37:36 +01:00
Gerhard Schlager
02839b5068
Inherit rubocop config from discourse repo
2018-12-03 00:35:26 +01:00
Neil Lalonde
ddf87232e8
Update translations
2018-11-29 11:03:45 -05:00
Joffrey JAFFEUX
922d8515ca
FIX: assign state was not correctly updated on mobile ( #19 )
2018-11-27 17:45:28 +01:00
Bianca Nenciu
097bda91a9
DEV: Fix heisentests. ( #18 )
2018-11-27 11:54:19 +01:00
Guo Xiang Tan
3960112440
Skip test that is randomly failing.
2018-11-27 12:28:31 +08:00
Sam
25b3c6fab0
Update README.md
2018-11-27 15:26:36 +11:00
Sam
646b310064
split into 2 files so its easier to use rake autospec
2018-11-23 11:27:56 +11:00
Bianca Nenciu
16afd2c612
FIX: Check if plugin disabled globally prior to extending JS
2018-11-23 10:53:07 +11:00
Sam
1f938c3f41
FIX: show unassign button on mobile
2018-11-23 09:57:13 +11:00
Sam
312357988f
Move message bus subscription into controller
...
This ensures we always correctly unsubscribe from the channel
2018-11-23 09:44:59 +11:00
Bianca Nenciu
a915f0135f
FIX: Schedule a rerender on message arrival. ( #16 )
2018-11-23 09:05:55 +11:00
Régis Hanol
c607c6ca74
Merge pull request #15 from nbianca/fix_autoclosed
...
FIX: Unassign on autoclose.
2018-11-21 16:36:06 +01:00
Bianca Nenciu
0299deaf25
FIX: Unassign on autoclose.
2018-11-21 15:49:07 +02:00
Penar Musaraj
903f1260a8
remove icon ref in assign_notification locale
2018-11-12 10:31:38 -05:00
Penar Musaraj
613cf478a0
Add missing icon
2018-11-07 21:26:27 -05:00
Penar Musaraj
b909e933dc
Merge branch 'master' of github.com:discourse/discourse-assign
2018-11-07 09:28:46 -05:00
Penar Musaraj
c6f21b667a
Support FA5 SVG icons
2018-11-07 09:27:15 -05:00
Kris
69c319e81d
adding btn-default class
2018-11-06 10:57:56 -05:00
David Taylor
519effe056
DEV: Apply prettier
2018-10-22 19:49:32 +01:00
Kris
11012a7fbd
Padding needs to be more specific
2018-10-18 18:03:11 -04:00
Kris
edd17c6496
Post alignment update
2018-10-16 13:46:37 -04:00
Guo Xiang Tan
88d5346aad
DEV: Minor fixes to spec.
2018-10-05 12:55:55 +08:00
Vinoth Kannan
004cf718b9
SPEC: Do not raise error if topic not exist
2018-10-05 09:37:28 +05:30
Vinoth Kannan
bb44fd469c
FIX: Do not raise error if topic not exist
2018-09-21 09:52:21 +05:30
Neil Lalonde
f992fc644b
Update translations
2018-09-10 13:57:52 -04:00
Guo Xiang Tan
ed1f942c52
FIX: Don't set notification level to `watching` when already watching.
2018-09-07 15:00:53 +08:00
Guo Xiang Tan
7663268584
FIX: Change notification_level back to tracking only if set by plugin.
2018-09-04 15:30:53 +08:00
Sam
8ad7304bdd
FIX: can now correctly unassign corrupt topics
...
if a topic is somehow assigned to an array we can correctly unassign
2018-09-04 15:10:17 +10:00
Guo Xiang Tan
6539c98768
Fix rubocop warning.
2018-09-04 09:50:47 +08:00
Neil Lalonde
fcc96bd2bb
Update translations
2018-08-23 09:44:48 -04:00
Régis Hanol
5800f768f5
FIX: properly unassign topics if there are no **more** flags to handle
2018-08-14 18:20:00 +02:00
Kris
7c8ce7d1b3
Slight margin reduction
2018-08-08 22:53:32 -04:00
Guo Xiang Tan
9bea971196
FEATURE: Assigning a user to a topic will make user watch the topic.
2018-08-03 16:24:59 +08:00
Guo Xiang Tan
6e7f01e5d4
FIX: Only save custom fields when unassigning a topic.
2018-07-26 08:57:24 +08:00
Guo Xiang Tan
949ccb07ca
FIX: Only save custom fields when assigning a topic.
2018-07-25 17:25:21 +08:00
Sam
d58aa482ba
FIX: show suppressed categories in assign list
2018-07-23 17:26:05 +10:00
Sam
ffd4bd1a4a
exec_sql is deprecated use db exec instead
2018-06-21 12:22:04 +10:00
Joshua Rosenfeld
962c4bf836
URL was missing from plugin.rb
2018-06-11 11:47:43 -04:00
Guo Xiang Tan
39ebb0c429
Make rubocop happy.
2018-06-08 10:21:19 +08:00
Guo Xiang Tan
2da69df8c9
Fix specs for Rails 5.2.
2018-06-08 09:14:30 +08:00
Neil Lalonde
a530f785d3
Update translations
2018-05-31 15:27:40 -04:00
Guo Xiang Tan
fe68b6cc88
FIX: Don't unassign topic on flag reviewed if topic has been deleted.
...
* Should have a test for this.
2018-05-25 16:40:00 +08:00
Guo Xiang Tan
e1c7869969
UX: Add margin to assign-controls on mobile.
2018-05-24 14:44:13 +08:00