Laurent Destailleur
eb537088ba
Exclude phan error type that is for the moment too annoying to manage
2024-06-18 19:15:29 +02:00
Laurent Destailleur
ac0ba02036
Exclude false positive
2024-06-16 13:17:10 +02:00
Laurent Destailleur
6e262ba185
Doc
2024-06-16 12:59:35 +02:00
Laurent Destailleur
53222914ec
Doc
2024-06-12 01:44:19 +02:00
Laurent Destailleur
ec42ad7804
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-12 00:46:02 +02:00
Laurent Destailleur
da577e8a24
Debug look and feel v20
2024-06-12 00:45:23 +02:00
Frédéric FRANCE
7d300e0b4b
Token csrf level 3 ( #29980 )
...
* add token csrf level 3
* add token csrf level 3
2024-06-11 01:04:33 +02:00
Frédéric FRANCE
1ff0e8a821
fix an old error ( #29850 )
...
* fix an old error
* fix OdfException is never thrown in the try block
* fix OdfException is never thrown in the try block
* fix Undefined array key "name"
* fix missing translation
* fix missing translation
* fix Undefined variable $lineid
* fix warnings
* fix upload dir
* fix phpcs
2024-06-08 16:59:40 +02:00
Frédéric FRANCE
74806473ab
fix cti ( #29842 )
...
* fix cti odt asset
* comment unused code in template
* phpdoc
* fix unreachable code
* fix unreachable code
* fix not falsy
2024-06-05 14:55:07 +02:00
Laurent Destailleur
8971c8efac
Exclude phan rule
2024-06-03 21:30:25 +02:00
Laurent Destailleur
8d16c2e996
Fix warning
2024-06-01 15:12:35 +02:00
Laurent Destailleur
ed212d0e84
Fix errormessage
2024-05-31 15:57:03 +02:00
Laurent Destailleur
82908a30eb
Clean phan warnings
2024-05-30 13:37:17 +02:00
Frédéric FRANCE
2f16e2347c
fix phan ( #29778 )
...
* fix phan
* Update global.inc.php
* Update style.css.php
2024-05-28 23:53:06 +02:00
Laurent Destailleur
b5b87b9811
Increase memory
2024-05-26 15:45:54 +02:00
Laurent Destailleur
d62bd87f06
Clean. Too many files that are not uptodate. Better to update doc to
...
explain how to regenerate them.
2024-05-24 15:07:31 +02:00
Laurent Destailleur
c0f3ea0a11
Better error message
2024-05-22 17:01:21 +02:00
Laurent Destailleur
275a6eb6bb
Show content if error
2024-05-22 16:48:18 +02:00
Laurent Destailleur
a5c5b7a2ee
Fix check translation file
2024-05-22 16:44:48 +02:00
Laurent Destailleur
0769696fa3
Fix CTI errors
2024-05-22 03:01:13 +02:00
Laurent Destailleur
3bf47e5235
Enhance language error and warnings report
2024-05-22 02:31:01 +02:00
Laurent Destailleur
d68aa7ec6a
Clean code
2024-05-22 02:12:16 +02:00
Laurent Destailleur
74f3b31b3e
Cean code
2024-05-22 02:05:22 +02:00
Laurent Destailleur
44fda7fa68
Optimize image file size
2024-05-22 01:00:51 +02:00
Laurent Destailleur
a8e777993b
Rename scripts
2024-05-22 00:39:22 +02:00
Laurent Destailleur
4b5b4c4e1a
Clean some expected warnings
2024-05-13 12:49:14 +02:00
Laurent Destailleur
130c2e2a8f
Clean code
2024-05-13 11:27:56 +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
Laurent Destailleur
2dd939d2db
Fix dump
2024-05-13 02:46:31 +02:00
Laurent Destailleur
0163cc6278
Debug export website
2024-05-12 20:27:03 +02:00
Laurent Destailleur
0e34a20c14
Debug v20
2024-05-12 18:44:58 +02:00
Laurent Destailleur
87c445bbf1
Add website page type for ajax
2024-05-12 12:20:00 +02:00
Frédéric FRANCE
933e87ca81
Update codespell-dict.txt ( #29644 )
...
* Update codespell-dict.txt
* WYSIWYG
* phan
2024-05-10 12:34:08 +02:00
Laurent Destailleur
d523cb24e6
Disable useless phan warnings
2024-05-10 11:48:27 +02:00
Frédéric FRANCE
e7d83acccd
Update dynamic_translation_keys.lst ( #29612 )
...
* Update dynamic_translation_keys.lst
* Update ignore_translation_keys.lst
* Update dynamic_translation_keys.lst
* Update ignore_translation_keys.lst
* Update admin.lang
2024-05-06 23:02:11 +02:00
Frédéric FRANCE
17ef59421c
Update dynamic_translation_keys.lst ( #29611 )
2024-05-06 09:06:28 +02:00
MDW
2115980560
Qual: Fix Phan notices in CommonObject ( #29354 )
...
* Fix PhanPluginSimplifyExpressionBool in commonobject
* Fix commonobject for phan notices
* Allow null for $usedolidb argument
* Allow null for $outputlangs argument of \dol_format_address()
* Fix multiple phan notices
* Ignore PhanTypeArraySuspiciousNullable
* Fix PhanTypeMismatchArgumentProbablyReal
* Update baseline
* Improve typings
* Update type specification getCountry/withCode
* Fix CommonObject Phan notices & update baseline
* Fix phan notices
* Correct typing for showInputField to be the same as parent class
* Fix PhanPluginSimplifyExpressionBool in commonobject
* Fix commonobject for phan notices
* Allow null for $usedolidb argument
* Allow null for $outputlangs argument of \dol_format_address()
* Fix multiple phan notices
* Ignore PhanTypeArraySuspiciousNullable
* Fix PhanTypeMismatchArgumentProbablyReal
* Update baseline
* Improve typings
* Update type specification getCountry/withCode
* Fix CommonObject Phan notices & update baseline
* Fix phan notices
* fixup! Correct typing for showInputField to be the same as parent class
2024-05-02 19:33:51 +02:00
Laurent Destailleur
22987e35f3
Add API setup for Bruno
2024-04-30 22:52:26 +02:00
Laurent Destailleur
95467db0c7
Fix RSS
2024-04-30 21:14:53 +02:00
Laurent Destailleur
eda839a49a
Fix RSS
2024-04-30 21:13:53 +02:00
Laurent Destailleur
679e06048c
Fix RSS
2024-04-30 21:12:21 +02:00
Laurent Destailleur
5890e715bf
Fix RSS
2024-04-30 21:02:02 +02:00
Laurent Destailleur
19afa4bb03
Fix RSS
2024-04-30 20:44:38 +02:00
Laurent Destailleur
bf8e25c41f
Fix security rss file
2024-04-30 19:11:30 +02:00
Laurent Destailleur
dbb9ae1667
Log
2024-04-30 19:00:11 +02:00
Laurent Destailleur
26a0732fb9
Use PHPSTan level 4
2024-04-30 08:35:45 +02:00
Laurent Destailleur
1af7ad923c
Fix phan
2024-04-28 21:56:41 +02:00
Laurent Destailleur
29b6d6b918
Add phpstan version in report
2024-04-28 16:20:44 +02:00
Frédéric FRANCE
26da44e254
fix phpstan ( #29431 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* remove params not used
* add WARNING
2024-04-27 12:45:50 +02:00
Laurent Destailleur
0312aaef90
Fix warnings
2024-04-27 04:18:49 +02:00