From ca2149435b1b8a20545d9e58d9cb7095dcbed776 Mon Sep 17 00:00:00 2001 From: Ko Nagase Date: Fri, 10 Jun 2022 01:47:39 +0900 Subject: [PATCH 1/4] Added .gitignore and .editorconfig files --- .editorconfig | 10 ++++++++++ .gitignore | 1 + 2 files changed, 11 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0f09989 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store From 723654c29d2523a5f0895cad2e06abbcde742028 Mon Sep 17 00:00:00 2001 From: Ko Nagase Date: Fri, 10 Jun 2022 01:48:36 +0900 Subject: [PATCH 2/4] Translated Japanese --- config/locales/ja.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/ja.yml b/config/locales/ja.yml index cffecfe..7c7bb33 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -2,9 +2,9 @@ ja: permission_view_gtt_smash: "GTT SMASHの閲覧" project_module_gtt_smash: "GTT SMASH" - tracker_simple_note: "Tracker for Simple Notes" - tracker_photo_note: "Tracker for Photo Notes" - tracker_gps_log: "Tracker for GPS Logs" - default_subject: "Default subject" + field_tracker_simple_note: "シンプルノート用トラッカー" + field_tracker_photo_note: "フォトノート用トラッカー" + field_tracker_gps_log: "GPSログ用トラッカー" + field_default_subject: "デフォルトの題名" - setting_message: "Caution: ensure that selected trackers do not have required custom fields!" \ No newline at end of file + setting_message: "注意: 選択したトラッカーに必須カスタムフィールドがないことを確認してください!" \ No newline at end of file From 399c8a05fda9a6d5e376fcdb1b4392fc4d3a9b16 Mon Sep 17 00:00:00 2001 From: Ko Nagase Date: Fri, 10 Jun 2022 01:49:26 +0900 Subject: [PATCH 3/4] Release v2.0.0 --- README.md | 5 ++++- init.rb | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22d711a..1787f9f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [S.M Redmine GTT S.M.A.S.H **requires PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!! -- Redmine >= 4.0.0 +- Redmine >= 4.2.0 - [redmine_gtt](https://github.com/gtt-project/redmine_gtt/) plugin ## Installation @@ -70,12 +70,15 @@ The GTT Project appreciates any [contributions](https://github.com/gtt-project/. ## Version History +- 2.0.0 Support more SMASH data types by adding tracker setting with API endpoint + See [all releases](https://github.com/gtt-project/redmine_gtt_smash/releases) with release notes. ## Authors - [Ko Nagase](https://github.com/sanak) - [Daniel Kastl](https://github.com/dkastl) +- [Nisai Nob](https://github.com/nobnisai) - ... [and others](https://github.com/gtt-project/redmine_gtt_smash/graphs/contributors) ## LICENSE diff --git a/init.rb b/init.rb index a8c5fe6..234aff0 100644 --- a/init.rb +++ b/init.rb @@ -6,9 +6,9 @@ author_url 'https://github.com/georepublic' url 'https://github.com/gtt-project/redmine_gtt_smash' description 'Adds SMASH integration capabilities for GTT projects' - version '1.0.0' + version '2.0.0' - requires_redmine :version_or_higher => '4.0.0' + requires_redmine :version_or_higher => '4.2.0' settings( default: { From e50f6c42f1ba5ba327bb784a103c78a8d18b4e9c Mon Sep 17 00:00:00 2001 From: Ko Nagase Date: Fri, 10 Jun 2022 10:14:45 +0900 Subject: [PATCH 4/4] Commented out CI badge, once --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1787f9f..6af8cef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Redmine GTT S.M.A.S.H Plugin -![CI #develop](https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg) + 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):