Laurent Destailleur
6b42b48d20
NEW Can generate the email selector file
2024-01-11 02:47:42 +01:00
Laurent Destailleur
f711144428
Try to move tmp dir
2024-01-10 14:52:12 +01:00
Laurent Destailleur
e0c8a652e9
Merge pull request #27322 from frederic34/cleanboxescode
...
clean code of boxes
2024-01-10 14:28:16 +01:00
Laurent Destailleur
910a541c60
Clean code
2024-01-09 13:08:22 +01:00
Laurent Destailleur
e2f49c407f
Clean sql request to use exist instead of left join
2024-01-09 10:44:50 +01:00
Frédéric France
94b66d5411
clean code of boxes
2024-01-07 16:57:14 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
6484f49fd8
Fix missing hook
2024-01-03 16:16:44 +01:00
Laurent Destailleur
83addfcef0
Merge pull request #27258 from defrance/patch-313
...
FIX : php 8.1 depreciated strftime
2024-01-02 12:26:39 +01:00
Fabian Heinz
b78632a20e
api fixes
...
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2 ), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Charlène Benke
d5c7d8dcdf
Update mod_myobject_standard.php
2023-12-30 08:26:04 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
484dd8e426
Debug v19
2023-12-23 10:17:28 +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
7f5df80efd
Debug v19
2023-12-19 11:51:48 +01:00
Laurent Destailleur
98009ea6be
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/compta/bank/class/account.class.php
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php
htdocs/langs/en_US/recruitment.lang
htdocs/master.inc.php
htdocs/projet/contact.php
2023-12-17 22:17:14 +01:00
Laurent Destailleur
64b9414271
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/modulebuilder/template/myobject_list.php
2023-12-17 22:08:40 +01:00
Laurent Destailleur
8cb9bdd852
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
...
Conflicts:
htdocs/comm/action/list.php
htdocs/compta/facture/list.php
htdocs/modulebuilder/template/myobject_list.php
htdocs/product/stock/movement_list.php
htdocs/product/stock/productlot_list.php
htdocs/ticket/list.php
2023-12-17 22:06:48 +01:00
Laurent Destailleur
21b7d68f49
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/comm/action/list.php
htdocs/compta/facture/list.php
htdocs/modulebuilder/template/myobject_list.php
htdocs/product/stock/movement_list.php
htdocs/product/stock/productlot_list.php
2023-12-17 21:49:08 +01:00
ATM john
00cba14e99
Add llxHeader body css for modulebuilder
2023-12-16 14:38:13 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
Laurent Destailleur
7d109e9419
Fix phpcs
2023-12-13 12:46:23 +01:00
Laurent Destailleur
e040219fdc
Fix phpcs
2023-12-13 12:45:07 +01:00
Laurent Destailleur
c3d569968f
Doc
2023-12-11 14:59:09 +01:00
Laurent Destailleur
60af6843fd
Clean code
2023-12-08 02:05:51 +01:00
Laurent Destailleur
89e1e1b859
Merge pull request #26980 from atm-jonathan/FIX_in_array()_list.php
...
FIX in_array() on key
2023-12-08 01:59:32 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Jonathan Lescaut
771b735384
FIX in_array() on key
2023-12-05 16:12:18 +01:00
Laurent Destailleur
d191220683
Debug v19
2023-12-05 10:45:46 +01:00
Laurent Destailleur
1c9429643a
Fix php-cs
2023-12-04 13:46:42 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
240869f2f2
Fix warnings
2023-11-30 21:45:58 +01:00
Laurent Destailleur
552e745908
Debug v19
2023-11-28 10:33:06 +01:00
Laurent Destailleur
06736918de
Fix warning
2023-11-27 12:33:07 +01:00
Laurent Destailleur
4c844dfd12
Fix warnings
2023-11-27 12:13:50 +01:00
Laurent Destailleur
e8dc651877
Fix php8.2 warnings
2023-11-27 11:56:32 +01:00
Laurent Destailleur
aeec2101e3
Clean log
2023-11-21 12:17:10 +01:00
Laurent Destailleur
090ecd3611
Debug v19
2023-11-20 12:31:30 +01:00
Marc de Lima Lucio
786ea1029e
FIX: more correctly parse the select part to be replaced in sql queries, part 2
2023-11-18 12:40:10 +01:00
Laurent Destailleur
c2c610adbc
Fix warning
2023-11-17 02:18:24 +01:00
MDW
e47811a710
QUAL Improve spelling in documentation strings/text ( #26611 )
2023-11-16 15:33:55 +01:00
Laurent Destailleur
6cdb7c929a
Debug v19
2023-11-10 15:10:41 +01:00
Marc de Lima Lucio
a3fa8b82fa
FIX: more correctly parse the select part to be replaced in sql queries
2023-11-09 17:04:13 +01:00
Laurent Destailleur
b65d5c8740
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-11-05 19:52:54 +01:00
Laurent Destailleur
2a2dec2f88
Debug v19
2023-11-04 16:02:24 +01:00
Florian Mortgat
73524c2f81
[modulebuilder] FIX handling of the $filter parameter in fetchAll() method ( #25931 )
...
* FIX handling of the $filter parameter for fetchAll: the previous version can result in invalid SQL
* Remove #[AllowDynamicProperties] attribute from Conf class (cf. PR #25931 )
* Ensure sql-building strings are detectably sanitized to avoid PR rejection
2023-11-03 23:01:57 +01:00
Laurent Destailleur
440baec6e7
Debug v19
2023-11-02 02:04:09 +01:00
Laurent Destailleur
b92d685940
Debug v19
2023-11-02 01:59:51 +01:00
Laurent Destailleur
127de7e7d8
FIX On object validation, ecm index are not updated for uploaded files
2023-11-01 16:17:54 +01:00
Francis Appels
d33b273f39
Fix module builder add/edit object foreignkey ( #26425 )
2023-11-01 14:18:57 +01:00