Laurent Destailleur
e16d944284
Clean code
2023-05-30 13:37:56 +02:00
Laurent Destailleur
481fc79721
Debug v18 - Fix extrafields visibility in customreports
2023-05-24 00:26:30 +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
4a1153dc49
Use a dedicated sendcontext when sending email for password reset
2023-05-23 01:36:32 +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
c8d0e44193
CSS
2023-05-22 09:29:10 +02:00
Laurent Destailleur
a716e6d95b
Debug v18
2023-05-14 18:05:33 +02:00
Laurent Destailleur
3992e12143
Fix responsiv
2023-05-13 17:43:27 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
57a9ef35ae
NEW Implement MAIN_ACTIVATE_FILECACHE on bithday widget
2023-05-05 13:21:54 +02:00
Frédéric FRANCE
e4ec6f0b63
use instance_unique_id
2023-05-03 12:01:36 +02:00
Laurent Destailleur
98067fbfb4
Fix warnings
2023-05-02 04:46:23 +02:00
Laurent Destailleur
2d17e77ff7
Fix warning
2023-05-01 17:29:54 +02:00
Laurent Destailleur
4fb496a1d2
Merge pull request #24633 from frederic34/commonpeople
...
move some methods in trait
2023-05-01 14:43:08 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
e74c50aa8a
Clean code
2023-04-28 16:05:25 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Frédéric FRANCE
89d67c8fd4
move some methods in trait
2023-04-27 23:48:21 +02:00
Laurent Destailleur
46e3413e8a
Fix tooltips
2023-04-27 15:55:21 +02:00
Laurent Destailleur
c891196b5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-25 21:02:01 +02:00
Frédéric FRANCE
a38a303e1c
use isModEnabled
2023-04-18 20:23:34 +02:00
Frédéric FRANCE
ce227bd78e
use isModEnabled
2023-04-18 10:46:24 +02:00
Laurent Destailleur
69376a4e8b
Fix test error on setPassword
2023-04-15 12:07:32 +02:00
Laurent Destailleur
747cd766b0
FIX Pb in install when password start with some special char like !
2023-04-15 04:29:19 +02:00
Laurent Destailleur
b55271dedb
Fix warning
2023-04-15 03:27:35 +02:00
Laurent Destailleur
98e389bdce
Fix css
2023-04-14 14:41:20 +02:00
Laurent Destailleur
f5ce54728d
Fix css
2023-04-14 13:18:10 +02:00
Laurent Destailleur
09426bd81f
Fix test on user->id
2023-04-13 18:30:06 +02:00
Laurent Destailleur
aea1f60c67
Debug v18
2023-04-10 01:46:30 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Laurent Destailleur
1bab847278
NEW Can set the page "List of opportunities" as landing page
2023-04-08 03:08:17 +02:00
Laurent Destailleur
0fb03fdc2d
Clean code
2023-04-08 01:43:21 +02:00
Laurent Destailleur
4d504b3f98
Fix css
2023-04-05 18:46:30 +02:00
Laurent Destailleur
5252b6804c
Fix css
2023-04-05 18:43:59 +02:00
Laurent Destailleur
1c4196b6c8
Merge pull request #24424 from Hystepik/develop#1
...
Fix : user group date modif to match database
2023-04-04 21:21:35 +02:00
Laurent Destailleur
2a300b36e8
Merge pull request #24427 from Hystepik/develop#2
...
fix : php 8.1 warnings + log warnings
2023-04-04 19:53:20 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
hystepik
002b0aa386
fix : php 8.1 warnings + log warnings
2023-04-03 16:03:51 +02:00
hystepik
cca08ee18d
Fix : user group date midif to match database
2023-04-03 12:22:05 +02:00
hystepik
d8a8be385b
New : Creation of login from lastname and firstname
2023-03-29 11:10:58 +02:00
Laurent Destailleur
3613008362
Perf enhancement into addrights and delrights
2023-03-26 01:54:03 +01:00
Laurent Destailleur
ab92bd5860
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-24 19:52:32 +01:00
Laurent Destailleur
e247337fc2
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-03-24 19:47:24 +01:00
Laurent Destailleur
7b7413aadf
Look and feel v18
2023-03-22 01:52:07 +01:00
Frédéric FRANCE
033d375cd8
Fix ordering by u.fk_user
2023-03-21 12:02:05 +01:00
Laurent Destailleur
27edc8f8f4
Merge pull request #24234 from jyhere/jyhere/fix-listselect-hooks
...
FIX: remove obsolete preg_replace for removing commat at the beginnin…
2023-03-17 18:22:07 +01:00
Jyhere
99d0f5c5d2
FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right
2023-03-17 16:26:21 +01:00
Jyhere
78cf8dd8eb
FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right
2023-03-17 11:42:06 +01:00
Jyhere
ecfa7f1676
FIX: remove obsolete preg_replace for removing commat at the beginning... needed to work
2023-03-16 14:58:44 +01:00