Commit Graph

151 Commits

Author SHA1 Message Date
Laurent Destailleur
d92c65ad91 FIX infinite loop in API call/trigger by adding a caller 2023-12-15 12:15:33 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
4daacd3371 Fix with php-cs-fixer 2023-12-04 13:49:31 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
e8dc651877 Fix php8.2 warnings 2023-11-27 11:56:32 +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
ca145ef912 QUAL: Endpoint for API /partnershipapi has been renamed into
/partnerships to follow conventions
2023-10-31 13:31:02 +01: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
c0c5eccfb5
Fix some phan notices (not critical) (#26265) 2023-10-20 02:22:07 +02:00
Laurent Destailleur
2cfa9f8290 Debug v19 2023-10-17 15:43:56 +02:00
Laurent Destailleur
b8c8e903c2 Fix php8.2 warnings 2023-10-15 18:39:13 +02:00
pascal
80f060c771 fix tab indentation 2023-09-26 18:43:25 +02:00
pascal
871f896962 implementation of properties filter 2023-09-26 18:04:48 +02:00
Laurent Destailleur
08ac0e9ee4 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-21 12:38:41 +02:00
Laurent Destailleur
10b2cd7399 NEW Add the status of partnership to select partnership for emailing 2023-09-21 12:17:40 +02:00
Laurent Destailleur
854f6a83df CSS 2023-09-20 11:01:04 +02:00
Laurent Destailleur
801b30baa4 css 2023-09-20 10:59:00 +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
Laurent Destailleur
6090305362 FIX trigger for email sent from partnership 2023-09-16 12:10:39 +02:00
Laurent Destailleur
58ea4239b8 Fix dead code 2023-09-16 11:41:36 +02:00
Laurent Destailleur
fbf23b4cbb Fix bad url to check for backlink 2023-09-15 23:18:07 +02:00
Laurent Destailleur
85aad3fdca Fix can reset max nb of url check in partnership module 2023-09-15 22:59:15 +02:00
Laurent Destailleur
bc96128b59 Fix data format 2023-09-15 22:41:35 +02:00
Laurent Destailleur
dd7c09bb15 Fix min 2023-09-15 20:16:44 +02:00
Laurent Destailleur
cb09d13867 Fix id of event 2023-09-15 20:08:32 +02:00
Laurent Destailleur
5723c4562a Fix setup of fields for partnership 2023-09-15 19:47:17 +02:00
Laurent Destailleur
26b6fa98be Fix field last check not visible 2023-09-15 19:40:23 +02:00
Laurent Destailleur
ae264ec0fe Fix warning 2023-09-15 18:53:16 +02:00
Laurent Destailleur
44d3985a95 Fix max nb of record processed 2023-09-15 18:41:20 +02:00
Laurent Destailleur
cc8996fe3e FIX batch to update non valid backlink check 2023-09-15 16:44:18 +02:00
Laurent Destailleur
2391a5da6f FIX Filter on partnership status
FIX Kanban view
2023-09-15 15:58:43 +02:00
Laurent Destailleur
91fa48199a Fix warnings 2023-09-10 17:41:22 +02:00
Laurent Destailleur
4d17c6441a CSS 2023-09-03 17:36:23 +02:00
Laurent Destailleur
d0ef625ba0 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-03 17:14:37 +02:00
Laurent Destailleur
32fcc4cd17 Fix warning 2023-09-03 03:03:06 +02:00
Laurent Destailleur
e3a86e327e Fix warning 2023-09-03 02:05:43 +02:00
Laurent Destailleur
455a1dcc66 Type ip is ip 2023-09-02 22:38:07 +02:00
Laurent Destailleur
db58d01cda Fix type of field 2023-09-02 21:10:59 +02:00
Laurent Destailleur
1ac364af6b FIX url to check keyword not saved on partnership from public form 2023-09-02 20:36:16 +02:00
Laurent Destailleur
e9e6a8d0a8 Fix warnings 2023-08-24 14:19:45 +02:00
Laurent Destailleur
7ce9bf6b23 Clean code 2023-08-05 15:44:28 +02:00
Laurent Destailleur
b27c2c97c6 Fix warnings 2023-06-28 12:33:37 +02:00
Laurent Destailleur
e2fd64d47c Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-27 01:08:48 +02:00
Laurent Destailleur
35e066ff8b Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-06-27 01:05:04 +02:00
Frédéric FRANCE
7619ffb3fd
remove debug in partnership.class.php 2023-06-26 12:16:27 +02:00
Laurent Destailleur
31474d80f1 Doxygen 2023-06-19 00:52:43 +02:00
Frédéric France
5a018d715d use user hasRight 2023-06-06 00:05:02 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +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
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00