mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-16 10:09:30 +00:00
new version 6.0.4
This commit is contained in:
parent
cb287741d0
commit
6548776cb3
|
@ -15,8 +15,8 @@
|
||||||
<date>2018-02-14</date>
|
<date>2018-02-14</date>
|
||||||
<time>09:19:24</time>
|
<time>09:19:24</time>
|
||||||
<version>
|
<version>
|
||||||
<release>6.0.3</release>
|
<release>6.0.4</release>
|
||||||
<api>6.0.3</api>
|
<api>6.0.4</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -24,15 +24,13 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
<notes>
|
<notes>
|
||||||
pass 0 as default to getObjects()
|
|
||||||
SeedDMS_Core_AttributeDefinition::getStatistics() returns propper values for each item in a value set
|
|
||||||
SeedDMS_Core_DMS::getDocumentList() returns list of documents without a receiver
|
|
||||||
add lists of drafts and obsolete docs in SeedDMS_Core_DMS::getDocumentList()
|
add lists of drafts and obsolete docs in SeedDMS_Core_DMS::getDocumentList()
|
||||||
add fast sql statement to SeedDMS_Core_Document::getReceiptStatus() if limit=1
|
add fast sql statement to SeedDMS_Core_Document::getReceiptStatus() if limit=1
|
||||||
add callback onCheckAccessDocument to SeedDMS_Core_Document::getAccessMode()
|
add callback onCheckAccessDocument to SeedDMS_Core_Document::getAccessMode()
|
||||||
add new document status 'needs correction' (S_NEEDS_CORRECTION)
|
add new document status 'needs correction' (S_NEEDS_CORRECTION)
|
||||||
do not use views as a replacement for temp. tables anymore, because they are much
|
do not use views as a replacement for temp. tables anymore, because they are much
|
||||||
slower.
|
slower.
|
||||||
|
add SeedDMS_Core_DocumentContent::getInstance()
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -1661,5 +1659,24 @@ are any waiting or pending revisions at all
|
||||||
- getTimeline() also returns data for documents with a scheduled revision
|
- getTimeline() also returns data for documents with a scheduled revision
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2018-01-23</date>
|
||||||
|
<time>09:19:24</time>
|
||||||
|
<version>
|
||||||
|
<release>6.0.3</release>
|
||||||
|
<api>6.0.3</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
pass 0 as default to getObjects()
|
||||||
|
SeedDMS_Core_AttributeDefinition::getStatistics() returns propper values for each item in a value set
|
||||||
|
SeedDMS_Core_DMS::getDocumentList() returns list of documents without a receiver
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
|
</notes>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user