2
0
forked from Wavyzz/dolibarr
Commit Graph

8779 Commits

Author SHA1 Message Date
Laurent Destailleur
0791d32070 css 2024-01-25 13:50:01 +01:00
Laurent Destailleur
a91ee19f65 Merge pull request #27753 from frederic34/patch-14
Update codespell-dict.txt
2024-01-24 14:29:36 +01:00
Laurent Destailleur
0cadd3037d Debug v19 2024-01-24 12:03:08 +01:00
Laurent Destailleur
21dfb024f3 Debug v19 2024-01-24 12:02:18 +01:00
Frédéric FRANCE
9cfe1d8e88 Merge branch 'develop' into patch-14 2024-01-24 08:44:20 +01:00
MDW
565fe09cb5 Qual: Fix translation keys.
# Qual: Fix translation keys

Modify some translation keys so that they correspond to each other,
use an existing key or fix the contents as it's not translated yet.
2024-01-23 23:56:20 +01:00
Laurent Destailleur
ce21af7b6c Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 22:17:46 +01:00
Frédéric France
d9079dae9a translate comments 2024-01-23 20:18:33 +01:00
Laurent Destailleur
1583ea13aa Fix typo 2024-01-23 18:36:55 +01:00
Laurent Destailleur
5524645dca Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-23 17:29:18 +01:00
Laurent Destailleur
9bcf02c408 Clean code 2024-01-23 17:29:09 +01:00
Frédéric FRANCE
e6ea6a95ce replace deprecated function 2024-01-23 14:24:28 +01:00
Laurent Destailleur
28b3e656a9 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 10:44:10 +01:00
Laurent Destailleur
27607f5241 Fix tr 2024-01-23 09:46:55 +01:00
Laurent Destailleur
4e8d0cc676 Fix tr 2024-01-22 20:26:43 +01:00
Laurent Destailleur
c73f40fdc0 Update expensereport_ik.php 2024-01-22 13:18:10 +01:00
thibdrev
3681fa7dad qual: phpstan
htdocs/admin/expensereport_ik.php	66	Property ExpenseReportIk::$coef (float) does not accept array|string.
htdocs/admin/expensereport_ik.php	67	Property ExpenseReportIk::$ikoffset (float) does not accept array|string.
htdocs/admin/expensereport_ik.php	68	Property ExpenseReportIk::$fk_c_exp_tax_cat (int) does not accept array|string.
htdocs/admin/expensereport_ik.php	69	Property ExpenseReportIk::$fk_range (int) does not accept array|string.
2024-01-22 12:21:38 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Laurent Destailleur
d3528306d8 Merge pull request #27644 from thibdrev/patch-1
qual: phpstan
2024-01-19 21:12:50 +01:00
Laurent Destailleur
4c4ee11abf Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-19 20:08:04 +01:00
Laurent Destailleur
916c017aa6 Debug v19 2024-01-19 20:04:11 +01:00
Laurent Destailleur
c863302cac Merge pull request #27651 from thibdrev/patch-3
qual: phpstan
2024-01-19 18:00:37 +01:00
Laurent Destailleur
4795c40601 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-19 15:36:53 +01:00
thibdrev
9039db9f54 qual: phpstan
htdocs/admin/expensereport_rules.php	128	Property ExpenseReportRule::$restrictive (int) does not accept array|string.
htdocs/admin/expensereport_rules.php	129	Property ExpenseReportRule::$fk_c_type_fees (int) does not accept array|string.
htdocs/admin/expensereport_rules.php	131	Property ExpenseReportRule::$amount (float) does not accept string.
2024-01-19 12:40:40 +01:00
Laurent Destailleur
3b918ad274 Tooltip 2024-01-19 11:19:43 +01:00
thibdrev
00d1b26d06 qual: phpstan
htdocs/admin/defaultvalues.php	163	Property CommonObject::$id (int) does not accept array|string.
htdocs/admin/defaultvalues.php	186	Property CommonObject::$id (int) does not accept array|string.
2024-01-19 08:46:08 +01:00
Frédéric FRANCE
c4de54f4a5 fix warnings 2024-01-18 21:31:48 +01:00
Laurent Destailleur
0a97dcc7b5 Clean dolibarr about page 2024-01-14 21:48:35 +01:00
Laurent Destailleur
f773fa2dbd Fix phan report 2024-01-12 22:09:51 +01:00
Frédéric FRANCE
0d3e0c8ec4 fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
Laurent Destailleur
23f85df9d9 Fix trans 2024-01-11 12:58:24 +01:00
Laurent Destailleur
4957eacfa6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-11 11:45:00 +01:00
Laurent Destailleur
52dfdbc7ad Merge branch 'develop' into 18a3 2024-01-11 11:27:10 +01:00
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
71f906c280 Qual: Spelling of admin code. (#27412)
# Qual: Fix spelling of admin code.

Mostly changes in the comments.
Some french text was modified to not trigger a bad spelling.

htdocs/admin/contract.php has a change to $langs->trans(Activated)
which probably fixes a bug.

htdocs/admin/system/xcache.php used ->trans(Recommanded)
but the proper key is ->trans(Recommended).
2024-01-11 09:59:52 +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
df70a30a8e preg_quote 2024-01-10 08:59:45 +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
6871fb275a Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-09 17:12:53 +01:00
Laurent Destailleur
a20b3eea43 Debug v19 2024-01-09 17:12:33 +01:00
Laurent Destailleur
6f144a7ccf Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-09 16:43:13 +01:00
MDW
b60a152c2c Fix: Make executeRequest public
htdocs/admin/dolistore/ajax/image.php uses executeRequest,
changing that is more effort than making the method public.
2024-01-08 17:52:19 +01:00
Laurent Destailleur
1628a48bde FIX Keep a link to enable a 'always_enabled' module to solve pb. 2024-01-08 12:19:57 +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
b027ca3837 Fix bad email tested 2024-01-05 12:28:28 +01:00
Laurent Destailleur
c41583a3e0 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-05 12:20:14 +01:00
Laurent Destailleur
242c403f50 Fix missing SPF info of the noreply email 2024-01-05 12:19:52 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Laurent Destailleur
ccaae7ab24 Clean code 2024-01-05 03:41:22 +01:00