Frédéric France
b3bcdeafe5
rename method
2024-01-18 18:55:53 +01:00
MDW
a04f2bf4e7
Qual: Spelling fixes that newly appeared. ( #27495 )
...
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-14 12:26:37 +01:00
William Mead
e64b942a06
Added status type
2024-01-10 12:33:58 +01:00
William Mead
855723ab40
Added contributor details
2024-01-10 12:28:36 +01:00
William Mead
feba8d3e62
Added canceled status label
2024-01-10 12:26:15 +01:00
William Mead
c691549f43
Refactored code
2024-01-10 09:40:56 +01:00
William Mead
0f2415a75c
Added cancel & confirm_cancel actions. Cleaned code.
2024-01-10 09:29:23 +01:00
William Mead
3f1f4829e4
Added cancel status & setCancel method
2024-01-10 09:07:28 +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
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +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
Hystepik
5e4a4da130
Fix some php codce smell
2023-12-20 14:22:45 +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
e145a087fb
Merge pull request #27084 from altairisfr/MAIN_IGNORE_CONTACTS_ON_CLONING
...
add constant MAIN_IGNORE_CONTACTS_ON_CLONING
2023-12-14 01:49:43 +01:00
Christophe Battarel
a65631c355
add constant PROPAL_DISABLE_AUTOUPDATE_ON_CLOSE
2023-12-13 16:49:55 +01:00
Christophe Battarel
a0f097c0a8
add constant MAIN_IGNORE_CONTACTS_ON_CLONING
2023-12-13 16:44:12 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Laurent Destailleur
ba10d60a0b
Fix with php-cs-fixer
2023-12-04 12:02:35 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
7659bba97a
Fix bad delete of lines into llx_ecm_files
2023-11-13 12:24:47 +01:00
Laurent Destailleur
c154a72d88
Debug v19
2023-11-06 19:32:04 +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
Laurent Destailleur
74e1ec4099
FIX On object validation, ecm index are not updated for uploaded files
2023-10-31 19:28:11 +01:00
Laurent Destailleur
d3c9549154
Comment dead code
2023-10-26 01:36:44 +02:00
Laurent Destailleur
a318031034
QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id
2023-10-24 11:37:29 +02:00
Laurent Destailleur
e1bf377f20
QUAL: Removed deprecated field remise, remise_percent, remise_absolute
2023-10-20 10:47:08 +02:00
Lucas Marcouiller
42865a975a
Fix some code smell ( #26277 )
...
* Fix some code smell
* Update commande.class.php
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-20 02:20:26 +02:00
Laurent Destailleur
2cfa9f8290
Debug v19
2023-10-17 15:43:56 +02:00
Laurent Destailleur
b37a438067
The property ->user_validation to store ID of user validating has been
...
renamed into ->user_validation_id.
2023-10-17 11:10:25 +02:00
Laurent Destailleur
f18529f944
Clean code
2023-10-17 10:52:19 +02:00
Laurent Destailleur
fb8b4acdbf
The duplicated and deprecated property ->date_livraison that was renamed
...
into ->delivery_date has been completely removed.
2023-10-17 10:36:11 +02:00
dev2a
765d60efdf
Fix: Apply rector rule user permission on comm folder ( #26163 )
2023-10-10 09:14:30 +02:00
Laurent Destailleur
d3dc6615db
Remove deprecated use of ->modelpdf (good is ->model_pdf)
2023-10-02 21:49:08 +02:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
pascal
871f896962
implementation of properties filter
2023-09-26 18:04:48 +02:00
Laurent Destailleur
8d254e341b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-09-16 14:11:26 +02:00
Laurent Destailleur
0d2d68dfc7
FIX #25934 #25929
2023-09-16 13:23:11 +02:00
Laurent Destailleur
bb0c53996f
FIX #25929 #25934
2023-09-16 13:20:04 +02:00
Laurent Destailleur
44068850ae
Code comment
2023-09-16 13:13:58 +02:00
Laurent Destailleur
0c3e516e57
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-13 03:08:46 +02:00
Laurent Destailleur
bf3c0e9d4a
FIX Avoid duplicate popup when popup setup to work as ajax
2023-09-12 10:52:15 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
9ca23dee12
Merge pull request #25809 from frederic34/patch-6
...
phpstan
2023-09-08 11:51:23 +02:00
Laurent Destailleur
19be291211
Merge pull request #25810 from frederic34/patch-7
...
phpstan
2023-09-08 11:50:26 +02:00
Frédéric FRANCE
26dff90658
deprecate set_as_client
2023-09-06 14:38:35 +02:00
Frédéric FRANCE
9715d5fbc7
phpstan
2023-09-06 08:57:00 +02:00
Frédéric FRANCE
68ba7d2300
phpstan
2023-09-06 08:52:01 +02:00
Laurent Destailleur
272c51164b
Fix typo Productcustomerprice into ProductCustomerPrice
2023-08-24 15:08:33 +02:00