Commit Graph

688 Commits

Author SHA1 Message Date
Laurent Destailleur
978dd06c67 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-19 15:02:37 +01:00
Laurent Destailleur
f599ae779a FIX some tooltips has disappeared on invoice action button 2024-02-19 15:00:52 +01:00
Laurent Destailleur
7c1cce7bf0 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-02-18 15:45:54 +01:00
Frédéric FRANCE
f4f96de45b fix address on several lines (#28227) 2024-02-18 15:26:14 +01:00
Laurent Destailleur
4707304775 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-09 13:34:30 +01:00
Frédéric FRANCE
0790abe530 fix social networks icons (#28078) 2024-02-09 11:35:36 +01:00
Laurent Destailleur
9d7d74babc FIX Use of MAIN_BUILD_LOGIN_RULE and
MAIN_USER_SEPARATOR_CHAR_FOR_GENERATED_LOGIN
2024-02-08 16:28:24 +01:00
Yacine Ahmaich
9bde54a02b fix: auto generated user login 'undefined' appears on login input)[fi… (#28012)
* fix: auto generated user login 'undefined' appears on login input)[fix: auto generated user login 'undefined' appears on login input

When We enter a lastname then we enter a firstname the generated login looks fine
Example:
    - lastname = Yacine
    - firstname = Ahmaich
    - login = yahmaich
But if we clear the firstname or the lastname we got
    - lastname = Yacine
    - firstname =  // we clear the value of firstname
    - login = yundefined

I fix the issue and also add a dot in the generated login because 'y.ahmaich' as login looks better than 'yahmaich'

* feat: add a configuration constant  of separator char  for generated login.

use constant **MAIN_USER_SEPARATOR_CHAR_FOR_GENERATED_LOGIN** to specify a separator for the auto generated login
2024-02-08 15:57:35 +01:00
William Mead
f114094ffe Fix PHPCS. Rename connect_bind to connectBind. 2024-01-31 15:31:57 +01:00
Laurent Destailleur
bbc2302f00 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-24 11:58:30 +01:00
Laurent Destailleur
04920c9b54 Fix do not lose input field on error 2024-01-24 11:21:56 +01:00
MDW
342ab85195 Qual: Spelling htdocs/[q-z]* (#27447)
# Qual: Fix spelling htdocs/[q-z]*

Probably fixes a bug:

- htdocs/webservices/server_thirdparty.php
  No other occurence of adress found.
  -'adress'=>->adress,- +'address'=>->address,+
2024-01-12 17:18:52 +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
Laurent Destailleur
b28ae5d8d3 Clean code 2023-12-27 12:12:20 +01:00
LauraDiaz
8a556a8cb5 Update card.php 2023-12-20 09:30:08 +01:00
Frédéric FRANCE
f11dc69bea fix set values 2023-12-15 22:50:02 +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
891c0684fb Show a hidden property if defined to help debug 2023-12-05 13:29:46 +01:00
Laurent Destailleur
619155f65e Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
sonikf
af516f5f9f fix Public Virtual Card translation (#26904)
* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation
2023-11-30 18:09:41 +01:00
Laurent Destailleur
075ee02901 Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
Laurent Destailleur
6173075b73 SEC: Fix #yogosha18324 2023-11-13 20:46:06 +01:00
Laurent Destailleur
1e2d06bf80 Debug v19 2023-11-07 14:18:33 +01:00
Laurent Destailleur
c2bdb3be90 Fix php8.2 warnings 2023-10-15 18:41:39 +02:00
Laurent Destailleur
946239dbf3 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-10 23:04:47 +02:00
Laurent Destailleur
849bcf9bca Fix title New Employee 2023-10-10 12:10:49 +02:00
Laurent Destailleur
d02c615f40 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-09-16 15:14:22 +02:00
Regis Houssin
0046d031ef FIX wrong test + is_int is better for negative integer 2023-09-13 06:44:54 +02:00
Laurent Destailleur
0c3e516e57 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-13 03:08:46 +02:00
Laurent Destailleur
81921b9906 FIX #25884 2023-09-12 22:33:35 +02:00
Laurent Destailleur
836e22adcf Better help on administrator flag 2023-09-12 15:45:20 +02:00
Laurent Destailleur
538b63eaad Merge branch 'develop' into patch-37 2023-09-11 11:51:06 +02:00
Laurent Destailleur
b49c326824 Clean deprecated code on old fields skype, twitter, ... 2023-08-26 10:57:49 +02:00
Laurent Destailleur
6f54e25467 Fix #yogosha user changing pass must not see pass (it not admin) 2023-08-25 19:17:22 +02:00
Laurent Destailleur
36eef9d106 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-04 04:07:47 +02:00
Laurent Destailleur
68c49ab476 Fix #yogosha17332 2023-08-01 14:51:49 +02:00
Laurent Destailleur
3bcf6ee655 CSS 2023-07-23 00:39:22 +02:00
Laurent Destailleur
838c5683fb Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2023-07-23 00:33:20 +02:00
Laurent Destailleur
47f10f2553 Better placeholder 2023-07-23 00:32:35 +02:00
Laurent Destailleur
54f7a2f7ee Fix css 2023-07-20 21:40:05 +02:00
Laurent Destailleur
e41f449f95 FIX #yogosha17128 2023-07-19 04:14:49 +02:00
Frédéric France
81fbdacf8e use isModEnabled 2023-06-27 21:31:36 +02:00
Laurent Destailleur
3d9abb5dcd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-20 00:58:58 +02:00
Laurent Destailleur
d42e651bec Debug v18 2023-06-20 00:58:44 +02:00
Frédéric France
f06f2ff6f7 use isModEnabled 2023-06-19 20:33:55 +02:00
Frédéric FRANCE
e2dc1caa19 Update card.php 2023-06-12 10:38:19 +02:00
Laurent Destailleur
927d4389e8 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-23 01:42:41 +02:00
Laurent Destailleur
42bebf3ba0 FIX When salary module is not enabled, bad permission check on user list 2023-05-22 11:57:26 +02:00
Laurent Destailleur
3992e12143 Fix responsiv 2023-05-13 17:43:27 +02:00