mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add 5.0.13 to releases, new version 5.1.3
This commit is contained in:
parent
17b4142912
commit
b7a55bdb18
|
@ -12,11 +12,11 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2017-03-23</date>
|
<date>2017-07-13</date>
|
||||||
<time>06:34:50</time>
|
<time>06:34:50</time>
|
||||||
<version>
|
<version>
|
||||||
<release>5.1.2</release>
|
<release>5.1.3</release>
|
||||||
<api>5.1.2</api>
|
<api>5.1.3</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -24,13 +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>
|
||||||
SeedDMS_Core_DMS::filterDocumentFiles() returns also documents which are not public
|
|
||||||
if the owner tries to access them
|
|
||||||
Check return value of onPreRemove[Document|Folder], return from calling method if bool
|
|
||||||
Add SeedDMS_Core_DMS::getDocumentList()
|
|
||||||
Limit number of duplicate files to 1000
|
|
||||||
Add hook on(Pre|Post)RemoveContent
|
|
||||||
Add hook onAttributeValidate
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -1399,6 +1392,21 @@ all sql statements can be logged to a file
|
||||||
do not sort some temporary tables anymore, because it causes an error in mysql if sql_mode=only_full_group_by is set
|
do not sort some temporary tables anymore, because it causes an error in mysql if sql_mode=only_full_group_by is set
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2017-07-13</date>
|
||||||
|
<time>07:07:02</time>
|
||||||
|
<version>
|
||||||
|
<release>5.0.13</release>
|
||||||
|
<api>5.0.13</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>
|
<release>
|
||||||
<date>2017-02-20</date>
|
<date>2017-02-20</date>
|
||||||
<time>07:07:02</time>
|
<time>07:07:02</time>
|
||||||
|
@ -1431,5 +1439,27 @@ do not sort some temporary tables anymore, because it causes an error in mysql i
|
||||||
- all changes from 5.0.11 merged
|
- all changes from 5.0.11 merged
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2017-03-23</date>
|
||||||
|
<time>06:34:50</time>
|
||||||
|
<version>
|
||||||
|
<release>5.1.2</release>
|
||||||
|
<api>5.1.2</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
SeedDMS_Core_DMS::filterDocumentFiles() returns also documents which are not public
|
||||||
|
if the owner tries to access them
|
||||||
|
Check return value of onPreRemove[Document|Folder], return from calling method if bool
|
||||||
|
Add SeedDMS_Core_DMS::getDocumentList()
|
||||||
|
Limit number of duplicate files to 1000
|
||||||
|
Add hook on(Pre|Post)RemoveContent
|
||||||
|
Add hook onAttributeValidate
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user