Commit Graph

7728 Commits

Author SHA1 Message Date
Uwe Steinmann
e31c532c68 get rid of old code, use actions for 'version' and 'file' 2022-08-05 13:32:46 +02:00
Uwe Steinmann
014bcc009d first check if parameter 'action' is set, return false if preRun fails 2022-08-01 12:43:56 +02:00
Uwe Steinmann
5378d6e7d9 pass class name to preRun, invoke() returns false if preRun fails 2022-08-01 12:11:51 +02:00
Uwe Steinmann
59d24bde03 split run() into seperate methods() 2022-08-01 12:11:10 +02:00
Uwe Steinmann
ce084ccd45 add changes for 5.1.27 2022-07-29 21:45:42 +02:00
Uwe Steinmann
54d802b36a do not call run() but use __invoke() 2022-07-29 21:44:04 +02:00
Uwe Steinmann
4179a0398f set title of document/folder delete button 2022-07-29 21:43:43 +02:00
Uwe Steinmann
1051f669f4 create request 2022-07-29 21:41:43 +02:00
Uwe Steinmann
8b75ffaea1 call hook preRun and check result 2022-07-29 21:41:12 +02:00
Uwe Steinmann
718d922950 make some methods public 2022-07-29 21:40:32 +02:00
Uwe Steinmann
8ceb8d1e6a get action from request, run hook preRun and check for return value 2022-07-29 21:37:59 +02:00
Uwe Steinmann
1cce969ba7 pass request to controller 2022-07-29 21:36:40 +02:00
Uwe Steinmann
7bf671c20a pass request to view 2022-07-29 21:36:22 +02:00
Uwe Steinmann
507d47869f initial support for setting verbosity 2022-07-28 21:11:29 +02:00
Uwe Steinmann
b3cb5de21f output overall stats of added, updated, unchanged docs and folders 2022-07-28 11:59:27 +02:00
Uwe Steinmann
3a4220fe18 check if exists 2022-07-28 11:43:15 +02:00
Uwe Steinmann
9a0992751d fix parameters for validate() 2022-07-27 09:37:58 +02:00
Uwe Steinmann
c21467a24d pass flag $new=true to validate() 2022-07-27 09:32:59 +02:00
Uwe Steinmann
1f6a509876 set flag $new when calling validate() 2022-07-27 09:24:59 +02:00
Uwe Steinmann
29ec6ff2c9 run invoke instead of run() 2022-07-26 11:57:45 +02:00
Uwe Steinmann
6421aa94ed pass array passed to __invoke() to hooks preRun and postRun 2022-07-26 11:33:12 +02:00
Uwe Steinmann
525eea082c depend on symfony/http-foundation 2022-07-26 11:31:36 +02:00
Uwe Steinmann
607dcc41b9 skip internal conversion service for images if imagick extension is missing 2022-07-15 15:27:15 +02:00
Uwe Steinmann
9fcebb898a finally got rid of ancient method sanitizeString() 2022-07-15 09:32:58 +02:00
Uwe Steinmann
c31d12b44c set splash message 2022-07-08 13:17:27 +02:00
Uwe Steinmann
5c4ae08b4a sync with RemoveFolder 2022-07-08 13:17:02 +02:00
Uwe Steinmann
be2ed2f061 fix some comments and variable names 2022-07-08 13:16:40 +02:00
Uwe Steinmann
ca2739b96e add hooks folderRowAction and documentRowAction 2022-07-07 16:47:42 +02:00
Uwe Steinmann
fac375a371 do not use callHook() because the return value of the last hook must be passed to the next hook 2022-07-07 16:47:21 +02:00
Uwe Steinmann
53db4c2d3a add changes for 5.1.27 2022-07-06 09:21:17 +02:00
Uwe Steinmann
96ef457183 first create a list of action buttons and then render it in documetListRow 2022-07-06 09:20:44 +02:00
Uwe Steinmann
d47e2377bb do not explode() attrtype and objtype, if an array is needed it can be set in conf.php 2022-07-06 09:16:47 +02:00
Uwe Steinmann
dd8f1b7a8e fix SeedDMS_Core_DMS::addAttributeDefinition() when objtype is 0 2022-07-06 09:15:12 +02:00
Uwe Steinmann
0799f908f1 remove old get_magic_quotes code 2022-07-01 09:51:30 +02:00
Uwe Steinmann
f8b78c7212 include vendor/autoload.php after setting include path 2022-07-01 09:50:37 +02:00
Uwe Steinmann
65801f1181 start version 5.1.27 2022-06-28 17:08:45 +02:00
Uwe Steinmann
a51a068e28 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2022-06-22 22:13:36 +02:00
Uwe Steinmann
611e9e7006 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2022-06-22 22:13:24 +02:00
Uwe Steinmann
42a3859a26 various language updates 2022-06-22 22:13:14 +02:00
Uwe Steinmann
c9e61ccf30 set role to button for each nav-item 2022-06-22 16:45:37 +02:00
Uwe Steinmann
23c6a6b5d9 allow ext/*/node_modules 2022-06-16 12:45:56 +02:00
Uwe Steinmann
d3e6cecaa7 do not call hook documentNavigationBar with callHook, but iterate over hookObjs 2022-06-16 12:44:53 +02:00
Uwe Steinmann
c3f5a637f6 getHookObjects() takes parent classes into account 2022-06-16 12:43:50 +02:00
Uwe Steinmann
199f26703c set default of $class to 'Style' 2022-06-16 12:42:53 +02:00
Uwe Steinmann
573fe293ac better layout of footer, especially of disclaimer is turned off 2022-06-10 16:44:11 +02:00
Uwe Steinmann
9eae4c4863 make getConfigDir() public, because it is used in install/install.php 2022-06-10 08:51:33 +02:00
Uwe Steinmann
6e6851d165 fix upload with fine-uploader 2022-06-09 16:00:38 +02:00
Uwe Steinmann
89c6dc580a fix query if rootFolder or startFolder is set 2022-06-09 15:18:53 +02:00
Uwe Steinmann
12e9a803bc set cmd and mimetype in returned json data in case of an error when indexing a document/folder 2022-06-09 12:44:17 +02:00
Uwe Steinmann
83fa62a386 add imagick to list of required php extensions, sqlite -> sqlite3 2022-06-08 16:08:18 +02:00