mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
and changes for 5.0.12
This commit is contained in:
parent
c812d61c4d
commit
aad36c0973
|
@ -4,6 +4,13 @@
|
||||||
- show name and parent folder of document/folder in search list on different
|
- show name and parent folder of document/folder in search list on different
|
||||||
lines
|
lines
|
||||||
- check for guest login, admin ip and disabled accounts in webdav server
|
- 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
|
- merged changes from 4.3.35
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
</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>
|
||||||
|
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>
|
||||||
<contents>
|
<contents>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user