2
0
forked from Wavyzz/dolibarr
Commit Graph

13877 Commits

Author SHA1 Message Date
Noé Cendrier
0ccc9bc7d1 FIX: php warning if cookie doesn’t exist (#29723) 2024-05-21 15:54:49 +02:00
Laurent Destailleur
0d067af755 Fix warnings 2024-05-20 19:05:53 +02:00
Laurent Destailleur
3575bb171d Debug v20 2024-05-17 13:28:50 +02:00
Laurent Destailleur
e5ce1407c1 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-17 03:54:13 +02:00
Laurent Destailleur
05ed5dbe6a Fix warning 2024-05-17 03:48:55 +02:00
Frédéric FRANCE
f080077c2a add picto on create (#29704) 2024-05-16 17:33:30 +02:00
boudet jean pascal
bdfe5d0afd init array_options in current object if we don't have record for it (#29689)
* init array_options in current object   if we don't have record for it

* pre-commit

* change '' to null

* change comment

---------

Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
2024-05-15 19:10:14 +02:00
Laurent Destailleur
e3c26a2084 Debug v20 2024-05-15 17:12:16 +02:00
Laurent Destailleur
f51109ad96 Add default css value 2024-05-15 11:14:26 +02:00
Laurent Destailleur
90c54cdd1a Debug v20 2024-05-14 02:01:39 +02:00
Laurent Destailleur
88b333ada9 Fix warning 2024-05-14 01:34:25 +02:00
Laurent Destailleur
ca9c5f0e85 Debug v20 2024-05-14 00:49:32 +02:00
Laurent Destailleur
bc77ac9ce6 Debug v20 2024-05-13 23:49:35 +02:00
Laurent Destailleur
4365485582 Debug v20 2024-05-13 19:00:45 +02:00
Laurent Destailleur
df0922fa92 PHoto was missing into the select of user in multiselection 2024-05-13 15:22:30 +02:00
Laurent Destailleur
0e34a20c14 Debug v20 2024-05-12 18:44:58 +02:00
Laurent Destailleur
87c445bbf1 Add website page type for ajax 2024-05-12 12:20:00 +02:00
Laurent Destailleur
84fb498ee4 Fix phan 2024-05-11 21:13:10 +02:00
Paul Schulte
1406715ce5 FIX executeHooks $object default value (#29647)
Change $object parameter default value from '' to null to fix issue when using type declarations in custom hooks.

Mirrored change from commit 0453b3e.
2024-05-11 20:48:52 +02:00
Francis Appels
ba4f7323fe FIX PHP exception on getSpecialCode (#29646) 2024-05-10 12:34:38 +02:00
Frédéric FRANCE
933e87ca81 Update codespell-dict.txt (#29644)
* Update codespell-dict.txt

* WYSIWYG

* phan
2024-05-10 12:34:08 +02:00
Laurent Destailleur
8265bdedcb Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-10 12:03:33 +02:00
Laurent Destailleur
4438446c0a Fix warnings 2024-05-10 11:53:09 +02:00
Philippe Grand
0fcbdcb408 Fix : Warning: Undefined array key "help" in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/dict.php on line 1810 (#29642)
* 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 array key help in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/dict.php on line 1810

* fix typo in extrafields.class.php
2024-05-10 01:25:35 +02:00
Laurent Destailleur
458ffdb23e css 2024-05-09 18:15:57 +02:00
Laurent Destailleur
4a2db9698d NEW Can show the legal form in address of recipient in PDF 2024-05-09 14:55:50 +02:00
Laurent Destailleur
fa75dc5213 FIX Better compatibility when objectdesc is not valid, and warnings 2024-05-09 12:33:55 +02:00
Laurent Destailleur
39791e2187 Code comment 2024-05-09 12:32:18 +02:00
Laurent Destailleur
27bc1cddad Debug v20 2024-05-08 15:43:46 +02:00
Laurent Destailleur
9bb1f98ffd Debug v20 2024-05-08 14:53:10 +02:00
Laurent Destailleur
de4941fd49 Workaround to allow selection of contact from full combo once a
thirdparty is selected;
2024-05-08 14:23:39 +02:00
lvessiller-opendsi
c44f63a8c2 FIX update price HT on expense report card (#29631) 2024-05-07 22:38:14 +02:00
Laurent Destailleur
99e0df1ef9 Fix warnings 2024-05-07 22:28:28 +02:00
Benjamin Falière
ca744d907c FIX: langs overwrite (#29630)
* FIX: langs overwrite

* ChangeLog typo

---------

Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
2024-05-07 20:27:59 +02:00
Laurent Destailleur
8b84be2d6c Add select component to support correctly option C
ONTACT_USE_SEARCH_TO_SELECT
2024-05-07 19:59:20 +02:00
Laurent Destailleur
6110cccf63 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-06 23:56:29 +02:00
Laurent Destailleur
4055bb90ec Doc 2024-05-06 23:55:46 +02:00
Frédéric FRANCE
a848019d54 set extrafield type as optional (#29615)
this extrafield type feature is incomplete
2024-05-06 22:57:54 +02:00
Laurent Destailleur
157ca199c1 Fix regression when using DOLDeprecatedHandler. You fetch an object with
status = null in database, the we set ->status=0 and ->statut=0, then we
call update(), calling the updateCommon(). Inside the updateCommon that
is into commObject.class.php, the ->status is 0 but ->statut is null
making the update saving null instead of 0.
2024-05-06 20:35:26 +02:00
Laurent Destailleur
55d2f3d9fc Debug v20 2024-05-06 10:00:18 +02:00
Laurent Destailleur
ca9b795ee1 Fix warnings 2024-05-05 18:28:23 +02:00
Laurent Destailleur
fa86f753f6 Debug v20 2024-05-05 18:04:46 +02:00
Lucas Marcouiller
85a635d17a New add multiinput for text type fields (#29555)
* New add multiinput for text type

* fix CI

* fix some code + add $value persistance

* fix some things to be more global

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-05 02:52:14 +02:00
Vaadasch
7562eacbf6 NEW Add option to open files in new tab (#29604)
* Add option to open files in new tab

* Add option to open files in new tab - with MAIN_DISABLE_FORCE_SAVEAS

* Add option to open files in new tab - fix

* Open in new tab with MAIN_DISABLE_FORCE_SAVEAS == 2

---------

Co-authored-by: Vaadasch <me@local.here>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-05 02:51:05 +02:00
Frédéric FRANCE
d0830b3159 fix phpstan (#29602)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

fix phpstan

fix phpstan

fix phpstan

fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phpstan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-05 00:34:19 +02:00
Laurent Destailleur
d1146e9bea Fix case 2024-05-03 18:49:24 +02:00
Laurent Destailleur
e9f7a1996f Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-05-03 18:18:39 +02:00
Laurent Destailleur
4fef808efa Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-05-03 18:16:58 +02:00
Laurent Destailleur
1c81155a9a Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-05-03 18:13:21 +02:00
Marc de Lima Lucio
3258b00e16 FIX: notification: error 500 in fixed emails due to a bad copy/paste (#29580) 2024-05-03 18:12:55 +02:00