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 |
|
ZerooCool
|
e71bba934a
|
Langue fusionnée sur patch-1.
|
2020-01-15 02:01:44 +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
|
b0977a54e8
|
Add uninstall test to travis
|
2020-01-01 18:40:00 +01:00 |
|
Alexander Meindl
|
43b5ad945a
|
Add bug to Changelog
|
2019-12-31 13:50:14 +01:00 |
|
Alexander Meindl
|
8e4bc584d7
|
Update documentationg
1.0.6
|
2019-12-31 13:45:16 +01:00 |
|
Alexander Meindl
|
2563b8007c
|
Fix another problem with notes
|
2019-12-31 13:43:06 +01:00 |
|
Alexander Meindl
|
3a9101eda9
|
Fix password label
|
2019-12-27 07:59:43 +01:00 |
|
Alexander Meindl
|
8b1fad1745
|
Fix template for password fieldset
|
2019-12-27 07:57:33 +01:00 |
|
Alexander Meindl
|
d027d77141
|
Add administrator link to project settings
|
2019-12-27 06:23:47 +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 |
|