This commit is contained in:
Karel Pičman 2022-12-06 14:39:57 +01:00
parent 6e21b834b6
commit 9da540a97c
6 changed files with 13 additions and 10 deletions

View File

@ -21,9 +21,9 @@
name: "GitHub CI"
on:
push:
branches: ["master"]
branches: ["devel"]
pull_request:
branches: ["master"]
branches: ["devel"]
jobs:
plugin_tests:
strategy:

View File

@ -1,6 +1,9 @@
Changelog for Redmine DMSF
==========================
3.0.8 *????-??-??*
------------------
3.0.7 *2022-11-01*
------------------

View File

@ -1,7 +1,7 @@
Redmine DMSF Plugin 3.0.7
=========================
Redmine DMSF Plugin 3.0.8 devel
===============================
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module.

View File

@ -147,7 +147,7 @@
<%= check_box_tag 'settings[dmsf_projects_as_subfolders]', true, @settings['dmsf_projects_as_subfolders'] %>
<em class="info">
<%= l(:note_dmsf_projects_as_subfolders) %><br/>
<%= l(:label_default) %>: <%= l(:general_text_Yes) %>
<%= l(:label_default) %>: <%= l(:general_text_No) %>
</em>
</p>

View File

@ -457,8 +457,8 @@ en:
label_column_version: Version
label_column_workflow: Workflow
label_column_author: Author
label_column_description: Beschreibung
label_column_comment: Kommentar
label_column_description: Description
label_column_comment: Comment
label_dmsf_global_menu_disabled: Global DMS menu disabled
note_dmsf_global_menu_disabled: If yes, DMS menu item is not present in the top menu.

View File

@ -27,7 +27,7 @@ Redmine::Plugin.register :redmine_dmsf do
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
description 'Document Management System Features'
version '3.0.7'
version '3.0.8 devel'
requires_redmine version_or_higher: '5.0.0'
@ -57,7 +57,7 @@ Redmine::Plugin.register :redmine_dmsf do
'only_approval_zero_minor_version' => '0',
'dmsf_max_notification_receivers_info' => 10,
'office_bin' => 'libreoffice',
'dmsf_global_menu_disabled' => 0,
'dmsf_global_menu_disabled' => nil,
'dmsf_default_query' => nil
}
end