Releasing of 1.4.7 stable

This commit is contained in:
Karel Picman 2014-01-15 14:31:04 +01:00
parent b3f1b64388
commit 0a5935cfee
3 changed files with 32 additions and 9 deletions

View File

@ -3,14 +3,42 @@ Changelog for Redmine DMSF
1.4.7: *2014-01-02* 1.4.7: *2014-01-02*
----------------------- -----------------------
Open approvals in My page
Custom fields
Speeding up
Code revision
* New: Issue #38 - A few questions about the plugin (possible improvements) * New: Issue #38 - A few questions about the plugin (possible improvements)
* New: Issue #49 - Make the 100 MB ajax upload limit an option * New: Issue #49 - Make the 100 MB ajax upload limit an option
* Fix: Issue #52 - Error : undefined method `size' for nil:NilClass * Fix: Issue #52 - Error : undefined method `size' for nil:NilClass
* Fix: Issue #90 - Missing redmine_dmsf / assets / javascripts / plupload / i18n /en.js file?
* Fix: Issue #94 - Files not deleted with project * Fix: Issue #94 - Files not deleted with project
* Fix: Issue #95 - DMSF tab missing on closed projects * Fix: Issue #95 - DMSF tab missing on closed projects
* Fix: Issue #104 - Custom fields do not work * Fix: Issue #104 - Custom fields do not work
* Fix: Issue #141 - Error 500 uploading file with DMSF custom fields * Fix: Issue #141 - Error 500 uploading file with DMSF custom fields
* Fix: Issue #159 - Broken links caused by plugin_asset_path implementation
* New: Issue #173 - Open approvals in My page * New: Issue #173 - Open approvals in My page
* Fix: Issue #174 - Workflow error when more than one approver
* Fix: Issue #175 - Error 500 on performing search
* Fix: Issue #176 - 500 internal error when approving workflow - dmsf_workflows/4/new_action
* Fix: Issue #177 - 1.4.7-devel unable to upload files
* Fix: Issue #178 - Error 500 cannot access Administration -> Custom Fields page
* New: Issue #179 - Workflow Log History in Detailed View
* Fix: Issue #187 - Approval workflow permissions
* New: Issue #190 - Very slow in directories containing many files
* Fix: Issue #191 - Move/Copy gives undefined method for File:Class type: bug
* New: Issue #193 - French translation
* Fix: Issue #194 - Workflow name link in workflow log window
* Fix: Issue #195 - Workflow log not displaying all the steps
* New: Issue #196 - Update French Language
* Fix: Issue #197 - Multi upload not loading the translation
* New: Issue #198 - When editing a workflow, only show current project's users
* Fix: Issue #199 - Small error in plugin_asset_path function
* New: Issue #200 - Update the french translation for the multi upload module
* Fix: Issue #202 - unable to create Custom Field when DMSF plugin installed
* Fix: Issue #203 - Little typing error in french translation
1.4.6: *2013-10-18* 1.4.6: *2013-10-18*
----------------------- -----------------------

View File

@ -19,11 +19,6 @@ Redmine is a flexible project management web application, released under the ter
Further information about the GPL license can be found at Further information about the GPL license can be found at
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1> <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1>
Redmine 1.5.0 development
-------------------------
Although regular logs are not publicly updated - you can keep an eye on the 1.5.0 codebase or the changelog:
https://github.com/danmunn/redmine_dmsf/blob/devel-1.5.0/CHANGELOG.md
Features Features
-------- --------
@ -34,7 +29,7 @@ Features
* Multi (drag/drop depending on browser) upload/download * Multi (drag/drop depending on browser) upload/download
* Multi download via zip * Multi download via zip
* Direct document sending via email * Direct document sending via email
* Simple document approval workflow * Configurable document approval workflow
* Document access auditing * Document access auditing
* Integration with Redmine's activity feed * Integration with Redmine's activity feed
* Wiki macros for quick content linking * Wiki macros for quick content linking

View File

@ -26,9 +26,9 @@ 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.7 devel' version '1.4.7 stable'
url 'https://github.com/danmunn/redmine_dmsf' url 'http://www.redmine.org/plugins/dmsf'
author_url 'https://code.google.com/p/redmine-dmsf/' author_url 'mailto:karel.picman@kontron.com'
requires_redmine :version_or_higher => '2.0.0' requires_redmine :version_or_higher => '2.0.0'