Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2017-09-05 18:22:25 +02:00
commit d152d9f3af
2 changed files with 47 additions and 4 deletions

View File

@ -40,6 +40,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.4
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.3
--------------------------------------------------------------------------------
@ -82,6 +86,10 @@
- added support for postgresql
- document attachments can linked to a version and be public or hidden
--------------------------------------------------------------------------------
Changes in version 5.0.14
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.0.13
--------------------------------------------------------------------------------
@ -181,6 +189,10 @@
- add .xml to online file types by default
- add home folder for users
--------------------------------------------------------------------------------
Changes in version 4.3.37
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 4.3.36
--------------------------------------------------------------------------------

View File

@ -12,7 +12,7 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2017-08-29</date>
<date>2017-09-05</date>
<time>09:19:24</time>
<version>
<release>6.0.1</release>
@ -34,6 +34,7 @@ are any waiting or pending revisions at all
- fix field name in getDocumentList() to make it work for pgsql
- views instead of temp. tables can be used
- ReceiveOwner list does not contain old versions anymore
- all changes up to 5.1.4 merged
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1226,6 +1227,21 @@ do not sort some temporary tables anymore, because it causes an error in mysql i
- fix sql statement for creating temp. tables (sqlite)
</notes>
</release>
<release>
<date>2017-09-05</date>
<time>06:38:12</time>
<version>
<release>4.3.37</release>
<api>4.3.37</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
</notes>
</release>
<release>
<date>2016-01-22</date>
<time>14:34:58</time>
@ -1492,8 +1508,8 @@ if the owner tries to access them
</notes>
</release>
<release>
<date>2017-07-13</date>
<time>07:07:02</time>
<date>2017-08-23</date>
<time>06:34:50</time>
<version>
<release>5.1.3</release>
<api>5.1.3</api>
@ -1510,7 +1526,22 @@ returns just users which are not disabled
- add methods isMandatoryReviewerOf() and isMandatoryApproverOf()
- add methods transferDocumentsFolders() and transferEvents()
- add method SeedDMS_Core_DMS::getDocumentByOriginalFilename()
</notes>
</notes>
</release>
<release>
<date>2017-09-05</date>
<time>06:34:50</time>
<version>
<release>5.1.4</release>
<api>5.1.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
</notes>
</release>
<release>
<date>2017-02-28</date>