dolibarr/htdocs
2024-03-15 03:54:00 +01:00
..
accountancy Fix warning 2024-03-14 11:24:09 +01:00
adherents Fix PhanTypeMismatchPropertyDefault 2024-03-15 01:23:06 +01:00
admin Merge branch 'develop' into fix-warnings-and-trad-not-showing 2024-03-15 00:23:54 +01:00
ai Merge pull request #28819 from lamrani002/addInfoLoading 2024-03-15 00:19:11 +01:00
api Fix & enable PhanPluginUnknownClosureParamType 2024-03-14 22:42:26 +01:00
asset Fix PhanTypeMismatchPropertyDefault 2024-03-15 01:23:08 +01:00
asterisk
barcode Fix: Remove stray $i++ 2024-03-13 16:46:21 +01:00
blockedlog Fix PhanPluginRedundantAssignment 2024-03-13 00:40:33 +01:00
bom Fix PhanTypeMismatchPropertyDefault 2024-03-15 01:23:09 +01:00
bookcal Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:44:42 +01:00
bookmarks Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-11 13:46:08 +01:00
categories Update viewcat.php 2024-03-14 22:32:18 +01:00
collab
comm Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:44:44 +01:00
commande Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:44:44 +01:00
compta Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:44:48 +01:00
conf
contact Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:44:49 +01:00
contrat Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:48:09 +01:00
core Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:48:11 +01:00
cron Fix PhanPluginDuplicateConditionalUnnecessary "X ? Y : Y" (Simplify) 2024-03-14 19:47:19 +01:00
custom
datapolicy QUAL The signature for all ->delete() method has been modified to match 2024-03-07 17:58:02 +01:00
dav Fix & enable PhanPluginUnknownClosureParamType 2024-03-14 22:42:26 +01:00
debugbar Fix & enable PhanPluginUnknownClosureParamType 2024-03-14 22:42:26 +01:00
delivery Fix shipping is not a delivery_note (sub module of shipping) 2024-03-12 11:07:18 +01:00
don Fix PhanPluginDuplicateConditionalUnnecessary "X ? Y : Y" (Simplify) 2024-03-14 19:47:20 +01:00
ecm Merge pull request #28700 from mdeweerd/urlencode/fixuptype 2024-03-12 14:43:41 +01:00
emailcollector Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:48:12 +01:00
eventorganization Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:48:14 +01:00
expedition Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-14 23:46:04 +01:00
expensereport Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:48:16 +01:00
exports Qual: Ignore false positive for suspicious param positions (#28693) 2024-03-07 20:16:48 +01:00
externalsite
fichinter Comment NOOP access to unset property 2024-03-14 19:37:46 +01:00
fourn Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:48:17 +01:00
ftp
holiday Merge pull request #28802 from mdeweerd/PhanPluginRedundantAssignment 2024-03-13 11:04:02 +01:00
hrm Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:50:37 +01:00
imports Qual: Ignore false positive for suspicious param positions (#28693) 2024-03-07 20:16:48 +01:00
includes
install Merge pull request #28859 from mdeweerd/fix/PhanPluginUnknownClosureParamType 2024-03-14 23:10:37 +01:00
intracommreport Fix: Ensure string type for urlencode() 2024-03-09 16:56:08 +01:00
knowledgemanagement Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:50:38 +01:00
langs Merge pull request #28824 from lamrani002/waitingMsg 2024-03-15 00:09:20 +01:00
loan Fix: Ensure string type for urlencode() 2024-03-09 16:56:09 +01:00
mailmanspip/class add phpdoc (#28639) 2024-03-05 17:11:46 +01:00
margin Fix: Ensure string type for urlencode() 2024-03-09 16:56:10 +01:00
modulebuilder Fix PhanNoopBinaryOperator by commenting NOOP tests 2024-03-14 22:57:33 +01:00
mrp Fix PhanTypeMismatchPropertyDefault 2024-03-15 03:54:00 +01:00
multicurrency Fix: Correction for batches with letters in Takepos 2024-03-14 16:40:54 +01:00
opensurvey Qual: 'enabled' in fields can be string ('isModEnabled(...)') 2024-03-12 13:38:08 +01:00
partnership Merge pull request #28700 from mdeweerd/urlencode/fixuptype 2024-03-12 14:43:41 +01:00
paybox Fix PhanNoopBinaryOperator by commenting NOOP tests 2024-03-14 22:57:33 +01:00
paypal Fix: Ensure string type for urlencode() 2024-03-09 16:56:15 +01:00
printing
product Merge pull request #28847 from lamrani002/fixWarehousePut 2024-03-14 22:45:28 +01:00
projet Merge pull request #28800 from mdeweerd/PhanPluginDuplicateConditionalUnnecessa 2024-03-15 00:27:58 +01:00
public FIX variable assignment for newPayment (PHPStan warnings) 2024-03-14 18:25:47 +01:00
reception Fix Initialise $numline to fix PhanTypeInvalidUnaryOperandIncOrDec 2024-03-13 17:38:11 +01:00
recruitment fix phpstan is incompatible with 2024-03-14 20:45:20 +01:00
resource Fix: implode->join and duplicated if condition (#28761) 2024-03-11 12:55:55 +01:00
salaries Fix PhanPluginDuplicateExpressionAssignment (NOOP assignment) 2024-03-12 22:25:37 +01:00
societe Merge pull request #28800 from mdeweerd/PhanPluginDuplicateConditionalUnnecessa 2024-03-15 00:27:58 +01:00
stripe Fix PhanPluginMixedKeyNoKey by using explicit keys 2024-03-12 21:35:53 +01:00
supplier_proposal Merge pull request #28778 from fappels/develop_fix_delivery_note 2024-03-12 14:53:51 +01:00
support Fix most PhanTypeMismatchDimAssignment notices (#28739) 2024-03-10 01:53:04 +01:00
takepos Fix: Correction so that warehouse does not have to be indicated if it is a service 2024-03-14 16:44:07 +01:00
theme Update global.inc.php 2024-03-15 00:09:07 +01:00
ticket Fix PhanPluginRedundantAssignment 2024-03-13 01:04:59 +01:00
user Merge branch 'develop' into fix-warnings-and-trad-not-showing 2024-03-15 00:23:54 +01:00
variants Fix & enable PhanPluginUnknownClosureParamType 2024-03-14 22:42:26 +01:00
webhook Qual: 'enabled' in fields can be string ('isModEnabled(...)') 2024-03-12 13:38:08 +01:00
webportal Fix PhanPluginRedundantAssignment 2024-03-13 01:05:02 +01:00
webservices Fix PhanPluginRedundantAssignment 2024-03-13 01:05:04 +01:00
website Merge pull request #28800 from mdeweerd/PhanPluginDuplicateConditionalUnnecessa 2024-03-15 00:27:58 +01:00
workstation Merge 2024-03-14 23:43:25 +01:00
zapier Qual: 'enabled' in fields can be string ('isModEnabled(...)') 2024-03-12 13:38:08 +01:00
.gitignore
document.php
favicon.ico
filefunc.inc.php FIX #yogosha20932 2024-03-14 22:06:43 +01:00
index.php Better support for MAIN_OPTIMIZEFORTEXTBROWSER 2024-03-12 01:55:26 +01:00
main.inc.php Fix & enable PhanPluginUnknownClosureParamType 2024-03-14 22:42:26 +01:00
master.inc.php
opcachepreload.php
robots.txt
security.txt
viewimage.php