1.4.8 stable releasing
This commit is contained in:
parent
b06f5bc806
commit
e0c5f58d29
27
CHANGELOG.md
27
CHANGELOG.md
@ -4,9 +4,30 @@ Changelog for Redmine DMSF
|
||||
1.4.8: **
|
||||
-----------------------
|
||||
|
||||
Document links
|
||||
Email links
|
||||
|
||||
Symbolic links
|
||||
Document tagging
|
||||
Localization of email notifications
|
||||
An option to send document links by email
|
||||
|
||||
* New: Issue #19 - Documentation?
|
||||
* Update: Issue #106 - [Feature Request] Save files in folder structure defined via DMSF
|
||||
* Fix: Issue #107 - Problems upgrading redmine 1.3 to 2.23 regarding DMFS
|
||||
* Fix: Issue #111 - Cannot sort files in folders by date, size, etc
|
||||
* Update: Issue #139 - Error 500 on click on "details" icon
|
||||
* New: Issue #183 - Create document links
|
||||
* New: Issue #201 - Download link by email
|
||||
* Fix: Issue #205 - Ampersand shows up in displayed filenames as "&" instead of "&"
|
||||
* Fix: Issue #212 - Incorrect revision information in email notification
|
||||
* Fix: Issue #214 - Required DMSF custom field prevents documents to be saved
|
||||
* Update: Issue #216 - Enhancement : having notification emails translated
|
||||
* Update: Issue #224 - Setup/Upgrade documentation
|
||||
* Fix: Issue #226 - undefined method `custom_fields_tabs' for module `CustomFieldsHelper'
|
||||
* Fix: Issue #233 - Failed Travis builds
|
||||
* Update: Issue #235 - "You are not member of the project" when changing project notification.
|
||||
* New: Issue #236 - Documents tagging
|
||||
* Fix: Issue #240 - Internal server error, redmine 2.5.1-devel.13064, PostgreSQL, dmsf 1.4.8-devel
|
||||
* Fix: Issue #242 - dsmf 1.4.8 minor ... "link form" tab
|
||||
* Fix: Issue #246 - "File storage directory" does not default properly when setting is empty
|
||||
|
||||
1.4.7: *2014-01-02*
|
||||
-----------------------
|
||||
|
||||
@ -34,7 +34,7 @@ Features
|
||||
* Wiki macros for quick content linking
|
||||
* Full read/write webdav functionality
|
||||
* Optional document content fulltext search
|
||||
* Documents and files symbolic links
|
||||
* Documents and folders symbolic links
|
||||
* Document tagging
|
||||
* Compatible with redmine 2.5.x
|
||||
|
||||
|
||||
Binary file not shown.
2
init.rb
2
init.rb
@ -26,7 +26,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
||||
name 'DMSF'
|
||||
author 'Vit Jonas / Daniel Munn / Karel Picman'
|
||||
description 'Document Management System Features'
|
||||
version '1.4.8 devel'
|
||||
version '1.4.8 stable'
|
||||
url 'http://www.redmine.org/plugins/dmsf'
|
||||
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user