2
0
forked from Wavyzz/dolibarr
Commit Graph

133920 Commits

Author SHA1 Message Date
MDW
e94bb650d3 Qual: Fix typings in actioncomm
# Qual: Fix typings in actioncomm

Allow -1 for percentage.
$icalcolor as string.
Extend range of return types for update() and delete()
2024-04-02 13:55:12 +02:00
Laurent Destailleur
b28b0395d0 Merge pull request #29182 from bos4711/bos-dolibarr-29098
Fix titles in contact pages
2024-04-02 13:52:45 +02:00
Laurent Destailleur
d75e30ff04 Update note.php 2024-04-02 13:50:46 +02:00
Laurent Destailleur
5b60aada26 Update companies.lang 2024-04-02 13:50:28 +02:00
Laurent Destailleur
bef4242b31 Update consumption.php 2024-04-02 13:49:00 +02:00
Laurent Destailleur
d25ef761ad Merge pull request #29152 from mdeweerd/test/compat/deprecations
Fix Tests for compatibility with deprecations
2024-04-02 13:41:04 +02:00
Laurent Destailleur
4a49b954b0 Merge pull request #29176 from JonBendtsen/task_update_single_array_option_element
allow updating task single Complementary Attribute
2024-04-02 13:38:01 +02:00
Laurent Destailleur
e72c8c1d53 Merge branch 'develop' into task_update_single_array_option_element 2024-04-02 13:37:44 +02:00
Laurent Destailleur
d2d4fdf3bb Merge branch 'DoliGreece-sonikf-patch-fix-translation' into develop 2024-04-02 13:35:29 +02:00
Laurent Destailleur
747e6d9586 Merge branch 'sonikf-patch-fix-translation' of
github.com:DoliGreece/dolibarr into
DoliGreece-sonikf-patch-fix-translation
2024-04-02 13:35:12 +02:00
Laurent Destailleur
60fa45aa97 Doc 2024-04-02 13:25:31 +02:00
Laurent Destailleur
51f862ad28 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-04-02 13:21:00 +02:00
Laurent Destailleur
d77a2ac2c8 Fix type of field to create ticket 2024-04-02 13:18:38 +02:00
Laurent Destailleur
990216b13f NEW Api parameters are sanitized by the WAF, same code than GET/POST 2024-04-02 13:07:13 +02:00
Laurent Destailleur
87348ceac3 Fix missing $max 2024-04-02 12:01:23 +02:00
Laurent Destailleur
594da940fa Sanitize input 2024-04-02 11:57:30 +02:00
Laurent Destailleur
e671860ffa Merge pull request #29158 from mdeweerd/typing/printipp
Fix printipp phpdoc typing
2024-04-02 11:54:49 +02:00
Laurent Destailleur
8a942a632d Merge pull request #29165 from Dolibarr/dependabot/github_actions/mdeweerd/logToCheckStyle-2024.3.5
Bump mdeweerd/logToCheckStyle from 2024.3.4 to 2024.3.5
2024-04-02 11:54:23 +02:00
Laurent Destailleur
07f7362004 Merge pull request #29164 from Dolibarr/dependabot/github_actions/tj-actions/changed-files-44
Bump tj-actions/changed-files from 43 to 44
2024-04-02 11:53:28 +02:00
Laurent Destailleur
8eaf0e86ab Merge pull request #29169 from JonBendtsen/invoice_update_single_array_option_element
allow updating invoice single Complementary Attribute
2024-04-02 11:53:16 +02:00
Laurent Destailleur
43267870e0 Merge pull request #29168 from JonBendtsen/order_update_single_array_option_element
allow updating orders single Complementary Attribute
2024-04-02 11:52:10 +02:00
Laurent Destailleur
11c1077557 Merge pull request #29167 from JonBendtsen/propal_update_single_array_option_element
allow updating a single Complementary Attribute
2024-04-02 11:52:01 +02:00
Laurent Destailleur
c2b25cc71b Merge pull request #29181 from JonBendtsen/member_update_single_array_option_element
allow updating members single Complementary Attribute
2024-04-02 11:51:24 +02:00
MDW
146b735269 New: dol_get_object_properties to get real and magic props
# New: dol_get_object_properties to get real and magic props

