Commit Graph

145227 Commits

Author SHA1 Message Date
Laurent Destailleur
e4a7b286b2 Merge pull request #32677 from alexandre-janniaux/apithirdparties-num_rows-leftovers
FIX: api_thirdparties: fix num_rows typo
2025-01-16 14:35:42 +01:00
Laurent Destailleur
a578d9455a Merge pull request #32681 from aspangaro/21css
Remove inappropriate <td>
2025-01-16 14:35:18 +01:00
Laurent Destailleur
2fdd327c51 Merge branch '21.0' into fix/21.0_precommit 2025-01-16 14:34:34 +01:00
Laurent Destailleur
72ef34f698 Merge branch 'develop' into accounting-num_rows_leftovers 2025-01-16 14:33:36 +01:00
Laurent Destailleur (aka Eldy)
3c2f6739d1 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-16 14:06:23 +01:00
Laurent Destailleur (aka Eldy)
6f26816185 Migration 2025-01-16 14:02:43 +01:00
Laurent Destailleur (aka Eldy)
2ae7549563 Debug v21 2025-01-16 14:02:08 +01:00
Laurent Destailleur (aka Eldy)
683f4f931e Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-16 13:06:43 +01:00
Laurent Destailleur (aka Eldy)
b41584de08 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-16 12:09:36 +01:00
Benjamin Falière
05a7c16422 ENH: accessibility on ticket admin page 2025-01-16 12:09:27 +01:00
Laurent Destailleur (aka Eldy)
c01e3faea4 Update eclipse rules 2025-01-16 12:09:13 +01:00
Laurent Destailleur
f68cf0034a Merge pull request #32683 from ATM-Consulting/FIX/133/TK2501-3514/api-put
FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request
2025-01-16 11:41:26 +01:00
atm-florian
ba4e97f07b FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Alexandre SPANGARO
5403293409 Remove inappropriate <td> 2025-01-16 06:19:22 +01:00
Laurent Destailleur (aka Eldy)
162b3b1d82 Debug v21 2025-01-16 05:13:34 +01:00
Laurent Destailleur (aka Eldy)
a82da1cc6c Must be able to force lang 2025-01-16 02:55:00 +01:00
Laurent Destailleur (aka Eldy)
f88cfae08f Debug v21 2025-01-16 02:50:23 +01:00
Laurent Destailleur (aka Eldy)
0f0617f8f8 Debug v21 2025-01-16 02:09:34 +01:00
Laurent Destailleur (aka Eldy)
a41fe4637d Debug v21 2025-01-16 01:58:13 +01:00
Laurent Destailleur (aka Eldy)
c2c3879032 Clean php file 2025-01-16 00:36:56 +01:00
Laurent Destailleur (aka Eldy)
c4529ed986 Clean file 2025-01-16 00:35:38 +01:00
Laurent Destailleur (aka Eldy)
16b28e4d16 Debug v21 2025-01-15 21:19:18 +01:00
Alexandre Janniaux
d5584f4e32 api_thirdparties: fix num_rows typo
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.

