mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 06:31:21 +00:00
start new version 5.1.25
This commit is contained in:
parent
5ff285c745
commit
3e2fccfcbb
|
@ -12,11 +12,11 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2021-09-22</date>
|
<date>2021-12-11</date>
|
||||||
<time>13:44:55</time>
|
<time>13:44:55</time>
|
||||||
<version>
|
<version>
|
||||||
<release>5.1.24</release>
|
<release>5.1.25</release>
|
||||||
<api>5.1.24</api>
|
<api>5.1.25</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -24,22 +24,6 @@
|
||||||
</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>
|
||||||
- in SeedDMS_Core_DocumentContent::removeWorkflow() remove records from tblWorklflowLog before tblDWorkflowDocumentContent
|
|
||||||
- make all class variables of SeedDMS_Core_User protected
|
|
||||||
- fix various errors in SeedDMS_Core_AttributeDefinition::validate()
|
|
||||||
- add lots of unit tests
|
|
||||||
- replace incorrect use of array_search() by in_array()
|
|
||||||
- move method SeedDMS_Core_DMS::createDump() into SeedDMS_Core_DatabaseAccess
|
|
||||||
- lots of parameter checking when calling methods()
|
|
||||||
- make sure callbacks are callable
|
|
||||||
- SeedDMS_Core_Folder::getParent() returns null if there is no parent (used to be false)
|
|
||||||
- SeedDMS_Core_DMS::search() will not find document without an expiration date anymore, if the search is limited by an expiration end date but no start date
|
|
||||||
- add method SeedDMS_Core_Folder::getFoldersMinMax()
|
|
||||||
- init internal cache variables of SeedDMS_Core_Folder/SeedDMS_Core_Document and add method clearCache()
|
|
||||||
- SeedDMS_Core_Folder::hasDocuments() does not use the interal document cache anymore
|
|
||||||
- SeedDMS_Core_Document::addDocumentLink() returns an object of type SeedDMS_Core_DocumentLink in case of success
|
|
||||||
- trim email, comment, language, theme when setting data of user
|
|
||||||
- more checks whether an id > 0 when getting a database record
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -1931,6 +1915,37 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp()
|
||||||
- add new method SeedDMS_Core_User::getDocumentLinks()
|
- add new method SeedDMS_Core_User::getDocumentLinks()
|
||||||
- add new type 'foldersperuser' to method SeedDMS_Core_DMS::getStatisticalData()
|
- add new type 'foldersperuser' to method SeedDMS_Core_DMS::getStatisticalData()
|
||||||
</notes>
|
</notes>
|
||||||
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2021-12-11</date>
|
||||||
|
<time>13:44:55</time>
|
||||||
|
<version>
|
||||||
|
<release>5.1.24</release>
|
||||||
|
<api>5.1.24</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
- in SeedDMS_Core_DocumentContent::removeWorkflow() remove records from tblWorklflowLog before tblDWorkflowDocumentContent
|
||||||
|
- make all class variables of SeedDMS_Core_User protected
|
||||||
|
- fix various errors in SeedDMS_Core_AttributeDefinition::validate()
|
||||||
|
- add lots of unit tests
|
||||||
|
- replace incorrect use of array_search() by in_array()
|
||||||
|
- move method SeedDMS_Core_DMS::createDump() into SeedDMS_Core_DatabaseAccess
|
||||||
|
- lots of parameter checking when calling methods()
|
||||||
|
- make sure callbacks are callable
|
||||||
|
- SeedDMS_Core_Folder::getParent() returns null if there is no parent (used to be false)
|
||||||
|
- SeedDMS_Core_DMS::search() will not find document without an expiration date anymore, if the search is limited by an expiration end date but no start date
|
||||||
|
- add method SeedDMS_Core_Folder::getFoldersMinMax()
|
||||||
|
- init internal cache variables of SeedDMS_Core_Folder/SeedDMS_Core_Document and add method clearCache()
|
||||||
|
- SeedDMS_Core_Folder::hasDocuments() does not use the interal document cache anymore
|
||||||
|
- SeedDMS_Core_Document::addDocumentLink() returns an object of type SeedDMS_Core_DocumentLink in case of success
|
||||||
|
- trim email, comment, language, theme when setting data of user
|
||||||
|
- more checks whether an id > 0 when getting a database record
|
||||||
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user