1.4.9 devel => 1.4.9 stable
This commit is contained in:
parent
7b2dbaaded
commit
801f3f3370
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,6 +1,28 @@
|
|||||||
Changelog for Redmine DMSF
|
Changelog for Redmine DMSF
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
1.4.9: *2014-09-01*
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
Trash bin
|
||||||
|
Standard Redmine's upload form with progress bar for files > 100 MB
|
||||||
|
WebDAV library upgrade
|
||||||
|
|
||||||
|
|
||||||
|
* New: # 130 - redmine_dmsf: last update of the folders
|
||||||
|
* Fix: #131 - Wiki link shows filename for all users type
|
||||||
|
* New: #136 - `File Manipulation` permissions
|
||||||
|
* New: #218 - Feature request: Recycle bin
|
||||||
|
* Fix: #226 - Undefined method `custom_fields_tabs` for module `CustomFieldsHelper`
|
||||||
|
* New: #238 - DMSF document update shows up in issue referred to in comment
|
||||||
|
* New: #249 - Storage path for DMSF files ignores global storage path for attachments
|
||||||
|
* New: #255 - Debian - Readme install procedure update
|
||||||
|
* Fix: #258 - Jquery conflict with Redmine
|
||||||
|
* Fix: #267 - Custom fields tabs not work with last custom_fields_helper_patch.rb
|
||||||
|
* Fix: #269 - Workflow OR not working for second reviewer
|
||||||
|
* Fix: #270 - 500 Internal Server Error, redmine 2.5.1, MS SQL Server 2012, dmsf 1.4.8-master, dmsf_link.rb
|
||||||
|
* Fix: #275 - Typo in readme file type
|
||||||
|
|
||||||
1.4.8: *2014-04-17*
|
1.4.8: *2014-04-17*
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@ -21,7 +43,7 @@ Changelog for Redmine DMSF
|
|||||||
* Fix: Issue #214 - Required DMSF custom field prevents documents to be saved
|
* Fix: Issue #214 - Required DMSF custom field prevents documents to be saved
|
||||||
* Update: Issue #216 - Enhancement : having notification emails translated
|
* Update: Issue #216 - Enhancement : having notification emails translated
|
||||||
* Update: Issue #224 - Setup/Upgrade documentation
|
* Update: Issue #224 - Setup/Upgrade documentation
|
||||||
* Fix: Issue #226 - undefined method `custom_fields_tabs' for module `CustomFieldsHelper'
|
* Fix: Issue #226 - undefined method `custom_fields_tabs` for module `CustomFieldsHelper`
|
||||||
* Fix: Issue #233 - Failed Travis builds
|
* Fix: Issue #233 - Failed Travis builds
|
||||||
* Update: Issue #235 - "You are not member of the project" when changing project notification.
|
* Update: Issue #235 - "You are not member of the project" when changing project notification.
|
||||||
* New: Issue #236 - Documents tagging
|
* New: Issue #236 - Documents tagging
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Redmine DMSF Plugin
|
Redmine DMSF Plugin
|
||||||
===================
|
===================
|
||||||
|
|
||||||
The current version of Redmine DMSF is **1.4.8** [](https://travis-ci.org/danmunn/redmine_dmsf)
|
The current version of Redmine DMSF is **1.4.9** [](https://travis-ci.org/danmunn/redmine_dmsf)
|
||||||
|
|
||||||
Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module.
|
Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module.
|
||||||
|
|
||||||
@ -36,7 +36,8 @@ Features
|
|||||||
* Optional document content fulltext search
|
* Optional document content fulltext search
|
||||||
* Documents and folders symbolic links
|
* Documents and folders symbolic links
|
||||||
* Document tagging
|
* Document tagging
|
||||||
* Compatible with redmine 2.5.x
|
* Trash bin
|
||||||
|
* Compatible with Redmine 2.5.x
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|||||||
2
init.rb
2
init.rb
@ -26,7 +26,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
|||||||
name 'DMSF'
|
name 'DMSF'
|
||||||
author 'Vit Jonas / Daniel Munn / Karel Picman'
|
author 'Vit Jonas / Daniel Munn / Karel Picman'
|
||||||
description 'Document Management System Features'
|
description 'Document Management System Features'
|
||||||
version '1.4.9 devel'
|
version '1.4.9 stable'
|
||||||
url 'http://www.redmine.org/plugins/dmsf'
|
url 'http://www.redmine.org/plugins/dmsf'
|
||||||
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
|
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user