You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added translation using Weblate (German) (#18)
* None (#23)
* Translated using OSGeo Weblate (English)
Currently translated at 100.0% (10 of 10 strings)
Translation: GTT Project/Redmine Text Blocks Plugin
Translate-URL: https://weblate.osgeo.org/projects/gtt-project/redmine_text_blocks/en/
* Translated using OSGeo Weblate (Japanese)
Currently translated at 100.0% (10 of 10 strings)
Translation: GTT Project/Redmine Text Blocks Plugin
Translate-URL: https://weblate.osgeo.org/projects/gtt-project/redmine_text_blocks/ja/
* Translated using OSGeo Weblate (German)
Currently translated at 100.0% (10 of 10 strings)
Translation: GTT Project/Redmine Text Blocks Plugin
Translate-URL: https://weblate.osgeo.org/projects/gtt-project/redmine_text_blocks/de/
Co-authored-by: Daniel Kastl <[email protected]>
* Fixes i18n format
Signed-off-by: Daniel Kastl <[email protected]>
* Lints Markdown
Signed-off-by: Daniel Kastl <[email protected]>
* Prepares minor release
Signed-off-by: Daniel Kastl <[email protected]>
* Fixes Markdown issue
Signed-off-by: Daniel Kastl <[email protected]>
* Fixes missing closing tag
Signed-off-by: Daniel Kastl <[email protected]>
* Support redmine trunk (>=r22488) build and drop ruby 2.6 from CI
* Exclude redmine:master + ruby:2.7 in CI
* Update actions/checkout@v4 to use Node.js 20
* Adds wiki-edit class to form element, fixes#35
* Replace removed jQuery api '.size()' to '.length'
* Redmine 6 compliance (#41)
* Refactor text block views and styles, add SVG icons, and update plugin version
* Remove jQuery dotdotdot plugin, update text block styles for truncation
* Update README to reflect Redmine 5.0 compatibility and improve formatting
* Update CI test for Redmine 6
* Exclude CI matrix 5.1-stable x 3.3 combination
* Update comment part in CI
---------
Co-authored-by: Ko Nagase <[email protected]>
---------
Signed-off-by: Daniel Kastl <[email protected]>
Co-authored-by: OSGeo Weblate <[email protected]>
Co-authored-by: Ko Nagase <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,12 @@ This plugin adds configurable text blocks for replying to issues.
8
8
9
9
## Requirements
10
10
11
-
- Redmine >= 4.0.0
11
+
- Redmine >= 5.0.0
12
12
13
13
## Installation
14
14
15
-
To install Redmine text blocks plugin, download or clone this repository in your Redmine installation plugins directory!
15
+
To install Redmine text blocks plugin, download or clone this repository in your
16
+
Redmine installation plugins directory!
16
17
17
18
```sh
18
19
cd path/to/plugin/directory
@@ -26,26 +27,25 @@ bundle install
26
27
bundle exec rake redmine:plugins:migrate
27
28
```
28
29
29
-
After restarting Redmine, you should be able to see the Redmine Text Blocks plugin in the Plugins page.
30
+
After restarting Redmine, you should be able to see the Redmine Text Blocks
31
+
plugin in the Plugins page.
30
32
31
-
More information on installing (and uninstalling) Redmine plugins can be found in [Redmine Plugins](http://www.redmine.org/wiki/redmine/Plugins) documentation.
33
+
More information on installing (and uninstalling) Redmine plugins can be found in
The Text Blocks Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)! Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).
42
+
The Text Blocks Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)!
43
+
Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).
40
44
41
45
## Version History
42
46
43
-
- 2.0.0 Support Redmine 5.0
44
-
- 1.2.0 Publish on GitHub
45
-
- 1.0.2 Fixes localization
46
-
- 1.0.1 Bugfix
47
-
48
-
See [all releases](https://github.com/gtt-project/redmine_text_blocks/releases) with release notes.
47
+
See [all releases](https://github.com/gtt-project/redmine_text_blocks/releases)
0 commit comments