Commit Graph

8697 Commits

Author SHA1 Message Date
Frédéric FRANCE
1ecc0b15c4 fix display (#28029) 2024-02-07 20:47:37 +01:00
Frédéric FRANCE
c8fb2d9043
fix can't set odt directory (#28028) 2024-02-07 19:36:48 +01:00
Laurent Destailleur
c66b434c80 Fix for export 2024-02-06 18:41:45 +01:00
Laurent Destailleur
be830d31be Debug v19 selection of ticket printer per terminal 2024-02-06 17:06:47 +01:00
Laurent Destailleur
9843f31814 Fix warning 2024-01-31 18:26:09 +01:00
Laurent Destailleur
423837a750 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-30 22:20:43 +01:00
Laurent Destailleur
79d9cab115 Include instruction to fix character set of a column 2024-01-30 22:19:41 +01:00
Laurent Destailleur
f0392a0caf Fix link with entity 2024-01-29 15:03:46 +01:00
Frédéric FRANCE
5448261947
fix pre-commit 2024-01-25 23:32:53 +01:00
Laurent Destailleur
b8686f159f Debug module receipt printer 2024-01-25 15:18:06 +01:00
Laurent Destailleur
fc4ba2b170 css 2024-01-25 13:53:53 +01:00
Laurent Destailleur
0791d32070 css 2024-01-25 13:50:01 +01:00
Laurent Destailleur
0cadd3037d Debug v19 2024-01-24 12:03:08 +01:00
Laurent Destailleur
5524645dca Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-23 17:29:18 +01:00
Laurent Destailleur
9bcf02c408 Clean code 2024-01-23 17:29:09 +01:00
Frédéric FRANCE
e6ea6a95ce
replace deprecated function 2024-01-23 14:24:28 +01:00
Laurent Destailleur
27607f5241 Fix tr 2024-01-23 09:46:55 +01:00
Laurent Destailleur
4c4ee11abf Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-19 20:08:04 +01:00
Laurent Destailleur
916c017aa6 Debug v19 2024-01-19 20:04:11 +01:00
Laurent Destailleur
3b918ad274 Tooltip 2024-01-19 11:19:43 +01:00
Laurent Destailleur
e770259b3f Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-10 15:12:50 +01:00
Laurent Destailleur
6871fb275a Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-09 17:12:53 +01:00
Laurent Destailleur
a20b3eea43 Debug v19 2024-01-09 17:12:33 +01:00
MDW
b60a152c2c Fix: Make executeRequest public
htdocs/admin/dolistore/ajax/image.php uses executeRequest,
changing that is more effort than making the method public.
2024-01-08 17:52:19 +01:00
Laurent Destailleur
1628a48bde FIX Keep a link to enable a 'always_enabled' module to solve pb. 2024-01-08 12:19:57 +01:00
Laurent Destailleur
b027ca3837 Fix bad email tested 2024-01-05 12:28:28 +01:00
Laurent Destailleur
242c403f50 Fix missing SPF info of the noreply email 2024-01-05 12:19:52 +01:00
Laurent Destailleur
6b0a4d578f Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-03 17:34:50 +01:00
MDW
b08d6b5019 Fix Correct call to dolibarr_set_const for CONTRACT_ALLOW_ONLINESIGN 2024-01-02 22:10:05 +01:00
Laurent Destailleur
c5fea74716 Fix bad default value set 2024-01-02 16:24:57 +01:00
routmoute
1d38a3b7b8 fix conflict with develop branch 2023-12-29 20:19:17 +01:00
Laurent Destailleur
ab3737e569 Fix libxml_disable_entity_loader(true) must be called only if LIBXML is
lower than 20900 (disabled by default for libxml 2.9.0)
2023-12-29 17:55:09 +01:00
routmoute
48f4e52a22 fix: Display of the list of merged pdf 2023-12-29 02:30:32 +01:00
Laurent Destailleur
89686e74dc Clean code 2023-12-26 22:33:22 +01:00
Laurent Destailleur
1985d1fd4d Fix warnings 2023-12-23 20:00:57 +01:00
Laurent Destailleur
07f4c9b335 Fix warnings 2023-12-23 19:47:10 +01:00
Laurent Destailleur
9746cc18e0
Merge pull request #27157 from mdeweerd/php8/fix-deprecation/upgrade-ps-ws-lib
Fix Update PSWebServiceLibrary to fix deprecated function call libxml…
2023-12-22 11:31:18 +01:00
Laurent Destailleur
b3020923b7
Merge pull request #27186 from Hystepik/fix-php-warnings-code-smell
Fix some php code smell
2023-12-22 11:07:07 +01:00
Laurent Destailleur
c6040146b2 Add more function to disable. Add preg_quote to avoid false positive. 2023-12-21 19:39:02 +01:00
Laurent Destailleur
b1fa6f596f Add experimental security option
MAIN_SECURITY_FORCE_ACCESS_CONTROL_ALLOW_ORIGIN
2023-12-21 13:01:09 +01:00
Hystepik
5e4a4da130 Fix some php codce smell 2023-12-20 14:22:45 +01:00
MDW
e998257235 libxml - reintroduce security measure not in the official PS WebServiceLib 2023-12-19 19:53:44 +01:00
MDW
77f6606b1b Fix Dolibar PHP-CS requirements 2023-12-19 19:43:53 +01:00
MDW
e9de2f6bbb Fix Update PSWebServiceLibrary to fix deprecated function call libxml_disable_entity_loader()
# Fix PSWebServiceLibrary.class.php: PhanDeprecatedFunctionInternal: Call to deprecated function \libxml_disable_entity_loader()

See https://github.com/Dolibarr/dolibarr/actions/runs/7242938198/job/19729044021#step:5:32
2023-12-19 19:43:53 +01:00
Frédéric FRANCE
b356adab3c
Merge branch 'develop' into patch-4 2023-12-19 09:16:58 +01:00
Laurent Destailleur
932f9f28e6 css 2023-12-18 19:19:58 +01:00
Frédéric FRANCE
735cfee1d7
FIX 2023-12-18 15:14:07 +01:00
Laurent Destailleur
a7fa5accf9 Debug v19 2023-12-18 15:06:25 +01:00
Laurent Destailleur
0bcf61d220 Debug v19 2023-12-18 14:36:24 +01:00
Laurent Destailleur
6c873e66da Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-17 22:53:22 +01:00