Rubocop: Layout/EmptyLineAfterMagicComment
This commit is contained in:
parent
4bf6aa1330
commit
2dbedfa649
@ -32,9 +32,6 @@ require:
|
|||||||
- rubocop-rails
|
- rubocop-rails
|
||||||
|
|
||||||
# Rules for DMSF
|
# Rules for DMSF
|
||||||
Layout/EmptyLineAfterMagicComment:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Layout/LineLength:
|
Layout/LineLength:
|
||||||
Exclude:
|
Exclude:
|
||||||
- app/models/dmsf_query.rb
|
- app/models/dmsf_query.rb
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
@ -147,4 +147,9 @@ Rails.application.configure do
|
|||||||
# Uncomment to remove the original Documents from searching and project's modules (replaced with DMSF)
|
# Uncomment to remove the original Documents from searching and project's modules (replaced with DMSF)
|
||||||
# Redmine::Search.available_search_types.delete('documents')
|
# Redmine::Search.available_search_types.delete('documents')
|
||||||
# Redmine::AccessControl.available_project_modules.delete(:documents)
|
# Redmine::AccessControl.available_project_modules.delete(:documents)
|
||||||
|
|
||||||
|
if Redmine::Plugin.installed?('easy_extensions')
|
||||||
|
require "#{File.dirname(__FILE__)}/lib/redmine_dmsf/webdav/custom_middleware"
|
||||||
|
config.middleware.insert_before ActionDispatch::Cookies, RedmineDmsf::Webdav::CustomMiddleware
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# encode: utf-8
|
# encode: utf-8
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@konton.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@konton.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# encode: utf-8
|
# encode: utf-8
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright © 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2012 Daniel Munn <dan.munn@munnster.co.uk>
|
# Copyright © 2012 Daniel Munn <dan.munn@munnster.co.uk>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
|
||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
# Copyright © 2011-23 Karel Pičman <karel.picman@kontron.com>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user