Commit Graph

249 Commits

Author SHA1 Message Date
Uwe Steinmann
a0db4bcc6d Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-08-12 10:53:32 +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
307b524d11 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-05-12 17:35:36 +02:00
Uwe Steinmann
c8ec7d70f0 set logger and add option to turn it off again 2022-05-12 09:02:24 +02:00
Uwe Steinmann
f93af56f52 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-02-12 19:48:56 +01:00
Uwe Steinmann
aa8eb38560 do not access $settings before loading it 2022-01-31 12:06:19 +01:00
Uwe Steinmann
d9d434a7be make it work with 6.0.17 2022-01-31 07:14:52 +01:00
Uwe Steinmann
73d27bc82b schedule next run before executing current run 2021-08-17 20:54:57 +02:00
Uwe Steinmann
749f7a2fb1 revert change of $myincpath 2021-08-06 09:19:54 +02:00
Uwe Steinmann
46040dce7e add '/www' to $myincpath 2021-08-06 08:34:19 +02:00
Uwe Steinmann
cb601a82eb expect parameter of type SeedDMS_SchedulerTask in execute() 2021-07-05 10:08:51 +02:00
Uwe Steinmann
f02074c794 better message when running in dry mode 2021-06-28 11:15:36 +02:00
Uwe Steinmann
bc06fd60f0 include Utils.php 2021-02-23 20:16:26 +01:00
Uwe Steinmann
c369950458 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-12-13 09:11:40 +01:00
Uwe Steinmann
efed9f2b9c add support for indexing folders 2020-12-12 16:29:56 +01:00
Uwe Steinmann
b8652ec951 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-09-29 17:02:26 +02:00
Uwe Steinmann
e3e46b853d get $index and $search before foreach loop 2020-09-29 16:42:09 +02:00
Uwe Steinmann
4bdb3c7061 put fulltext search into central service 2020-09-29 16:42:09 +02:00
Uwe Steinmann
01062a16a5 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-09-04 09:38:32 +02:00
Uwe Steinmann
85edac3734 get SEEDMS_HOME from parent dir if not set 2020-09-04 09:34:45 +02:00
Uwe Steinmann
52dfa8f401 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-09-04 09:31:30 +02:00
Uwe Steinmann
e10ce3dc4b replace all ˝\n" by PHP_EOL 2020-09-04 09:21:40 +02:00
Uwe Steinmann
4e3922627b unified checking for settings.xml and accessing dms 2020-09-03 20:11:15 +02:00
Uwe Steinmann
3d40b14691 read env var SEEDDMS_CONFIG_FILE 2020-09-03 16:04:57 +02:00
Uwe Steinmann
600d14ed88 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-08-27 08:27:19 +02:00
Uwe Steinmann
504c3533f3 add missing option -c in usage informationen 2020-08-26 15:26:17 +02:00
Uwe Steinmann
8b1bc8351b keep documents from being index again unless they have really changed 2020-07-02 17:42:16 +02:00
Uwe Steinmann
4bd68ac535 keep documents from being index again unless they have really changed 2020-07-02 17:41:09 +02:00
Uwe Steinmann
28aed4d11a fix error msg when user cli_scheduler does not exists 2020-07-01 09:05:18 +02:00
Uwe Steinmann
db668791d1 check for user cli_scheduler before running any tasks 2020-06-28 19:24:12 +02:00
Uwe Steinmann
b44a368d6d use new method resolveTask() 2020-06-28 13:59:54 +02:00
Uwe Steinmann
619e8a8d30 do not output passwords as clear text 2020-06-25 08:54:10 +02:00
Uwe Steinmann
50fb928988 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-06-05 18:10:23 +02:00
Uwe Steinmann
8e139e46b3 do not check for db version if disabled 2020-06-03 18:21:56 +02:00
Uwe Steinmann
3d754a376b add coloured output, do not include Log.php, use PHP_EOL 2020-06-03 18:21:23 +02:00
Uwe Steinmann
e5477708ad ??? 2020-05-25 17:09:15 +02:00
Uwe Steinmann
3e45348b31 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-05-25 15:57:49 +02:00
Uwe Steinmann
dbfeae23db add support for uploading new document version 2020-05-25 14:45:55 +02:00
Uwe Steinmann
2d97c204a8 determine SEEDDMS_HOME if not explicitly set 2020-05-20 20:54:34 +02:00
Uwe Steinmann
2bd75c6d1f add mode 'dryrun', actually check if a task is due 2020-05-19 17:49:32 +02:00
Uwe Steinmann
537327e41d pass $user to execute() method of task 2020-05-18 16:24:19 +02:00
Uwe Steinmann
7ed2660453 check if extension is enabled 2020-05-15 17:25:22 +02:00
Uwe Steinmann
c3ef148ca6 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-02-06 11:35:55 +01:00
Uwe Steinmann
e129cd0d11 modernize script 2020-02-03 18:28:45 +01:00
Uwe Steinmann
eba7f208d5 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-01-24 08:49:21 +01:00
Uwe Steinmann
4e19b003e5 fix typo in variable name 2020-01-22 14:26:43 +01:00
Uwe Steinmann
670597ea5f Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2019-09-06 14:51:21 +02:00
Uwe Steinmann
88a607ccd3 support for apache 2.4 2019-07-30 06:38:54 +02:00
Uwe Steinmann
4b7e9d9c75 log run of execution 2019-02-14 12:35:57 +01:00