From 0b6cb2648173c3cacdb6d5fcad54f8840efe0dd8 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 10 Jul 2017 15:11:04 +0200 Subject: [PATCH] fix notes for 5.1.2 and 5.0.12 --- SeedDMS_Core/package.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index d1fc21a83..df18b1ea9 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -24,8 +24,13 @@ GPL License -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 +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 @@ -1389,7 +1394,9 @@ do not sort some temporary tables anymore, because it causes an error in mysql i stable GPL License - + +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