Uwe Steinmann
|
32dda4b3e9
|
return ',' as separator for most attr types, if value map is not set
|
2021-09-16 16:12:54 +02:00 |
|
Uwe Steinmann
|
c50be6d215
|
init separator and validation error in constructor
|
2021-09-16 16:12:27 +02:00 |
|
Uwe Steinmann
|
ffe4b50c7f
|
many value validation improvements, use constants for validation errors
|
2021-09-16 16:11:13 +02:00 |
|
Uwe Steinmann
|
cd1800c19d
|
add docs for var $separator
|
2021-09-16 16:09:18 +02:00 |
|
Uwe Steinmann
|
90074c3947
|
fix get value map separator
|
2021-09-16 16:07:31 +02:00 |
|
Uwe Steinmann
|
b0d13f9518
|
replace array_search by in_array, makeTimestamp() returns an error if days > max days of month
|
2021-09-16 16:05:04 +02:00 |
|
Uwe Steinmann
|
ad52fffd21
|
set file format to unix, fix indenting of comments
|
2021-09-16 16:02:16 +02:00 |
|
Uwe Steinmann
|
b111c1428e
|
remove old database file unused for a long time
|
2021-09-15 21:49:44 +02:00 |
|
Uwe Steinmann
|
9334e1a6f2
|
make all class variables of SeedDMS_Core_User protected
|
2021-09-13 10:15:33 +02:00 |
|
Uwe Steinmann
|
fe71cf92b3
|
move old tests out of the way
|
2021-09-13 09:09:41 +02:00 |
|
Uwe Steinmann
|
84887e3b18
|
some clean ups, add more documentation
|
2021-09-10 09:37:07 +02:00 |
|
Uwe Steinmann
|
da0f5d3053
|
more settings to disable import and download of extensions
|
2021-09-09 11:42:38 +02:00 |
|
Uwe Steinmann
|
9f618c5437
|
remove titleDisplayHack configuration
|
2021-09-09 09:57:00 +02:00 |
|
Uwe Steinmann
|
40f3cf35c9
|
use formField() instead of plain html for select menus
|
2021-09-09 08:19:04 +02:00 |
|
Uwe Steinmann
|
c376e352b5
|
add attribute 'for' to label in formField()
|
2021-09-09 08:17:52 +02:00 |
|
Uwe Steinmann
|
4a5426a180
|
fix indention
|
2021-09-09 08:17:28 +02:00 |
|
Uwe Steinmann
|
fc19df6b71
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2021-09-06 16:33:13 +02:00 |
|
Uwe Steinmann
|
f5347e6b04
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2021-09-06 16:32:59 +02:00 |
|
Uwe Steinmann
|
d00ac5c1b0
|
add html body of all notification mails
|
2021-09-06 16:32:24 +02:00 |
|
Uwe Steinmann
|
ce621bb6b8
|
add entry for 5.1.24
|
2021-08-31 13:32:36 +02:00 |
|
Uwe Steinmann
|
67ab9fbf71
|
remove old code
|
2021-08-31 10:29:56 +02:00 |
|
Uwe Steinmann
|
200806effd
|
use new methods to inform approvers/reviewers about deleting/adding a review/approval
|
2021-08-31 10:27:20 +02:00 |
|
Uwe Steinmann
|
df8e0c29e9
|
add methods to inform a user/group about adding/deleting as a reviewer/approver
|
2021-08-31 10:26:34 +02:00 |
|
Uwe Steinmann
|
1d5164c2ab
|
use sendChangedDocumentStatusMail()
|
2021-08-30 19:41:26 +02:00 |
|
Uwe Steinmann
|
cd10bcaea3
|
add sendApprovalRequestMail() and sendReviewRequestMail()
|
2021-08-30 19:40:43 +02:00 |
|
Uwe Steinmann
|
aadcbbd979
|
check if workflow exists in sendRequestWorkflowActionMail()
|
2021-08-30 19:40:10 +02:00 |
|
Uwe Steinmann
|
a4276a42a9
|
add and use sendRewindWorkflowMail()
|
2021-08-30 19:39:29 +02:00 |
|
Uwe Steinmann
|
6dac961e9c
|
call sendChangedDocumentStatusMail() if status has changed
|
2021-08-30 19:36:40 +02:00 |
|
Uwe Steinmann
|
3951c3ec38
|
call sendReviewRequestMail() after review was removed
|
2021-08-30 19:35:47 +02:00 |
|
Uwe Steinmann
|
13ad0788a3
|
send notification mail when new attachment was added
|
2021-08-30 19:35:08 +02:00 |
|
Uwe Steinmann
|
33c10fc1db
|
add some documentation in comments
|
2021-08-30 19:34:38 +02:00 |
|
Uwe Steinmann
|
48a0ca8cb9
|
use new methods sendTriggerWorkflowTransitionMail and sendRequestWorkflowActionMail
|
2021-08-30 16:04:51 +02:00 |
|
Uwe Steinmann
|
42fdeaf915
|
fix type of recipient when send notification, remove old code
|
2021-08-30 16:04:15 +02:00 |
|
Uwe Steinmann
|
8018dc1a24
|
remove old code
|
2021-08-30 16:03:42 +02:00 |
|
Uwe Steinmann
|
96ca072528
|
add methods sendRequestWorkflowActionMail and sendTriggerWorkflowTransitionMail
|
2021-08-30 16:03:00 +02:00 |
|
Uwe Steinmann
|
33ad98bdfd
|
replace $notifier-> by $this->
|
2021-08-30 16:02:22 +02:00 |
|
Uwe Steinmann
|
45b51cb043
|
send notification to owner
|
2021-08-30 16:01:54 +02:00 |
|
Uwe Steinmann
|
0ac0ca5760
|
remove duplicate of sendRequestWorkflowActionMail()
|
2021-08-30 16:00:51 +02:00 |
|
Uwe Steinmann
|
567488cab9
|
lots or minor corrections and updates
|
2021-08-27 09:55:58 +02:00 |
|
Uwe Steinmann
|
e80da33da7
|
start changelog for 5.1.24
|
2021-08-25 15:09:33 +02:00 |
|
Uwe Steinmann
|
60a13b9f13
|
check view access for DocumentAccess and Folder FolderAccess
|
2021-08-25 15:08:24 +02:00 |
|
Uwe Steinmann
|
b66e87b72d
|
fix sending of notification mails to groups
|
2021-08-25 15:05:35 +02:00 |
|
Uwe Steinmann
|
d19288b7c3
|
take section on jumploader, minor corrections
|
2021-08-25 12:39:07 +02:00 |
|
Uwe Steinmann
|
d786a66adc
|
check for access on WorkflowGraph
|
2021-08-20 11:16:03 +02:00 |
|
Uwe Steinmann
|
ace8161afd
|
fix strange char
|
2021-08-20 11:02:34 +02:00 |
|
Uwe Steinmann
|
0f786a73b6
|
check access on WorkflowGraph
|
2021-08-20 11:00:51 +02:00 |
|
Uwe Steinmann
|
6a8382747b
|
start new version 5.1.24
|
2021-08-20 10:42:44 +02:00 |
|
Uwe Steinmann
|
160f427bea
|
start new version 5.1.24
|
2021-08-20 10:42:26 +02:00 |
|
Uwe Steinmann
|
fa8356d729
|
in removeWorkflow() remove records from tblWorkflowLog before tblWorkflowDocumentContent
|
2021-08-20 10:38:33 +02:00 |
|
Uwe Steinmann
|
3a26fc3e2a
|
use a unified layout
|
2021-08-20 09:45:58 +02:00 |
|