atm-lena
061f221bc0
NEW llxHeader CSS body ( #30380 )
...
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
2024-07-15 20:55:13 +02:00
Laurent Destailleur
147a8bfaee
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/subscription/list.php
htdocs/categories/viewcat.php
htdocs/contrat/card.php
htdocs/contrat/list.php
htdocs/eventorganization/conferenceorbooth_list.php
htdocs/expedition/list.php
htdocs/societe/card.php
2024-07-11 10:44:39 +02:00
Alexandre SPANGARO
013835e547
Use HasRight() ( #30333 )
2024-07-10 18:59:04 +02:00
Frédéric FRANCE
b91858863b
add missing token ( #30232 )
...
* add missing token
* Update card.php
2024-07-02 01:51:31 +02:00
Frédéric FRANCE
f8f2a83323
Clean date ( #30228 )
...
* clean date phpdoc
* add phpdoc
2024-07-01 19:06:24 +02:00
Alexandre SPANGARO
96afcaa476
Better comments ( #30200 )
...
* Fix language
* Fix language
* Fix language
* Fix language
* Fix language
* Fix language
* Fix language
* CI Missing language key
* Update eventorganization.lang
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-06-30 21:02:50 +02:00
Christian Humpel
ada3ed0a7c
Fix: different behavior on extrafield updates. ( #30150 )
2024-06-25 10:44:36 +02:00
Frédéric FRANCE
d65b370236
fix fichinter card rec ( #30130 )
...
* fix fichinter card rec
* fix fichinter card rec
* Update interventions.lang
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-06-22 15:49:31 +02:00
Frédéric FRANCE
7127b9d499
add token csrf level 3 ( #29987 )
...
* add token csrf level 3
* fix
* add token
2024-06-11 20:02:40 +02:00
Frédéric FRANCE
741e75ee47
add phpdoc ( #29832 )
...
* add phpdoc
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* add phpdoc
* fix phan
* fix phan
2024-06-04 14:46:54 +02:00
Laurent Destailleur
66f4562300
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-23 14:50:17 +02:00
Laurent Destailleur
a854e58905
FIX Missing $param in hook call for list
2024-05-23 14:41:56 +02:00
Laurent Destailleur
92f6539744
Use dolPrintHTML()
2024-05-15 18:21:50 +02:00
Laurent Destailleur
2a1fd6bc05
Typo
2024-05-05 01:33:48 +02:00
Laurent Destailleur
0b9bd5408b
Debug v20: Encapsulate the feature using leaflet/geophp into a constant
...
MAIN_USE_GEOPHP. Fix webportal module.
2024-05-03 02:39:35 +02:00
Laurent Destailleur
e3daa23949
Look and feel v20
2024-04-30 09:45:28 +02:00
Frédéric FRANCE
6da59ca0c0
fix fichinter_rec ( #29537 )
...
* fix fichinter_rec
* fix fichinter_rec
* fix fichinter_rec
2024-04-29 22:53:43 +02:00
Laurent Destailleur
2f7e9734bd
Debug v20
2024-04-23 00:38:56 +02:00
Laurent Destailleur
796440459d
Debug v20
2024-04-22 18:57:21 +02:00
Benjamin Falière
948e204fae
ADD arrayfields as parameter in doActions ( #29326 )
...
* ADD arrayfields as parameter in doActions
* FIX typo
* FIX syntax error
---------
Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr >
2024-04-11 20:07:13 +02:00
Laurent Destailleur
b5de782c6b
Fix use the good HTTP code
2024-04-07 14:59:25 +02:00
Laurent Destailleur
a8f22f4215
WIP option MAIN_USE_HTML5_LIMIT_SELECTOR
2024-04-03 18:44:13 +02:00
Laurent Destailleur
2947287e3f
Look and feel v20
2024-04-03 16:22:16 +02:00
Laurent Destailleur
fffe74246c
Fix all short tables must use the setup for the number of rows
2024-04-03 15:30:10 +02:00
Laurent Destailleur
7715513ac9
Some API HTTP return code were moved from 401 to 403 to better follow
...
REST specification.
2024-04-02 14:47:49 +02:00
Laurent Destailleur
990216b13f
NEW Api parameters are sanitized by the WAF, same code than GET/POST
2024-04-02 13:07:13 +02:00
Laurent Destailleur
233629ed3a
Merge branch 'develop' into phpstan_user
2024-03-29 12:20:23 +01:00
Laurent Destailleur
b58e439a17
Clean use of $_POST
2024-03-28 21:29:02 +01:00
Frédéric France
5b1af95864
fix phpstan
2024-03-28 20:16:32 +01:00
MDW
a61e3d3899
Fix arguments to dol_get_fiche_head
2024-03-27 10:22:53 +01:00
MDW
eb01d15e78
Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate
2024-03-23 02:06:49 +01:00
MDW
d3a58e2e48
Fix $mybool |=... which is binary op, not boolean op
...
# Fix $mybool |=... which is binary op, not boolean op
This fixes PhanTypeInvalidLeftOperandOfBitwiseOp.
Replace $var |= ... with $var = ... || $var .
Add cast before ... when needed (@include does not always return bool).
|= always evaluates expression, there for || $var, not $var ||
2024-03-21 13:45:18 +01:00
MDW
aeefca7e7e
Fix $arrayfields typing lost by dol_sort_array() by forcing the type
2024-03-20 23:29:48 +01:00
MDW
171664b49f
Fix arg type to preg_match() with cast
2024-03-20 04:09:27 +01:00
Laurent Destailleur
de58435ef1
FIX: if we stop for security purpose, we must exit a non zero value.
2024-03-16 23:08:15 +01:00
Laurent Destailleur
e994d6650f
Fix regression in GETPOST limit
2024-03-16 11:41:00 +01:00
Laurent Destailleur
79aa9fb1f1
Code simpler
2024-03-15 20:29:21 +01:00
evarisk-micka
d43c3227db
Add signed status CRUD to contract and fichinter
2024-03-15 12:12:21 +01:00
MDW
6d2ad5b180
Comment NOOP access to unset property
2024-03-14 19:37:46 +01:00
Laurent Destailleur
74b8162d22
Merge pull request #28700 from mdeweerd/urlencode/fixuptype
...
Fix: Ensure the argument type for urlencode is string
2024-03-12 14:43:41 +01:00
MDW
77c10d653e
Qual: set default value to match PHPdoc type
2024-03-11 23:46:52 +01:00
MDW
f98eba1833
Fix: Ensure string type for urlencode()
2024-03-09 16:55:55 +01:00
MDW
d234c97992
Fix: Ensure string type for urlencode()
2024-03-09 16:55:54 +01:00
MDW
0b19aa415c
Fix: Initialise array before assigning values ( #28728 )
...
* Qual: Enable PhanUndeclaredVariableDim
# Qual: Enable PhanUndeclaredVariableDim
The notifications are fixed in the code so the detection no longer
needs to be suppressed in the default flow
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Fix: initialise array before adding fields
* Qual: Add type hint to array to avoid phan notification
* Qual: Add type hint to array to avoid phan notification
* Qual: Enable PhanParamSpecial1 (all resolved)
* Qual: Ignore false PhanTypeArraySuspiciousNullable
* Qual: Improve typing to fix PhanTypeArraySuspicious
* Qual: Fix PhanTypeArraySuspicious by replacing null assignment with empty array
* Qual: Fix PhanTypeArraySuspicious by testing as instancof DebugBar
* Qual: Fix PhanTypeComparisonToArray with enhanced typing
* Qual: Fix PhanTypeComparisonToArray with enhanced typing
* Qual: Enable phan messages that no longer appear
* Qual: Exclude phan stubs from codesniffer ruleset
2024-03-09 16:32:02 +01:00
MDW
3b57795895
Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0) ( #28718 )
...
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* Qual: Update selectDate '' arguments h, m and empty to match PHPdoc (set to 0)
* New: Fixer for selectDate '' arguments h, m and empty
* Qual: Update codespell exceptions
2024-03-09 01:04:15 +01:00
MDW
7fd606b336
Qual: Ignore/workaround SuspiciousParamOrder detection ( #28688 )
...
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
* Qual: Ignore/workaround SuspiciousParamOrder detction
# Qual: Ignore/workaround SuspiciousParamOrder detction
Ignore the false positive SuspiciousParamOrder or workaround (rename vars)
2024-03-08 12:34:25 +01:00
Frédéric FRANCE
eb12fe6545
fix create from order ( #28660 )
2024-03-07 19:11:43 +01:00
Laurent Destailleur
63ef1b6c1f
Fix regression with GETPOSTINT, not same than GETPOST(..., 'int')
2024-03-04 10:41:46 +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
Laurent Destailleur
04c560faa4
Fix warning
2024-03-01 01:52:40 +01:00