v3.0.3 released
This commit is contained in:
parent
b752e329fc
commit
e97fce87b0
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,9 +1,27 @@
|
||||
Changelog for Redmine DMSF
|
||||
==========================
|
||||
|
||||
3.0.3 *????-??-??*
|
||||
3.0.3 *2022-07-19*
|
||||
-------------------
|
||||
|
||||
Security enhancement
|
||||
Persian localisation
|
||||
DMSF images in PDF export
|
||||
|
||||
* Bug: ##1382 - Unable to copy or move files
|
||||
* Bug: #1381 - Update fa.yml
|
||||
* Bug: #1380 - Custom queries and Trash bin
|
||||
* New: #1377 - Create fa.yml
|
||||
* New: #1375 - Hide the link in the TOP menu
|
||||
* Bug: #1374 - Possible XSS Vulnerability by using eval()
|
||||
* Bug: #1373 - Cross-site Scripting risk in Select2 < 4.0.8
|
||||
* Bug: #1372 - Replacing view_dmsf_file_path references with view_dmsf_file_url
|
||||
* Bug: #1371 - Mail rendering of DMSF file link reports undefined method error
|
||||
* Bug: #1369 - Translate settings column names
|
||||
* Bug: #1368 - Wrong translation in Persian and probably some other languages
|
||||
* New: #1082 - More than one ID in image rendering macros
|
||||
* Bug: #903 - Little bug in PDF image export (Redmine 3.4.6)
|
||||
|
||||
3.0.2 *2022-06-17*
|
||||
-------------------
|
||||
|
||||
|
||||
25
Dockerfile
25
Dockerfile
@ -1,25 +0,0 @@
|
||||
# Redmine plugin for Document Management System "Features"
|
||||
#
|
||||
# Copyright © 2011-22 Karel Pičman <karel.picman@kontron.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation; either version 2
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
# The Docker file definition for GitLab Continous Integration
|
||||
|
||||
FROM debian:latest
|
||||
RUN apt-get update
|
||||
RUN apt-get -qq install mariadb-server postgresql sqlite3 libsqlite3-dev ruby ruby-dev build-essential libmariadb-dev libpq-dev subversion git litmus libreoffice liblibreoffice-java
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
@ -1,9 +1,9 @@
|
||||
Redmine DMSF Plugin
|
||||
===================
|
||||
|
||||
The current version of Redmine DMSF is **3.0.3 devel**
|
||||
The current version of Redmine DMSF is **3.0.3**
|
||||
|
||||
[](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/devel/latest)
|
||||
[](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/master/latest)
|
||||
[](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.
|
||||
|
||||
14
init.rb
14
init.rb
@ -22,18 +22,12 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
Redmine::Plugin.register :redmine_dmsf do
|
||||
if Redmine::Plugin.installed?(:easy_extensions)
|
||||
name 'Easy DMS'
|
||||
url 'https://www.easyredmine.com'
|
||||
author_url 'https://www.easyredmine.com'
|
||||
else
|
||||
name 'DMSF'
|
||||
url 'https://www.redmine.org/plugins/redmine_dmsf'
|
||||
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
|
||||
end
|
||||
name 'DMSF'
|
||||
url 'https://www.redmine.org/plugins/redmine_dmsf'
|
||||
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.3 devel'
|
||||
version '3.0.3'
|
||||
|
||||
requires_redmine version_or_higher: '4.2.0'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user