Commit Graph

3413 Commits

Author SHA1 Message Date
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
Laurent Destailleur
10be924888 Look and feel v18 2023-03-14 10:58:35 +01:00
Laurent Destailleur
ca096089fb Debug v18 2023-03-13 16:28:58 +01:00
Laurent Destailleur
4f7c54c125 Debug v18 2023-03-13 15:57:36 +01:00
Laurent Destailleur
68a2131ae6 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-13 13:22:10 +01:00
Laurent Destailleur
d369a640de Fix encryption of api_key 2023-03-13 12:48:25 +01:00
Laurent Destailleur
c557f0dd2d
Merge pull request #24114 from Hystepik/develop#1
New : expand/collapse groups permission module
2023-03-10 11:20:53 +01:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00
hystepik
d8e39e5f7d fix cookie 2023-03-06 14:18:03 +01:00
Laurent Destailleur
56780311b4 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-04 15:26:46 +01:00
Laurent Destailleur
2b4f4e9e4a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-04 15:25:58 +01:00
Laurent Destailleur
39ddd5368e
Update card.php 2023-03-04 15:02:04 +01:00