-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
07c904f
commit 4c8c666
Showing
14 changed files
with
85 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/views/hooks/text_blocks/_view_issues_edit_notes_bottom.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<% if User.current.allowed_to?(:view_text_blocks, @project) %> | ||
<%= select_tag :text_block, text_block_options(@issue), id: 'textblock-select', style: 'display:none; border: 1px solid #e0e2e3; background: #f6f6f6; height: 24px; color: #3d454c; vertical-align: bottom; margin-left: 6px; margin-botton: 0;' %> | ||
<%= select_tag :text_block, text_block_options(@issue), id: 'textblock-select' %> | ||
<%= javascript_include_tag 'text_blocks', plugin: 'redmine_text_blocks' %> | ||
<%= hidden_field_tag :text_block_project_id, @project.id %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- name: text-blocks | ||
svg: template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters