Commit Graph

11176 Commits

Author SHA1 Message Date
lamrani abdelwadoud
16ffc39735 New update for templateMail by creating files (#30151)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-26 18:01:00 +02:00
Christian Humpel
64f53fcc67 New: Add REST Api functionality for workstations (#30154) 2024-06-26 17:05:42 +02:00
Lucas Marcouiller
2cf322184e Fix php 8.3 warnings (#30160)
* Fix php 8.3 warnings

* fix deprecation

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-06-26 17:04:05 +02:00
Laurent Destailleur
8f5b98be43 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-25 13:50:27 +02:00
Laurent Destailleur
a2971da463 Debug v20 2024-06-25 13:49:55 +02:00
Laurent Destailleur
7f52f47dfd Fix link for warning 2024-06-25 10:31:13 +02:00
Laurent Destailleur
aba18839cb Fix link for warning 2024-06-25 10:30:34 +02:00
Laurent Destailleur
2e938fe9ef Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-24 12:44:28 +02:00
Laurent Destailleur
c54a97e923 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-06-24 01:47:18 +02:00
Laurent Destailleur
a4a7ee0805 Debug v20 2024-06-23 23:05:50 +02:00
Laurent Destailleur
adb354f97a Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-23 14:00:12 +02:00
Lucas Marcouiller
f722ae59c5 New fetch object class for a certain objecttype for webhook test (#30101)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-06-22 19:05:03 +02:00
Frédéric FRANCE
0f1ae42691 fix phan (#30113)
* fix phan

* Update project.class.php

* Update project.class.php

* try to fix

* try to fix

* try to fix

* try to fix

* try to fix
2024-06-22 15:36:10 +02:00
Laurent Destailleur
3c1acd82b6 Debug look and feel v20 2024-06-22 14:31:37 +02:00
Laurent Destailleur
9788caa298 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-22 13:01:21 +02:00
Laurent Destailleur
96a1d5aeb5 Debug v20 2024-06-22 02:51:10 +02:00
Laurent Destailleur
2d87289be7 Debug v20 2024-06-22 01:18:10 +02:00
Laurent Destailleur
b45a322d25 Debug v20 2024-06-21 19:58:38 +02:00
Laurent Destailleur
57d832052e Prepare code for image edit 2024-06-21 13:10:50 +02:00
Laurent Destailleur
e92302a41b Debug v20 2024-06-20 17:16:53 +02:00
Laurent Destailleur
9a13497a3e Fix picto color 2024-06-20 13:43:55 +02:00
Laurent Destailleur
4849012313 Fix update page status must refresh toolbar 2024-06-20 13:30:44 +02:00
John BOTELLA
64e3a37bd8 BACKPORT hook to allow fix external modules compatibility created with module builder or other (#30086)
* Backport hook to fix external modules compatibility

* Backport hook to fix external modules compatibility
2024-06-19 19:26:32 +02:00
Laurent Destailleur
411fdaeaff Debug v20 2024-06-19 18:21:19 +02:00
Laurent Destailleur
70d28f514e css 2024-06-19 03:34:06 +02:00
Laurent Destailleur
d63bb3e08e Debug v20 2024-06-19 02:09:59 +02:00
Laurent Destailleur
eb537088ba Exclude phan error type that is for the moment too annoying to manage 2024-06-18 19:15:29 +02:00
Frédéric FRANCE
6cfd7d16e6 fix phpstan check class case (#30058) 2024-06-18 15:48:18 +02:00
Laurent Destailleur
340aa2e568 Debug v20 2024-06-18 12:47:02 +02:00
Laurent Destailleur
d636114540 Debug v20 - Fix getMultidirOutput 2024-06-17 13:06:43 +02:00
Laurent Destailleur
82614d7fca Debug v20 2024-06-15 18:55:17 +02:00
Frédéric FRANCE
cc48228a39 fix phpstan (#30015) 2024-06-15 16:05:41 +02:00
Philippe Grand
a79cdca658 FIX : Warning: Undefined property: PropaleLigne::$situation_percent in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442 (#30033)
* fix : Warning: Undefined variable  in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/compta/bank/various_payment/list.php on line 370

* backward

* update

* fix : Warning: Undefined property: PropaleLigne:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-15 15:06:58 +02:00
Laurent Destailleur
d376a2a406 Fix look and feel v19 2024-06-14 19:39:26 +02:00
Laurent Destailleur
ec42ad7804 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-12 00:46:02 +02:00
Laurent Destailleur
da577e8a24 Debug look and feel v20 2024-06-12 00:45:23 +02:00
Frédéric FRANCE
5aff26ad10 exclude function in dol_eval (#29977) 2024-06-10 20:48:08 +02:00
Laurent Destailleur
1d07e2a36b css 2024-06-10 15:01:45 +02:00
Lucas Marcouiller
5a4d80a8e6 Fix display of non html messages in ticket/messaging.php (#29896)
* Fix display of non html messages in ticket/messaging.php

* Fix pr

* fix remaining nl2br

* add maildate

* fix conflict

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-09 15:23:39 +02:00
Lucas Marcouiller
d63687da6d Fix dol_escape_htmltag to prevent bad strip of char (#29931)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-06-08 14:51:32 +02:00
lamrani abdelwadoud
cd706aee5f Fix type variable PHPStan (#29893)
* Fix type variable PHPStan

* fix phan

* Update modulebuilder.lib.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-08 01:23:01 +02:00
HENRY Florian
ebab48ac0e fix: fix SQL new install (#29861)
* fix: SQL fresh install script

* fix: SQL fresh install script

* fix perms files

* fix: travis CI

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-08 00:27:50 +02:00
Mohamed DAOUD
275ef3ed43 fix warning (#29904)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-08 00:06:02 +02:00
evarisk-charles
a878e92167 FIX: preview translation on pictures (#29887) (#29888) 2024-06-07 18:00:00 +02:00
Laurent Destailleur
7d46d4c173 Debug v20 2024-06-07 00:22:56 +02:00
Laurent Destailleur
9153636e02 Debug v20 2024-06-06 15:27:59 +02:00
Laurent Destailleur
25141de6e1 Doc 2024-06-06 02:34:57 +02:00
Laurent Destailleur
18242bc0a0 Debug v20 2024-06-06 02:33:16 +02:00
Laurent Destailleur
5bbc4e083e Add a phpunit test 2024-06-04 14:06:35 +02:00
Mikko Virtanen
89bdb685af Update functions_fi.lib.php (#29819)
If amount is negative not generate barcode string.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-03 17:29:36 +02:00