File tree Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Original file line number Diff line number Diff line change
1
+ # editorconfig.org
2
+ root = true
3
+
4
+ [* ]
5
+ indent_style = space
6
+ indent_size = 2
7
+ end_of_line = lf
8
+ charset = utf-8
9
+ trim_trailing_whitespace = true
10
+ insert_final_newline = true
Original file line number Diff line number Diff line change
1
+ .DS_Store
Original file line number Diff line number Diff line change 1
1
# Redmine GTT S.M.A.S.H Plugin
2
2
3
- ! [ CI #develop] ( https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg )
3
+ <!-- ! [CI #develop](https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg) -->
4
4
5
5
The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [ S.M.A.S.H] ( https://github.com/moovida/smash ) :
6
6
@@ -13,7 +13,7 @@ The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [S.M
13
13
14
14
Redmine GTT S.M.A.S.H ** requires PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!!
15
15
16
- - Redmine >= 4.0 .0
16
+ - Redmine >= 4.2 .0
17
17
- [ redmine_gtt] ( https://github.com/gtt-project/redmine_gtt/ ) plugin
18
18
19
19
## Installation
@@ -70,12 +70,15 @@ The GTT Project appreciates any [contributions](https://github.com/gtt-project/.
70
70
71
71
## Version History
72
72
73
+ - 2.0.0 Support more SMASH data types by adding tracker setting with API endpoint
74
+
73
75
See [ all releases] ( https://github.com/gtt-project/redmine_gtt_smash/releases ) with release notes.
74
76
75
77
## Authors
76
78
77
79
- [ Ko Nagase] ( https://github.com/sanak )
78
80
- [ Daniel Kastl] ( https://github.com/dkastl )
81
+ - [ Nisai Nob] ( https://github.com/nobnisai )
79
82
- ... [ and others] ( https://github.com/gtt-project/redmine_gtt_smash/graphs/contributors )
80
83
81
84
## LICENSE
Original file line number Diff line number Diff line change 2
2
permission_view_gtt_smash : " GTT SMASHの閲覧"
3
3
project_module_gtt_smash : " GTT SMASH"
4
4
5
- tracker_simple_note : " Tracker for Simple Notes "
6
- tracker_photo_note : " Tracker for Photo Notes "
7
- tracker_gps_log : " Tracker for GPS Logs "
8
- default_subject : " Default subject "
5
+ field_tracker_simple_note : " シンプルノート用トラッカー "
6
+ field_tracker_photo_note : " フォトノート用トラッカー "
7
+ field_tracker_gps_log : " GPSログ用トラッカー "
8
+ field_default_subject : " デフォルトの題名 "
9
9
10
- setting_message : " Caution: ensure that selected trackers do not have required custom fields !"
10
+ setting_message : " 注意: 選択したトラッカーに必須カスタムフィールドがないことを確認してください !"
Original file line number Diff line number Diff line change 6
6
author_url 'https://github.com/georepublic'
7
7
url 'https://github.com/gtt-project/redmine_gtt_smash'
8
8
description 'Adds SMASH integration capabilities for GTT projects'
9
- version '1 .0.0'
9
+ version '2 .0.0'
10
10
11
- requires_redmine :version_or_higher => '4.0 .0'
11
+ requires_redmine :version_or_higher => '4.2 .0'
12
12
13
13
settings (
14
14
default : {
You can’t perform that action at this time.
0 commit comments