1.4.4p1 release
This commit is contained in:
parent
4b74726cf1
commit
c50ff70cba
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,8 +1,16 @@
|
|||||||
Changelog for Redmine DMSF
|
Changelog for Redmine DMSF
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
1.4.4: *Not yet released*
|
1.4.4p1: *2012-07-07*
|
||||||
-----------------------
|
-------------------
|
||||||
|
* Fix: Issue #20 - Listing not functional when using sqlite adapter
|
||||||
|
* Fix: Issue #21 - Webdav not functional under bitnami (or sub directory)
|
||||||
|
* Fix: Testcase failed to cleanup after itself
|
||||||
|
* Fix: Webdav index object identified itself as having parent under prefix'ed path (in error)
|
||||||
|
* Fix: Addition of a path_prefix routine for webdav to be able to correct redirects
|
||||||
|
|
||||||
|
1.4.4: *2012-07-01*
|
||||||
|
-----------------
|
||||||
* New: Locking model updated to support shared and exclusive write locks. [At present UI and Webdav only support exclusive locking however]
|
* New: Locking model updated to support shared and exclusive write locks. [At present UI and Webdav only support exclusive locking however]
|
||||||
* New: Folders are now write lockable (shared and exclusively) [UI upgraded to support folder locking, however only exclusively]
|
* New: Folders are now write lockable (shared and exclusively) [UI upgraded to support folder locking, however only exclusively]
|
||||||
* New: Locks can now have a time-limit [Not yet supported from UI]
|
* New: Locks can now have a time-limit [Not yet supported from UI]
|
||||||
|
|||||||
4
init.rb
4
init.rb
@ -1,4 +1,4 @@
|
|||||||
# Redmine plugin for Document Management System "Features"
|
# Redmine plugin for Document Management System "Features"
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
|
# Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
|
||||||
# Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk>
|
# Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk>
|
||||||
@ -24,7 +24,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
|||||||
name "DMSF"
|
name "DMSF"
|
||||||
author "Vit Jonas / Daniel Munn"
|
author "Vit Jonas / Daniel Munn"
|
||||||
description "Document Management System Features"
|
description "Document Management System Features"
|
||||||
version "1.4.4 stable"
|
version "1.4.4p1 stable"
|
||||||
url "https://github.com/danmunn/redmine_dmsf"
|
url "https://github.com/danmunn/redmine_dmsf"
|
||||||
author_url "https://code.google.com/p/redmine-dmsf/"
|
author_url "https://code.google.com/p/redmine-dmsf/"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user