Commit Graph

3432 Commits

Author SHA1 Message Date
Laurent Destailleur (aka Eldy)
dcb0befcd4 Fix regression 2025-01-20 12:51:00 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2025-01-20 10:24:30 +01:00
atm-florian
ba4e97f07b FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
daraelmin
435aba2d26 v19 - Fix typo in commented line (#30844) 2024-09-04 19:28:16 +02:00
HENRY Florian
f3fa4eee6b fix: edit extrafield tpl card adherent is not correct (#30573) 2024-08-10 23:46:10 +02:00
Laurent Destailleur
a854e58905 FIX Missing $param in hook call for list 2024-05-23 14:41:56 +02:00
Laurent Destailleur
f2fde181a0 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-03-29 11:47:28 +01:00
Hystepik
96711686da Fix select member type id width 2024-03-28 14:56:10 +01:00
Laurent Destailleur
edb7241970 Fix translation and css 2024-03-19 21:42:36 +01:00
Jon Bendtsen
cbd331256d using note_public since note_private is not working (#28675)
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
2024-03-07 19:02:08 +01:00
Laurent Destailleur
47861abb48 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-03-01 19:05:46 +01:00
Liammer
af8e086aac Update adherent.class.php (#28554)
To not send the Email to cancelled members. They already asked not to be members anymore. Sending reminders can be exhausting.
2024-03-01 18:24:31 +01:00
Laurent Destailleur
6f2c09affe Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/adherents/subscription/card.php
2024-02-29 15:47:50 +01:00
daraelmin
d59e3e5bc8 FIX subscription must be editable when accounting isn't reconciled (#28469) 2024-02-28 18:54:41 +01:00
Laurent Destailleur
9a73612d65 Doc 2024-02-02 13:40:09 +01:00
Laurent Destailleur
cb1c3a5bb1 Debug v19 2024-01-24 14:36:35 +01:00
Laurent Destailleur
9a9ca50b49 Debug v19 2024-01-23 11:07:53 +01:00
Laurent Destailleur
4123a5b6fb Debug v19 2024-01-23 09:58:12 +01:00
Laurent Destailleur
450707e4be Removed a file that is bugged and output bugged empty data on screen 2024-01-06 23:01:31 +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
Fabian Heinz
aa43e18d56 API status code fix
apis currently returning 404 if no entry found fixed
2023-12-31 14:05:21 +01:00
routmoute
1d38a3b7b8 fix conflict with develop branch 2023-12-29 20:19:17 +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
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
5c6c5853ab Clean code 2023-12-21 15:27:13 +01:00
Laurent Destailleur
756180cfb5 Debug v19 2023-12-20 22:21:41 +01:00
Hystepik
5e4a4da130 Fix some php codce smell 2023-12-20 14:22:45 +01:00
Laurent Destailleur
7f5df80efd Debug v19 2023-12-19 11:51:48 +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
8f7d258a83 Work on rector to fix warnings 2023-12-13 15:19:25 +01:00
Laurent Destailleur
72006c6b76 Work on rector to fix warnings 2023-12-13 14:23:18 +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
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
987d6c41b9 Fix with php-cs-fixer 2023-12-04 11:41:14 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
56e8872ddc Clean code+warnings: The delete() method of AdherentType, Contact,
Delivery, MultiCurrency, CurrencyRate now need $user as first parameter.
2023-11-28 15:33:42 +01:00
Laurent Destailleur
b69059af76 Fix warning 2023-11-27 12:24:18 +01:00
Laurent Destailleur
d769b2884d Debug v19 2023-11-18 18:07:11 +01:00
Laurent Destailleur
353298ec62 Code comment 2023-11-18 01:23:30 +01:00
Laurent Destailleur
d177b8e133 Fix phpcs 2023-11-07 21:13:23 +01:00
daraelmin
4fc415a287 New option to define the start period of a first subscription (#26484)
* New option to define the start period of a first subscription

add default date of starting (year, month or subscription payment)
add delay for subscription period

* Update member.php

* Fix period for statistique if delay is set
2023-11-07 18:05:36 +01:00
daraelmin
2ce3ececfb Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-11-02 01:35:38 +01:00
daraelmin
e2e9a330fa FIX #24367 - membership duration is the default duration adhtype (#26428)
* FIX #24367 - membership duration is the default duration adhtype

* avoid error for old database

* avoid error for old database

* Update paymentok.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-02 01:34:04 +01:00
daraelmin
63ccf17402 FIX #24367 - membership duration is the default duration adhtype (#26428)
* FIX #24367 - membership duration is the default duration adhtype

* avoid error for old database

* avoid error for old database

* Update paymentok.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-02 01:33:46 +01:00