MDW
2c95fba2ee
Qual: Fix phan notices (admin) ( #33483 )
...
* Qual: Fix phan notices (accountancy, adherents)
* Qual: Fix phan notices (admin)
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-03-16 20:21:22 +01:00
Frédéric France
3b47fa900b
fix phpstan
2025-02-19 20:25:03 +01:00
Laurent Destailleur (aka Eldy)
11b4492c0e
Fix warning.
2024-11-28 19:56:28 +01:00
Frédéric FRANCE
1adc883b56
add baseline exclude for phpstan ( #31632 )
...
* add baseline exclude for phpstan
* update
* update
* update
* update
* update
* merge
* restore one filter
* delete old errors
* fix
* fix
* fix
* $moreforfilter can t be empty
* fix
* enable check
* refresh baseline
* add phpdoc
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-04 23:53:20 +01:00
Laurent Destailleur
74330f0a14
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-08 22:16:01 +02:00
Laurent Destailleur
8fcaffbd72
Fix help tooltip for email setup
2024-09-07 19:15:58 +02:00
Frédéric FRANCE
803c3c2f30
fix phpstan sendXXX expects int ( #30519 )
...
* fix sendXXX expects int
* fix sendEmailTo expects int
* fix regression
* fix loadxxx expects int
* fix loadxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
* fix getxxx expects int
2024-08-13 20:39:40 +02:00
Laurent Destailleur
34fefcaeb2
Clean code
2024-08-01 12:46:30 +02:00
MDW
63aab818e6
Qual: Fixes related to CMailFile for phan notices ( #30510 )
...
* Qual: Fix CMailFile related phan notices
# Qual: Fix CMailFile related phan notices
Fix several phan notices by typing and typing checks.
* Fix initialisation of CMailFile instantiation
* Update phan baseline
* Update mails_emailing.php
* Update mails_emailing.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-01 11:09:26 +02:00
Frédéric FRANCE
173dc1a70e
fix constructor expects int ( #30512 )
...
* constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-01 10:52:53 +02:00
Laurent Destailleur
87c7a7a7d7
WIP Page to setup email for reset password
2024-07-31 22:26:54 +02:00
Laurent Destailleur
394ae6330b
Debug v20
2024-06-18 13:08:03 +02:00
Laurent Destailleur
31297d8720
Debug v20
2024-06-18 13:05:02 +02:00
atm-lena
8363d610de
llxHeader CSSBody - admin part 1 ( #29930 )
...
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
2024-06-08 14:53:14 +02:00
Laurent Destailleur
d4c74cf572
Debug v20
2024-04-13 14:14:25 +02:00
Laurent Destailleur
fa2cfb97b1
Fix bad parameter for GETPOST
2024-02-26 15:02:39 +01:00
MDW
8655d5a86b
QUAL Use phan to help detect new issues ( #27706 )
...
* Qual: Add phan flow
- Add phan configuration (config, baseline, stubs);
- Add github action;
- Update apstats.php.
* Add directives to ignore false phan notices
* Qual: Add typing hints for extrafields TPL files
# Qual: Add typing hints for extrafields TPL files
Add typing hints for phan on view files
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-02-21 18:14:29 +01:00
MDW
71f906c280
Qual: Spelling of admin code. ( #27412 )
...
# Qual: Fix spelling of admin code.
Mostly changes in the comments.
Some french text was modified to not trigger a bad spelling.
htdocs/admin/contract.php has a change to $langs->trans(Activated)
which probably fixes a bug.
htdocs/admin/system/xcache.php used ->trans(Recommanded)
but the proper key is ->trans(Recommended).
2024-01-11 09:59:52 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
987d6c41b9
Fix with php-cs-fixer
2023-12-04 11:41:14 +01:00
Laurent Destailleur
21239060df
Debug v19
2023-11-28 20:56:20 +01:00
Laurent Destailleur
e12818be0a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-28 10:34:03 +01:00
Laurent Destailleur
9f353a5701
Fix setup page and tooltip
2023-11-27 20:44:29 +01:00
Laurent Destailleur
5b15b5c647
QUAL Move conf->global into getDolGlobal...
2023-10-24 17:00:13 +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
Laurent Destailleur
bae75281e3
QUAL: Code fix using rector
2023-10-11 19:44:06 +02:00
Dev2a
fcd4c4e429
Fix: Change access to $conf->global to function getDolGlobal (automatique)
2023-10-08 23:19:49 +02:00
Laurent Destailleur
db9bd4326a
css
2023-09-27 17:39:27 +02:00
Florian HENRY
a2c0eac09b
on going
2023-06-09 11:53:39 +02:00
Laurent Destailleur
73539162ff
Show sending mode on emailing file
2023-04-23 21:42:05 +02:00
Laurent Destailleur
4068b1db87
Fix link for read or unsubscribe must use a unique hash
2023-02-23 21:19:01 +01:00
Laurent Destailleur
1e684353b7
Debug v17
2022-11-18 12:59:21 +01:00
Laurent Destailleur
439bef8e0e
NEW Add substitution key __SENDEREMAIL_SIGNATURE__
2022-09-10 15:55:36 +02:00
Frédéric France
8d33953142
add comment
2022-09-07 20:08:59 +02:00
Laurent Destailleur
f97276b76a
Fix trans
2022-08-29 01:54:35 +02:00
Faustin
3f47401dc4
password display
2022-08-26 15:27:23 +02:00
Faustin
0188629cf6
Oauth ui for tickets and emailing
2022-08-26 15:21:35 +02:00
Philippe GRAND
db3f37f416
FIX php8 compatibility
2022-08-24 10:20:02 +02:00
Laurent Destailleur
71045cbe83
Fix popup message
2022-07-13 14:00:19 +02:00
Laurent Destailleur
994ea81ce0
Fix test send email feature
2022-03-10 17:24:54 +01:00
Christian Foellmann
6608f5f0d8
update all script tags to be uniform. language="javascript" removed
...
https://developer.mozilla.org/en-US/docs/web/html/element/script#attr-language
2021-11-29 15:09:18 +01:00
Laurent Destailleur
b0230ad42b
Look and feel v15
2021-10-18 16:45:14 +02:00
Laurent Destailleur
37603b451a
Fix token in url
2021-09-27 12:24:01 +02:00
Christian Foellmann
d706c3b1ec
use Forms::buttonsSaveCreate() to generate most of the Save|Cancel forms combination
2021-08-20 14:41:30 +02:00
Laurent Destailleur
d9108362ba
War against $_POST
2021-03-25 16:59:47 +01:00
Frédéric FRANCE
c1cab76722
fix php8 warning
2021-03-20 13:15:54 +01:00
Frédéric FRANCE
608b933ef5
code syntax admin dir
2021-02-26 22:04:03 +01:00
Laurent Destailleur
00ad6df395
Fight against $_POST
2020-11-30 14:47:07 +01:00
Givriz
dca4cf5987
Feature : ajout de la class "button-cancel"
...
Ajout de la class "button-cancel" suite à l'issue #3756 et achèvement de ma tâche Dolibarr.
2020-11-23 15:12:52 +01:00