2
0
forked from Wavyzz/dolibarr
Commit Graph

2859 Commits

Author SHA1 Message Date
Laurent Destailleur
a8a48c3315 Debug v20 - fix css 2024-06-24 16:20:01 +02:00
Laurent Destailleur
c54a97e923 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-06-24 01:47:18 +02:00
Vincent Maury
ede95c97fb Cant link event to an object : here recruitment (#30100)
The perm has changed in event card
2024-06-22 19:18:53 +02:00
Laurent Destailleur
2d87289be7 Debug v20 2024-06-22 01:18:10 +02:00
Laurent Destailleur
b45a322d25 Debug v20 2024-06-21 19:58:38 +02:00
Laurent Destailleur
97eaa77a74 Fix desc in ICS file of events 2024-06-20 17:46:13 +02:00
Laurent Destailleur
8c44ce6224 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-16 14:59:13 +02:00
Laurent Destailleur
e2f8d50082 CSS 2024-06-16 14:58:57 +02:00
Lucas Marcouiller
0a1eb954d7 Fix warnings and deprecated (#29999)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-13 08:51:22 +02:00
Frédéric FRANCE
0d9b4dfa39 fix phpstan level 4 (#29971)
* fix phpstan level 4

* fix phpstan level 4

* fix warning
2024-06-10 20:49:03 +02:00
Mohamed DAOUD
87a5a2ca12 Fix warnings technical debt (#29907)
* fix warning

* Technical debt

* fix
2024-06-08 19:48:16 +02:00
Frédéric FRANCE
dfe5e7e67f remove deprecated handler no more needed (#29919) 2024-06-08 12:02:12 +02:00
Thomas C
7721d68421 fix (#29873) 2024-06-07 23:35:34 +02:00
Laurent Destailleur
a51b2cc766 Fix html 2024-06-07 18:48:45 +02:00
Laurent Destailleur
82908a30eb Clean phan warnings 2024-05-30 13:37:17 +02:00
Laurent Destailleur
50cd81ef93 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-16 13:16:18 +02:00
Can Arslan
58b1cb7815 FIX: parameter name (#29666) 2024-05-15 18:07:28 +02:00
Laurent Destailleur
22683066a9 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	ChangeLog
	htdocs/comm/action/card.php
2024-05-13 02:50:51 +02:00
Can Arslan
150e9f5a6f FIX: Ternary operator condition is always true/false (#29649) 2024-05-11 20:45:09 +02:00
Laurent Destailleur
de4941fd49 Workaround to allow selection of contact from full combo once a
thirdparty is selected;
2024-05-08 14:23:39 +02:00
Frédéric FRANCE
d0830b3159 fix phpstan (#29602)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

fix phpstan

fix phpstan

fix phpstan

fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phpstan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-05 00:34:19 +02:00
Laurent Destailleur
b79c9fe30b Fix fatal error 2024-05-02 00:04:58 +02:00
Laurent Destailleur
bb63f10cb0 Add a default limit in nb to agenda export 2024-05-01 23:58:12 +02:00
Laurent Destailleur
4dbed777eb More info in tooltip 2024-05-01 19:33:14 +02:00
Laurent Destailleur
19c305e90a NEW Export RSS of event can be filter on action type and code (usefull
for smartphone alerts)
2024-04-30 16:34:44 +02:00
Laurent Destailleur
5c018013ed Debug v20 2024-04-29 19:38:02 +02:00
Laurent Destailleur
74c3b58a33 Debug v20 2024-04-29 18:50:54 +02:00
Laurent Destailleur
50d8eabf3e Debug v20 2024-04-29 17:25:16 +02:00
Laurent Destailleur
1908d6cf98 Look and feel v20 - All combo of categories are using the colored picto 2024-04-24 02:40:53 +02:00
Laurent Destailleur
1e3b2c6a7c Try to fix GETPOSTINT regressions 2024-04-19 13:34:48 +02:00
Laurent Destailleur
612e41a8ca Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/core/class/commondocgenerator.class.php
	htdocs/core/lib/functions.lib.php
	htdocs/fourn/commande/card.php
	htdocs/install/mysql/migration/19.0.0-20.0.0.sql
	htdocs/product/stock/replenish.php
	htdocs/takepos/invoice.php
2024-04-18 02:48:52 +02:00
John BOTELLA
db74893f3f Fix extrafields origins rights (#29376) 2024-04-17 18:03:18 +01:00
MDW
bc5e5b67af Qual: Update phan baseline (#29300)
* Qual: Update phan baseline

* Init variable to ensure it is defined

* Init $module_part to ensure it is defined

* Init $modulepart to ensure it is defined

* phpdoc typing for getNetNeeds and getNetNeedsTree

* Enforce type for phan

* Initialise  $massactionbutton so that it is defined

* phpdoc: improve typing

* Encore character_set value is string (for typing)

* fixup! Qual: Update phan baseline

* Fix duplicate code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-12 01:06:52 +02:00
Laurent Destailleur
b5de782c6b Fix use the good HTTP code 2024-04-07 14:59:25 +02:00
Laurent Destailleur
fd9475be03 Use same doc comment eveywhere. 2024-04-07 12:26:27 +02:00
Frédéric FRANCE
7cf6a0821f fix phpdoc for ismultientitymanaged (#29245)
* fix phpdoc

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-06 17:38:39 +02:00
Laurent Destailleur
fae202a610 Sec Possible html injection by corrupting external ICS links. 2024-04-05 13:26:59 +02:00
Laurent Destailleur
7c5b2dae56 Fix GETPOSTINT 2024-04-05 13:09:32 +02:00
thibdrev
e082564816 Update actioncomm.class.php 2024-04-04 20:52:18 +02:00
Laurent Destailleur
2947287e3f Look and feel v20 2024-04-03 16:22:16 +02:00
Laurent Destailleur
68d4f773ce Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-02 17:12:01 +02:00
Laurent Destailleur
af41ec8e41 Clean code - Remove not used method fetchAll and CSS 2024-04-02 16:42:21 +02:00
Laurent Destailleur
d1d188e6ee Merge pull request #29196 from mdeweerd/phpstan/actioncomm
Qual: Fix typings in actioncomm
2024-04-02 15:05:58 +02:00
Laurent Destailleur
7715513ac9 Some API HTTP return code were moved from 401 to 403 to better follow
REST specification.
2024-04-02 14:47:49 +02:00
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
51f862ad28 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-04-02 13:21:00 +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
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
Laurent Destailleur
3e8c3edd6d Clean code from _GET 2024-03-28 17:10:22 +01:00
MDW
30f1701c6f Improve typings, adapt 2024-03-27 10:18:31 +01:00