Commit Graph

7545 Commits

Author SHA1 Message Date
Uwe Steinmann
f9afc08355 add more documentation 2021-09-17 18:21:57 +02:00
Uwe Steinmann
4ad5628833 return better error msg if regex is invalid 2021-09-16 17:11:42 +02:00
Uwe Steinmann
56a352caca add placeholder with example for regex 2021-09-16 17:11:14 +02:00
Uwe Steinmann
16da190e06 setRegex() checks regex only if not '' 2021-09-16 17:10:41 +02:00
Uwe Steinmann
f1db74929c pass sortusersinlist of view 2021-09-16 16:25:36 +02:00
Uwe Steinmann
0d37021f6d no need to check isHidden()=='1' anymore, isHidden() returns a bool 2021-09-16 16:21:58 +02:00
Uwe Steinmann
5e112fb8f3 set email of admin to info@seeddms.org, fix inserts of sqlite 2021-09-16 16:20:57 +02:00
Uwe Steinmann
c13756ac02 do not call $dms->setEnableConverting() and setViewOnlineFileTypes() 2021-09-16 16:19:19 +02:00
Uwe Steinmann
a7e2ec7b01 ensure isHidden and isDisabled is a boolean 2021-09-16 16:18:26 +02:00
Uwe Steinmann
adba550a63 minor simplification of sql statement 2021-09-16 16:17:24 +02:00
Uwe Steinmann
1d031e44a2 return null not false if getInstanceByName() didn't find a folder 2021-09-16 16:16:21 +02:00
Uwe Steinmann
95b4bb9d22 init value set, separator, trim value set in setValue() 2021-09-16 16:14:51 +02:00
Uwe Steinmann
4aa4556df8 add more documentation 2021-09-16 16:14:21 +02:00
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