Settings
This commit is contained in:
parent
6e21b834b6
commit
9da540a97c
4
.github/workflows/rubyonrails.yml
vendored
4
.github/workflows/rubyonrails.yml
vendored
@ -21,9 +21,9 @@
|
||||
name: "GitHub CI"
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["devel"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
branches: ["devel"]
|
||||
jobs:
|
||||
plugin_tests:
|
||||
strategy:
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
Changelog for Redmine DMSF
|
||||
==========================
|
||||
|
||||
3.0.8 *????-??-??*
|
||||
------------------
|
||||
|
||||
3.0.7 *2022-11-01*
|
||||
------------------
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Redmine DMSF Plugin 3.0.7
|
||||
=========================
|
||||
Redmine DMSF Plugin 3.0.8 devel
|
||||
===============================
|
||||
|
||||
[](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
|
||||
[](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
|
||||
[](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.
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
4
init.rb
4
init.rb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user