ldestailleur
bfc8cb4708
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-04-21 13:44:16 +02:00
ldestailleur
0339ee6f1f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-04-21 13:44:08 +02:00
ldestailleur
19b322178c
Debug v22
2025-04-21 13:42:28 +02:00
ldestailleur
da437d6ff2
Space
2025-04-21 13:38:22 +02:00
ldestailleur
42d226734c
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-21 13:36:04 +02:00
ldestailleur
b8589efd92
Fix spellcheck
2025-04-21 13:35:48 +02:00
ldestailleur
958e65e982
Debug v22
2025-04-21 13:31:47 +02:00
ldestailleur
4aa03bb12a
CSS
2025-04-21 13:24:31 +02:00
ldestailleur
cd027c3072
CSS
2025-04-21 13:21:15 +02:00
ldestailleur
219bf821e6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-21 12:17:02 +02:00
ldestailleur
f1dd6b4a69
Debug v22 - Picto in menu
2025-04-21 12:16:47 +02:00
MDW
69e3d4b5df
UIUX: Interpret first token as thousands separator 21.500,00 (when French, ...). ( #33832 )
...
* Qual: Add testcase for price2num to convert '21.500,00' in FR
* NEW: Accept numbers like 1.213,00 in locales with whitespace/empty thousands separator
# NEW: Accept numbers like 1.213,00 in locales with whitespace/empty thousands separator
- Graceful handling of comma and dot as decimal points and thousands separators in the `price2num` function.
- Improved the `getNonEmptyString` function to include proper indentation and spacing (automatic).
* Add testcases for price2num
* en_US tests for invalid prices, add doc for price2num regex
* Restore lost test to validate compatibility
* Update FunctionsLibTest.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-21 11:57:13 +02:00
ldestailleur
e013e1c1b4
Fix CI
2025-04-21 11:56:36 +02:00
ldestailleur
776c78c696
Enhance menu editor
2025-04-21 11:52:40 +02:00
ldestailleur
d3edfc67ad
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-21 11:36:23 +02:00
ldestailleur
95d80fd5e8
Debug v22
2025-04-21 11:34:20 +02:00
ldestailleur
16b4592235
Fix fatal error
2025-04-21 11:19:06 +02:00
William Mead
61df34acd6
Fixed public ticket layout for Safari ( #33933 )
2025-04-21 10:42:51 +02:00
William Mead
333007c004
FIX intervention API get contacts ids ( #33919 )
...
* Fixed PHPDoc
* Added an array of contact ids to get and index methods
* Adjusted contact_type parameter to empty by default
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-20 19:00:04 +02:00
ptibogxiv
f1fbb98acd
Fix api_setup.class.php ( #33930 )
2025-04-20 18:55:35 +02:00
ptibogxiv
2483cf4146
fix ccountry.class.php ( #33929 )
...
* fix ccountry.class.php
* Update ccountry.class.php
2025-04-20 18:54:55 +02:00
ldestailleur
48bb878df5
Debug v22
2025-04-20 18:35:42 +02:00
ldestailleur
5aa2209bc2
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-20 18:05:18 +02:00
ldestailleur
6ed5e7e175
Try some fixes
2025-04-20 13:36:11 +02:00
MDW
b731d14d6e
Qual: update phan baseline.txt ( #33926 )
...
* Qual: update phan baseline.txt
# Qual: update phan baseline.txt
- Updated the phan baseline:
Removed entries for 'htdocs/commande/card.php',
'htdocs/core/class/commonsocialnetworks.class.php', 'htdocs/fourn/facture/paiement.php',
and 'htdocs/public/project/index.php'
- Corrected phan notice in 'htdocs/core/class/commoninvoice.class.php' - new since last baseline update.
* Suppose object has CommonSocialNetworks trait (for phan)
2025-04-20 13:21:48 +02:00
Clément
3eb9775b0c
FIX Bug ( #33923 )
2025-04-20 13:21:21 +02:00
ldestailleur
c521262f5f
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-20 12:39:08 +02:00
ldestailleur
5b8de3560d
Fix cast var in sql
2025-04-20 12:38:48 +02:00
ldestailleur
5158e565b8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-20 12:26:44 +02:00
github-actions[bot]
45d06857d6
PHPStan > Update baseline ( #33925 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-04-20 00:50:26 +02:00
Frédéric FRANCE
0fbd8e737e
align size of phone fields with socpeople size ( #33813 )
...
* align size of phone fields with socpeople size
* add migration
2025-04-20 00:49:54 +02:00
ldestailleur
e82e716ea1
CSS
2025-04-19 12:30:55 +02:00
Frédéric FRANCE
ce7269aa07
fix missing translation ( #33921 )
...
* fix missing translation
* fix missing translation
* fix missing translation
* fix missing translation
* fix missing translation
2025-04-19 11:46:57 +02:00
Frédéric FRANCE
f5b11b78da
fix typo ( #33920 )
2025-04-19 11:46:22 +02:00
Clément
2c3c763871
UIUX Improved ergonomics through UI design ( #33868 )
...
* Improved ergonomics through UI design
In IT conventions, the Cancel button is on the left and the Create button on the right. On Dolibarr, it's currently the other way round, which is rather counter-intuitive when you reflexively click. Correction to improve the GUI while respecting cultural norms.
* Update html.form.class.php with const
* Update html.form.class.php
* Update html.form.class.php
* Update html.form.class.php
* Update html.form.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-19 02:58:39 +02:00
Alexandre SPANGARO
162876df7b
Asset - wrong status for disposal ( #33898 )
...
* Review of module asset
* Review of module asset
2025-04-19 02:56:31 +02:00
Laurent Destailleur
6ef600e991
WIP option WEBSITE_EXPORT_SQL_ON_SEVERAL_LINES
2025-04-19 02:43:44 +02:00
Laurent Destailleur
e5fbcd66b8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-19 01:16:05 +02:00
Laurent Destailleur
16d7b3c21a
Fix export
2025-04-19 01:15:24 +02:00
stefkpl
9fd9454928
NEW: add phone_mobile to export of thirdparty ( #33893 )
...
* fix: add phone_mobile to societe table import
* Update modSociete.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-18 20:14:07 +02:00
Mohamed DAOUD
06cbf7e50e
enhance website payment v21 ( #33915 )
2025-04-18 20:02:57 +02:00
Francis Appels
55530fa588
Fix intervention update sql error ( #33916 )
2025-04-18 20:01:58 +02:00
ldestailleur
c55138f314
Fix CI
2025-04-18 19:56:28 +02:00
ldestailleur
fe57065929
FIX CI
2025-04-18 17:22:09 +02:00
ldestailleur
88278014d7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-18 16:12:01 +02:00
ldestailleur
879858b6f0
Fix CI
2025-04-18 16:11:51 +02:00
Mohamed DAOUD
71143444e7
enhance website payment ( #33912 )
2025-04-18 15:53:33 +02:00
ldestailleur
90919d2b26
Look and feel v22
2025-04-18 15:50:06 +02:00
ldestailleur
2456072a84
Clean code
2025-04-18 15:21:07 +02:00
ldestailleur
6c27aa5842
CSS
2025-04-18 15:13:58 +02:00