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 |
|
Alexander Meindl
|
8398d32c4f
|
One more badge for tests
|
2020-03-25 20:20:45 +01:00 |
|
Alexander Meindl
|
c3ffdff7d3
|
Disable COVERAGE as default
|
2020-03-25 20:10:17 +01:00 |
|
Alexander Meindl
|
ba82f825bf
|
Add github actions test
|
2020-03-25 20:02:59 +01:00 |
|
Alexander Meindl
|
15dc372bb2
|
add badget
|
2020-03-25 19:51:26 +01:00 |
|
Alexander Meindl
|
dd410756c2
|
remove debug code
|
2020-03-25 19:47:15 +01:00 |
|
Alexander Meindl
|
3178a6e921
|
Add gem sources
|
2020-03-25 19:44:13 +01:00 |
|
Alexander Meindl
|
f4b62005b4
|
Use github actions for rubocop
|
2020-03-25 19:42:14 +01:00 |
|
Alexander Meindl
|
edc63d1ee5
|
Travis cleanup
|
2020-03-03 15:45:21 +01:00 |
|
Alexander Meindl
|
fa9127cb24
|
Update rubocop configuration and changelog
|
2020-03-03 15:22:00 +01: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
|
e4eee286ba
|
Fix outgoing hook settings for non-admins within projects
|
2020-02-21 10:30:47 +01:00 |
|
Alexander Meindl
|
ee9347d8fb
|
Increase number of translation to fix test
|
2020-02-11 09:53:13 +01:00 |
|
Ji-Hyeon Gim
|
873cbe1021
|
initial Korean translation
Signed-off-by: Ji-Hyeon Gim <potatogim@gluesys.com>
|
2020-02-11 09:51:56 +01:00 |
|
Alexander Meindl
|
5d037719c7
|
#56 fix
|
2020-02-11 09:27:54 +01:00 |
|
Alexander Meindl
|
49e847794f
|
Show db entries and password names, if available
|
2020-01-25 11:59:13 +01:00 |
|
Alexander Meindl
|
442c3fb320
|
#53 add legend to fieldset. Remove comments in fr.yml to have same line amount (for easier administration of strings)
|
2020-01-25 11:08:38 +01:00 |
|
Alexander Meindl
|
0b4425399a
|
Fix strings for tests
|
2020-01-20 18:08:13 +01:00 |
|
Alexander Meindl
|
de5cce957c
|
#50 use formated result for estimated_hours
|
2020-01-17 10:26:27 +01:00 |
|
Alexander Meindl
|
31d0ce3748
|
Merge pull request #46 from ZerooCool/patch-1
Update config/locales/fr.yml 01/2020.
|
2020-01-16 08:45:17 +01:00 |
|
ZerooCool
|
6fa21f3648
|
Update config/locales/fr.yml 01/2020.
|
2020-01-15 06:09:27 +01:00 |
|