Zephyriony
b1e235476a
FIX : Update extrafields ECMFiles ( #29811 )
...
* FIX : Update extrafields ECMFiles
* Update ecmfiles.class.php
* Update ecmfiles.class.php
* Update ecmfiles.class.php
* Update ecmfiles.class.php
2024-06-03 13:46:31 +02:00
MDW
3c7cbac240
Qual: set default value to match PHPdoc type
2024-03-11 23:46:51 +01:00
MDW
ad96de073a
Fix: Correct type of field configuration values
2024-03-11 21:57:50 +01:00
MDW
8602ca9885
Fix: implode->join and duplicated if condition ( #28761 )
...
* Fix: join->implode
# Fix: join->implode
Update new cases of join
* Fix: Duplicate if condition in if/else sequence
# Fix: Duplicate if condition in if/else sequence
Fixed repeated if condition and action
2024-03-11 12:55:55 +01:00
Laurent Destailleur
f32bf4b3a7
Fix join -> implode
2024-03-11 12:38:21 +01:00
Laurent Destailleur
0887664888
NEW: All fetchAll() method now support the USF syntax.
2024-03-11 11:23:34 +01:00
Laurent Destailleur
c544efec7f
QUAL: Remove use of customurl filter. Must use the USF syntax.
2024-03-05 03:51:36 +01:00
Frédéric FRANCE
fba15178eb
all initAsSpecimen return int ( #28577 )
...
* all initAsSpecimen return int
* all initAsSpecimen return int
* all initAsSpecimen return int
2024-03-02 16:38:35 +01:00
thibdrev
6ff41f30dd
qual: phpstan for htdocs/ecm/class/ecmdirectory.class.php
...
htdocs/ecm/class/ecmdirectory.class.php 460 Property EcmDirectory::$fk_parent (int) does not accept string.
2024-01-31 21:47:10 +01:00
thibdrev
009ab57586
qual: phpstan for htdocs/ecm/class/ecmfiles.class.php
...
htdocs/ecm/class/ecmfiles.class.php 665 Property EcmFiles::$entity (int) does not accept string.
htdocs/ecm/class/ecmfiles.class.php 693 Property EcmFiles::$fk_user_m (int) does not accept string.
htdocs/ecm/class/ecmfiles.class.php 982 Property EcmFiles::$fk_user_m (int) does not accept string.
2024-01-30 22:05:15 +01:00
MDW
bd002480ce
Qual: Spelling htdocs/[d-k]* ( #27427 )
...
Highlights:
- htdocs/install/doctemplates/websites/website_template-restaurant/containers/page249.tpl.php
Potential functional change (fix) because toekn was changed to token:
`<input type=hidden name=toekn`
- htdocs/install/upgrade2.php
$filles changed to $children
- htdocs/intracommreport/class/intracommreport.class.php
Local $enveloppe changed to $envelope.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-13 19:48:41 +01:00
MDW
39769482b1
Qual: Fix typing hints for DoliDB ( #27484 )
...
# Qual: Fix typing hints for DoliDB
This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Laurent Destailleur
f201692001
Fix phpstan
2024-01-12 19:50:22 +01:00
Laurent Destailleur
ad6c4c2deb
Fix phpcs
2024-01-12 18:18:20 +01:00
Frédéric FRANCE
96247b6cc4
fix phpdoc ( #27321 )
2024-01-10 17:02:06 +01:00
Laurent Destailleur
a7125280bc
Fix with php-cs-fixer
2023-12-04 12:12:12 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Frédéric FRANCE
8e6cdb177d
fix phpstan ( #26839 )
2023-11-24 09:28:43 +01:00
Laurent Destailleur
1734adfd27
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-24 03:05:46 +02:00
MDW
c0c5eccfb5
Fix some phan notices (not critical) ( #26265 )
2023-10-20 02:22:07 +02:00
Laurent Destailleur
1e2deb0d44
Fix fetch on ecmfiles
2023-10-19 13:11:44 +02:00
Laurent Destailleur
566c4c398d
Fix fetch on ecmfiles
2023-10-19 13:07:36 +02:00
Laurent Destailleur
0e57224c27
Doc
2023-10-19 12:25:37 +02:00
Laurent Destailleur
df76b9940d
Debug v18
2023-08-05 13:27:56 +02:00
Laurent Destailleur
a4a014cfd5
Clean libelle into label
2023-04-08 15:08:55 +02:00
Eric Seigne
1303a87069
add fields definition from SQL
2023-03-18 16:14:57 +01:00
FLIO
0080b0a80f
fix (qodana) fix condlicts
2023-02-01 23:38:49 +01:00
FLIO
02f4f47083
fix (qodana) Return value type is not compatible with declared
2023-01-24 23:11:28 +01:00
Laurent Destailleur
c1d12846f0
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-01-11 21:23:30 +01:00
Laurent Destailleur
2ec9d9d409
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-01-11 21:21:15 +01:00
Laurent Destailleur
367987e2f3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-01-11 21:19:39 +01:00
Noé Courtier
cfb16cc9cd
FIX: ref not available after ecmFile create()
2023-01-11 16:49:59 +01:00
Frédéric FRANCE
ac5eb8b9ae
clean code
2022-11-09 14:55:41 +01:00
Frédéric FRANCE
1871872c16
clean code
2022-11-09 14:53:42 +01:00
Frédéric FRANCE
3255c420ab
delete extrafields when deleting ecmfiles
2022-11-09 14:45:26 +01:00
Philippe GRAND
d9b21380f6
FIX php8 compatibility
2022-08-28 14:08:27 +02:00
ptibogxiv
295f5eb3ea
Fix php 8 compatibilty
2022-06-12 14:23:24 +02:00
Laurent Destailleur
370965a0bb
Rename build_path_from_id_categ into buildPathFromId and set it private
2022-04-06 13:30:56 +02:00
Laurent Destailleur
71012a7933
FIX #19777 #20281
2022-04-04 15:25:29 +02:00
Laurent Destailleur
cf13eb7ac7
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-03-15 18:22:37 +01:00
Laurent Destailleur
f789fc24f7
Fix filter
2022-03-14 16:20:57 +01:00
Laurent Destailleur
2142440b6c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/action/index.php
htdocs/langs/en_US/errors.lang
2022-03-07 13:23:47 +01:00
Laurent Destailleur
378dab69a6
FIX #19777 #20281
2022-03-07 13:21:32 +01:00
Frédéric FRANCE
935482ee22
uniformize
2022-02-15 19:04:18 +01:00
Frédéric FRANCE
dc3bfcfb87
can modify tooltip by reference
2021-11-22 19:57:26 +01:00
Nicolas Domenech
9772168067
fix: error sql creating folder in manual GED tree
2021-10-22 15:57:03 +02:00
Laurent Destailleur
8b7c677121
Merge pull request #18702 from Hystepik/develop#2
...
Close #18692 : Possibility to move directories in ecm
2021-09-24 13:36:25 +02:00
Laurent Destailleur
9d5f6fbc1b
Code comment
2021-09-23 13:39:48 +02:00
Laurent Destailleur
5397e2d9c3
Clean sql
2021-09-20 11:30:33 +02:00