2
0
forked from Wavyzz/dolibarr
Commit Graph

132560 Commits

Author SHA1 Message Date
Laurent Destailleur
4768243bf4 Merge pull request #28956 from Dolibarr/dependabot/github_actions/mdeweerd/logToCheckStyle-2024.3.2
Bump mdeweerd/logToCheckStyle from 2024.2.9 to 2024.3.2
2024-03-19 02:09:55 +01:00
Laurent Destailleur
f04c875a7c Merge pull request #28927 from frederic34/phpstanphpstan
fix phpstan
2024-03-19 02:06:12 +01:00
Laurent Destailleur
6b1f490ee1 Merge branch 'develop' into phpstanphpstan 2024-03-19 02:05:42 +01:00
Laurent Destailleur
488987005e Merge pull request #28928 from alxarafe/develop
Problem with database prefix in compta/index queries is solved
2024-03-19 02:04:00 +01:00
Laurent Destailleur
a654087d8b Merge pull request #28950 from xbloq/develop
Update card.php  #28938
2024-03-19 01:57:58 +01:00
Laurent Destailleur
932155e71c Merge pull request #28930 from JonBendtsen/api_create_subscription_link2_invoice
API creation of subscription can now link to existing invoice
2024-03-19 01:57:30 +01:00
Laurent Destailleur
db0dd76571 Merge pull request #28934 from Dolibarr/dependabot/github_actions/tj-actions/changed-files-43
Bump tj-actions/changed-files from 42 to 43
2024-03-19 01:54:46 +01:00
Laurent Destailleur
0b9d518e8b Merge pull request #28942 from Hystepik/new-references-tickets
New data struture for references field in ticket
2024-03-19 01:53:36 +01:00
Laurent Destailleur
66faa6dd0e Update ticket.class.php 2024-03-19 01:52:57 +01:00
Laurent Destailleur
57e2aea255 Update llx_ticket-ticket.sql 2024-03-19 01:52:03 +01:00
Laurent Destailleur
67e5e95fde Update 19.0.0-20.0.0.sql 2024-03-19 01:51:35 +01:00
Laurent Destailleur
a1d0e7a072 Merge pull request #28949 from lamrani002/massActionInSalary
NEW functionality for salaries with massaction (bank-transfer)
2024-03-19 01:49:18 +01:00
dependabot[bot]
35670de57c Bump mdeweerd/logToCheckStyle from 2024.2.9 to 2024.3.2
Bumps [mdeweerd/logToCheckStyle](https://github.com/mdeweerd/logtocheckstyle) from 2024.2.9 to 2024.3.2.
- [Commits](https://github.com/mdeweerd/logtocheckstyle/compare/v2024.2.9...2024.3.2)

---
updated-dependencies:
- dependency-name: mdeweerd/logToCheckStyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:45:11 +00:00
Laurent Destailleur
7977701ff6 Merge pull request #28943 from mdeweerd/qual/alwaysrunphpcs
Qual: Always run phpcs in pre-commit workflow
2024-03-19 01:44:14 +01:00
Laurent Destailleur
88db67143e Merge branch 'develop' into develop 2024-03-19 01:42:14 +01:00
Laurent Destailleur
0c7a8e57be Merge pull request #28951 from mdeweerd/fix/field_inits2
Fix multiple phpstan notifications (level 3)
2024-03-19 01:41:28 +01:00
Laurent Destailleur
d9a114e63d Look and feel 2024-03-19 01:29:57 +01:00
Laurent Destailleur
6506a54734 Fix regression 2024-03-19 01:12:35 +01:00
Laurent Destailleur
f5259cee65 Fix regression of GETPOSTINT 2024-03-19 01:02:24 +01:00
Laurent Destailleur
79334dbbe4 Fix regression in GETPOST 2024-03-19 00:49:55 +01:00
Laurent Destailleur
2fce8f1d46 FIX Bad management on error creation of bookkeeping 2024-03-19 00:49:45 +01:00
Laurent Destailleur
7e44ab47ca FIX Manual deletion of a bookkeeping line 2024-03-19 00:48:51 +01:00
Laurent Destailleur
2b4e2cdbb4 FIX Inline edition not implemented 2024-03-19 00:47:32 +01:00
MDW
c8172c65ae Fix typing for Categorie::getListForItem() return value 2024-03-19 00:34:24 +01:00
MDW
f892b3a27c Fix configuration 2024-03-19 00:32:09 +01:00
MDW
c266bdb042 Fix assignement to 'userassigned' 2024-03-19 00:32:08 +01:00
MDW
9730149fab Fix typing: childtables can also be list of strings 2024-03-19 00:32:07 +01:00
MDW
a46dfec5c6 Fix return type for deleteLine 2024-03-19 00:32:05 +01:00
MDW
4c8b978495 Fix typing for childtablesoncascade 2024-03-19 00:32:04 +01:00
MDW
d30b2d0362 Fix default in $fields init 2024-03-19 00:32:03 +01:00
MDW
bd14c05133 Fix type for argument $method_trans of set_infotrans 2024-03-19 00:32:02 +01:00
MDW
9c21e214d1 Fix return type for Categorie::getListForItem() 2024-03-19 00:32:01 +01:00
MDW
fd9d48faac Fix phpstan CommonObject->fields - notnull is optional field 2024-03-19 00:32:00 +01:00
MDW
2917b34519 Fix phpstan $fields property issue
Fix Property FactureFournisseur::$fields (array) does not accept default value of type array{rowid: array
2024-03-19 00:31:58 +01:00
Frédéric France
87ac6e2f68 fix sql 2024-03-19 00:28:08 +01:00
Laurent Destailleur
4500672cb4 Rename hooks 2024-03-19 00:11:59 +01:00
Frédéric France
52c28ef04e Merge remote-tracking branch 'origin/phpstanphpstan' into phpstanphpstan 2024-03-19 00:10:11 +01:00
Frédéric France
1a863a374d fix 2024-03-19 00:09:33 +01:00
Jon Bendtsen
27c4f0f674 Merge branch 'develop' into api_create_subscription_link2_invoice 2024-03-19 00:03:18 +01:00
MDW
c9e7fc0ca4 Qual: Update logToCheckStyle to version that extracts PHP Fatal Errors 2024-03-18 23:48:05 +01:00
MDW
a08f330ca7 Qual: Always run phpcin pre-commit workflow
# Qual: Always run phpcs in pre-commit workflow

Developers are prioritizing the Travis Run because the pre-commit workflow
only runs the phpcs checks if the other pre-commit checks did not fail.
This modifies the action so that the phpcs checks are also run if the
previous step failed.

That should help limit travis load and delays.
2024-03-18 23:48:05 +01:00
Frédéric FRANCE
65fcc53519 Merge branch 'develop' into phpstanphpstan 2024-03-18 23:47:59 +01:00
Laurent Destailleur
79b236ec08 Merge pull request #28737 from AWeerWolf/develop
Adding Hooks in bookkeeping card
2024-03-18 23:44:47 +01:00
Laurent Destailleur
52205a407c Merge branch 'develop' into massActionInSalary 2024-03-18 23:36:55 +01:00
Laurent Destailleur
a2090eae26 Merge pull request #28948 from frederic34/patch-9
Update codespell-dict.txt
2024-03-18 23:36:32 +01:00
Laurent Destailleur
2e2ade1b3a Merge pull request #28915 from defrance/patch-321
Display additional boxes in all case
2024-03-18 23:36:01 +01:00
Laurent Destailleur
defd044a74 Fix phpunit 2024-03-18 23:34:08 +01:00
Laurent Destailleur
24ad3bb76b Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2024-03-18 23:23:38 +01:00
Laurent Destailleur
557436a822 Merge pull request #28946 from MaximilienR-easya/develop_Add_substitution_intro_signature
New substitution for mail intro and signature on ticket mail
2024-03-18 23:20:33 +01:00
Frédéric France
03cda2dcc8 fix 2024-03-18 22:25:13 +01:00