Commit Graph

110673 Commits

Author SHA1 Message Date
Laurent Destailleur
14c8b4b826 FIX doleval with @ 2022-07-21 12:52:30 +02:00
Laurent Destailleur
cd141a08f9 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-07-21 11:54:01 +02:00
lmarcouiller
df6da726ca Fix ; scrutinizer bug 2022-07-21 11:10:43 +02:00
lmarcouiller
17cf336383 Fix : PHP 8.1 warnings 2022-07-21 11:10:22 +02:00
Laurent Destailleur
b4c8fbdec2 Fix remove "use Stripe\" 2022-07-21 11:09:42 +02:00
Laurent Destailleur
5e4eb58a43 FIX phpv8 2022-07-21 11:09:35 +02:00
Laurent Destailleur
cc9c30d8c1
Merge pull request #21527 from comaiteseb/15.0
FIX issue Dolibarr#21495 for v15
2022-07-19 18:53:04 +02:00
comaiteseb
877ed17d4c
Merge branch 'Dolibarr:15.0' into 15.0 2022-07-19 15:35:21 +02:00
comaiteseb
888328b03b
FIX issue Dolibarr#21495 for v15
FIX #21495

Error when calculate the date when AGENDA_EXPORT_FIX_TZ is set.
The resulting date is 1969-12-31
2022-07-19 15:31:29 +02:00
Laurent Destailleur
cc15923cfb
Merge pull request #21517 from hregis/fix_passing_null_of_type_string_is_deprecated
FIX avoid Passing null to parameter #1 of type string is deprecated
2022-07-19 00:57:34 +02:00
Laurent Destailleur
618184deed
Merge pull request #21519 from aspangaro/16p1
Move old link on data
2022-07-19 00:53:29 +02:00
Laurent Destailleur
e3a4b5f12e
Merge pull request #21521 from hregis/fix_security_breach
FIX security breach if we have same ref number in multiple entities
2022-07-19 00:53:05 +02:00
Regis Houssin
7db5f7eb1c FIX regression + add $forceentity parameter 2022-07-18 19:26:13 +02:00
Regis Houssin
ade854a469 FIX security breach if we have same ref number in multiple entities 2022-07-18 16:48:53 +02:00
Laurent Destailleur
8edebcf314 FIX Debug v16 2022-07-18 13:17:46 +02:00
Laurent Destailleur
36226c7b4b FIX Picto google plus 2022-07-18 13:17:37 +02:00
Alexandre SPANGARO
576c185e0c Move old link on data 2022-07-18 09:20:54 +02:00
Regis Houssin
0c7a868306 FIX avoid Passing null to parameter #1 of type string is deprecated 2022-07-16 16:20:11 +02:00
Laurent Destailleur
2c707f0258 Doc 2022-07-16 12:02:30 +02:00
Laurent Destailleur
ad2ced727a Fix php8 2022-07-16 10:59:36 +02:00
Laurent Destailleur
14eb6c24b8 Fix php version max 2022-07-16 02:34:37 +02:00
Laurent Destailleur
515e5ea075 css 2022-07-16 02:28:35 +02:00
Laurent Destailleur
a423f8685a php8 2022-07-16 02:23:30 +02:00
Laurent Destailleur
f63281ffef php8 2022-07-16 02:10:21 +02:00
Laurent Destailleur
07216577e4 FIX #yogosha11806 2022-07-16 02:03:38 +02:00
Laurent Destailleur
c21c4f36f8 css 2022-07-16 01:09:23 +02:00
Laurent Destailleur
6d7a45ddf4 Fix reposition 2022-07-15 15:53:05 +02:00
Laurent Destailleur
a864771974 Debug 2022-07-15 15:51:55 +02:00
Laurent Destailleur
4140cc084a Debug 2022-07-15 15:51:46 +02:00
Laurent Destailleur
af90eb0d02 Debug 2022-07-15 15:51:31 +02:00
Laurent Destailleur
a55ab27c67 Fix http header 2022-07-14 15:01:16 +02:00
Laurent Destailleur
a26931594c FIX #yogosha11799 2022-07-14 11:53:31 +02:00
Laurent Destailleur
d4acad4a7a FIX #yogosha11774 2022-07-14 11:51:38 +02:00
Laurent Destailleur
3e6e4cc428 FIX php8 2022-07-14 10:58:51 +02:00
Laurent Destailleur
71045cbe83 Fix popup message 2022-07-13 14:00:19 +02:00
Laurent Destailleur
05e9e922ab Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-07-13 13:39:27 +02:00
Laurent Destailleur
97acf949fc Clean message on email limit 2022-07-13 13:39:16 +02:00
Laurent Destailleur
7beff746bf Fix show no record if list empty 2022-07-13 01:02:40 +02:00
Laurent Destailleur
abd3f272fa Fix backtopage after a cancel 2022-07-12 19:17:44 +02:00
Laurent Destailleur
e6cf329596 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-07-12 19:09:16 +02:00
Laurent Destailleur
6c1b22eb48 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-07-12 19:08:15 +02:00
Laurent Destailleur
dfb5bb0936 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-07-12 19:07:35 +02:00
Laurent Destailleur
d0a2017639
Merge pull request #21491 from atm-lena/13.0_FIX_DisplayLineExtrafieldsEmpty_PDF
No display extrafield line on PDF if empty
2022-07-12 19:05:58 +02:00
Laurent Destailleur
f405da2a18 Debug v16 2022-07-12 19:04:28 +02:00
comaiteseb
f2a294965a Update actioncomm.class.php
FIX issue #21495
2022-07-12 18:44:21 +02:00
Laurent Destailleur
a1857e3e78 Trans 2022-07-12 18:43:10 +02:00
Laurent Destailleur
c74ca9dc03 Fix trans 2022-07-12 18:28:37 +02:00
Laurent Destailleur
aa3f77e7cc Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-07-12 17:54:03 +02:00
Laurent Destailleur
c2712242be Fix css 2022-07-12 17:42:20 +02:00
Laurent Destailleur
9d249bd56d Fix phpunit 2022-07-12 11:37:17 +02:00