Commit Graph

8713 Commits

Author SHA1 Message Date
Laurent Destailleur
1d00d90872 Merge pull request #25740 from atm-thibaultf/NEW_hide_external_user_in_combobox
NEW : hide external user in combobox
2024-01-15 21:59:30 +01:00
Laurent Destailleur
936be12f44 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-15 17:21:26 +01:00
Laurent Destailleur
21efad237a Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-15 17:19:41 +01:00
Laurent Destailleur
e6c3c5993d Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-15 17:14:27 +01:00
Laurent Destailleur
0cc66bbed6 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-01-15 14:35:18 +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
MDW
39769482b1 Qual: Fix typing hints for DoliDB (#27484)
# Qual: Fix typing hints for DoliDB

This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Laurent Destailleur
e2c91e67a0 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-12 21:41:20 +01:00
Laurent Destailleur
569d9426d7 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-12 21:40:51 +01:00
Laurent Destailleur
b2926952a8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-12 20:46:39 +01:00
Laurent Destailleur
d9c72fa9a4 Fix phpcs 2024-01-12 20:46:16 +01:00
Frédéric FRANCE
0d3e0c8ec4 fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
HENRY Florian
13ddcb9552 fix: filter on date lost on sort (#27467) 2024-01-12 18:04:00 +01:00
Laurent Destailleur
618a364064 FIX #27439 but using the opposite direction. int is bette as we can evolve to add a third value in a future. 2024-01-12 17:47:54 +01:00
Laurent Destailleur
4374aa1a20 FIX Bad visible status of proposal after reopen 2024-01-12 16:31:49 +01:00
Laurent Destailleur
c37ffa87af Fix br 2024-01-11 10:54:14 +01:00
Christophe Battarel
9641a538f1 add hooks to actions (#27083)
* add hooks to actions

* fix hook name

---------

Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2024-01-11 10:52:38 +01:00
Laurent Destailleur
706fecb97f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-10 15:16:12 +01:00
Laurent Destailleur
b418bc9e1e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-10 15:14:11 +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
46fb5b9400 Update card.php 2024-01-10 15:01:32 +01:00
Laurent Destailleur
561ae98b8b Merge branch 'develop' into new-propal-status-canceled 2024-01-10 15:00:20 +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
54af5c0f96 Updated localization 2024-01-10 12:26: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
Frédéric FRANCE
df642cae22 fix parameters 2024-01-09 20:51: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
Laurent Destailleur
ca05d75644 Fix warning message 2024-01-08 11:11:20 +01:00
Laurent Destailleur
c43cbde60a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-06 14:34:20 +01:00
Laurent Destailleur
04891fc842 Merge branch 'develop' into FIX_order_for_actrioncomm_type_list 2024-01-06 14:18:13 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Laurent Destailleur
b5cdfd5190 Rename class file for pdf generation to match Dolibarr standard 2024-01-04 15:23:46 +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
Laurent Destailleur
4ea3dd9dc2 Debug v19 2023-12-28 19:55:35 +01:00
Laurent Destailleur
aa0057d8d7 Clean code 2023-12-28 19:39:27 +01:00
Laurent Destailleur
3ef872bb3d Merge pull request #27175 from cfoellmann/19/PR/hooks-contact
QUAL fix hooks on contact.php files - fixes contexts
2023-12-27 16:05:00 +01:00
Laurent Destailleur
486c300ce7 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-27 15:04:46 +01:00
Laurent Destailleur
1da423c5f0 Merge branch 'develop' into pdermody/fix-est-calendar 2023-12-27 14:26:36 +01:00
Laurent Destailleur
784b8a44b7 Update index.php 2023-12-27 14:23:41 +01:00
Laurent Destailleur
b28ae5d8d3 Clean code 2023-12-27 12:12:20 +01:00
Laurent Destailleur
b6ca71ce9a Debug v19 2023-12-26 14:31:31 +01:00
Paul Dermody
53cf64e1c9 Fixed issue where last days in current and previous month produce incorrect results in timezones west of GMT. This is due to the fact that the date() function uses the local time zone to do its work which will be the day before the intended date. Note: Does dol_mktime() have a similar problem? 2023-12-25 14:29:44 -06:00
Laurent Destailleur
1985d1fd4d Fix warnings 2023-12-23 20:00:57 +01:00
Laurent Destailleur
94be5e32aa Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-22 16:52:54 +01:00
Laurent Destailleur
ec0cac88c3 comment 2023-12-22 12:07:40 +01:00