But the call was not written properly and both were mixed up in commit
25741a618e which used $db->num_rows, and
then fixed in 72c443868c which used
$db->num_rows($result) where suited, except this location.
2025-01-15 20:09:25 +01:00
MDW
4d1cc9c2a1 Qual: Fix ci (pre-commit) Exclude/fix shellcheck notices 2025-01-15 20:08:43 +01:00
Laurent Destailleur (aka Eldy)
8b7eaf360e Fix phpunit 2025-01-15 20:08:13 +01:00
Laurent Destailleur (aka Eldy)
2f317f0f52 Merge branch '17.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0 2025-01-15 20:07:40 +01:00
Laurent Destailleur (aka Eldy)
bd35af1360 Fix phpunit 2025-01-15 20:07:31 +01:00
Alexandre Janniaux
f757f9c4cc accounting: fix num_rows without call from $db
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.
2025-01-15 20:03:28 +01:00
Francis Appels
351a7bd6bb FIX: #26250 fatal error on kit 2025-01-15 19:01:18 +01:00
Laurent Destailleur
ece1317824 Merge pull request #32668 from mdeweerd/qual/flow-precommit-shellcheck
Qual: Fix ci (pre-commit) Exclude/fix shellcheck notices
2025-01-15 18:02:42 +01:00
Laurent Destailleur
fe6d59c090 Merge pull request #32651 from ATM-Consulting/FIX/133/bug/pre-commit-debug-bar-fails
Apply suggestion by @mdeweerd to ensure pre-commit will pass.
2025-01-15 15:53:48 +01:00
Laurent Destailleur
d4e66426e7 Merge pull request #32621 from ATM-Consulting/FIX/132/bug/cache-collisions-dol-getIdFromCode
FIX 17.0 - collisions in cache for dol_getIdFromCode
2025-01-15 15:51:23 +01:00
Laurent Destailleur
88d81aa943 Merge pull request #27159 from atm-lena/17.0_FIX_MultilangsTranslationPDFLinesDescription
FIX Multilangs : PDF lines description
2025-01-15 15:38:48 +01:00
Laurent Destailleur
f24f4e012d Merge pull request #32557 from Easya-Solutions/18_fix_join_soc_commerciaux
fix join societe_commerciaux in societe list
2025-01-15 15:12:42 +01:00
Laurent Destailleur
60ea952b78 Merge pull request #32338 from Easya-Solutions/18.0_fix_error_delete_loan
FIX : display error when loan can't be deleted
2025-01-15 15:08:22 +01:00
MDW
ac35daf08f Qual: Fix whitespace 2025-01-15 14:54:33 +01:00
Laurent Destailleur
5354b54ec0 Merge pull request #32663 from Easya-Solutions/14_FIX_socpeopleassigned_update_event
Backport Fix bad management when inserting contacts of actioncomm
2025-01-15 14:40:07 +01:00
Laurent Destailleur
49feeee85e Merge pull request #32654 from atm-irvine/fix_search_thirdparty_by_name
fix(services-list): search thirdparty by name
2025-01-15 14:37:32 +01:00
MDW
fffa47723f Qual: Fix ci (pre-commit) Exclude/fix shellcheck notices 2025-01-15 14:37:24 +01:00
Laurent Destailleur
42d8591758 Merge pull request #32660 from Easya-Solutions/14_FIX_selectcontacts_param_update_event
FIX selectcontact is loading all contacts when update event
2025-01-15 14:35:32 +01:00
Laurent Destailleur
55b96e085e Merge pull request #32659 from atm-quentin/FIX/32460/DBPrefix
FIX Issue #32460 db prefix for module builder
2025-01-15 14:19:49 +01:00
Laurent Destailleur
2d641d7537 Merge pull request #32657 from rycks/develop_hook_for_vat_rates
add a hook on vat rate
2025-01-15 14:19:19 +01:00
Laurent Destailleur
acf1430bed Update html.form.class.php 2025-01-15 14:18:22 +01:00
Laurent Destailleur
8d28649090 Merge pull request #32665 from hregis/fix_20_avoid_warnings_php
FIX avoid php warning
2025-01-15 14:16:25 +01:00
Laurent Destailleur
0a45c4cad2 Update card.php 2025-01-15 14:16:11 +01:00
Laurent Destailleur (aka Eldy)
4e3b11d8ad Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-15 14:13:10 +01:00
Laurent Destailleur (aka Eldy)
a68f2b5cf5 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-15 14:12:17 +01:00
Laurent Destailleur (aka Eldy)
ac5d29a4f6 Fix phpunit 2025-01-15 14:11:57 +01:00
Laurent Destailleur (aka Eldy)
1b09d9abf6 Missing ip in list 2025-01-15 14:00:11 +01:00
Laurent Destailleur (aka Eldy)
f6f38aebb4 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-15 13:02:21 +01:00