Laurent Destailleur
9da13e94e0
CSS
2024-04-20 18:49:24 +02:00
Laurent Destailleur
f94d0cd907
Debug v20
2024-04-20 14:28:59 +02:00
Laurent Destailleur
1946b92da8
Debug v20
2024-04-19 16:32:56 +02:00
Laurent Destailleur
1e3b2c6a7c
Try to fix GETPOSTINT regressions
2024-04-19 13:34:48 +02:00
Laurent Destailleur
c5751a970a
Fix CSS
2024-04-19 01:39:48 +02:00
Laurent Destailleur
612e41a8ca
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/commondocgenerator.class.php
htdocs/core/lib/functions.lib.php
htdocs/fourn/commande/card.php
htdocs/install/mysql/migration/19.0.0-20.0.0.sql
htdocs/product/stock/replenish.php
htdocs/takepos/invoice.php
2024-04-18 02:48:52 +02:00
Laurent Destailleur
6475d580c2
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
...
Conflicts:
htdocs/product/stock/replenish.php
htdocs/theme/eldy/global.inc.php
2024-04-18 02:33:50 +02:00
Laurent Destailleur
0d5d0d6ae8
More complete log
2024-04-17 17:33:28 +02:00
Laurent Destailleur
0ee92c5a4b
Doc
2024-04-17 12:42:33 +02:00
lvessiller-opendsi
b64df30cc6
NEW update price with auto to use const for rounding prices ( #29350 )
...
* NEW update price with auto to use MAIN_ROUNDOFTOTAL_NOT_TOTALOFROUND const for rounding prices
* Update price forced rounding mode redundant
2024-04-16 10:24:55 +02:00
Laurent Destailleur
c13cafab68
Doc
2024-04-14 04:45:29 +02:00
Laurent Destailleur
1a07a7f6c9
Doc
2024-04-14 03:21:17 +02:00
Laurent Destailleur
d4c74cf572
Debug v20
2024-04-13 14:14:25 +02:00
Laurent Destailleur
5e74bd4db8
Fix filter on company.
2024-04-12 19:45:49 +02:00
Laurent Destailleur
e5240123a1
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-04-12 19:24:31 +02:00
boudet jean pascal
3076b6ad40
fix 500 error count array ( #29337 )
...
* fix error 500 on array count
* fix pre-commit error
* Update html.form.class.php
---------
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-12 14:44:54 +02:00
Laurent Destailleur
be52b8d75d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-04-12 14:32:59 +02:00
Laurent Destailleur
60578402f4
Fix when we assign sale representatives to a thirdparty, list must be
...
the default list with same condition than into getSalesRepresentatives()
2024-04-12 14:32:27 +02:00
Laurent Destailleur
19d4726e4c
Use WHERE IN instead of SELECT DISTINCT
2024-04-12 14:22:02 +02:00
Laurent Destailleur
1240072591
QUAL Make the same condition only once.
2024-04-12 13:53:18 +02:00
atm-jonathan
1adda9817a
FIX round capital societe ( #29211 )
...
* round capital societe
* new key formated
2024-04-12 02:38:00 +02:00
MDW
bc5e5b67af
Qual: Update phan baseline ( #29300 )
...
* Qual: Update phan baseline
* Init variable to ensure it is defined
* Init $module_part to ensure it is defined
* Init $modulepart to ensure it is defined
* phpdoc typing for getNetNeeds and getNetNeedsTree
* Enforce type for phan
* Initialise $massactionbutton so that it is defined
* phpdoc: improve typing
* Encore character_set value is string (for typing)
* fixup! Qual: Update phan baseline
* Fix duplicate code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-12 01:06:52 +02:00
Laurent Destailleur
141718f314
Fix regression
2024-04-12 01:04:37 +02:00
Laurent Destailleur
6fcec74fed
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-04-11 22:58:17 +02:00
Laurent Destailleur
0a3f66c6c4
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
dev/tools/codespell/codespell-ignore.txt
htdocs/admin/system/security.php
htdocs/core/class/commondocgenerator.class.php
htdocs/core/menus/standard/eldy.lib.php
htdocs/product/fournisseurs.php
2024-04-11 22:57:43 +02:00
Laurent Destailleur
c575d26703
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
...
Conflicts:
htdocs/core/class/commondocgenerator.class.php
htdocs/core/menus/standard/eldy.lib.php
2024-04-11 22:19:08 +02:00
MDW
e171e8e7ef
Qual: Fix all active phan notices in html.form.class.php ( #29316 )
2024-04-11 19:14:46 +02:00
Jon Bendtsen
f7eb0b9fde
NEW: API setup update extrafields from name, elementtype and json ( #29273 )
...
* NEW: API setup update extrafields from name, elementtype and json
* default_value
* fix SQL injection
* more SQL injection prevention
* Sanitized
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-10 12:02:57 +02:00
Laurent Destailleur
132595f10f
CSS customreport
2024-04-10 01:38:36 +02:00
MDW
bec5ff4749
Fix: Enforce/use int nature of BookKeeping(Line)::$piece_num, fix hooks typings ( #29298 )
...
* Fix: Enforce/use int nature of BookKeeping(Line)::$piece_num
* Fix typing in hookmanager class
* Improve DolHooksCollector phpdoc
* Fix PhanTypePossiblyInvalidDimOffset by testing index's existence
* Ignore PhanTypePossiblyInvalidDimOffset that phan can not detect
* Allow to be null, initialise instead of unset
2024-04-09 23:21:28 +02:00
Laurent Destailleur
b172640ae5
Debug v20
2024-04-09 03:38:38 +02:00
jyhere
4880ec1b77
NEW: Hooks tab in debugbar ( #24992 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-09 03:09:10 +02:00
Nicolas Domenech
485a17b072
#29026 [Class] fix: selectForForms issue on check fields before use for modification on objectdesc ( #29027 )
...
* #29026 [Class] fix: selectForForms issue on check fields before use for modification on objectdesc
* Update html.form.class.php
* Update html.form.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-08 23:33:48 +02:00
Francis Appels
e23ccabf36
Fix PR #28989 , create shipment line ( #29281 )
...
* Fix PR #28989 , create shipment line
* Fix Phan
* Update changelog
* Fix stan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-08 23:10:58 +02:00
Regis Houssin
1f512873ff
FIX phan error ( #29283 )
2024-04-08 22:48:33 +02:00
Lucas Marcouiller
232800d776
NEW feature to merge 2 tasks ( #29214 )
...
* first push select not saved
* add working merge
* ass merge of contact for task
* fix typo
* add of merge timespent
* Fix integration error + use of good SelectTasks
* fix precommit
* Fix CI
* fix CI
* fix bad change
* fix to make merge only an update
* remove useless field update
* fix empty array
* fix CI
* fix unused code
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-04-08 20:50:16 +02:00
Laurent Destailleur
7ca303888d
Look and feel v20
2024-04-08 19:20:07 +02:00
Laurent Destailleur
b9b097057a
Fix subtype must be visible only for countries that need subtype
...
invoices
2024-04-08 12:02:31 +02:00
Jon Bendtsen
1207ce21cc
NEW: API setup delete extrafields from name and elementtype v2 ( #29269 )
...
* NEW: API delete extrafields from name and elementtype
* 401 came back, but was 403'ed again
* Fix sql injection
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-08 11:11:53 +02:00
Laurent Destailleur
0a48d1ad56
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-04-08 03:38:04 +02:00
Jon Bendtsen
b586f90f59
Qual: 4 functions with hardcoded elementtype = 'member' replaced with elementtype = '' ( #29256 )
...
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
2024-04-07 12:35:40 +02:00
Laurent Destailleur
3fad52815a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-04-07 12:26:49 +02:00
Laurent Destailleur
fd9475be03
Use same doc comment eveywhere.
2024-04-07 12:26:27 +02:00
PsyCrow
01d82614b6
PHP warning on updating html type extrafield ( #29260 )
...
FIX : #29229
2024-04-07 12:03:24 +02:00
MDW
bbde552979
Qual: Enable Phan Rules and update baseline ( #29255 )
...
* Fix script generating trailing whitespace
* Add nusoap as a stub for better analysis
* Qual: Return type for fetch_name_optionals_label to fix phan message
* Qual: Enable Phan Rules and update baseline
# Qual: Enable Phan Rules and update baseline
This enables all of the rules that are currently also
enabled for cti, but sets the baseline to ignore the
exceptions already present.
This will help detect exceptions added by code modifications
if the rule is not ignored for the given file.
2024-04-07 11:55:39 +02:00
Frédéric FRANCE
00b2185813
fix phpstan ( #29258 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-04-07 11:50:26 +02:00
Frédéric FRANCE
7cf6a0821f
fix phpdoc for ismultientitymanaged ( #29245 )
...
* fix phpdoc
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-06 17:38:39 +02:00
Frédéric FRANCE
87b76db460
fix phpdoc ( #29246 )
2024-04-06 13:35:04 +02:00
Regis Houssin
ec45ca8abe
FIX avoid php warnings ( #29247 )
2024-04-06 13:28:58 +02:00
Laurent Destailleur
2ca5518625
Fix use of dynamic property conf->xxx->enabled must be abandonned.
2024-04-05 16:51:27 +02:00