Christophe TREMBLAY-GUILLOUX
0b259bf564
Simpler version to check if a module is enabled
2024-01-15 18:07:13 +01:00
Christophe TREMBLAY-GUILLOUX
8083984f92
FIX: Remove blank line
2024-01-15 16:07:07 +01:00
Christophe TREMBLAY-GUILLOUX
ee0b888b8e
NEW: cronjob: deny to launch a method from a deactivated module
2024-01-15 15:38:30 +01:00
Laurent Destailleur
6a2d7d1523
Update cronjob.class.php
2024-01-15 14:14:51 +01:00
atm-sami
5453f0c628
Update cronjob.class.php
2024-01-15 12:06:11 +01:00
MDW
a04f2bf4e7
Qual: Spelling fixes that newly appeared. ( #27495 )
...
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-14 12:26:37 +01:00
MDW
39769482b1
Qual: Fix typing hints for DoliDB ( #27484 )
...
# Qual: Fix typing hints for DoliDB
This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
William Mead
4ef13a2196
Fixed method filter argument type. Cleaned code. Added contributor details. ( #27464 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-12 17:52:49 +01:00
samifilali26
7d3c348c68
update
2024-01-08 10:08:06 +01:00
samifilali26
ceecf89892
add function to check if output is too long to be set in db
2023-12-19 18:08:12 +01:00
Laurent Destailleur
1c56957866
Fix error on first launch of a cron job
2023-12-09 21:15:32 +01:00
Laurent Destailleur
ba10d60a0b
Fix with php-cs-fixer
2023-12-04 12:02:35 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
a318031034
QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id
2023-10-24 11:37:29 +02:00
MDW
c0c5eccfb5
Fix some phan notices (not critical) ( #26265 )
2023-10-20 02:22:07 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
fe78c0aeaa
Log
2023-08-07 19:59:59 +02:00
Laurent Destailleur
fe9521b6b2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-05-21 17:34:34 +02:00
Laurent Destailleur
476f95c4f6
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/subscription/list.php
htdocs/comm/action/index.php
htdocs/core/modules/propale/doc/pdf_azur.modules.php
htdocs/core/modules/propale/doc/pdf_cyan.modules.php
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
htdocs/cron/class/cronjob.class.php
htdocs/eventorganization/class/conferenceorbooth.class.php
htdocs/modulebuilder/template/myobject_list.php
htdocs/public/ticket/list.php
htdocs/supplier_proposal/list.php
htdocs/ticket/class/ticket.class.php
2023-05-17 00:57:17 +02:00
Laurent Destailleur
462dc07eb8
Fix clone of cron task
2023-05-16 03:50:57 +02:00
Laurent Destailleur
b19579f978
Fix warning
2023-05-12 20:30:33 +02:00
Laurent Destailleur
263d315ba4
Debug tooltip for cron
2023-04-27 16:19:35 +02:00
Laurent Destailleur
46e3413e8a
Fix tooltips
2023-04-27 15:55:21 +02:00
Frédéric FRANCE
a2c78bcec7
add ajax tooltip for cronjobs
2023-04-26 22:33:26 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Laurent Destailleur
5cf1ed058f
Fix data next run of a job mandatory only if status is enabled
2023-03-30 12:42:39 +02:00
Laurent Destailleur
f1933523e5
Fix tooltip
2023-03-24 15:18:05 +01:00
Laurent Destailleur
77d6b9510b
Clean code
2022-12-28 13:04:11 +01:00
lmarcouiller
9002d5002f
fix : php 8.1 warnings
2022-11-15 15:18:17 +01:00
Laurent Destailleur
ae31b595e5
NEW Can set a monthly frequency (or multiple) in cron tasks.
2022-10-18 19:48:49 +02:00
Laurent Destailleur
63109d2844
Merge pull request #22182 from frederic34/pr/dolibit-ut/22136
...
sample deprecated function
2022-10-06 12:20:15 +02:00
Laurent Destailleur
4e88c5e292
Fix warnings
2022-10-03 19:41:04 +02:00
Laurent Destailleur
bb624dd0a1
NEW Can send an email on scheduled job error
2022-10-03 19:32:57 +02:00
Frédéric France
705b436494
replace other deprecated
2022-09-10 14:03:47 +02:00
Laurent Destailleur
3d9b57ac3f
Clean code
2022-09-02 09:35:10 +02:00
Florian Charlaix
c0d36979ee
Work for #21780 Add cleanUnfinishedCronjob job
...
Add cleanUnfinishedCronjob cronjob to clean unfinished job
Set job processing to 0, last result as an error with the reason in last output
2022-08-22 17:34:47 +02:00
stickler-ci
b1b10a5d3f
Fixing style errors.
2022-08-19 07:35:20 +00:00
Florian Charlaix
453eeb1f4a
CLOSE #21780 Add pid field to Cronjob class and store PID on job execution
...
Add the new pid column to the Cronjob class internal value and functions
Store the current PID on job execution during run_jobs
2022-08-19 09:28:07 +02:00
Laurent Destailleur
66c27139e1
Fix php8
2022-07-25 19:21:14 +02:00
Laurent Destailleur
7acf02d6da
Debug v16
2022-06-30 12:37:41 +02:00
Laurent Destailleur
78831513a7
Debug v16
2022-06-30 12:10:50 +02:00
Laurent Destailleur
4c4e081997
Debug v16
2022-06-28 13:09:53 +02:00
Laurent Destailleur
c171ba3a45
Fix regression in cron jobs
2021-12-02 16:07:33 +01:00
Laurent Destailleur
0649dc598d
Clean code
2021-11-18 19:25:07 +01:00
kamel
7b41d1d87f
Merge branch 'develop' of github.com:OPEN-DSI/dolibarr into fix_00008
2021-10-20 09:35:30 +02:00
Laurent Destailleur
dd0809b528
Fix trans labels status
2021-10-16 19:37:57 +02:00
Laurent Destailleur
29abbbe2fb
Clean code
2021-08-28 01:45:53 +02:00
kamel
ba7b6a8d51
FIX: Reload values of the specified entity when change entity in the execution of cron job
2021-06-21 16:38:36 +02:00
Laurent Destailleur
b14de0bff7
NEW Can clone a cron job.
2021-05-04 10:56:21 +02:00