mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
add changes for 4.3.24
This commit is contained in:
parent
4dce5d7ab3
commit
383ad8391b
|
@ -2,10 +2,12 @@
|
||||||
Changes in version 4.3.24
|
Changes in version 4.3.24
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
- fixed possible XSS attack in user substitution
|
- fixed possible XSS attack in user substitution
|
||||||
- users can have than 1 mandatory workflow, in that case the user can select one
|
- users can have than one mandatory workflow, in that case the user can select one
|
||||||
- completed MyDocuments page for advanced workflows
|
- completed MyDocuments page for advanced workflows
|
||||||
- guest user can be automatically logged in
|
- guest user can be automatically logged in
|
||||||
- get/set custom attributes by webdav
|
- get/set custom attributes by webdav
|
||||||
|
- default search method can be set (fulltext, database)
|
||||||
|
- various translation updates
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Changes in version 4.3.23
|
Changes in version 4.3.23
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
<notes>
|
<notes>
|
||||||
- make sure boolean attribute is saved as 0/1
|
- make sure boolean attribute is saved as 0/1
|
||||||
|
- add SeedDMS_Core_User::[g|s]etMandatoryWorkflows()
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user