Laurent Destailleur
127de7e7d8
FIX On object validation, ecm index are not updated for uploaded files
2023-11-01 16:17:54 +01:00
Laurent Destailleur
74e1ec4099
FIX On object validation, ecm index are not updated for uploaded files
2023-10-31 19:28:11 +01:00
Laurent Destailleur
564c5cd5e8
Debug v19
2023-10-31 00:15:31 +01:00
Laurent Destailleur
1558772d83
Debug v19
2023-10-30 17:14:46 +01:00
Laurent Destailleur
b53d845085
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-30 13:39:28 +01:00
Laurent Destailleur
24e043934a
Debug delete evaluation
2023-10-30 13:23:46 +01:00
William Mead
3c87423364
Qual cleaner code for InterfaceLogevents ( #26347 )
...
* Renamed text variable to label
* Added label variable
* Fixed typos
* Fixed PHPDoc
* Added runTrigger method return type
* Refactored to use super class constructor
* Added contributor details. Cleaned indentation.
* Added user login failed string
* Added label & description localized strings
* Converted event label, description & date variables to class properties. Added class method to initialize event data. Refactored & cleaned code.
* Added user string parameter
* Cleaned code
* Moved langs loading
* Added code comment
* Cleaned code
* Added code comment
* Fixed PHPDoc comments
* Refactored event label & description assignment
* Deleted unneeded empty lines
* Added event action text dictionary. Refactored event data initialization. Added static class method for dynamic localization to check if event text has an event action key n.
* Updated string parameter placement
* Added condition to check if event description has an event action key in order to do dynamic frontend translation
* Updated code comments. Renamed event action array.
* Added user status key
* Cleaned code
* Update interface_20_all_Logevents.class.php
---------
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-30 04:12:43 +01:00
Laurent Destailleur
197f0a19ec
NEW Add more param on fetch() to prepare perf optimization
2023-10-26 21:05:37 +02:00
Laurent Destailleur
b4da41c8e8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-26 13:40:57 +02:00
Laurent Destailleur
3e146187ec
Doc
2023-10-26 13:31:20 +02:00
Lucas Marcouiller
af17b767c0
fix some warnings php8 ( #26346 )
...
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
2023-10-26 12:37:18 +02:00
Laurent Destailleur
a318031034
QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id
2023-10-24 11:37:29 +02:00
MDW
acea5c17dd
each is deprecated in PHP7.2 and removed in PHP8.0 ( #26317 )
...
See https://www.php.net/manual/en/function.each.php
2023-10-23 19:20:55 +02:00
MDW
e036e32caa
qual Annotation/initialisation fixes ( #26318 )
2023-10-23 19:19:10 +02:00
am97
ee3bd43473
FIX user creation when LDAP is configured ( #26332 )
2023-10-23 18:39:22 +02:00
Laurent Destailleur
4b214b4100
Fix #yogosha18281
2023-10-21 02:39:27 +02:00
Laurent Destailleur
ece2d0267f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-20 14:57:25 +02:00
V-Py
9361b1269b
FIX #25143 Using default_values for extrafields by replacing GETPOSTISSET by GETPOST ( #25233 )
...
* FIX #25143 Using default_values for extrafields
* Update extrafields.class.php
correct the indentation error
2023-10-20 14:28:52 +02:00
Laurent Destailleur
ba04ba4f0e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-20 13:08:51 +02:00
Laurent Destailleur
455fb4417a
Look and feel v19
2023-10-20 12:57:58 +02:00
AmazingBeu
bc528fed67
fix SQL syntax error introduced in 9861b50 ( #26289 )
2023-10-20 12:52:36 +02:00
Laurent Destailleur
8ef60a311e
Fix missing property
2023-10-20 11:25:10 +02:00
Laurent Destailleur
76c00767ad
Fix typo class name
2023-10-20 11:22:36 +02:00
Florent Poinsaut
82fdfb03ca
Use fetch_project method in email ( #26284 )
2023-10-20 10:53:14 +02:00
Laurent Destailleur
4033038d5f
Fix restore ticket top menu entry in auguria module
2023-10-18 16:41:00 +02:00
Laurent Destailleur
cd738b1964
Debug v19
2023-10-18 13:50:21 +02:00
Laurent Destailleur
0f09954a31
Combo list of invoice subtypes is limited to current country.
2023-10-18 03:33:36 +02:00
sonikf
732fb2fa04
NEW: Invoice subtypes for customers and vendors ( #26233 )
...
* NEW: Invoice subtypes for customers and vendors
* fix PHPCS
* fix PHPCS
* fix PHPCS
* fix PHPCS
* fix possible SQL Injection
* remove hardcoded tests
* remove hardcoded tests
* fix travis ci error
2023-10-18 02:33:14 +02:00
Laurent Destailleur
2cfa9f8290
Debug v19
2023-10-17 15:43:56 +02:00
Laurent Destailleur
a181d6c713
Debug v19
2023-10-17 14:15:43 +02:00
Laurent Destailleur
d6086f07b4
Fix regression triggers was not triggered
2023-10-16 20:55:56 +02:00
Laurent Destailleur
b0895b93ae
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-10-16 20:29:29 +02:00
Laurent Destailleur
0ab330102f
Fix phpcs
2023-10-16 02:50:05 +02:00
Laurent Destailleur
bf7a8725a5
Debug v19
2023-10-15 22:08:09 +02:00
Laurent Destailleur
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Laurent Destailleur
8a2e0aa7cd
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
2023-10-15 14:56:20 +02:00
Laurent Destailleur
cbb60d8b5e
Debug v19
2023-10-14 16:23:28 +02:00
Laurent Destailleur
c507adeef7
NEW Top menu support picto of modules that are font awesome picto.
2023-10-13 15:00:51 +02:00
Charlène Benke
c1488e15fa
bad internal filter with forgeSQLFromUniversalSearchCriteria ( #26202 )
...
the filter (s.client:in:(1,2)) not work, same problem with s.client in (1,2)
we need to use now : (s.client:in:1,2)
2023-10-12 18:41:57 +02:00
jyhere
f67f8e54c2
CHANGE: allow to prepend html to morehtmlstatus content in hook ( #26197 )
2023-10-12 13:55:36 +02:00
Laurent Destailleur
92ec85df26
Debug v19
2023-10-11 14:40:02 +02:00
Laurent Destailleur
ce87d92301
Code comment
2023-10-11 12:22:38 +02:00
Laurent Destailleur
cc552a498c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-11 12:04:37 +02:00
Regis Houssin
cdf4292415
FIX remove DISTINCT when MULTICOMPANY_TRANSVERSE_MODE is used ( #26143 )
...
* FIX (WIP) remove DISTINCT when MULTICOMPANY_TRANSVERSE_MODE is used
* FIX optimize code
* FIX replace with $this->db->prefix()
* FIX works on uniformize MULTICOMPANY_TRANSVERSE_MODE
* FIX syntax error
2023-10-11 11:38:56 +02:00
Laurent Destailleur
20e3339de3
Clean code
2023-10-11 03:45:53 +02:00
Laurent Destailleur
b3971c54a4
Close #25984 Can have a combo of category with both picto and full path
2023-10-11 03:22:52 +02:00
Laurent Destailleur
616f0e41d4
Clean code
2023-10-11 02:54:19 +02:00
Laurent Destailleur
a7ac0a248f
Debug v19
2023-10-11 00:39:38 +02:00
Laurent Destailleur
d4d6c3c03e
Fix regex
2023-10-10 23:54:41 +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