mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
b0a9767bfb
|
@ -29,6 +29,13 @@
|
|||
- show name and parent folder of document/folder in search list on different
|
||||
lines
|
||||
- check for guest login, admin ip and disabled accounts in webdav server
|
||||
- update last access time in session only once a minute
|
||||
- set Return-Path in emails if from_address in settings is set
|
||||
- pass more arguments to hooks (pre|post)UpdateDocument and searchListHeader
|
||||
- show help messages on settings page if available
|
||||
- fix regex expression in op/op.Settings.php (Closes #317)
|
||||
- better debugging of sql statements in SeedDM_Core
|
||||
- move css for timeline into Timeline view
|
||||
- merged changes from 4.3.35
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -24,13 +24,8 @@
|
|||
</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
|
||||
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
|
||||
</notes>
|
||||
<contents>
|
||||
<dir baseinstalldir="SeedDMS" name="/">
|
||||
|
|
Loading…
Reference in New Issue
Block a user