This method will get an array with real and magic properties
from an object (if $properties is provided).
2024-04-02 11:25:18 +02:00
MDW
31584659e0 Refactor objCompare
# Refactor objCompare:

- Move to CommonClassTest;
- Report class name for mismatched property;
- Cope with dolDeprecated property aliases (test may exclude deprecated name,
  also exclude new name).
2024-04-02 11:25:17 +02:00
MDW
e3f1fc3682 Cope with magic and real properties aliases in _filterObjectProperties 2024-04-02 11:25:16 +02:00
Laurent Destailleur
3024e72ee9 Merge pull request #29190 from mdeweerd/typing/actioncomm
Qual: actioncom - phpdoc typing, activate deprecationhandler for libelle
2024-04-02 11:22:22 +02:00
Laurent Destailleur
295daeb84f Merge pull request #29193 from hregis/fix_dev_phan_error
FIX syntax error: The arguments are in the wrong order
2024-04-02 11:20:58 +02:00
Laurent Destailleur
754f0f3c9e Merge pull request #29186 from JonBendtsen/project_getByRef_and_getByEmail_msgid
NEW: API GET projects by REF and by email_msgid
2024-04-02 11:20:42 +02:00
Laurent Destailleur
f7f8f9b3ed Merge pull request #29191 from fappels/develop_fix_debug
Fix debug phpbarcode
2024-04-02 11:18:14 +02:00
Laurent Destailleur
49e7f0a215 Add ref_ext on project 2024-04-02 11:17:06 +02:00
Regis Houssin
70e7b32427 FIX syntax error: The arguments are in the wrong order 2024-04-02 11:15:54 +02:00
Laurent Destailleur
e92d88e316 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-02 10:47:14 +02:00
Laurent Destailleur
21450aaef3 css 2024-04-02 10:46:56 +02:00
Francis Appels
214fa2dc0a Fix phan, swap parameter 2024-04-02 10:09:05 +02:00
Francis Appels
6a330096fd Fix debug phpbarcode 2024-04-02 09:48:48 +02:00
MDW
71f3637a8b Qual: actioncom - phpdoc typing, activate deprecationhandler for libelle
# Qual: actioncom - phpdoc typing, activate deprecationhandler for libelle

Fix several phan notices, activation deprecationhandler for libelle
2024-04-02 02:34:02 +02:00
Jon Bendtsen
862c215648 spaces after comma 2024-04-01 22:06:51 +02:00
Jon Bendtsen
4442c3fab8 NEW: API GET projects by REF and by email_msgid 2024-04-01 21:57:47 +02:00
Laurent Destailleur
3df311481b NEW Management of the In-Reply-To and References for ticket answers. 2024-04-01 19:11:08 +02:00
Laurent Destailleur
02bf1a862e CSS 2024-04-01 16:33:20 +02:00
Laurent Destailleur
e3037794aa Look and feel v20 2024-04-01 15:04:20 +02:00
Laurent Destailleur
3c65383533 NEW Look and feel v20 - add picto to full list on summaries tables. 2024-04-01 14:20:29 +02:00
Laurent Destailleur
9528093a05 NEW Complete the thirdparty index page with last modified contacts 2024-04-01 14:10:35 +02:00
Laurent Destailleur
45d46f25ef Merge index page of warehouse with product index page 2024-04-01 13:33:15 +02:00
Rikard Bosnjakovic
1719f548c3 Merge branch 'Dolibarr:develop' into bos-dolibarr-29098 2024-04-01 13:20:27 +02:00
Rikard Bosnjakovic
e2b1b13ca0 Update companies.lang 2024-04-01 13:20:11 +02:00
Rikard Bosnjakovic
06cad7c281 Update agenda.php 2024-04-01 13:19:02 +02:00
Rikard Bosnjakovic
b805c69143 Update document.php 2024-04-01 13:16:55 +02:00
Rikard Bosnjakovic
f2a0949c10 Update companies.lang 2024-04-01 13:16:04 +02:00