MDW
6e01a60f59
Qual: Fix phan/phpstan notices ( #31259 )
...
# Qual: Fix phan/phpstan notices
Fix notices by adjusting phpdoc
2024-10-04 08:25:17 +02:00
Laurent Destailleur
5203d99c2f
Doxygen
2024-10-03 20:44:09 +02:00
Laurent Destailleur
16ab86a9ae
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 20:43:50 +02:00
Laurent Destailleur
4c695be0c8
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-03 20:42:36 +02:00
Laurent Destailleur
d24069d5e2
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 20:35:33 +02:00
Laurent Destailleur
f09ef5deea
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-03 20:33:56 +02:00
Laurent Destailleur
bb69cd7cda
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-03 20:33:25 +02:00
cbeasley-sbb
9af212a542
Update ticket.class.php Bug-fix Issue #31206 ( #31208 )
...
Fix Issue #31206 for the v.18 branch because unrelated tests failing on develop branch.
2024-10-03 20:33:02 +02:00
John BOTELLA
a333af2ceb
fix missing token for links ( #31225 )
2024-10-03 16:19:04 +02:00
Laurent Destailleur
97005cda37
Fix warning
2024-10-03 16:14:29 +02:00
Laurent Destailleur
7f946dcb4b
Fix warning
2024-10-03 16:13:51 +02:00
Laurent Destailleur
42471decac
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-03 15:50:44 +02:00
Laurent Destailleur
59004c6fe8
FIX Revert storing of ticket files into event dir, too many troubles.
...
Files must remains into ticket directory.
2024-10-03 15:04:32 +02:00
MDW
42bb4fbf3e
Qual: Enable & fix or ignore Invalid DimOffset ( #31176 )
...
* Qual: Enable & fix or ignore Invalid DimOffset
# Qual: Enable & fix or ignore Invalid DimOffset
The Invalid DimOffset notices occur when array keys are defined and
the index used is not amongst the known array keys.
This PR enables these notices and fixes array definitions when needed,
or ignores the notices locally if it's a false positive, or in the
baseline.txt when it does not seem to be a false positive so that
it can be fixed later
* Nullable object typing in function signature not ok for 7.0/8.4
Can't user '?User' as argument type for PHP7.0 which is required by PHP8.4.
Therefore, removing the typing specification in the function definition
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-29 21:52:31 +02:00
Zephyriony
bda0a99c03
NEW #31103 ( #31140 )
...
* NEW #31103
* Update card.php
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-29 16:05:15 +02:00
Laurent Destailleur
b32225283d
Merge branch '20.0' of github.com:Dolibarr/dolibarr into develop
2024-09-25 22:32:36 +02:00
Frédéric FRANCE
a94cff63a7
fix phpstan ( #31102 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-25 22:21:31 +02:00
Laurent Destailleur
59dadd88a3
FIX Duplicate trigger printFieldPreListTitle
2024-09-25 13:43:11 +02:00
Laurent Destailleur
ae6e35cc84
Look and feel v21 enhancement on smartphone
2024-09-25 02:35:56 +02:00
MDW
5e02bec9df
Qual: Fix getTooltipContentArray typing hints ( #31081 )
...
* Qual: Fix getTooltipContentArray typing hints
# Qual: Fix getTooltipContentArray typing hints
This defines the aray type for all getTooltipContentArray occurences
* Ignore undeclared property ref_supplier (does not exist on OrderLine)
2024-09-23 03:24:19 +02:00
Laurent Destailleur
c340c34aeb
FIX Hide a feature that is a security vulnerability.
2024-09-20 00:19:36 +02:00
Frédéric FRANCE
5fd996821b
fix phpstan ( #30962 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* Update html.formadmin.class.php
2024-09-17 02:54:44 +02:00
MDW
115627a054
Qual: Fix PhanPluginUnknownObjectMethodCall where is the only phan notice ( #30957 )
...
* Qual: PhanPluginUnknownObjectMethodCall where it is the only phan notice
# Qual: PhanPluginUnknownObjectMethodCall where it is the only phan notice
Fix PhanPluginUnknownObjectMethodCall in files where it is the only phan notice
* Update phan baseline
* Fix $website global type in some contexts
2024-09-16 01:49:38 +02:00
Frédéric FRANCE
2a6bbf88df
fix phpstan ( #30944 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-13 17:40:03 +02:00
Frédéric FRANCE
ef0a3329a1
fix phpstan ( #30914 )
...
* fix phpstan
* fix phpstan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-13 03:11:43 +02:00
MDW
f89245b354
Qual: Fix some CommonIncoterm/DocGenerator/People typings ( #30940 )
...
* Fix extraparams property typing
* Fix argument typing
* Fix 'status' argument type in calls to dolGetButtonTitle
* Fix argument2 for price to 1 (was 2)
* Fix deliveryreceipt argument
* Fix PHPDoc dol_sort_array
* Fix range for int argument
* Fix arg type for str_pad and add some PHPDoc
* Fix natsort value for dol_sort_array
* Fix arguments on calls to dol_sort_array
* Reduce phpstan exceptions
* Qual: Add type hints for Stripe objects
# Qual: Add type hints for Stripe objects
Suggest the more specific implementation of the StripObject.
* Typing, initialisation
* Qual: Fix undeclared variables
* Update phan baseline
* Update baseline
* Qual: Add type hints for Stripe objects
# Qual: Add type hints for Stripe objects
Suggest the more specific implementation of the StripObject.
* Add PHPDoc for host class properties
* Ignore false positive (phan) for deprecated property
* Improve typing
* Update baseline
2024-09-13 03:09:23 +02:00
Lucas Marcouiller
ef2ec011f5
Fix #30828 bad save of contract id in ticket card ( #30916 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-09-12 21:34:28 +02:00
Laurent Destailleur
bbf6ad202c
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-10 16:29:02 +02:00
Laurent Destailleur
e847c072a2
Debug v20
2024-09-10 11:25:28 +02:00
Laurent Destailleur
9eb61af370
Debug v20
2024-09-10 11:24:55 +02:00
HENRY Florian
bb2cd79657
fix: add missing hook init in Ticket Agenda/Messaging ( #30888 )
...
* fix: add missing hook init in Ticket Agenda/Messaging
* fix: add missing hook init in Ticket Agenda/Messaging
* fix: CI
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-10 02:18:16 +02:00
Laurent Destailleur
9f693ea049
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-09 03:53:42 +02:00
Laurent Destailleur
3e9a0cfa99
Debug v20
2024-09-09 03:52:25 +02:00
HENRY Florian
2c39f6cacb
fix: missing triggername args on re-open ticket ( #30889 )
...
* fix: missing triggername args on re-open ticket
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-09 02:43:02 +02:00
Laurent Destailleur
70a8f2e9ee
Fix test on permission
2024-09-06 16:40:06 +02:00
Laurent Destailleur
b02a891f2f
Enhance the protection on missing permissions
2024-09-06 15:49:57 +02:00
Frédéric FRANCE
80d1f47d4d
fix ignored phpstan (most of expects string, int given) ( #30649 )
...
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* 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 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 phpstan
* fix phpstan
2024-09-05 16:05:37 +02:00
Laurent Destailleur
14d5b4bcc3
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-02 12:14:51 +02:00
Laurent Destailleur
aa096719b2
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-02 11:18:06 +02:00
Laurent Destailleur
c8505f9c0a
Fix missing test on permissions
2024-09-01 21:04:53 +02:00
boudet jean pascal
10924547ea
FIX : attached file on first page load ( #30694 )
...
* fix attached file on first page load
* PRE-COMMIT
* set mode init
* Update 18.0.0-19.0.0.sql
Signed-off-by: Laurent Destailleur <eldy@destailleur.fr >
---------
Signed-off-by: Laurent Destailleur <eldy@destailleur.fr >
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-01 15:13:53 +02:00
Laurent Destailleur
5fcda2157e
Fix missing test on permissions
2024-09-01 14:32:49 +02:00
William Mead
a257f6ad52
Qual ticket class ( #30787 )
...
* Updated PHPDoc
* Updated PHPDoc
* Cleaned code
* Fixed PHPDoc
* Fixed PHPDoc
* Fixed type
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-31 19:43:58 +02:00
MDW
00e2ed5529
Qual: 🛟 Fix CI Issues ($db to $this->db / LDAP typing / Win-ci cache md5sum) ( #30774 )
...
* Qual: 🛟 Fix reference to $db with $this->db
# Qual: reference to $db with $this->db
$db was undeclared, use $this->db.
* Qual: Fix LDAP typing
* Fix suspected issue with environment max size and md5sum working on limited files
* Correct typing hint for email_date
2024-08-29 09:24:33 +02:00
Laurent Destailleur
5f968dcebe
Fix tooltip
2024-08-28 20:08:57 +02:00
Laurent Destailleur
8958aed2ef
Fix cursor
2024-08-28 03:30:06 +02:00
Laurent Destailleur
367cdd7ccc
Fix emailcollector from tickets
2024-08-27 22:21:29 +02:00
Laurent Destailleur
1277c19a2d
Fix emailcollector from tickets
2024-08-27 22:20:51 +02:00
hansemschnokeloch
7d4800c1f9
Fix #30161 ( #30760 )
2024-08-27 03:39:18 +02:00
thibdrev
3dbd79dad8
qual: Method getKanbanView() has parameter $arraydata with no value type specified in iterable type array. ( #30712 )
...
* Update adherent.class.php
* Update adherent_type.class.php
* Update availabilities.class.php
* Update propal.class.php
* Update account.class.php
* Update paymentvarious.class.php
* Update cashcontrol.class.php
* Update localtax.class.php
* Update remisecheque.class.php
* Update bonprelevement.class.php
* Update chargesociales.class.php
* Update contact.class.php
* Update contrat.class.php
* Update commonorder.class.php
* Update timespent.class.php
* Update don.class.php
* Update conferenceorbooth.class.php
* Update expedition.class.php
* Update expensereport.class.php
* Update paymentexpensereport.class.php
* Update fichinter.class.php
* Update fournisseur.commande.class.php
* Update holiday.class.php
* Update evaluation.class.php
* Update job.class.php
* Update position.class.php
* Update skill.class.php
* Update intracommreport.class.php
* Update knowledgerecord.class.php
* Update loan.class.php
* Update mo.class.php
* Update partnership.class.php
* Update inventory.class.php
* Update entrepot.class.php
* Update project.class.php
* Update holiday.class.php - fix phan error
* Update task.class.php
* Update reception.class.php
* Update recruitmentcandidature.class.php
* Update recruitmentjobposition.class.php
* Update paymentsalary.class.php
* Update salary.class.php
* Update supplier_proposal.class.php
* Update ticket.class.php
* Update user.class.php
* Update usergroup.class.php
* Update webportalinvoice.class.php
* Update webportalorder.class.php
* Update webportalpropal.class.php
* Update workstation.class.php
* Update facture.class.php
2024-08-22 03:31:04 +02:00