Commit Graph

2624 Commits

Author SHA1 Message Date
MDW
58ba3e31fa Qual: Fix spelling for crypted and referer (#27408)
# Qual: Fix spelling for crypted and referer.

The proper spelling is encrypted and referrer, but the code has
some occurences where referer and crypted need to be maintained.

To make verification easier, this spelling correction is limited to
mostly these corrections and some minor translations and a only a
few other corrections.

crypted and referer are added as exceptions for spelling after this fix.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-11 10:07:06 +01:00
MDW
d7fc7b408f Qual: Spelling commonobject (#27409)
# Qual: Fix spelling in commonobject.class.php.

Most corrections are in comments.
Variable  was changed to  and is local to the file.
Some comments were translated.
Variable  was changed to , used locally.
2024-01-11 10:00:48 +01:00
Laurent Destailleur
78601732d2 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-09 17:13:20 +01:00
Laurent Destailleur
cdf2e4408c Debug v19 2024-01-09 16:56:32 +01:00
Laurent Destailleur
27fc5a2f84 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-06 16:56:28 +01:00
Laurent Destailleur
76ee9e506d Debug v19 2024-01-06 16:43:01 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Laurent Destailleur
b28ae5d8d3 Clean code 2023-12-27 12:12:20 +01:00
Laurent Destailleur
1985d1fd4d Fix warnings 2023-12-23 20:00:57 +01:00
Lucas Marcouiller
06e17be0c0 Merge branch 'develop' into fix-php-stan-warnings 2023-12-21 13:44:41 +01:00
Hystepik
d08f91e4cb Fix some phpstan warnings 2023-12-21 13:43:19 +01:00
Laurent Destailleur
0db281a919 FIX SEC we must not propagate SQL requests as parameters. 2023-12-20 21:35:04 +01:00
Laurent Destailleur
1f738e5a7b Clean code 2023-12-19 17:46:39 +01:00
Laurent Destailleur
13e4fe7010 Merge pull request #27118 from frederic34/patch-3
fix phpdoc
2023-12-19 15:56:10 +01:00
Laurent Destailleur
0b0f05523e FIX #yogosha19628 2023-12-18 19:47:49 +01:00
Frédéric FRANCE
65e528f619 Merge branch 'develop' into patch-3 2023-12-18 09:22:56 +01:00
Frédéric FRANCE
e9aa68e3fa fix phpdoc 2023-12-15 20:36:10 +01:00
Frédéric FRANCE
ee7584425c fix phpdoc 2023-12-15 12:02:32 +01:00
Laurent Destailleur
03c05b4fd8 Debug v19 2023-12-14 18:05:46 +01:00
Laurent Destailleur
80576444f7 Debug v19 2023-12-14 16:00:05 +01:00
Laurent Destailleur
0a2e28435e Debug v19 2023-12-13 20:33:36 +01:00
Laurent Destailleur
23b62d928c Debug v19 2023-12-13 18:45:00 +01:00
Laurent Destailleur
003c758f70 FIX Bad format of date when updating an extrafield field date 2023-12-13 18:16:33 +01:00
Laurent Destailleur
fb083a6cfc Fix warning with rector 2023-12-13 16:33:17 +01:00
Laurent Destailleur
19db69859d css 2023-12-09 00:09:40 +01:00
Laurent Destailleur
f1a36f242c Debug v19 2023-12-09 00:07:29 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
54e6de0d7f Fix with php-cs-fixer 2023-12-04 12:04:36 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
f2995e50d9 Fix warning 2023-11-30 21:29:26 +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
de96af8543 Fix warning php8.2 2023-11-27 11:24:19 +01:00
Laurent Destailleur
989e76839e Fix warning 2023-11-26 17:39:13 +01:00
Laurent Destailleur
ef6b4adaf6 Fix warning 2023-11-26 17:27:14 +01:00
Laurent Destailleur
e6eb34a8db Fiw warnings: The private array ->status_short, ->statuts and
->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
2023-11-24 10:10:24 +01:00
Laurent Destailleur
7fa5565a36 Doc 2023-11-23 18:07:05 +01:00
Laurent Destailleur
0b789d5615 Fix warning 2023-11-22 00:12:21 +01:00
Frédéric FRANCE
e371a593dc fix phpstan (#26800)
this remove false positive
2023-11-21 23:07:59 +01:00
Frédéric FRANCE
7ac05c7549 fix phpstan (#26799)
* fix phpstan

* Update commoninvoice.class.php

* Update facture.class.php

* Update commoninvoice.class.php

* fix properties
2023-11-21 21:36:34 +01:00
HENRY Florian
d5343cfedb fix: phpstan (#26721)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix: phpstan

* fix: phpstan
2023-11-19 00:52:16 +01:00
HENRY Florian
adeded25f4 Dev phpstan (#26723)
* fix: remove phpstan warning

* fix phpstan

* fix phpstan

* fix phpstan
2023-11-18 16:49:39 +01:00
Laurent Destailleur
6227580bda Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-18 02:16:29 +01:00
Laurent Destailleur
be509634a4 Fix phpunit 2023-11-18 02:13:49 +01:00
Laurent Destailleur
c19fc54298 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-18 01:35:25 +01:00
Frédéric FRANCE
5ae8da372a fix phpcs (#26697) 2023-11-18 00:42:52 +01:00
Laurent Destailleur
f43249916e Fix management of password type in extrafields 2023-11-17 23:01:59 +01:00
Laurent Destailleur
6ca0154784 Fix management of password type with pass_crypted 2023-11-17 22:09:35 +01:00
Laurent Destailleur
a0bba05b02 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/commande/class/api_orders.class.php
	htdocs/compta/facture/card.php
	htdocs/core/lib/functions.lib.php
	htdocs/core/lib/project.lib.php
	htdocs/fourn/class/api_supplier_orders.class.php
	htdocs/fourn/class/fournisseur.facture-rec.class.php
	htdocs/langs/en_US/stocks.lang
2023-11-17 18:24:53 +01:00
Saami PERDRIX
57eb6136a4 Trigger on update note (#26666)
* ajout trigger sur update_note

* nom des triggers adapté selon objet
2023-11-17 14:14:28 +01:00