Commit Graph

242 Commits

Author SHA1 Message Date
Iku Iwasa
5e7b1813c0 Correct to use label_copied_from translation key 2020-11-30 23:47:31 +09:00
Alexander Meindl
4b74808a6f Update ruby version for travis test 2020-11-24 15:38:39 +01:00
Alexander Meindl
16f106712e Merge pull request #81 from iquiw/comment-field
Move update comment to attachment field
2020-11-24 15:31:30 +01:00
Alexander Meindl
f7d62852d5 Merge pull request #82 from iquiw/group-assignee
Support Group assignee as well as User
2020-11-24 15:30:07 +01:00
Iku Iwasa
e7f6de9af2 Support Group assignee as well as User 2020-11-23 11:15:50 +09:00
Iku Iwasa
e5d5a94119 Move update comment to attachment field
so that it is not hidden when issue description is long.
2020-11-23 10:41:17 +09:00
Alexander Meindl
24095bf9db drop validate_url gem 2020-11-14 18:43:09 +01:00
Alexander Meindl
8943040f4d Fix for rubocop update 2020-11-05 14:40:42 +01:00
Alexander Meindl
c2c8023f14 Merge pull request #79 from iquiw/fix-find-error
Fix find error when deleting attachment, removing parent issue ID
2020-10-25 10:20:31 +01:00
Iku Iwasa
45531d783a Fix RecordNotFound error when removing parent issue ID
Using find_by instead of find.
2020-10-25 18:07:14 +09:00
Iku Iwasa
e7e6539500 Fix RecordNotFound error when deleting attachments
Using find_by instead of find.
2020-10-25 18:07:14 +09:00
Alexander Meindl
5623961366 use is_a? 2020-10-09 09:51:18 +02:00
Alexander Meindl
3f61d8cde7 rubocop fix 2020-10-09 09:09:27 +02:00
Alexander Meindl
f843f7ea48 Do not notify locked watchers, see https://www.redmine.org/issues/33935 2020-09-01 17:31:03 +02:00
Alexander Meindl
cb23763b63 Fix coding standards 2020-08-30 17:27:05 +02:00
Alexander Meindl
61f54fce26 Merge pull request #74 from iquiw/journal-anchor
Add journal anchor to issue update notification URL
2020-08-30 17:12:13 +02:00
Alexander Meindl
6477a02afe Merge pull request #73 from Ujifman/master
Added watcher_users to list of users to be notitfied
2020-08-30 17:00:30 +02:00
Iku Iwasa
c9d6028792 Add journal anchor to issue update notification URL 2020-08-30 22:39:26 +09:00
Igor Pronin
1c45192653 Added watcher_users to list of users to be notitfied 2020-08-25 12:16:45 +03:00
Alexander Meindl
2a59483fca Show author name, if author changes of a issue - refactored 2020-08-25 09:35:39 +02:00
Alexander Meindl
1b6c00b4c0 Show author name, if author changes of a issue 2020-08-25 09:32:51 +02:00
Alexander Meindl
49c9f42343 fix coding standards and bump version 1.0.7 2020-08-22 18:56:45 +02:00
Alexander Meindl
4a2d652163 Merge pull request #72 from Ujifman/master
Added feature to send messages directly to users to be notified
2020-08-22 18:41:38 +02:00
Igor Pronin
f4382f7d86 Added feature to send messages directly to users to be notified
Added setting to enable this feature.
Tested on RocketChatIntegration
2020-08-20 16:33:08 +03:00
Alexander Meindl
18b0ea1adf Fixing coding standards 2020-08-09 08:37:45 +02:00
Alexander Meindl
c58c93005d tag helper instead of content_tag 2020-06-09 14:48:05 +02:00
Alexander Meindl
e0e35e6edf Make rubocop happy, again 2020-06-09 09:23:06 +02:00
Alexander Meindl
8702f062fa Merge pull request #65 from WuCris/master
Update Readme.md to add missing description of plugin settings
2020-06-09 09:17:03 +02:00
wucris
4cdd909889 update readme to add missing description of plugin settings 2020-05-05 18:46:28 -04:00
Alexander Meindl
8501a98486 remove debug infos 2020-04-28 11:45:47 +02:00
Alexander Meindl
b1d7309d97 Fix problem with & in project name 2020-04-28 11:41:21 +02:00
Alexander Meindl
03fab2c28e #61 fixed bug with description for issue update 2020-04-17 11:13:04 +02:00
Alexander Meindl
e82efa6180 Ruby 2.4 or higher is required 2020-04-16 13:00:50 +02:00
Alexander Meindl
b6afda186e Loading problem caused by https://www.redmine.org/issues/33290 2020-04-15 14:58:23 +02:00
Alexander Meindl
25b2694018 Db check required because of broken installation of redmine - caused by query with User.current 2020-04-15 12:38:48 +02:00
Alexander Meindl
57f8ef4092 Merge pull request #60 from jcppkkk/master
Fix formatting error of estimated_hours
2020-04-15 08:21:49 +02:00
Jethro Yu
f13d5c1e55 Fix formatting error of estimated_hours
To fix following error on Redmine 4.1.1
```
NoMethodError (undefined method `floor' for "1.0":String):

lib/redmine/i18n.rb:90:in `format_hours'
plugins/redmine_messenger/app/models/messenger.rb:209:in `detail_to_field'
```

Use redmine's `to_hours` convention on estimated_hours
```
lib/redmine/core_ext/string/conversions.rb
29:        def to_hours

app/models/issue.rb
454:    write_attribute :estimated_hours, (h.is_a?(String) ? (h.to_hours || h) : h)
```
2020-04-15 12:42:35 +08:00
Alexander Meindl
54de15db0b Patch integration cleanups 2020-04-12 15:49:13 +02:00
Alexander Meindl
294f435452 Patch integration cleanups 2020-04-12 09:35:10 +02:00
Alexander Meindl
8519130cee New ruby version for travis 2020-04-04 16:45:12 +02:00
Alexander Meindl
39cab0e954 Update github actions 2020-04-01 08:19:43 +02:00
Alexander Meindl
0074475a66 Merge pull request #59 from ZerooCool/master
Upgrade Fr Language
2020-04-01 08:14:20 +02:00
Alexander Meindl
731e616b7d do not use COVERAGE, because Redmine core use it already 2020-03-29 18:08:23 +02:00
Alexander Meindl
e54c4406e1 remove rcov 2020-03-29 17:07:49 +02:00
Alexander Meindl
74e39b918e remove rcov format 2020-03-29 15:48:12 +02:00
Alexander Meindl
6167b64112 remove skip_coverage export 2020-03-29 11:49:23 +02:00
Zer00CooL
f95fd57ab8 Update fr.yml 2020-03-28 23:09:39 +01:00
ZerooCool
24a7b99b7f fr.yml - Translation. 2020-03-28 23:02:52 +01:00
Alexander Meindl
73a623c791 Optimize testing 2020-03-26 07:53:31 +01:00
Alexander Meindl
e25d02a110 Badge update 2020-03-25 20:31:42 +01:00