Compare commits
38 Commits
80785406bb
...
master
Author | SHA1 | Date | |
---|---|---|---|
e56ae1f366
|
|||
e5e64335a1
|
|||
eb6add3d29
|
|||
f0ce5a9a58
|
|||
01d958cdc2
|
|||
7b3f67ed15
|
|||
22195b2263
|
|||
dba2ba182e
|
|||
dcb06a4b60
|
|||
57cae5314f
|
|||
02b8fdb15e
|
|||
ac6665ce00
|
|||
6e01abc74f
|
|||
8f67d9b04d
|
|||
6e41153a82
|
|||
f8656d4178
|
|||
0381f349d6
|
|||
cf0c7d75da
|
|||
1415884ebc
|
|||
99fb3f6afb
|
|||
818cb7dab6
|
|||
5677cc051a
|
|||
fa4b563532
|
|||
af65bd99da
|
|||
66a94fcf9f
|
|||
6eba06808a
|
|||
34c2b5618b
|
|||
47f52c4a10
|
|||
35843ee590
|
|||
e62e36a68c
|
|||
36457a6d0c
|
|||
fa53ec387a
|
|||
0873302e5e
|
|||
e7887ac1c7
|
|||
befe228396
|
|||
d13972229f
|
|||
91186de676
|
|||
54f146831f
|
Submodule classes/MDAllowedValueSets updated: 1de413b3fb...5ec93ba619
Submodule classes/MDErrorReporter updated: a769e1ea35...4ec6bc49ea
Submodule classes/MDMailer updated: df277c27e2...88b805b221
Submodule classes/MDTlLoader updated: 94fd36dadd...8377f474da
Submodule classes/MD_QA updated: 16f335bab9...93d26dc1b6
Submodule classes/MD_STD updated: bb36388e7e...5433811176
@ -1,13 +1,13 @@
|
||||
{
|
||||
"require": {
|
||||
"phpmailer/phpmailer": "^6.1",
|
||||
"phpunit/phpunit": "^9.4",
|
||||
"phpstan/phpstan": "^1.9",
|
||||
"phpstan/phpstan-strict-rules": "^1.4",
|
||||
"ergebnis/phpstan-rules": "^1.0",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||
"spaze/phpstan-disallowed-calls": "^2.9",
|
||||
"thecodingmachine/phpstan-strict-rules": "^1.0",
|
||||
"phpstan/phpstan-phpunit": "^1.2"
|
||||
"phpmailer/phpmailer": "*",
|
||||
"phpunit/phpunit": "*",
|
||||
"phpstan/phpstan": "*",
|
||||
"phpstan/phpstan-strict-rules": "*",
|
||||
"ergebnis/phpstan-rules": "*",
|
||||
"phpstan/phpstan-deprecation-rules": "*",
|
||||
"spaze/phpstan-disallowed-calls": "*",
|
||||
"thecodingmachine/phpstan-strict-rules": "*",
|
||||
"phpstan/phpstan-phpunit": "*"
|
||||
}
|
||||
}
|
||||
|
Submodule l10n/musdb updated: 1ab5b23d70...8d93e4a64a
Submodule l10n/translation-csvxml updated: b5e1cf3bde...9d17569182
@ -1,22 +1,52 @@
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Calling file_get_contents\\(\\) is forbidden, use MD_STD\\:\\:file_get_contents\\(\\) instead$#"
|
||||
message: "#^Class MDInvalidNodaLinkException is neither abstract nor final\\.$#"
|
||||
count: 1
|
||||
path: classes/MDAllowedValueSets/exceptions/MDInvalidNodaLinkException.php
|
||||
|
||||
-
|
||||
message: "#^Class \"MDInvalidNodaLinkLcshIdIsGeneralLoc\" is not allowed to extend \"MDInvalidNodaLinkException\"\\.$#"
|
||||
count: 1
|
||||
path: classes/MDAllowedValueSets/exceptions/MDInvalidNodaLinkLcshIdIsGeneralLoc.php
|
||||
|
||||
-
|
||||
message: "#^Class \"MDInvalidNodaLinkLocIdIsSh\" is not allowed to extend \"MDInvalidNodaLinkException\"\\.$#"
|
||||
count: 1
|
||||
path: classes/MDAllowedValueSets/exceptions/MDInvalidNodaLinkLocIdIsSh.php
|
||||
|
||||
-
|
||||
message: "#^Match arm comparison between \\$this\\(MDCopyrightCollective\\)&MDCopyrightCollective\\:\\:vg_bildkunst and MDCopyrightCollective\\:\\:vg_bildkunst is always true\\.$#"
|
||||
count: 3
|
||||
path: classes/MDAllowedValueSets/src/enums/MDCopyrightCollective.php
|
||||
|
||||
-
|
||||
message: "#^Match expression does not handle remaining values\\: MDMeasurementType\\:\\:height_frame\\|MDMeasurementType\\:\\:height_image_size\\|MDMeasurementType\\:\\:height_sheet_size\\|MDMeasurementType\\:\\:height_socle\\|MDMeasurementType\\:\\:length_frame\\|MDMeasurementType\\:\\:length_image_size\\|MDMeasurementType\\:\\:length_sheet_size\\|MDMeasurementType\\:\\:length_socle\\|MDMeasurementType\\:\\:width_frame\\|MDMeasurementType\\:\\:width_image_size\\|MDMeasurementType\\:\\:width_sheet_size\\|MDMeasurementType\\:\\:width_socle$#"
|
||||
count: 1
|
||||
path: classes/MDAllowedValueSets/src/enums/MDMeasurementType.php
|
||||
|
||||
-
|
||||
message: "#^Class MDInvalidNodaLink is neither abstract nor final\\.$#"
|
||||
count: 1
|
||||
path: classes/MDErrorReporter/exceptions/updates/MDInvalidNodaLink.php
|
||||
|
||||
-
|
||||
message: "#^Strict comparison using \\=\\=\\= between '35CA0E31F6F44FB5' and null will always evaluate to false\\.$#"
|
||||
count: 1
|
||||
path: classes/MDMailer/src/MDMailerHelper.php
|
||||
|
||||
-
|
||||
message: "#^Calling file_get_contents\\(\\) is forbidden, use MD_STD\\:\\:file_get_contents\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Calling json_encode\\(\\) is forbidden, use MD_STD\\:\\:json_encode\\(\\) instead$#"
|
||||
message: "#^Calling json_encode\\(\\) is forbidden, use MD_STD\\:\\:json_encode\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Calling mkdir\\(\\) is forbidden, use MD_STD\\:\\:mkdir\\(\\) instead$#"
|
||||
count: 1
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Method Redis\\:\\:connect\\(\\) invoked with 7 parameters, 1\\-6 required\\.$#"
|
||||
message: "#^Calling mkdir\\(\\) is forbidden, use MD_STD\\:\\:mkdir\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
@ -25,58 +55,43 @@ parameters:
|
||||
count: 3
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Strict comparison using \\!\\=\\= between string and false will always evaluate to true\\.$#"
|
||||
count: 1
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Unreachable statement \\- code above always terminates\\.$#"
|
||||
count: 1
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Variable variables are not allowed\\.$#"
|
||||
count: 3
|
||||
path: classes/MDTlLoader/src/MDTlLoader.php
|
||||
|
||||
-
|
||||
message: "#^Calling file_get_contents\\(\\) is forbidden, use MD_STD\\:\\:file_get_contents\\(\\) instead$#"
|
||||
message: "#^Calling file_get_contents\\(\\) is forbidden, use MD_STD\\:\\:file_get_contents\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Calling json_encode\\(\\) is forbidden, use MD_STD\\:\\:json_encode\\(\\) instead$#"
|
||||
message: "#^Calling json_encode\\(\\) is forbidden, use MD_STD\\:\\:json_encode\\(\\) instead\\.$#"
|
||||
count: 2
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Calling levenshtein\\(\\) is forbidden, use MD_STD\\:\\:levenshtein\\(\\) instead$#"
|
||||
message: "#^Calling levenshtein\\(\\) is forbidden, use MD_STD\\:\\:levenshtein\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Calling mkdir\\(\\) is forbidden, use MD_STD\\:\\:mkdir\\(\\) instead$#"
|
||||
message: "#^Calling mkdir\\(\\) is forbidden, use MD_STD\\:\\:mkdir\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Calling realpath\\(\\) is forbidden, use MD_STD\\:\\:realpath\\(\\) instead$#"
|
||||
message: "#^Calling realpath\\(\\) is forbidden, use MD_STD\\:\\:realpath\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Calling scandir\\(\\) is forbidden, use MD_STD\\:\\:scandir\\(\\) instead$#"
|
||||
message: "#^Calling scandir\\(\\) is forbidden, use MD_STD\\:\\:scandir\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Calling unlink\\(\\) is forbidden, use MD_STD\\:\\:unlink\\(\\) instead$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Method MD_STD\\:\\:get_user_lang\\(\\) should return non\\-empty\\-string but returns string\\.$#"
|
||||
message: "#^Calling unlink\\(\\) is forbidden, use MD_STD\\:\\:unlink\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
@ -96,40 +111,40 @@ parameters:
|
||||
path: classes/MD_STD/src/MD_STD.php
|
||||
|
||||
-
|
||||
message: "#^Access to static property \\$redis_pw on an unknown class MD_CONF\\.$#"
|
||||
message: "#^Calling move_uploaded_file\\(\\) is forbidden, use MD_STD_IN\\:\\:move_uploaded_file\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD_CACHE.php
|
||||
path: classes/MD_STD/src/MD_STD_IN.php
|
||||
|
||||
-
|
||||
message: "#^Method MD_STD_CACHE\\:\\:serve_page_through_redis_cache\\(\\) has parameter \\$redis with a nullable type declaration\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD_CACHE.php
|
||||
|
||||
-
|
||||
message: "#^Method MD_STD_CACHE\\:\\:serve_page_through_redis_cache\\(\\) has parameter \\$redis with null as default value\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD_CACHE.php
|
||||
|
||||
-
|
||||
message: "#^Method Redis\\:\\:connect\\(\\) invoked with 7 parameters, 1\\-6 required\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD_CACHE.php
|
||||
|
||||
-
|
||||
message: "#^Strict comparison using \\!\\=\\= between string and false will always evaluate to true\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD_CACHE.php
|
||||
|
||||
-
|
||||
message: "#^Calling move_uploaded_file\\(\\) is forbidden, use MD_STD_IN\\:\\:move_uploaded_file\\(\\) instead$#"
|
||||
message: "#^Variable \\$output in empty\\(\\) always exists and is not falsy\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/src/MD_STD_IN.php
|
||||
|
||||
-
|
||||
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
|
||||
count: 4
|
||||
count: 2
|
||||
path: classes/MD_STD/src/MD_STD_SEC.php
|
||||
|
||||
-
|
||||
message: "#^Unreachable statement \\- code above always terminates\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/tests/MD_STD_IN_Test.php
|
||||
|
||||
-
|
||||
message: "#^Calling scandir\\(\\) is forbidden, use MD_STD\\:\\:scandir\\(\\) instead\\.$#"
|
||||
count: 1
|
||||
path: classes/MD_STD/tests/MD_STD_Test.php
|
||||
|
||||
-
|
||||
message: "#^Access to undefined constant MDErrorReporter\\:\\:MD_ERROR_KNOWN\\.$#"
|
||||
count: 1
|
||||
path: functions/functions.php
|
||||
|
||||
-
|
||||
message: "#^Cannot access constant MD_ERROR_KNOWN on MDErrorReporter\\.$#"
|
||||
count: 2
|
||||
path: functions/functions.php
|
||||
|
||||
-
|
||||
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true and non\\-falsy\\-string will always evaluate to true\\.$#"
|
||||
count: 1
|
||||
|
4
public/assets/js/papaparse/papaparse.min.js
vendored
4
public/assets/js/papaparse/papaparse.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/assets/js/papaparse/update.txt
Normal file
2
public/assets/js/papaparse/update.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Last update: 2024-07-01
|
||||
v5.4.1
|
@ -4,7 +4,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?64cce415e5a3e" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?68373532391e5" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#aa4400" />
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</head>
|
||||
<body class="loading">
|
||||
|
||||
<script src="assets/js/csvxmlV2.min.js?64cce415e5a3f" type="text/javascript" async></script>
|
||||
<script src="assets/js/csvxmlV2.min.js?68373532391e7" type="text/javascript" async></script>
|
||||
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -32,9 +32,9 @@ final class FieldEntry {
|
||||
* @param string $explica Explanation.
|
||||
*/
|
||||
public function __construct(
|
||||
bool $required, array $allowedValues,
|
||||
array $dependsOn, string $remark,
|
||||
string $name_human_readable, string $explica
|
||||
bool $required = false, array $allowedValues = [],
|
||||
array $dependsOn = [], string $remark = "",
|
||||
string $name_human_readable = "", string $explica = ""
|
||||
) {
|
||||
$this->required = $required;
|
||||
$this->allowedValues = $allowedValues;
|
||||
|
Reference in New Issue
Block a user