2
0
forked from Wavyzz/dolibarr
Commit Graph

912 Commits

Author SHA1 Message Date
ldestailleur
3a97767b62 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-09-02 23:21:09 +02:00
ldestailleur
4123e70f0f FIX #35142 FIX #35143 2025-09-02 23:18:51 +02:00
ldestailleur
9c9e5de7c8 FIX trigger mailmanspip when un/linking categories 2025-08-17 03:45:18 +02:00
ldestailleur
4274c8102e Fix missing update of replyto 2025-07-22 01:54:25 +02:00
ldestailleur
5804520b96 Debug v22 - FIX date of created ticket. 2025-07-21 20:12:51 +02:00
ldestailleur
6bc3036b18 Removed option forcesandbox 2025-07-10 19:47:58 +02:00
ldestailleur
8088f4a30e Debug v22 2025-07-09 19:02:50 +02:00
Laurent Destailleur
dff214402e Fix warning 2025-07-05 01:21:45 +02:00
ldestailleur
115afbbb76 Add critical info into unalterable log to help debug
FIX: Must be able to filter on signature.
2025-06-23 14:04:36 +02:00
ldestailleur
23004a7999 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-06-22 13:00:55 +02:00
Günter Lukas
603f46a173 Fix #34593 (#34594)
* Fix #34593

* Fix whitespace

* Fix phpstan error

* undi fix in dolibarrtriggers.class.php

* Fix #34593
2025-06-20 15:43:39 +02:00
David Beniamine
5a9b8e2237 Fix several issues with user and groups sync to LDAP (#34396) 2025-06-11 17:13:57 +02:00
ldestailleur
26c776940a Debug v22 2025-06-10 17:47:44 +02:00
ldestailleur
5760ecc38b Complementary message in actionmsgmore should work on all cases. 2025-05-05 04:07:23 +02:00
Frédéric FRANCE
745b140869 fix CI (#33624)
* fix typo

* Update card.php

* Update card.php

* Update card.php

* Update interface_95_modWebhook_WebhookTriggers.class.php

* Update interface_95_modWebhook_WebhookTriggers.class.php
2025-03-26 19:51:02 +01:00
ldestailleur
fd0889cebb Test 2025-03-25 22:48:19 +01:00
ldestailleur
8a89cc3f04 FIX phpunit 2025-03-24 20:52:13 +01:00
kkhelifa-opendsi
8275627d4e Add "Type" on webhook target card for determine if the trigger is blocking or not (and in the futur possibly asynchrone) (#33499) 2025-03-19 15:24:18 +01:00
ldestailleur
a0ec0002f6 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-19 13:47:25 +01:00
ldestailleur
7313ba2b6b FIX fatal error in notification sending email when error array is empty 2025-03-18 18:15:54 +01:00
Laurent Destailleur
395157d16c Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-17 19:46:08 +01:00
ldestailleur
e863b1f01a Add info to help debug several troubles 2025-03-17 10:55:13 +01:00
MDW
1d32f66d35 Qual: Fix triggers (#33406)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-12 19:21:51 +01:00
MDW
ee9e89efaa Qual: Fix phan notices (facture/3 + filefunc.inc) (#33383)
* Qual: Fix PhanMismatchType

* Finalize rename of $attrV into $value

* Correct getGlobalString into getGlobalInt

* Do not require some fields in the 'title' definition of $cols

* Qual: Fix phan notices (core/lib)

* Qual: Fix phan (contrat)

* Qual: Fix phan notices (facture/3 + filefunc.in)

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-11 01:59:34 +01:00
ldestailleur
ac5d5aeb91 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-03-02 15:29:14 +01:00
ldestailleur
1fb748bb91 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-03-02 13:36:53 +01:00
ldestailleur
6212b8ef5d Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-03-02 13:34:28 +01:00
ldestailleur
9f1f5fd864 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-03-02 13:32:17 +01:00
Benjamin Falière
4272cfa7e4 Restore url public ticket 2025-02-26 10:06:43 +01:00
Benjamin Falière
db56e5c8ea Replace getDolGlobalString by getDolGlobalInt 2025-02-25 21:09:59 +01:00
Benjamin Falière
0c573812e9 Remove empty on getDolGlobalString() 2025-02-25 16:03:07 +01:00
Benjamin Falière
4cf6394f01 FIX(ticket): Notification email without public interface
Remove link to public interface from automatic notification email if not enabled.
2025-02-25 15:43:21 +01:00
Frédéric FRANCE
b3b279c091 add missing translation 2025-02-25 11:07:59 +01:00
Laurent Destailleur
e219484634 Merge pull request #31829 from Hystepik/New-status-for-webhook
New status for webhook Target
2025-02-22 17:24:31 +01:00
MDW
469ced0a8d Qual: Fix phan notices (ticket,variants,webhook) 2025-02-20 10:29:39 +01:00
Jyhere
8064fe6ce9 Fix: shipping workflow values comparison may fail
Due to php internal float values (eg. 40.00000000000001 instead of 40), comparison may fail.
2025-02-18 11:58:19 +01:00
Lucas Marcouiller
00482b7e3d Merge branch 'develop' into New-status-for-webhook 2025-02-11 14:25:30 +01:00
Laurent Destailleur
4cb3d72471 Merge pull request #32816 from mdeweerd/qual/phan.2025.1.18-a
Qual: Fix Phan notices
2025-01-28 23:58:35 +01:00
MDW
581b079e14 Qual: Spelling fixes, cleanup exceptions
# Qual: Spelling fixes, cleanup exceptions

Fix some spelling and cleanup ignored lines
2025-01-27 19:32:38 +01:00
MDW
f250f7caa5 Qual: Fix Phan notices
# Qual: Fix phan notices
2025-01-27 19:15:09 +01:00
MDW
a42bc6755c Qual: Fix PhanPluginUnknownPropertyType, PhanPossiblyUndeclaredVariable 2025-01-27 10:24:16 +01:00
Laurent Destailleur (aka Eldy)
722797aaad Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-25 16:02:17 +01:00
Frédéric France
9ea11cabf7 fix 2025-01-23 22:26:02 +01:00
Lucas Marcouiller
edb865f686 Merge branch 'develop' into New-status-for-webhook 2025-01-23 11:15:47 +01:00
MDW
c720370a9c Qual: Fix phpstan notice about undefined copy 2025-01-20 16:47:28 +01:00
Laurent Destailleur (aka Eldy)
fa9fe2efa7 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-20 15:02:37 +01:00
Laurent Destailleur (aka Eldy)
c9ab22782e Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-01-20 14:57:45 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
d85c39e77b Fix CI 2025-01-16 14:47:03 +01:00
Laurent Destailleur (aka Eldy)
cf62921762 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-15 13:01:03 +01:00