MDW
b925dd6c37
Qual: Make $fields type covariant (phpstan) ( #36084 )
...
# Qual: Make $fields type covariant (phpstan)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-04 14:16:17 +01:00
Laurent Destailleur
cd2f4bb7d2
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-24 19:46:38 +02:00
Regis Houssin
4d88608f1f
FIX check if zip file of website exists ( #35879 )
2025-10-22 00:50:34 +02:00
Mohamed DAOUD
15bd28fefb
ignore master inc file for export website ( #35791 )
2025-10-17 00:42:29 +02:00
Frédéric FRANCE
6afec608a3
fix CI ( #35631 )
...
* fix CI
* fix CI
* fix CI
* fix CI
* fix CI
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-10-04 13:29:57 +02:00
Frédéric FRANCE
0e1478206a
clean code ( #35229 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-08 01:48:52 +02:00
Frédéric FRANCE
a1d7b11324
fix doc ( #35196 )
2025-09-03 12:54:17 +02:00
ldestailleur
8ef8891581
Debug v22
2025-06-18 14:24:51 +02:00
ldestailleur
af26c002aa
Fix missing license file content
2025-06-16 21:59:30 +02:00
ldestailleur
e9f3fcfb9c
Fix allow iframe in WAF for website
2025-06-07 12:44:42 +02:00
Laurent Destailleur
6ef600e991
WIP option WEBSITE_EXPORT_SQL_ON_SEVERAL_LINES
2025-04-19 02:43:44 +02:00
Eric - CAP-REL
be1948e1eb
better fields definition with full objects reference ( #33798 )
2025-04-09 16:36:42 +02:00
Laurent Destailleur
7011d01bde
NEW Web pages of websites are protected by the WAF
2025-03-21 13:01:23 +01:00
MDW
32bf8c5cd5
Qual: Fix phan notices (website)
2025-02-27 11:40:42 +01:00
ldestailleur
a9b511b715
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-24 14:13:14 +01:00
ldestailleur
66b22c7f28
Sync transifex
2025-02-24 10:31:32 +01:00
Laurent Destailleur (aka Eldy)
732f97d73c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-02-05 00:40:06 +01:00
MDW
f750f2c40c
Qual: Fix phan notices not seen locally
2025-02-03 16:06:01 +01:00
MDW
a42bc6755c
Qual: Fix PhanPluginUnknownPropertyType, PhanPossiblyUndeclaredVariable
2025-01-27 10:24:16 +01:00
Laurent Destailleur (aka Eldy)
fbe4ccd0e2
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-24 15:25:51 +01:00
Laurent Destailleur (aka Eldy)
48190b39de
Debug v21
2025-01-23 23:26:59 +01:00
Laurent Destailleur
67521e9c4f
Clean code
2025-01-20 03:54:04 +01:00
Laurent Destailleur (aka Eldy)
1d373a4ae5
Fix missing deletion of cache files
2025-01-19 21:56:54 +01:00
Laurent Destailleur (aka Eldy)
b024b95948
Fix typo
2025-01-09 19:35:01 +01:00
Laurent Destailleur (aka Eldy)
56710ce9b7
FIX CVE-2024-55227 and CVE-2024-55228 CSRF when
...
MAIN_RESTRICTHTML_ONLY_VALID_HTML_TIDY is
on (hidden option not on by default)
2025-01-09 19:35:01 +01:00
Mohamed DAOUD
e7b87fa1d1
fix website purge function
2025-01-07 14:02:53 +01:00
Laurent Destailleur (aka Eldy)
5af06d6614
Debug v21
2024-12-31 14:56:18 +01:00
Laurent Destailleur (aka Eldy)
f67fad1105
Debug v21
2024-12-31 14:04:14 +01:00
Laurent Destailleur (aka Eldy)
2eaa7a27a9
Debug v21
2024-12-30 19:14:44 +01:00
Laurent Destailleur (aka Eldy)
54fea85105
Fix bad balance of transaction
2024-12-30 18:25:05 +01:00
MDW
ec2a1928ba
Qual: Update fields phpdoc to include fields that are defined/used in some cases
...
# Qual: Update fields phpdoc to include fields that are defined/used in some cases
comment, copytoclipboard, autofocusoncreated are documented and used in some cases for the
$fields definition
2024-12-05 02:36:50 +01:00
Frédéric FRANCE
15490b292f
fix phpstan and fix CI ( #31739 )
...
* 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 phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-11-10 11:16:23 +01:00
MDW
67d932e7de
Qual: Fix phpdoc for *ArrayMethod* args/return values (non api_) ( #31719 )
2024-11-08 14:43:12 +01:00
MDW
53cfbc35be
Qual: Fix several phan & stan notices ( #31308 )
...
* Qual: Fix several phan & stan notices
# Qual: Fix several phan & stan notices
Several fixes in files while fixing UnknownClass notices
* Qual: Update prepare_head PHPDoc return types
# Qual: Update prepare_head PHPDoc return types
Provide detailed array return types for prepare_head functions.
* Fix new phan notice
* Better loadLangs typing and fix call to loadLangs
* Fix new issues (stats)
* Other fixes of new issues
* Qual: update phan baseline
2024-10-14 01:59:44 +02:00
Frédéric FRANCE
340bd12ee7
add php doc ( #31173 )
...
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
2024-09-28 11:15:38 +02:00
Frédéric FRANCE
9df2457236
fix phpstan ( #31144 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-26 22:17:49 +02:00
Laurent Destailleur
c3c708880c
Can fetch a page with its translation parent id.
2024-09-25 21:21:24 +02:00
MDW
115627a054
Qual: Fix PhanPluginUnknownObjectMethodCall where is the only phan notice ( #30957 )
...
* Qual: PhanPluginUnknownObjectMethodCall where it is the only phan notice
# Qual: PhanPluginUnknownObjectMethodCall where it is the only phan notice
Fix PhanPluginUnknownObjectMethodCall in files where it is the only phan notice
* Update phan baseline
* Fix $website global type in some contexts
2024-09-16 01:49:38 +02:00
Frédéric FRANCE
2a6bbf88df
fix phpstan ( #30944 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-13 17:40:03 +02:00
Laurent Destailleur
bf697f83eb
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-09-12 21:50:31 +02:00
Laurent Destailleur
ffcaeba4c3
Fix compatibility
2024-09-12 21:47:13 +02:00
Laurent Destailleur
9505325b6d
Debug v20 - Fix sql
2024-09-12 16:36:32 +02:00
Laurent Destailleur
e94423fd3a
Debug v20 - Fix sql
2024-09-12 16:36:03 +02:00
Laurent Destailleur
e4227c6913
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 16:30:57 +02:00
Laurent Destailleur
e735d17dd2
Debug v20 - Fix security and compatibility
2024-09-12 16:30:13 +02:00
Frédéric FRANCE
fba71ab043
fix phpstan ( #30893 )
...
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-10 01:02:56 +02:00
Laurent Destailleur
e38a25d5cb
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-09 18:17:09 +02:00
Laurent Destailleur
c9d39df93c
Fix message after clone
2024-09-09 18:16:42 +02:00
MDW
00e2ed5529
Qual: 🛟 Fix CI Issues ($db to $this->db / LDAP typing / Win-ci cache md5sum) ( #30774 )
...
* Qual: 🛟 Fix reference to $db with $this->db
# Qual: reference to $db with $this->db
$db was undeclared, use $this->db.
* Qual: Fix LDAP typing
* Fix suspected issue with environment max size and md5sum working on limited files
* Correct typing hint for email_date
2024-08-29 09:24:33 +02:00
MDW
e6630cd7d1
Qual: Improve dol_syslog ( #30782 )
...
* Qual: 🛟 Fix reference to $db with $this->db
# Qual: reference to $db with $this->db
$db was undeclared, use $this->db.
* Fix suspected issue with environment max size and md5sum working on limited files
* Qual: Fix LDAP typing
* Qual: Improve dol_syslog
# Qual: Improve dol_syslog
The changes:
- Keep the log file open for less time (better for concurrency);
- Open the log file only to append data (no internal preparation for writing);
- Avoids re-assigning a constant array;
- Add PHPDoc information about the array parameters and return values;
- May reduce the computation of global settings;
- Result in a slight performance improvement.
2024-08-29 08:49:27 +02:00