Commit Graph

49 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
16f106712e Merge pull request #81 from iquiw/comment-field
Move update comment to attachment field
2020-11-24 15:31:30 +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
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
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
18b0ea1adf Fixing coding standards 2020-08-09 08:37:45 +02:00
Alexander Meindl
e0e35e6edf Make rubocop happy, again 2020-06-09 09:23:06 +02: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
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
d2ad1fb020 Show attachments in new issues and show flag if private comment 2020-03-03 15:16:02 +01:00
Alexander Meindl
48c4b99882 Always send attachments with payload, to get improved output without attachments with Rocket.Chat 2020-02-23 10:45:31 +01:00
Alexander Meindl
49e847794f Show db entries and password names, if available 2020-01-25 11:59:13 +01:00
Alexander Meindl
de5cce957c #50 use formated result for estimated_hours 2020-01-17 10:26:27 +01:00
Alexander Meindl
164bc700e1 Fix bug with assigned_to field twice and fallback values, if objects do not exist anymore 2020-01-07 13:22:53 +01:00
Alexander Meindl
b2e7cca639 #38 fix for Redmine 4.1 for frozen string 2020-01-07 08:33:58 +01:00
Alexander Meindl
2563b8007c Fix another problem with notes 2019-12-31 13:43:06 +01:00
Alexander Meindl
7cba13f8cd Fix custom fields 2019-12-26 18:25:19 +01:00
Alexander Meindl
9be229f1c4 Add rubocop to travis 2019-12-26 17:42:36 +01:00
Alexander Meindl
49b282e638 #38 fix problem with escaping 2019-12-26 17:24:28 +01:00
Alexander Meindl
bf8d2d3d4d Ruby 2.3.x or newer is required. Bump to 1.0.5 2019-05-15 20:06:35 +02:00
Alexander Meindl
c670b5606d Fix channel settings 2019-04-11 14:55:28 +02:00
Alexander Meindl
56fa966d92 Fix test for new fr translation and some cleanups 2019-04-11 10:32:42 +02:00
Alexander Meindl
58b4a890ca Fix new coding standards 2018-09-10 17:45:53 +02:00
Alexander Meindl
b2780bf618 drop SafeAttributes 2018-07-16 15:59:01 +02:00
Alexander Meindl
835174d831 Add TODO comment 2018-01-28 12:32:21 +01:00
Alexander Meindl
25744d4337 Add wrapper to do markup_format later on 2018-01-28 12:29:31 +01:00
Alexander Meindl
b1a527fc52 Cleanup routings 2018-01-28 11:47:25 +01:00
Alexander Meindl
7339e9e382 Add is_private support for db and contacts 2018-01-25 17:05:28 +01:00
Alexander Meindl
593d7055e0 slim templates, subdirectory bug fixed #9, other solution of #12 included 2018-01-24 12:03:28 +01:00
Alexander Meindl
b2d71d2a0e Use space in front of To 2017-10-10 19:21:36 +02:00
Alexander Meindl
2c3b503f68 Some code cleanups 2017-10-10 18:25:17 +02:00
Alexander Meindl
0427b97a46 Support for existion database and some cosmetics 2017-10-10 18:15:11 +02:00
Alessandro Grassi
bbd6a69f8d Add support for default mentions
Signed-off-by: Alessandro Grassi <alessandro.grassi@2ndquadrant.com>
2017-10-10 16:52:38 +02:00
Alexander Meindl
87869706a6 Parent project support for icon and username has been added 2017-05-25 11:58:40 +02:00
Alexander Meindl
22ccab7e72 Parent project settings fix 2017-05-25 10:49:39 +02:00
Alexander Meindl
7f1ac1ff38 Switch from user defined project fields to project settings 2017-05-23 22:05:27 +02:00
Alexander Meindl
36fb2bb786 no escape has been fixed 2017-05-11 09:26:19 +02:00
Alexander Meindl
86ecd0676c Switch from httpclient to net/http 2017-05-11 09:20:34 +02:00
Alexander Meindl
35798e451c More localized strings and parent issue support 2017-05-10 17:49:54 +02:00
Alexander Meindl
19dd1712db Add changelog and db, passwords and contacts support 2017-05-10 16:57:33 +02:00
Alexander Meindl
4775c2ac49 Add badges 2017-05-10 13:32:11 +02:00
Alexander Meindl
d8010c6ff0 Installation instruction updated 2017-05-10 12:08:38 +02:00
Alexander Meindl
f25dda021e More restructure code 2017-05-10 10:23:08 +02:00