Laurent Destailleur
a8860c9360
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-12-03 12:50:07 +01:00
Laurent Destailleur
aa44100cbc
Add test to check if a security experimental feature can work
2023-12-03 12:49:52 +01:00
Laurent Destailleur
04f5762435
Update stocktransfer.php
2023-12-02 21:13:42 +01:00
Frédéric FRANCE
b10eda1a79
fix missing token
2023-12-02 20:51:42 +01:00
Laurent Destailleur
3addb1dd26
Fix min php
2023-12-02 16:39:17 +01:00
Laurent Destailleur
1779fed19c
Debug v19
2023-12-02 16:10:58 +01:00
Laurent Destailleur
268320b02a
Debug v19
2023-12-02 16:06:06 +01:00
Laurent Destailleur
7835c1f6bc
Debug setup
2023-12-02 15:49:29 +01:00
Laurent Destailleur
df6ca57763
Debug v19
2023-12-02 15:20:42 +01:00
Laurent Destailleur
c417949a7e
Fix phpunit
2023-11-30 00:06:05 +01:00
Laurent Destailleur
7809b66688
Doc
2023-11-29 23:18:49 +01:00
Laurent Destailleur
3e1d5b1748
Fix for MAIN_RESTRICTHTML_ONLY_VALID_HTML
2023-11-29 23:17:22 +01:00
Laurent Destailleur
43f9210ab4
SEC: Add option MAIN_RESTRICTHTML_ONLY_VALID_HTML_TIDY
2023-11-29 20:19:21 +01:00
Laurent Destailleur
21239060df
Debug v19
2023-11-28 20:56:20 +01:00
Laurent Destailleur
e12818be0a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-28 10:34:03 +01:00
Laurent Destailleur
9f353a5701
Fix setup page and tooltip
2023-11-27 20:44:29 +01:00
Laurent Destailleur
a241d85f84
FIX #26858
2023-11-27 18:45:08 +01:00
Laurent Destailleur
75bb35e829
Doc
2023-11-27 18:20:22 +01:00
Laurent Destailleur
b69059af76
Fix warning
2023-11-27 12:24:18 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
cb3a86a737
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-23 18:56:10 +01:00
Alexandre SPANGARO
8d203f4fd4
Debug v19 ( #26784 )
...
* Translate comment
* Fix undefined variable
* Fix undefined variable
* Fix undefined variable - better fix
* Add translation of ProfId so that it is not displayed in admin
* Remove manual definition and call getDefaultImageSizes() instead
2023-11-23 17:45:59 +01:00
Laurent Destailleur
15514b2dcc
Missing trans
2023-11-21 11:57:55 +01:00
Laurent Destailleur
b55e8de320
Removed a deprecated substitution tag
2023-11-19 10:55:25 +01:00
atm-sami
5a5483a610
New add extrafields for mo line ( #26395 )
...
* added recursive deletion option for child MOs + added recursive recovery method for child MOs
* add number of MOs in form_confirm
* update to delete number of mo childs if is null
* added checking of an infinity loop
* review PR
* add extrafields for mo lines
* update
* update for travis
* Update 18.0.0-19.0.0.sql
* Update functions.sql
* Delete htdocs/install/mysql/tables/llx_mrp_production_extrafields.key.sql
* Delete htdocs/install/mysql/tables/llx_mrp_production_extrafields.sql
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-18 23:17:57 +01:00
HENRY Florian
d1e6ac9acc
Fix: php stan ( #26713 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2023-11-18 11:54:37 +01:00
John BOTELLA
2efd482e73
Change behavior of keydown ( #26677 )
2023-11-18 02:21:45 +01:00
Regis Houssin
d9eaa5b974
FIX broken feature to show 0 value ( #26658 )
2023-11-17 11:39:56 +01:00
sonikf
0fbc5bd423
NEW: Supplier template invoive extrafields ( #26570 )
...
* NEW: Supplier template invoive extrafields
* NEW: Supplier template invoive extrafields
* NEW: Supplier template invoive extrafields
2023-11-14 14:46:48 +01:00
Laurent Destailleur
ca3f5eaadf
Debug v19
2023-11-14 00:56:30 +01:00
Laurent Destailleur
4cd4221a52
Debug v19. Remove some TODO.
2023-11-09 10:56:13 +01:00
Laurent Destailleur
d71e396206
css
2023-11-07 15:51:31 +01:00
Laurent Destailleur
b92d685940
Debug v19
2023-11-02 01:59:51 +01:00
William Mead
3c87423364
Qual cleaner code for InterfaceLogevents ( #26347 )
...
* Renamed text variable to label
* Added label variable
* Fixed typos
* Fixed PHPDoc
* Added runTrigger method return type
* Refactored to use super class constructor
* Added contributor details. Cleaned indentation.
* Added user login failed string
* Added label & description localized strings
* Converted event label, description & date variables to class properties. Added class method to initialize event data. Refactored & cleaned code.
* Added user string parameter
* Cleaned code
* Moved langs loading
* Added code comment
* Cleaned code
* Added code comment
* Fixed PHPDoc comments
* Refactored event label & description assignment
* Deleted unneeded empty lines
* Added event action text dictionary. Refactored event data initialization. Added static class method for dynamic localization to check if event text has an event action key n.
* Updated string parameter placement
* Added condition to check if event description has an event action key in order to do dynamic frontend translation
* Updated code comments. Renamed event action array.
* Added user status key
* Cleaned code
* Update interface_20_all_Logevents.class.php
---------
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-30 04:12:43 +01:00
Mohamed DAOUD
08ef416958
New: Adding the PDF option displaying the product's barcode number ( #26345 )
...
* Add a PDF option to show barcode number of product
* Add space before and after IF keyword
* fix error phpcs
* add barcode label before barcode number
* Use outputlangs and not langs
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-30 03:13:12 +01:00
Laurent Destailleur
16ea13ecb8
NEW Allow sync of currency rates with currency layer by default.
2023-10-30 01:38:20 +01:00
Laurent Destailleur
7cec963a97
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-24 17:00:48 +02:00
Laurent Destailleur
5b15b5c647
QUAL Move conf->global into getDolGlobal...
2023-10-24 17:00:13 +02:00
Florian Mortgat
ac5c9d051f
NEW: hidden conf to disable use of dns_get_record (which can become unresponsive) ( #26339 )
2023-10-24 13:14:39 +02:00
Laurent Destailleur
1950669a24
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-24 03:23:37 +02:00
Laurent Destailleur
1734adfd27
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-24 03:05:46 +02:00
Laurent Destailleur
27966b0466
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-24 02:29:44 +02:00
Laurent Destailleur
5ea2bdf3b9
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-24 02:26:36 +02:00
Laurent Destailleur
9001a1d799
Fix regression generating false warning in translation page
2023-10-24 02:02:23 +02:00
sonikf
19012cad47
fix typo ( #26321 )
2023-10-23 19:17:34 +02:00
Laurent Destailleur
25ace1d042
Debug v19
2023-10-21 16:23:58 +02:00
Laurent Destailleur
62c1baaa61
Clean param
2023-10-20 21:01:59 +02:00
Laurent Destailleur
777c6bffa5
Debug v19
2023-10-20 20:33:19 +02:00
MDW
19b1dd5a11
Fix misspelled @throw -> @throws ( #26297 )
...
Identified using phan, see #26262
2023-10-20 14:12:42 +02:00