Commit Graph

5662 Commits

Author SHA1 Message Date
Uwe Steinmann
0e2b8df36b fix sql statement to create temp table ttrevisionid and ttreceiptid 2017-07-05 10:45:12 +02:00
Uwe Steinmann
1326f825d3 $dms->noReadForStatus no longer needed
SeedDMS_Core_DocumentContent::getAccessMode() retrieves the role based
access restrictions from the role of the given user
2017-07-05 10:43:14 +02:00
Uwe Steinmann
2a38d713b8 get approval status before sending notification mails
the approval status was simply not known because part of the code
went into the controller
2017-06-29 15:34:32 +02:00
Uwe Steinmann
7372ccfe11 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-06-26 10:26:17 +02:00
Uwe Steinmann
74a5517c4f skip some files from distribution 2017-06-26 10:25:55 +02:00
Uwe Steinmann
919f4cb39c Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-06-26 10:20:48 +02:00
Uwe Steinmann
ae06028d20 add note 2017-06-24 07:16:54 +02:00
Uwe Steinmann
31ed9a729f remove old code 2017-06-24 07:16:13 +02:00
Uwe Steinmann
93380ab261 add hook on(Pre|Post)RemoveContent 2017-06-24 07:15:37 +02:00
Uwe Steinmann
500bade66a get name and comment from parameters after preUpdateDocument has been called 2017-06-23 12:58:36 +02:00
Uwe Steinmann
9927d76b9d data-base attribute can be added to <div class"ajax"> 2017-06-22 17:18:25 +02:00
Uwe Steinmann
23c53d112d use ViewOnline instead of Download for preview 2017-06-20 09:14:45 +02:00
Uwe Steinmann
d2da3004bb check for data-base in div-ajax 2017-06-20 09:13:56 +02:00
Uwe Steinmann
01cd47401c more documentation on return value of callHook 2017-06-20 09:13:24 +02:00
Uwe Steinmann
e7b0e7bdde Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-06-19 12:52:12 +02:00
Uwe Steinmann
ed531dc35d fix inclusion of file 2017-06-19 11:08:06 +02:00
Uwe Steinmann
977f28c30c fix merge errors 2017-06-14 16:26:01 +02:00
Uwe Steinmann
b59b6a0cfb pass initial status from settings to updateDocument 2017-06-14 14:04:38 +02:00
Uwe Steinmann
652e7a82af Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-06-13 14:48:55 +02:00
Uwe Steinmann
7d6fd23c6d check if return value of hook is != null 2017-06-13 14:47:16 +02:00
Uwe Steinmann
7a1c4b495c set error msg only if not already set 2017-06-13 14:47:04 +02:00
Uwe Steinmann
dc58e02d25 add hook for editing attribute, return value of hook can be an empty array 2017-06-09 15:13:49 +02:00
Uwe Steinmann
4b89d920cb check if returned array is not empty 2017-06-09 15:13:15 +02:00
Uwe Steinmann
9958e79315 add new action 'webrootjs' which returns some javascript with webroot path 2017-06-09 12:30:23 +02:00
Uwe Steinmann
778f94f0d1 use AddDocument controller when uploading a document
this will make sure all hooks are being called
2017-06-09 12:29:20 +02:00
Uwe Steinmann
d64a662aed get name and comment after preAddDocument hook, set generic err msg only if hook hasn't set one 2017-06-09 12:28:17 +02:00
Uwe Steinmann
883131d61e add method setErrorMsg() 2017-06-09 12:27:26 +02:00
Uwe Steinmann
58589bde70 use new seeddms_webroot 2017-05-17 09:22:37 +02:00
Uwe Steinmann
4eb3b5ed4d add new js file webrootjs which contains the http root 2017-05-17 09:22:05 +02:00
Uwe Steinmann
14d861dfda call various new hooks, add method to output button and wrap buttons in row 2017-05-17 09:21:26 +02:00
Uwe Steinmann
41f58c3ee4 rename editDocumentAttribute to addDocumentAttribute 2017-05-15 18:23:16 +02:00
Uwe Steinmann
98e7615c5b Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-05-12 18:46:25 +02:00
Uwe Steinmann
9c678a90f3 add view for listing tasks 2017-05-12 18:21:42 +02:00
Uwe Steinmann
38902d1105 new item for 5.1.2 2017-05-12 18:10:57 +02:00
Uwe Steinmann
b406d31ea0 add menu tasks including checkbox in settings for enabling it 2017-05-12 18:09:53 +02:00
Uwe Steinmann
440c7032f0 add method getDocumentList(), limit number of duplicate contents to 1000 2017-05-12 18:08:56 +02:00
Uwe Steinmann
72aa0375b7 take out old method menuTask() 2017-05-12 14:19:10 +02:00
Uwe Steinmann
be80af1503 use showTextField() for conf. of extension 2017-05-12 13:26:20 +02:00
Uwe Steinmann
add8c5ae2e propperly set status in reject mail 2017-05-12 13:25:58 +02:00
Uwe Steinmann
092967004a Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-05-12 08:23:42 +02:00
Uwe Steinmann
ba44ee14a7 add note for 5.1.2 2017-05-12 08:17:45 +02:00
Uwe Steinmann
3c9c0b7e3a check if onPreRemove[Document|Folder] returns bool or null 2017-05-12 08:16:05 +02:00
Uwe Steinmann
19aa2b5e45 add __invoke() method 2017-05-12 08:15:26 +02:00
Uwe Steinmann
3de40aa6b1 fix doc of init(), some globals are not available 2017-05-12 08:14:24 +02:00
Uwe Steinmann
cb61fdacb3 add form key, fix uploading with fine-uploader 2017-05-04 13:49:45 +02:00
Uwe Steinmann
b64c737302 fix uploading from drop folder, when enable large file support is on 2017-05-04 13:49:01 +02:00
Uwe Steinmann
8e69893e89 move updating document into controller 2017-05-04 13:48:07 +02:00
Uwe Steinmann
0ddabba869 call hook addDocumentContentAttributes 2017-05-04 11:04:08 +02:00
Uwe Steinmann
944186b9d7 change label of version field to 'version' 2017-05-04 09:08:34 +02:00
Uwe Steinmann
af059d6554 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-05-03 14:10:03 +02:00