piernov
beff175de1
Fix use login for User homedir in LDAP
...
posixAccount objectclass (intended to be used with the uid/gid/homedir fields) requires a homedir.
Always set a homedir in LDAP for the User class even if user does not have a firstname by using the login instead.
Additionally on Linux the login is typically used for the home directory rather than the first name.
It also avoids having accentuated or other special characters (commonly found in names) in the home directory path.
2021-05-15 16:48:43 +02:00
piernov
014b34acc6
Fix default gid 65534 for User in LDAP
...
posixAccount objectclass (intended to be used with the uid/gid/homedir fields) requires a gid.
Always set a gid in LDAP for the User class even if the user does not belong to any group.
By default 65534 which corresponds to the nobody group on major distributions (incl. Debian).
2021-05-15 16:44:46 +02:00
Laurent Destailleur
b5c88d5817
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
2021-05-11 20:15:32 +02:00
Laurent Destailleur
c2fa19a0b4
fix phpcs
2021-05-11 20:15:20 +02:00
Laurent Destailleur
82400ca2a5
Merge pull request #17542 from atm-john/patch-2
...
FIX : var case
2021-05-11 18:43:57 +02:00
John BOTELLA
2fda3b1b46
FIX ; var case
...
On this page $datePrint is not used but $dateprint yes
2021-05-08 13:53:20 +02:00
Laurent Destailleur
824a601014
Merge pull request #17507 from atm-john/11.0_fix_search_accent_in_description
...
FIX : search accented words in product description (consumption page)
2021-05-06 16:45:21 +02:00
Laurent Destailleur
9ce23ac6b2
Merge pull request #17494 from atm-john/fix_not_enabled_email_template
...
FIX saving template email
2021-05-06 16:22:19 +02:00
Laurent Destailleur
a4d93424dc
Merge pull request #17498 from marc-dll/FIX_11.0_pgsql_where_boolean
...
FIX: pgsql: prevent 'WHERE 1'
2021-05-06 15:58:41 +02:00
ATM john
63292255cc
Fix search accented words in product description
2021-05-05 18:45:23 +02:00
Marc de Lima Lucio
139ae3db00
FIX: pgsql: prevent 'WHERE 1'
2021-05-05 11:49:11 +02:00
ATM john
6574e54a41
Fix saving template email
2021-05-04 18:09:13 +02:00
Laurent Destailleur
e6b4f1eab6
Merge pull request #17442 from atm-john/11.0_fix_showInputField_checkbox_selection
...
FIX : Show input field checkbox selection
2021-05-03 16:16:56 +02:00
Laurent Destailleur
33a20ae9a1
Update extrafields.class.php
2021-05-03 16:16:44 +02:00
ATM john
6e4962bb39
Merge branch '11.0' of github.com:Dolibarr/dolibarr into 11.0_fix_showInputField_checkbox_selection
2021-04-30 12:22:31 +02:00
ATM john
6c1e0919c8
Fix checkbox multiselect pre-selected value from get/post
2021-04-30 12:20:43 +02:00
Laurent Destailleur
27e2c69e4e
Merge pull request #17439 from atm-lena/11.0_FIX_ShowContactSearch_SQLError
...
FIX SQL Error show_contacts : socialnetworks
2021-04-30 12:03:40 +02:00
Laurent Destailleur
0d4eaca3e8
Merge pull request #17426 from daraelmin/daraelmin-patch-v11
...
Fix wrong alias in natural_search v11-v14
2021-04-30 11:58:53 +02:00
Laurent Destailleur
08c85a88c8
Merge pull request #17437 from daraelmin/daraelmin-patch-v11-2
...
Fix logical test always false V11 to v14
2021-04-30 11:57:58 +02:00
stickler-ci
81b964db45
Fixing style errors.
2021-04-30 08:12:24 +00:00
atm-lena
5e98d99321
FIX SQL Error show_contacts : socialnetworks
2021-04-30 10:04:21 +02:00
daraelmin
749aeeb233
Fix $objp->subscription =="yes"
2021-04-29 23:16:21 +02:00
daraelmin
4174ebd9c0
Fix subscription =="yes"
2021-04-29 23:11:51 +02:00
daraelmin
965eb2d639
Fix logical test always false
...
subscription is an integer and is set to 0 or 1. So subscription is never equal to "yes"
2021-04-29 22:57:39 +02:00
daraelmin
68415322ec
Fix v11 wrong alias in natural_search
2021-04-29 10:00:54 +02:00
Laurent Destailleur
2e9cf8d00b
Fix phpcs
2021-04-27 02:15:58 +02:00
Laurent Destailleur
c7f38c4cf0
Fix bad var
2021-04-27 02:10:52 +02:00
Laurent Destailleur
7a6edfd61f
Merge pull request #17295 from atm-gauthier/fix_adv_target_emailing_extrafields_link
...
FIX : type link extrafield case for advanced target emailing
2021-04-27 01:45:26 +02:00
Laurent Destailleur
e9b8e81773
Update advtargetemailing.class.php
2021-04-27 01:45:10 +02:00
Laurent Destailleur
5a6d3b7c88
Merge pull request #17372 from marc-dll/FIX_11.0_invoice__generation_after_paiement
...
FIX: invoice PDF generation after payment
2021-04-26 22:49:56 +02:00
Marc de Lima Lucio
ce022ab36c
FIX: payment validation: invoices PDF were no re-generated, make it with correct display options
2021-04-22 15:57:06 +02:00
Marc de Lima Lucio
ee96fb6470
FIX: payment creation: re-generate invoice PDF with correct display options
2021-04-22 15:56:12 +02:00
stickler-ci
318a783237
Fixing style errors.
2021-04-19 07:19:45 +00:00
Gauthier PC portable 024
8c428081ab
FIX : test on link type
2021-04-19 09:17:33 +02:00
Gauthier PC portable 024
ff8aae1209
Merge branch 'fix_adv_target_emailing_extrafields_link' of github.com:atm-gauthier/dolibarr into fix_adv_target_emailing_extrafields_link
2021-04-19 09:16:06 +02:00
Gauthier PC portable 024
5b6439ca5e
FIX : cast int
2021-04-19 09:15:47 +02:00
stickler-ci
37f44f4a07
Fixing style errors.
2021-04-16 14:58:57 +00:00
Gauthier PC portable 024
f8fcf7c16b
FIX : type link extrafield case for advanced target emailing
2021-04-16 16:55:19 +02:00
Laurent Destailleur
521dec7792
Merge pull request #17018 from fmarcet/11.0
...
FIX: Show Ref.Supplier in LinkToObjectBlock
2021-03-31 13:44:53 +02:00
Ferran Marcet
b6faa6b605
FIX: Show Ref.Supplier in LinkToObjectBlock
2021-03-31 09:40:12 +02:00
Ferran Marcet
b4f638602a
FIX: Show Ref.Supplier in LinkToObjectBlock
2021-03-30 11:10:07 +02:00
Laurent Destailleur
eabe5ae616
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
2021-03-29 21:35:54 +02:00
Laurent Destailleur
8c08b3945b
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
2021-03-29 21:35:46 +02:00
Laurent Destailleur
b9a91f92ea
Merge pull request #16984 from aspangaro/10p38
...
FIX Search on date in accountancy
2021-03-29 16:12:31 +02:00
Alexandre SPANGARO
56ae51375d
FIX Search on date in accountancy
2021-03-27 07:11:28 +01:00
Laurent Destailleur
30543bda71
Merge pull request #16947 from atm-john/11.0_fix_something_that_not_exist
...
FIX : shhhhhh ! There is nothing here...
2021-03-25 01:09:20 +01:00
ATM john
4f693b86c2
shhhhhh ! There is nothing here...
2021-03-23 19:27:40 +01:00
Laurent Destailleur
66bbc7f54f
Merge pull request #16734 from AlexisLaurier/11.0
...
correct nb_expedition count
2021-03-16 15:12:18 +01:00
Alexis LAURIER
971b97d78f
correct nb_expedition count
2021-03-16 15:00:46 +01:00
Laurent Destailleur
672a07fdac
Merge pull request #16535 from atm-greg/Fix_attach_files_when_models_are_available
...
Fix : if mailmodels exist in database attached files are always cleared
2021-03-04 16:45:00 +01:00