MDW
|
2215fc748b
|
Fix arg type for str_replace() with casts
|
2024-03-19 20:38:51 +01:00 |
|
MDW
|
dacf116d07
|
Fix arg type for abs(), str_replace() with casts
|
2024-03-19 20:38:50 +01:00 |
|
MDW
|
0975a31b05
|
Fix arg type for trim() by casting to string
|
2024-03-19 20:38:49 +01:00 |
|
MDW
|
8ea06e9455
|
Fix arg type for preg_replace() by casting to string
|
2024-03-19 20:38:49 +01:00 |
|
MDW
|
267961d33b
|
fixup! Correct typing for tva_tx
|
2024-03-19 20:38:46 +01:00 |
|
MDW
|
adf4805ff4
|
Correct typing for tva_tx
|
2024-03-19 20:38:45 +01:00 |
|
Laurent Destailleur
|
10e3627c59
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2024-03-19 18:14:07 +01:00 |
|
Laurent Destailleur
|
e9e2105508
|
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/core/class/CMailFile.class.php
htdocs/core/lib/functions.lib.php
htdocs/ticket/class/ticket.class.php
|
2024-03-19 18:12:13 +01:00 |
|
Laurent Destailleur
|
43a3f449c4
|
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
|
2024-03-19 17:07:51 +01:00 |
|
Laurent Destailleur
|
5e3eaab7d1
|
Merge pull request #27080 from altairisfr/nocompany
NEW : add constant TICKETS_NO_COMPANY_ON_FORM
|
2024-03-19 16:54:47 +01:00 |
|
Laurent Destailleur
|
b705dd8094
|
NEW Support Reply-To tracking in emails sending (tickets only for the
moment)
Conflicts:
htdocs/core/class/CMailFile.class.php
htdocs/ticket/class/ticket.class.php
|
2024-03-19 16:42:27 +01:00 |
|
Laurent Destailleur
|
25d2d52dd8
|
Debug v20
|
2024-03-19 16:04:11 +01:00 |
|
Laurent Destailleur
|
344052196b
|
Merge pull request #28823 from JonBendtsen/new_thirdparty_notification_api
Thirdparty notification api GET, CREATE, DELETE & UPDATE
|
2024-03-19 15:57:23 +01:00 |
|
Laurent Destailleur
|
442d921ad7
|
Code comment
|
2024-03-19 15:55:37 +01:00 |
|
Laurent Destailleur
|
c6b8b19725
|
Merge pull request #28955 from mdeweerd/fix/PhanTypeMismatchInternal2
Fix multiple PhanTypeMismatchInternal notifications (part 2)
|
2024-03-19 15:42:43 +01:00 |
|
Laurent Destailleur
|
363a083c54
|
Look and feel v20
|
2024-03-19 15:34:47 +01:00 |
|
Christophe Battarel
|
db79c9dab4
|
Merge branch 'develop' into nocompany
|
2024-03-19 10:58:22 +01:00 |
|
Laurent Destailleur
|
edbc4b3781
|
Fix fatal error
|
2024-03-19 10:51:42 +01:00 |
|
Laurent Destailleur
|
43b6d26dd8
|
Doc
|
2024-03-19 10:31:39 +01:00 |
|
Laurent Destailleur
|
db4fbdea71
|
Fix dir for tmp files
|
2024-03-19 09:19:59 +01:00 |
|
Jon Bendtsen
|
c5ea918bac
|
Merge branch 'develop' into new_thirdparty_notification_api
|
2024-03-19 08:16:10 +01:00 |
|
MDW
|
a55a657704
|
Fix default argument for code_region
|
2024-03-19 02:59:27 +01:00 |
|
MDW
|
c0e8e053b8
|
Fix port arg to count by adding typing information
|
2024-03-19 02:59:09 +01:00 |
|
MDW
|
6455353c94
|
Fix port arg to fsockopen by casting, review of setter/getter
|
2024-03-19 02:59:08 +01:00 |
|
MDW
|
e0baa385b5
|
Fix args to strpos and count with typing and casting
|
2024-03-19 02:59:07 +01:00 |
|
MDW
|
0032fe4746
|
Fix wrong reference to this->rowid, must be this->id
|
2024-03-19 02:59:06 +01:00 |
|
MDW
|
c8fa6b4827
|
Fix casting to fix strtoupper and more
|
2024-03-19 02:59:05 +01:00 |
|
MDW
|
7cc1894893
|
Fix type of param to fix strtoupper typing
|
2024-03-19 02:59:04 +01:00 |
|
MDW
|
3c5599bb47
|
Correct annotation to ignore PhanTypeMismatchArgumentInternal
|
2024-03-19 02:58:57 +01:00 |
|
MDW
|
2b7f9b2a86
|
Fix PhanTypeSuspiciousStringExpression
|
2024-03-19 02:43:22 +01:00 |
|
MDW
|
0cd2b3f069
|
Fix PhanTypeSuspiciousStringExpression
|
2024-03-19 02:43:20 +01:00 |
|
MDW
|
f43fd7c934
|
Fix PhanTypeSuspiciousStringExpression
|
2024-03-19 02:43:19 +01:00 |
|
MDW
|
f252a283d2
|
Fix PhanTypeSuspiciousStringExpression
|
2024-03-19 02:43:18 +01:00 |
|
Laurent Destailleur
|
6b1f490ee1
|
Merge branch 'develop' into phpstanphpstan
|
2024-03-19 02:05:42 +01:00 |
|
MDW
|
9730149fab
|
Fix typing: childtables can also be list of strings
|
2024-03-19 00:32:07 +01:00 |
|
MDW
|
fd9d48faac
|
Fix phpstan CommonObject->fields - notnull is optional field
|
2024-03-19 00:32:00 +01:00 |
|
Jon Bendtsen
|
cc0afd1558
|
Merge branch 'develop' into new_thirdparty_notification_api
|
2024-03-19 00:03:34 +01:00 |
|
Frédéric FRANCE
|
65fcc53519
|
Merge branch 'develop' into phpstanphpstan
|
2024-03-18 23:47:59 +01:00 |
|
Laurent Destailleur
|
557436a822
|
Merge pull request #28946 from MaximilienR-easya/develop_Add_substitution_intro_signature
New substitution for mail intro and signature on ticket mail
|
2024-03-18 23:20:33 +01:00 |
|
Frédéric France
|
0cb5a082b5
|
Merge remote-tracking branch 'upstream/develop' into phpstanphpstan
|
2024-03-18 22:21:16 +01:00 |
|
Laurent Destailleur
|
01e6bd012e
|
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2024-03-18 21:37:37 +01:00 |
|
Laurent Destailleur
|
a0b7cb90d8
|
FIX trackid and temp dir on payment confirmation of event registration
|
2024-03-18 20:17:19 +01:00 |
|
Laurent Destailleur
|
62cf3ab098
|
Enhance error message
|
2024-03-18 19:27:52 +01:00 |
|
Frédéric France
|
eb8014c001
|
Merge remote-tracking branch 'upstream/develop' into phpstanphpstan
|
2024-03-18 17:50:42 +01:00 |
|
mrozniecki
|
fcff03c66d
|
Add substitution for mail intro and signature on ticket mail
|
2024-03-18 16:10:39 +01:00 |
|
MDW
|
17b4ebe219
|
Ignore PhanTypeMismatchArgumentInternal - they concern resource instead of LDAP\Connection
|
2024-03-18 04:03:49 +01:00 |
|
MDW
|
c4ab5a0437
|
Fix typing for attributes: list to int|string, add pos (fixes PhanTypeMismatchArgumentInternal)
|
2024-03-18 04:03:45 +01:00 |
|
Frédéric France
|
295f5d5b1f
|
fix sql
|
2024-03-17 22:39:19 +01:00 |
|
Laurent Destailleur
|
ebba438fbe
|
Merge pull request #27528 from altairisfr/rdb
[DATA_MODEL] rename commande_fournisseur_dispatch into receptiondet_batch
|
2024-03-17 21:31:27 +01:00 |
|
Laurent Destailleur
|
bb0e18deae
|
Merge pull request #28922 from mdeweerd/fix/printf
Fix & enable Phan printf checks
|
2024-03-17 21:08:26 +01:00 |
|